Age | Commit message (Expand) | Author | Files | Lines |
2016-02-27 | Corrected wrong variable type of struct status_change_data::tick | Haru | 1 | -4/+6 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -8/+8 |
2016-02-24 | Removed unnecessary explicit casts of the value of WBUFP | Haru | 1 | -1/+1 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -13/+12 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -7/+7 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -12/+12 |
2016-02-15 | Replaced a call to sleep() with HSleep() | Haru | 1 | -8/+1 |
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 1 | -12/+13 |
2016-01-05 | Added Support for BodyStyle | Dastgir | 1 | -46/+48 |
2015-12-24 | Change packet 0x82d to not send billing slots. | hemagx | 1 | -1/+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/+1 |
2015-12-13 | Renaming 'start_point' to 'start_point_re' | Jedzkie | 1 | -5/+5 |
2015-10-22 | Removed support for the deprecated SQL item, mob, mob_skill databases. | Haru | 1 | -4/+0 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Changed chr->server[].maps to a VECTOR | Haru | 1 | -31/+29 |
2015-10-11 | Changed HPM->packets[] into an array of VECTOR | Haru | 1 | -14/+18 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -4/+4 |
2015-09-05 | Added RE/Pre-RE start_point ability. | Taylor Locke | 1 | -13/+38 |
2015-08-27 | Hotkey Rotate Packet Implemented | Dastgir | 1 | -3/+6 |
2015-08-15 | Automatic HPM symbol sharing | Haru | 1 | -21/+0 |
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 1 | -1/+0 |
2015-08-15 | Added core HPM interface | Haru | 1 | -12/+12 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -33/+33 |
2015-08-15 | Added showmsg HPM interface | Haru | 1 | -4/+4 |
2015-08-15 | Cleaned up socket interface | Haru | 1 | -41/+41 |
2015-08-12 | Fix weapon field size in char_mmo_char_tobuf. | Andrei Karas | 1 | -1/+1 |
2015-08-11 | subnet.conf overhaul | Haru | 1 | -87/+26 |
2015-08-09 | Removed unused tables sstatus and interreg | Haru | 1 | -3/+0 |
2015-08-05 | Add checks for servers ip address in inter server connections. | Andrei Karas | 1 | -4/+6 |
2015-07-12 | Add missing check and NONNULL attributes to char.c. | Andrei Karas | 1 | -0/+17 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -2/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -34/+34 |
2015-06-02 | Follow up to 712812b | Mysteries | 1 | -1/+1 |
2015-06-01 | Replaced some of the hardcoded values with constants (char) | Haru | 1 | -58/+56 |
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 1 | -1/+1 |
2015-04-25 | Fixed @changesex issues on PACKETVERs that don't support per-character sex. | Haru | 1 | -125/+190 |
2015-04-09 | Add checks to char.c | Andrei Karas | 1 | -29/+79 |
2015-04-01 | Fix reading character from db. | Andrei Karas | 1 | -1/+1 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -26/+23 |
2015-01-18 | Command line arguments handling overhaul | Haru | 1 | -27/+63 |
2015-01-18 | Merge branch 'master' of github.com:HerculesWS/Hercules | shennetsind | 1 | -1/+1 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -2/+2 |
2015-01-18 | Add some fixes to char server. | Andrei Karas | 1 | -1/+1 |
2015-01-17 | Stat server submission logic update | shennetsind | 1 | -1/+12 |
2015-01-07 | Fixed char-server crash for clients >= 20141022, Thanks to Yommy and Ind | dastgirpojee | 1 | -5/+4 |
2014-12-31 | Fix wrong useless cycle added in commit c47d8e4b8f9d63ab6b4e7e286e91cd50a5bdd... | Andrei Karas | 1 | -1/+1 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -2/+1 |
2014-12-26 | Save char sex in db. | Andrei Karas | 1 | -3/+19 |