openclonk/src
Jan Heberer 7f1ed15344 Fix clamping of unsigned 16-bit integers in StdCompilerINIRead
Clamp unsigned 16-bit integers to the range 0 to 65535 instead of 0 to 32767
2016-01-02 17:00:36 -08:00
..
c4group Remove arbitrary inline forward declarations of StdBuf (and derivatives) 2015-12-29 21:42:46 +01:00
config Remove C4Video, StdVideo 2015-12-28 11:43:41 +01:00
control Remove arbitrary inline forward declarations of StdBuf (and derivatives) 2015-12-29 21:42:46 +01:00
editor Drop Min, Max, Swap for std::min, std::max, std::swap 2015-11-15 13:53:01 +01:00
game Drop unused C4VERSIONBUILDNAME and C4ENGINEINFO 2015-12-29 15:47:55 +01:00
gamescript C4TransferZone: Merge ctor/Default, dtor/Clear 2015-12-29 02:59:01 +01:00
graphics Use generic vertex attributes for sprites, meshes, particles 2016-01-02 13:10:03 -08:00
gui Fix C4MessageBoard key binding lifetime 2016-01-01 16:24:43 +01:00
landscape Use generic vertex attributes for sprites, meshes, particles 2016-01-02 13:10:03 -08:00
lib Fix clamping of unsigned 16-bit integers in StdCompilerINIRead 2016-01-02 17:00:36 -08:00
mape Don't ZeroMem non-POD types 2015-11-14 16:43:19 +01:00
netio Remove unused MSVC project files for tstc4netio and netpuncher 2014-05-25 22:47:56 +02:00
network C4Game: Turn some owned pointers into std::unique_ptr 2015-12-28 11:43:37 +01:00
object Use generic vertex attributes for sprites, meshes, particles 2016-01-02 13:10:03 -08:00
platform Remove arbitrary inline forward declarations of StdBuf (and derivatives) 2015-12-29 21:42:46 +01:00
player C4Player: Merge ctor/Default, dtor/Clear 2015-12-29 02:59:00 +01:00
res Drop unused C4VERSIONBUILDNAME and C4ENGINEINFO 2015-12-29 15:47:55 +01:00
script Replace BorderBound DefCore value with BorderBound object property 2016-01-01 22:18:41 +01:00
zlib Fix possible double close when attempting to open uncompressed files 2012-02-05 20:00:47 +01:00
C4Globals.cpp Fix memory leak caused by circular prop list chains. 2015-08-20 20:19:38 -04:00
C4Include.cpp Update copyright notices 2013-12-23 13:03:19 +01:00
C4Include.h Remove boost any usage of boost libraries 2015-09-30 00:16:12 +02:00
C4Prototypes.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4Version.h.in Drop unused C4VERSIONBUILDNAME and C4ENGINEINFO 2015-12-29 15:47:55 +01:00