Go to file
terminx a628b8d9f7 Add bounds checking for renderSetTarget()
I'm not aware of this problem actually occurring anywhere, but too many consecutive calls to renderSetTarget() without the appropriate calls to renderRestoreTarget() between them would overflow 5 different arrays.

git-svn-id: https://svn.eduke32.com/eduke32@7593 1a8010ca-5511-0410-912e-c29ae57300e0
2019-09-19 14:36:44 +02:00
package/common - more uselessness eliminated 2019-09-17 20:28:28 +02:00
platform - manually fix conflict 2019-09-19 14:32:05 +02:00
source Add bounds checking for renderSetTarget() 2019-09-19 14:36:44 +02:00
.gitignore Add perl.exe.stackdump to .gitignore. 2017-06-09 06:38:33 +00:00
Android.mk Rename net.* to network.* 2019-09-19 12:20:45 +02:00
Common.mak Don't include the system SDL headers on Windows 2019-03-02 23:21:44 +00:00
GNUmakefile Use FORCE_INLINE and CONSTEXPR where appropriate in the Q16 fixed point math library 2019-09-19 14:30:22 +02:00
_clang-format Set AllowShortCaseLabelsOnASingleLine to false and AlignAfterOpenBracket to Align in _clang-format 2018-12-15 01:37:24 +00:00