qzdoom/src/scripting/decorate
Christoph Oelckers 6d28aa3541 - do not use strtol for parsing critical values that can get large.
This function will truncate everything that is larger than LONG_MAX or smaller than LONG_MIN to fit into a long variable, but longs are 32 bit on Windows and 64 bit elsewhere, so to ensure consistency and the ability to parse larger values better use strtoll which does not truncate 32 bit values.
2017-02-01 11:19:55 +01:00
..
olddecorations.cpp - do not use strtol for parsing critical values that can get large. 2017-02-01 11:19:55 +01:00
thingdef_exp.cpp - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00
thingdef_parse.cpp - fixed: DECORATE was creating a new global constant namespace for each single included file, not just once per DECORATE lump. 2017-01-27 10:51:12 +01:00
thingdef_states.cpp - fixed: Class and struct name lookup was not context aware. 2017-01-23 19:10:28 +01:00