Age | Commit message (Expand) | Author | Files | Lines |
2016-04-23 | Changed map_session_data::chatID to int (and renamed to chat_id) | Haru | 1 | -14/+14 |
2016-04-23 | Removed some code duplication in chat processing functions | Haru | 1 | -72/+5 |
2016-04-23 | Refactored the chat message packet processing functions | Haru | 1 | -180/+238 |
2016-04-23 | Split supernovice angel call message detection to its own function | Haru | 1 | -31/+1 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -2/+2 |
2016-03-19 | Updated Entity Packets | Dastgir | 1 | -0/+3 |
2016-03-19 | status_get_name returns NULL instead of Unknown, Changed all functions to use... | Dastgir | 1 | -2/+2 |
2016-03-19 | Implemented new function clif_get_bl_name | Dastgir | 1 | -0/+17 |
2016-03-10 | Add new logging types. | Andrei Karas | 1 | -3/+3 |
2016-02-24 | Edited npc->selllist() to use the new struct itemlist | Haru | 1 | -5/+20 |
2016-02-24 | Edited npc->buylist() to use the new struct itemlist | Haru | 1 | -5/+18 |
2016-02-24 | Edited npc->market_buylist() to use the new struct itemlist | Haru | 1 | -21/+30 |
2016-02-24 | Edited skill->changematerial() and skill->elementalanalysis() to use the new ... | Haru | 1 | -6/+14 |
2016-02-24 | Edited npc->cashshop_buylist() to use the new struct itemlist | Haru | 1 | -5/+14 |
2016-02-24 | Removed various redundant typecasts | Haru | 1 | -8/+8 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -52/+52 |
2016-02-24 | Removed some now unnecessary explicit casts of the RBUFP result | Haru | 1 | -3/+3 |
2016-02-24 | Removed unnecessary explicit casts of the value of WBUFP | Haru | 1 | -24/+24 |
2016-02-24 | Added const qualifier to various variable/argument pointers | Haru | 1 | -38/+58 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -56/+55 |
2016-02-24 | Changed RFIFOP and WFIFOP to return const void * and void * respectively | Haru | 1 | -1/+3 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -100/+129 |
2016-02-24 | Added const qualifier to the {RFIFO,RBUF}{B,W,L,Q} families | Haru | 1 | -1/+3 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -14/+14 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -8/+8 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -6/+2 |
2016-01-31 | Move P2PTR Macro to socket header and split the macro into two macros for WFI... | hemagx | 1 | -9/+14 |
2016-01-29 | Merge pull request #1108 from 4144/pcreconfigure | Haru | 1 | -2/+0 |
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 1 | -8/+8 |
2016-01-21 | Remove unused PCRE_SUPPORT define. | Andrei Karas | 1 | -2/+0 |
2016-01-16 | Added OneClickIdentify packet | Dastgir | 1 | -0/+17 |
2016-01-12 | Whitespace cleanup (removed alignment tabs or trailing whitespace at line end) | Haru | 1 | -16/+16 |
2016-01-10 | Fixed an accidental MAX_CART_DECORATION leftover | Haru | 1 | -4/+4 |
2016-01-09 | Added support for MC_CARTDECORATE skill. | Jedzkie | 1 | -0/+44 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -4/+9 |
2016-01-06 | Replaced some explicit casts with BL_UCAST | Haru | 1 | -97/+109 |
2016-01-06 | Replaced some map->id2sd calls with the proper map->id2XX function | Haru | 1 | -25/+23 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -24/+23 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -7/+6 |
2016-01-06 | Change all TBL_NPC to struct npc_data as per style guidelines | hemagx | 1 | -39/+39 |
2016-01-06 | Change all TBL_ELEM to struct elemental_data as per style guidelines | hemagx | 1 | -1/+1 |
2016-01-06 | Change all TBL_PET to struct pet_data as per style guidelines | hemagx | 1 | -4/+4 |
2016-01-06 | Change all TBL_SKILL to struct skill_data as per style guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_MER to struct mercenary_data as per style guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_HOM to struct homun_data as per style guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_MOB to struct mob_data as per strly guidelines | hemagx | 1 | -61/+57 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -59/+61 |
2016-01-05 | Added Support for BodyStyle | Dastgir | 1 | -3/+27 |
2015-12-25 | Merge pull request #1009 from Jedzkie/ItemDB_Updates | Dastgir | 1 | -13/+21 |
2015-12-25 | Implemented NoViewID | Dastgir | 1 | -12/+12 |