summaryrefslogtreecommitdiff
path: root/src/localconsts.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Remove macro A_TMWA_UNUSED.Andrei Karas1-1/+0
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
2016-07-14Add branch prediction macroses for gcc.Andrei Karas1-0/+8
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+2
2016-05-31Fix different include issues.Andrei Karas1-1/+1
2016-05-01Remove commented line from localconsts.hAndrei Karas1-2/+0
2016-04-30Hide attribute clang::fallthrough in macros.Andrei Karas1-0/+3
2016-04-30Fix some macro definition for some compiler versions.Andrei Karas1-1/+8
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-0/+17
2016-04-30Add macro with pragma for clang with some versions.Andrei Karas1-0/+6
2016-04-30Fix version check in pragma for gcc 4.5+Andrei Karas1-3/+3
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas1-15/+22
2016-04-27Show counted memory usage sum in chat.Andrei Karas1-0/+5
2016-04-17Fix code style.Andrei Karas1-1/+1
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas1-0/+5
2016-04-10Add pragma for clang for disable some warnings.Andrei Karas1-0/+8
2016-04-05Remove quotes from pragmas.Andrei Karas1-2/+2
2016-03-25Disable __restrict__ parameter because in new clang it broken and always cras...Andrei Karas1-1/+4
2016-03-21Fix possible crash in skill cooldowns.Andrei Karas1-0/+3
2016-03-18Relax a bit gcc version check for advanced constexpr support.Andrei Karas1-3/+3
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