Age | Commit message (Expand) | Author | Files | Lines |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -3/+0 |
2015-06-19 | Removed ".." from include directives | Haru | 2 | -14/+16 |
2015-05-19 | Fixed some issues reported by coverity scan [1/3] | Haru | 1 | -22/+41 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -6/+3 |
2015-01-18 | Command line arguments handling overhaul | Haru | 1 | -29/+73 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -3/+3 |
2015-01-17 | Follow up 84b88781a0c39f7379ed85f74dc03c4e868a171f | shennetsind | 1 | -0/+1 |
2015-01-17 | 10 Distinct fixes | shennetsind | 1 | -1/+1 |
2014-10-23 | In configure add option --enable-static | Andrei Karas | 1 | -1/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -2/+3 |
2014-05-30 | Removed CMakeLists.txt (Thanks to Haruna) | Shido | 1 | -45/+0 |
2014-05-25 | Improved CFLAGS/CPPFLAGS handling | Haru | 1 | -1/+3 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -6/+8 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -8/+6 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -6/+8 |
2014-05-06 | Bug fixes and other changes | panikon | 1 | -54/+5 |
2014-04-17 | Added sysinfo (System Information) functionalities | Haru | 1 | -13/+16 |
2013-12-17 | Fixed several compiler warnings | Haru | 2 | -3/+3 |
2013-11-20 | Added support for 'make plugin.pluginname' to compile only 'pluginname' | Haru | 1 | -10/+11 |
2013-10-05 | Added 'buildclean' target to all makefiles | Haru | 1 | -7/+13 |
2013-09-22 | Changed Makefiles to avoid rebuilding targets if nothing was modified | Haru | 1 | -2/+4 |
2013-09-21 | Added Makefile.in change detection (and auto-rebuild) capabilities | Haru | 1 | -2/+5 |
2013-09-18 | Makefiles improvements and cleanup | Haru | 1 | -19/+21 |
2013-07-21 | Changed CC to a Makefile variable | Haru | 1 | -2/+5 |
2013-07-14 | Makefile error corrections and minor tweaks | Haru | 1 | -1/+1 |
2013-04-01 | Fixed mapcache compile-time make warning | shennetsind | 1 | -3/+4 |
2013-03-17 | Re-Introducing Console Input | shennetsind | 1 | -2/+2 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -242/+242 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -242/+242 |
2012-11-23 | -Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl... | glighta | 1 | -9/+7 |
2012-11-23 | - Fixed dumb warning (follow up to r16950) -_- | momacabu | 1 | -1/+1 |
2012-11-23 | - There will now be a warning regarding to map name length limitation (part o... | momacabu | 1 | -0/+2 |
2012-11-09 | Follow up r16884 fixed a typo =X | shennetsind | 1 | -1/+1 |
2012-11-09 | Fixed bugreport:6209 / Follow up r16867 : updated mapcache to write onto its ... | shennetsind | 2 | -3/+16 |
2012-06-11 | Fixed bugreport:5990 OSX compiling error / warnings | blacksirius | 1 | -1/+1 |
2012-06-01 | feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common D... | blacksirius | 1 | -3/+6 |
2012-05-13 | - Full revert of r16105 and r16106. | eathenabot | 1 | -6/+2 |
2012-05-12 | * Merged changes up to eAthena 15095. | eathenabot | 1 | -2/+6 |
2012-05-02 | Fixed 2 buildbot warnings throughout multiple operating systems. | shennetsind | 1 | -3/+5 |
2012-03-20 | - Fixed CMake compilation (libconfig integrated into common_base). | flaviojs | 1 | -1/+1 |
2012-03-02 | Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ... | gepard1984 | 1 | -1/+1 |
2012-02-16 | - Removed outdated version number handling (follow-up to r11503). | gepard1984 | 1 | -4/+4 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -2/+12 |
2011-12-11 | * Merged changes up to eAthena 15014. | eathenabot | 2 | -2/+4 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -1/+1 |
2011-07-22 | * CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE. | flaviojs | 1 | -4/+6 |
2011-07-21 | * CMake: Only install template files if they don't already exist. | flaviojs | 1 | -4/+2 |
2011-07-12 | * CMake: set project language to C, added module FindFunctionLibrary, added s... | flaviojs | 1 | -2/+2 |
2011-07-10 | * CMake: added txt-converter targets, added warning for 64bit, added list of ... | flaviojs | 1 | -1/+2 |
2011-07-09 | * CMake: added search for math library, made CPack existence optional, update... | flaviojs | 1 | -1/+1 |