index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
localconsts.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-01
Add macro A_WARN_UNUSED_NON_TESTS what works only not in unit tests.
Andrei Karas
1
-0
/
+6
2017-08-22
Fix compilation with old compilers.
Andrei Karas
1
-3
/
+3
2017-08-21
Add support for if constexpr.
Andrei Karas
1
-0
/
+6
2017-07-04
Remove unused macro from from localconsts.h
Andrei Karas
1
-6
/
+0
2017-06-30
Move likely macroses into separate file.
Andrei Karas
1
-8
/
+0
2017-06-30
Dont redefine GCC_VERSION macro.
Andrei Karas
1
-0
/
+4
2017-06-29
Move cast macroses into separate file.
Andrei Karas
1
-9
/
+0
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-12
/
+0
2017-06-20
Add guard header into localconsts.h
Andrei Karas
1
-0
/
+5
2017-06-20
Fix sdl warning hiding pragmas for old compilers.
Andrei Karas
1
-3
/
+9
2017-06-20
Fix define PRAGMA8.
Andrei Karas
1
-6
/
+6
2017-06-20
Add some warnings ignores in mumblemanager for gcc 8+.
Andrei Karas
1
-0
/
+6
2017-06-20
Prevent Wshadow varnings in SDL code.
Andrei Karas
1
-0
/
+3
2017-05-28
Enable simd for clang 3.8 or newer.
Andrei Karas
1
-2
/
+2
2017-05-27
Enable simd for kFreeBSD.
Andrei Karas
1
-3
/
+0
2017-05-27
Enable simd for clang >= 3.6
Andrei Karas
1
-2
/
+3
2017-05-27
Allow simd builds for windows 64 bit.
Andrei Karas
1
-3
/
+0
2017-05-19
Fix some warnings in unit tests.
Andrei Karas
1
-0
/
+8
2017-05-07
Allow macro PRAGMACLANG6GCC for gcc from 4.5 and newer.
Andrei Karas
1
-1
/
+1
2017-05-07
Add possible SDL warning fix with gcc snapshot.
Andrei Karas
1
-0
/
+8
2017-03-29
Remove debug code from DEBUG_VIRTFS defines.
Andrei Karas
1
-1
/
+1
2017-03-27
Fix compilation with tinyxml2 on old compilers.
Andrei Karas
1
-6
/
+6
2017-03-24
Add ignore some compilation options in tinyxml2 include.
Andrei Karas
1
-0
/
+8
2017-03-14
Fix compilation for windows 64 with mingw.
Andrei Karas
1
-0
/
+4
2017-03-10
Fix compilation warnings with mingw.
Andrei Karas
1
-0
/
+8
2017-03-06
Add support for standard library file api in virtfs.
s20170306
Andrei Karas
1
-0
/
+2
2017-02-11
Rename define DEBUG_PHYSFS into DEBUG_VIRTFS
Andrei Karas
1
-1
/
+1
2017-02-07
Fix compilation with gcc version below 4.6.
Andrei Karas
1
-3
/
+3
2017-01-19
Dump on startup linked and loaded lib versions.
Andrei Karas
1
-2
/
+0
2017-01-17
Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files.
Andrei Karas
1
-0
/
+2
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-12-27
Disable simd support for kFreeBSD.
Andrei Karas
1
-0
/
+2
2016-12-22
Enable simd only for gcc 4.9+
Andrei Karas
1
-2
/
+3
2016-12-22
Fix compilation with old gcc.
Andrei Karas
1
-2
/
+4
2016-12-22
Disable simd for clang, because it not support target attribute.
Andrei Karas
1
-0
/
+2
2016-12-20
Add simd function for dye replace color (software).
Andrei Karas
1
-0
/
+10
2016-12-19
Fix compilation with cilk plus on gcc 6+.
Andrei Karas
1
-5
/
+15
2016-10-07
Revert "Enable fallthrough attribute only for gcc version 7.01."
Andrei Karas
1
-1
/
+1
2016-09-30
Enable fallthrough attribute only for gcc version 7.01.
Andrei Karas
1
-1
/
+1
2016-09-30
Fix compilation with old gcc and other compilers.
Andrei Karas
1
-0
/
+1
2016-09-30
Add some new flags for gcc snapshot and fix new warning.
Andrei Karas
1
-0
/
+7
2016-09-23
Add missing comments into defines.
Andrei Karas
1
-18
/
+18
2016-07-28
Remove macro A_TMWA_UNUSED.
Andrei Karas
1
-1
/
+0
2016-07-28
Remove define EATHENA_SUPPORT from all code.
Andrei Karas
1
-4
/
+0
2016-07-14
Add branch prediction macroses for gcc.
Andrei Karas
1
-0
/
+8
2016-06-13
Fix includes and update deheader ci script.
Andrei Karas
1
-0
/
+2
2016-05-31
Fix different include issues.
Andrei Karas
1
-1
/
+1
2016-05-01
Remove commented line from localconsts.h
Andrei Karas
1
-2
/
+0
2016-04-30
Hide attribute clang::fallthrough in macros.
Andrei Karas
1
-0
/
+3
2016-04-30
Fix some macro definition for some compiler versions.
Andrei Karas
1
-1
/
+8
[next]