raze/source
Mitch Richters c6f2aaf1b7 - Miscellaneous fixes to commit to change sector checks over to validSectorIndex().
* Fix missed changeover in Blood's `actSpawnSprite()`.
* Fix non-negated check on a `validSectorIndex()` call in Blood's `debrisMove()`.
* Removed a superfluous terminator in Duke's `actor.cpp`.
* Fixed bad call to `validSectorIndex()` in Exhumed's `AIAnim::Tick()`.
2021-12-25 21:28:37 +01:00
..
build use validSectorIndex checks where appropriate. 2021-12-25 21:28:37 +01:00
common - added all #includes needed to compile on Windows without using precompiled headers. 2021-12-14 12:24:09 +01:00
core use validSectorIndex checks where appropriate. 2021-12-25 21:28:37 +01:00
games - Miscellaneous fixes to commit to change sector checks over to validSectorIndex(). 2021-12-25 21:28:37 +01:00
glbackend Revert "- disabled palette emulation for the GLES backend." 2021-12-11 13:23:39 +01:00
platform - remaining parts of GLES. 2021-09-18 13:03:36 +02:00
thirdparty - added all #includes needed to compile on Windows without using precompiled headers. 2021-12-14 12:24:09 +01:00
CMakeLists.txt - addressed most unused/uninitialized variable warnings from MSVC. 2021-11-29 00:55:30 +01:00
g_pch.h - removed compat.h entirely, all that was left was redundant #includes. 2021-12-14 12:27:41 +01:00
gitinfo.cpp - rewrote the screenshot code to use m_png as its backend. 2019-11-02 12:59:59 +01:00