master
Move default config values to separate `namespace DefaultConfig`
Close editor dialogs when opening dropped map file
Use consistent names for envelope index/start/num variables
update passive command
Order and group all `#include`s with Clang Format
Print some of the variable values that failed an assert
Fix all typos
add passive command
Reduce indent, avoid C style casts in `CLayers::InitTilemapSkip`
Consistently use `class`es instead of `struct`s for all mapitems
Consistently rename `FileName` variables to `Filename`
run fix_style.py
Refactor `CMapBugs` class and usage
Add comments for IDE macro hints, add remaining hints
Add `CEnvPoint::ColorValue` and `SetColorValue` functions
Cleanup enum readability in header files
Remove Parallax Zoom from map file
Move generated files to `src/generated`
Huge variable naming format
Replace all usages of C standard headers with C++ headers
Add ERaceState enumerator and use it instead of duplicated DDRACE_ keys
Use enum class for teamstate
Add TEAM_GAME, IsValidTeam, Remove ClampTeam
Rename `LEGACY_MAX_CLIENTS` to `SERVER_MAX_CLIENTS`
Bump version to 19.7
Run clang-format