Age | Commit message (Expand) | Author | Files | Lines |
2017-01-22 | Fix CMDLINE_OPT_PARAM arguments in plugins failing to load | Haru | 1 | -0/+2 |
2016-10-04 | Add missing checks into core.c | Andrei Karas | 1 | -9/+30 |
2016-07-12 | Interface grfio.c | hemagx | 1 | -0/+2 |
2016-07-12 | Interface thread.c | hemagx | 1 | -2/+3 |
2016-07-12 | Interface random.c | hemagx | 1 | -6/+7 |
2016-07-12 | Interface mutex.c | hemagx | 1 | -0/+2 |
2016-07-12 | Interface md5calc.c | hemagx | 1 | -0/+2 |
2016-07-12 | Interface des.c | hemagx | 1 | -1/+3 |
2016-07-07 | Dont show compilation warnings about root if building for ci. | Andrei Karas | 1 | -0/+6 |
2016-07-04 | Added messages to discourage running Hercules as root. | Haru | 1 | -4/+61 |
2016-02-06 | Fix memory corruption if plugin add command line parameter without help/descr... | Andrei Karas | 1 | -1/+4 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Changed cmdline->args_data to a VECTOR | Haru | 1 | -17/+18 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -3/+3 |
2015-08-15 | Added core HPM interface | Haru | 1 | -10/+8 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Added showmsg HPM interface | Haru | 1 | -2/+5 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -2/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -25/+24 |
2015-06-02 | Follow up to 712812b | Mysteries | 1 | -1/+1 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -7/+6 |
2015-01-18 | Command line arguments handling overhaul | Haru | 1 | -9/+198 |
2015-01-18 | Implementing nullpo interface for plugin use | shennetsind | 1 | -0/+2 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -15/+15 |
2014-07-11 | Explicitly specify 'void' when a function expects no arguments | Haru | 1 | -1/+1 |
2014-07-10 | Re-added revision info to the memory leak log | Haru | 1 | -1/+1 |
2014-05-16 | Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3 | Haru | 1 | -4/+5 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -17/+21 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -21/+17 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -17/+21 |
2014-05-09 | Added support to return a different exit status to the OS. | Haru | 1 | -2/+3 |
2014-04-17 | Added sysinfo (System Information) functionalities | Haru | 1 | -132/+19 |
2014-03-16 | Improved ERS memory handling | shennetsind | 1 | -0/+2 |
2014-01-18 | Socket interfaced | shennetsind | 1 | -4/+5 |
2014-01-18 | Libconfig Interfaced | shennetsind | 1 | -0/+2 |
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -3/+0 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -1/+1 |
2013-11-09 | HPM Support for plugin-implemented "--args" (options) | shennetsind | 1 | -0/+5 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -2/+12 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -3/+3 |
2013-07-09 | Travis Report Fixes | shennetsind | 1 | -6/+0 |
2013-07-05 | HCache | Item Packages Update | shennetsind | 1 | -1/+5 |
2013-06-08 | Follow up d73783f22b2bb881aab74524d153d89a5932a199 | shennetsind | 1 | -2/+2 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -7/+7 |
2013-05-17 | - Made DB and malloc lib HPM-friendly | Susu | 1 | -4/+6 |
2013-05-16 | Fixed Bug #7248 | shennetsind | 1 | -2/+2 |
2013-05-15 | HPM Update | shennetsind | 1 | -9/+14 |
2013-05-02 | Introducing Hercules Plugin Mananger | shennetsind | 1 | -4/+12 |
2013-03-17 | Re-Introducing Console Input | shennetsind | 1 | -114/+75 |