Age | Commit message (Expand) | Author | Files | Lines |
2016-03-09 | Corrected some issues in the item data saving function | Haru | 2 | -189/+61 |
2016-03-06 | Replace wrong variable usage in party creation code (closes #1185) | Andrei Karas | 1 | -3/+4 |
2016-02-28 | Changed mob mode field to 32 bit, for future expansion | Haru | 1 | -2/+2 |
2016-02-27 | Corrected wrong variable type of struct status_change_data::tick | Haru | 1 | -4/+6 |
2016-02-24 | Removed various redundant typecasts | Haru | 3 | -14/+12 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 5 | -15/+15 |
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 | 12 | -50/+48 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 15 | -96/+115 |
2016-02-24 | Updated inter_pet->tosql() and mapif->save_pet() to work with const data | Haru | 4 | -37/+40 |
2016-02-24 | Split mapif->mercenary_save() into two functions (save and create) | Haru | 3 | -22/+44 |
2016-02-24 | Split mapif->homunculus_save() into two functions (save and create) | Haru | 3 | -43/+61 |
2016-02-24 | Split mapif->elemental_save() into two functions (save and create) | Haru | 3 | -25/+51 |
2016-02-19 | Remove some unused macroses. Left macroses in socket.c | Andrei Karas | 1 | -2/+0 |
2016-02-19 | Add noreturn attributes. | Andrei Karas | 2 | -1/+2 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 8 | -24/+24 |
2016-02-19 | Fix some cast discards 'const' qualifier from pointer target type warnings. | Andrei Karas | 1 | -7/+7 |
2016-02-17 | Replaced some now unnecessary includes with forward declarations in header files | Haru | 1 | -0/+1 |
2016-02-15 | Replaced a call to sleep() with HSleep() | Haru | 1 | -8/+1 |
2016-01-29 | Merge pull request #1108 from 4144/pcreconfigure | Haru | 1 | -2/+2 |
2016-01-29 | Merge pull request #1100 from theultramage/gperm | Haru | 1 | -1/+1 |
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 1 | -12/+13 |
2016-01-21 | Enable pcre by default in configure and show error if pcre missing. | Andrei Karas | 1 | -2/+2 |
2016-01-14 | Adjusted names in enum guild_permission to still make sense when additional c... | ultramage | 1 | -1/+1 |
2016-01-09 | Corrected various zero-argument function definitions | Haru | 1 | -2/+2 |
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-22 | Ensured 32+1 bytes for all buffers that hold variable names | Haru | 1 | -5/+7 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 35 | -126/+695 |
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-12-02 | Fixed an issue with the HPMDataCheck when PCRE is enabled | Haru | 1 | -2/+2 |
2015-10-22 | Removed support for the deprecated SQL item, mob, mob_skill databases. | Haru | 2 | -8/+0 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 14 | -14/+14 |
2015-10-11 | Changed chr->server[].maps to a VECTOR | Haru | 3 | -35/+32 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 2 | -2/+3 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 2 | -6/+13 |
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 | 4 | -7/+5 |
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 | 2 | -21/+1 |
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 2 | -1/+1 |
2015-08-15 | Added core HPM interface | Haru | 2 | -14/+14 |
2015-08-15 | Enabled HPMDataCheck for login and char servers | Haru | 1 | -8/+0 |
2015-08-15 | HPM compatibility improvements | Haru | 32 | -130/+150 |
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 | 3 | -49/+48 |
2015-08-13 | Corrected some include guards | Haru | 2 | -6/+6 |