Age | Commit message (Expand) | Author | Files | Lines |
2016-11-20 | Removed support for apostrophes in libconfig key names | Haru | 2 | -73/+73 |
2016-11-19 | Fix a compiler warning from libconfig on gcc-6 and -O3 | Haru | 2 | -0/+24 |
2016-11-19 | Re-generate libconfig with Flex 2.6.2-1 (still using Bison 3.0.4) | Haru | 2 | -214/+171 |
2016-11-19 | Re-generate libconfig with Bison 3.0.4 (still using Flex 2.6.0) | Haru | 3 | -606/+422 |
2016-05-08 | Removed msinttypes stdint.h, since it's already included with VS2010 and newer | Haru | 1 | -251/+0 |
2016-03-20 | Corrected some const-correctness errors in libconfig | Haru | 6 | -31/+25 |
2016-02-19 | Fix missing include dirs. Add compiler flag -Wmissing-include-dirs. | Andrei Karas | 1 | -1/+1 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -3/+3 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 6 | -248/+248 |
2016-02-17 | libconfig: report file name in case of i/o error | Haru | 1 | -0/+1 |
2016-02-17 | Updated libconfig to version 1.5 | Haru | 22 | -515/+1019 |
2015-12-17 | Fixed a typo (Follow-up to 421ea5a1b1dc35ff6e6be6f7a0001a5ae99eec10) | Haru | 1 | -1/+1 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 13 | -4/+47 |
2015-10-24 | Updated libconfig to GNU Bison 2.5 | Haru | 3 | -224/+264 |
2015-10-11 | Added support to libconfig for key names containing '.' or beginnig with digits. | Haru | 5 | -121/+142 |
2014-12-14 | Fixed some improper grammar. | Mysteries | 1 | -1/+1 |
2014-05-30 | Removed 3rdparty/cmake and item_db.pl (Suggested by Haruna) | Shido | 4 | -128/+0 |
2014-05-30 | Removed CMakeLists.txt (Thanks to Haruna) | Shido | 7 | -306/+0 |
2014-05-25 | Improved CFLAGS/CPPFLAGS handling | Haru | 2 | -0/+4 |
2014-04-17 | Added sysinfo (System Information) functionalities | Haru | 2 | -0/+4 |
2013-12-30 | Fixed an issue with items accidentally made equippable from all classes | Haru | 2 | -2/+2 |
2013-12-17 | Fixed several compiler warnings | Haru | 8 | -63/+112 |
2013-11-19 | Fixed a compiling warning on libconfig.c | shennetsind | 1 | -2/+2 |
2013-11-04 | Follow-up to 3b0cd11f980a48b903262c857fde1cd9c784c2e0 | Haru | 2 | -80/+79 |
2013-11-03 | Added support for <? ?> blocks (parsed as multiline strings) in libconfig | Haru | 3 | -176/+215 |
2013-10-25 | Added support for trailing commas within libconfig lists | Haru | 2 | -52/+59 |
2013-10-05 | Added 'buildclean' target to all makefiles | Haru | 2 | -14/+20 |
2013-10-05 | Added support for trailing commas within libconfig arrays | Haru | 2 | -89/+106 |
2013-09-21 | Added Makefile.in change detection (and auto-rebuild) capabilities | Haru | 2 | -1/+8 |
2013-09-18 | Makefiles improvements and cleanup | Haru | 2 | -2/+2 |
2013-09-17 | Re-generated libconfig parser and scanner | Haru | 16 | -230/+9391 |
2013-09-17 | Updated libconfig to version 1.4.9 | Haru | 6 | -66/+714 |
2013-09-16 | Corrected line endings and BOM issues with several files | Haru | 1 | -1/+1 |
2013-07-21 | Changed CC to a Makefile variable | Haru | 2 | -2/+8 |
2013-07-19 | Added support for apostrophes (') in libconfig's setting names | Haru | 2 | -2/+2 |
2013-06-23 | Official Item Group/Package/Chain | shennetsind | 1 | -5/+1 |
2012-06-12 | - Added svn:eol-style=native property on some recently added text files. | brianluau | 1 | -26/+26 |
2012-06-11 | Fixed bugreport:5990 OSX compiling error / warnings | blacksirius | 2 | -2/+2 |
2012-06-01 | feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common D... | blacksirius | 2 | -5/+9 |
2012-05-31 | * Merged changes ONLY eAthena 15107. | eathenabot | 1 | -2/+2 |
2012-05-31 | * Merged changes up to eAthena 15105. | eathenabot | 1 | -0/+8 |
2012-05-31 | * Merged changes ONLY eAthena 15104. | eathenabot | 1 | -0/+9 |
2012-05-31 | * Merged changes ONLY eAthena 15101. | eathenabot | 4 | -43/+176 |
2012-05-31 | * Merged changes ONLY eAthena 15100. | eathenabot | 4 | -148/+357 |
2012-05-13 | - Full revert of r16105 and r16106. | eathenabot | 20 | -81/+39 |
2012-05-12 | * Merged changes up to eAthena 15096. | eathenabot | 19 | -28/+59 |
2012-05-12 | * Merged changes up to eAthena 15095. | eathenabot | 1 | -11/+22 |
2012-05-11 | * Merged changes up to eAthena 15094. | eathenabot | 1 | -1/+0 |
2012-05-02 | Clearing a few dozen buildbot warnings. MAKE THE TREE GREEN! <3PEKKLE | shennetsind | 1 | -2/+4 |
2012-03-20 | - Fixed CMake compilation (libconfig integrated into common_base). | flaviojs | 1 | -1/+4 |