Kelsidavis-WoWee/.gitignore
Kelsi 2bbd0fdc5f Fix movement desync: strafe animation and missing SET_FACING
Two bugs caused the client to look like a bot to server GMs:

1. Strafe animation played during forward+strafe (W+A) instead of the
   walk/run animation. Added pureStrafe guard so strafe animations only
   play when exclusively strafing (no forward key or auto-run active).

2. CMSG_MOVE_SET_FACING was never sent on mouse-look turns. The server
   predicts movement from the last known facing; without SET_FACING the
   heartbeat position appeared to teleport each time the player changed
   direction. Now sent at up to 10 Hz whenever facing changes >3°,
   skipped while keyboard-turning (handled server-side by TURN flags).
2026-02-19 16:40:17 -08:00

91 lines
1.1 KiB
Text

# Build directories
build/
build-sanitize/
bin/
lib/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakeLists.txt
# Compiled Object files
*.o
*.obj
*.slo
*.lo
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
*.la
# Executables
*.exe
*.out
*.app
wowee
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# External dependencies (except submodules)
extern/*
!extern/.gitkeep
!extern/imgui
# ImGui state
imgui.ini
# Logs
*.log
# Config files
config.ini
config.json
# Runtime cache (floor heights, etc.)
cache/
# Single-player saves
saves/
wowee_[0-9][0-9][0-9][0-9]
# Extracted assets (run ./extract_assets.sh to generate)
Data/db/
Data/character/
Data/creature/
Data/terrain/
Data/world/
Data/interface/
Data/item/
Data/sound/
Data/spell/
Data/environment/
Data/misc/
Data/enUS/
Data/Character/
Data/Creature/
Data/World/
Data/manifest.json
Data/expansions/*/manifest.json
Data/expansions/*/assets/
Data/expansions/*/overlay/
Data/hd/
ingest/
# Local texture dumps / extracted art should never be committed
assets/textures/