summaryrefslogtreecommitdiff
path: root/src/localconsts.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-1/+8
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+1
2016-02-20Rename internal variables in for macroses.Andrei Karas1-3/+3
2016-02-11Add always_inline attribute macro.Andrei Karas1-0/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-0/+9
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-30Add debug flag for debugging animated sprites.Andrei Karas1-0/+3
2015-12-29Disable restrict keyword in nacl because clang crashing.Andrei Karas1-2/+9
2015-12-26Fix compilation warning with cilk_plus.Andrei Karas1-0/+5
2015-12-24Add macro restrict2.Andrei Karas1-0/+6
2015-12-23Add macro for const attribute.Andrei Karas1-0/+2
2015-12-15Enable writing to android or nacl log if enabled debug log in settings.Andrei Karas1-5/+2
2015-12-13Add pragmas for prevent warnings about unused constants in simple types.Andrei Karas1-0/+6
2015-12-01Fix compilation nacl with OpenGL (regal).Andrei Karas1-1/+1
2015-12-01Add support for logging in nacl to console.Andrei Karas1-0/+3
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-0/+6
2015-07-26Fix compiler features detection.Andrei Karas1-6/+10
2015-07-26Add macro constexpr2. Depend on compiler and version it can be constexpr or e...Andrei Karas1-0/+6
2015-07-17Fix code style.Andrei Karas1-2/+6
2015-07-11Disable attribute returns_nonnull for gcc < 4.9.Andrei Karas1-0/+5
2015-07-11Add missing checks into other files.Andrei Karas1-0/+2
2015-06-30Fix code style.Andrei Karas1-0/+7
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-0/+1
2015-05-15Fix compilation issue with old gcc.Andrei Karas1-0/+6
2015-04-24fix compilation warnings.Andrei Karas1-8/+13
2015-04-24Add configure option for enable/disable CilkPlus support.Andrei Karas1-3/+22
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas1-0/+3
2014-06-22Disable profiler.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-1/+1
2014-05-31Add notfinal define in localconsts.Andrei Karas1-0/+2
2014-05-31fix code style.Andrei Karas1-0/+4
2014-05-13Move CHECKLISTENERS macro from debug.h into localconsts.h.Andrei Karas1-0/+12
2014-04-30Fix compilation with old gcc and clang.Andrei Karas1-0/+2
2014-04-08Disable OpenGL debug.Andrei Karas1-1/+1
2014-04-07Add support for OpenGL extension GL_GREMEDY_frame_terminator.Andrei Karas1-0/+3
2014-03-19Fox compilation with fuzzer.Andrei Karas1-0/+3
2014-03-17fix about button moving on window resize.Andrei Karas1-1/+1
2014-03-17Fix memory leak on window resize.Andrei Karas1-1/+1
2014-02-15remove use internal guichan flag.Andrei Karas1-7/+0
2014-01-30Fix code style.Andrei Karas1-0/+2
2014-01-27Mark external guichan usage as depricated.Andrei Karas1-0/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-19Add support for noexcept in old compilers.Andrei Karas1-0/+2
2013-12-17add restrict keyword into dye class.Andrei Karas1-0/+2
2013-09-23disable writing log into Adnroid log.Andrei Karas1-1/+1
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-1/+1
2013-09-15add RWops leaks reporting.Andrei Karas1-0/+3
2013-08-29fix some more missign checks.Andrei Karas1-1/+1
2013-08-29fix compilation error.Andrei Karas1-1/+3