Age | Commit message (Expand) | Author | Files | Lines |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 |
2016-10-04 | Add missing checks into console.c | Andrei Karas | 1 | -11/+32 |
2016-07-12 | Removed unnecessary typedefs from thread and spinlock | Haru | 1 | -6/+8 |
2016-07-12 | Interface thread.c | hemagx | 1 | -2/+2 |
2016-07-12 | Interface mutex.c | hemagx | 1 | -10/+10 |
2016-03-20 | Removed unnecessary typedefs from sql.h | Haru | 1 | -1/+2 |
2016-02-05 | Add to system information also information about clock function. | Andrei Karas | 1 | -0/+1 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-15 | Added GPL information on interactive server startup | Haru | 1 | -0/+11 |
2015-10-21 | Fixed a console command parse issue | Haru | 1 | -16/+9 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Fixed an issue preventing correct nesting of console commands into subcategories | Haru | 1 | -1/+1 |
2015-10-11 | Changed struct CParseEntry::u.next to VECTOR and renamed to u.children | Haru | 1 | -53/+84 |
2015-10-11 | Changed console->input->cmds to a VECTOR and renamed to console->input->commands | Haru | 1 | -33/+34 |
2015-10-11 | Changed console->input->cmd_list to a VECTOR and renamed to console->input->c... | Haru | 1 | -62/+72 |
2015-08-17 | Fixed a minor issue in the Hercules startup banner | Haru | 1 | -1/+1 |
2015-08-15 | Added core HPM interface | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Minor symbols cleanup to avoid conflicts | Haru | 1 | -36/+36 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -18/+17 |
2015-06-02 | Follow up to 712812b | Mysteries | 1 | -1/+1 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -1/+1 |
2015-01-17 | 10 Distinct fixes | shennetsind | 1 | -2/+2 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+5 |
2014-12-02 | Fix compilation without memory manager. | Andrei Karas | 1 | -0/+2 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -46/+44 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -108/+115 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -115/+108 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -108/+115 |
2014-04-17 | Added sysinfo (System Information) functionalities | Haru | 1 | -6/+9 |
2014-03-31 | Updated documentation for pc_statusup2 and pc_statusup | panikon | 1 | -9/+74 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -0/+4 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -1/+1 |
2013-09-25 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -2/+2 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -3/+3 |
2013-09-25 | Renamed more forgotten variables during interface conversions | Haru | 1 | -2/+2 |
2013-08-02 | Corrected alignment of the Hercules console logo | Haru | 1 | -11/+11 |
2013-07-08 | Cygwin Fix for the Hercules SQL Update Check | shennetsind | 1 | -0/+16 |
2013-07-08 | Fixed Bug #7493 | shennetsind | 1 | -2/+3 |
2013-07-08 | Fixed Cygwin Problem | shennetsind | 1 | -4/+5 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -3/+3 |
2013-05-30 | Memory Slasher - May 30 Patch | shennetsind | 1 | -0/+6 |
2013-05-17 | - Made DB and malloc lib HPM-friendly | Susu | 1 | -1/+1 |
2013-05-04 | Mapreg saving overhaul | shennetsind | 1 | -9/+10 |
2013-05-02 | Follow-up to HPM. | Matheus Macabu | 1 | -1/+1 |
2013-05-02 | Introducing Hercules Plugin Mananger | shennetsind | 1 | -1/+222 |
2013-04-25 | Fixed Bug #7189 | shennetsind | 1 | -1/+1 |
2013-03-17 | Fixed mysterious msvc LNK2005 error. | shennetsind | 1 | -3/+4 |
2013-03-17 | Re-Introducing Console Input | shennetsind | 1 | -0/+186 |