Age | Commit message (Expand) | Author | Files | Lines |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -2/+3 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -2/+2 |
2016-03-20 | Added const qualifier to some typecasts | Haru | 1 | -2/+2 |
2016-02-29 | Fix buffer overflow in guild notice change packet. | Andrei Karas | 1 | -2/+2 |
2016-02-27 | Replaced various '-1' with the correct constant | Haru | 1 | -1/+1 |
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -4/+4 |
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -35/+37 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -10/+14 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -15/+15 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -1/+1 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -4/+6 |
2015-12-22 | Not allow send too big variable names to char server from map server (Closes ... | Andrei Karas | 1 | -0/+4 |
2015-12-22 | Ensured 32+1 bytes for all buffers that hold variable names | Haru | 1 | -11/+15 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -3/+20 |
2015-12-05 | Removed some unnecessary assertions | Haru | 1 | -1/+1 |
2015-12-04 | Add missing checks to intif.c | Andrei Karas | 1 | -2/+55 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -53/+45 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -3/+3 |
2015-07-15 | Changed clif->message with clif->messagecolor_self as this will not crash on ... | Milchdealer | 1 | -1/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -24/+24 |
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 1 | -3/+3 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -1/+1 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -8/+10 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -3/+0 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -73/+74 |
2014-10-05 | Follow up a46b190764df4cce0b378bc691218ac0814a5673 | shennetsind | 1 | -2/+2 |
2014-10-05 | Follow up b9b32ac7609e | shennetsind | 1 | -3/+3 |
2014-09-20 | Fixed Bug 8151 | shennetsind | 1 | -3/+1 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -32/+34 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -1/+1 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -5/+5 |
2014-05-17 | Renamed incuvate of Pet System. | Shido | 1 | -2/+2 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -24/+27 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -27/+24 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -24/+27 |
2014-05-06 | Bug fixes and other changes | panikon | 1 | -1/+19 |
2014-04-19 | Follow up to 6f6a6b3 | panikon | 1 | -1/+1 |
2014-04-19 | Fixed issue: 8150 | panikon | 1 | -2/+2 |
2014-03-29 | Minor script_add_str error/debug addition | shennetsind | 1 | -0/+4 |
2014-03-05 | Ref redesign, part 2 | Haru | 1 | -2/+2 |
2014-02-24 | Fixed console parse gm command crash on select commands | shennetsind | 1 | -1/+1 |
2014-02-22 | Changed function types related to SG days in date.c | panikon | 1 | -1/+1 |
2014-02-19 | Fixed Bug 8031 | shennetsind | 1 | -1/+1 |
2014-01-12 | Changed some void* to the correct data types where applicable | Haru | 1 | -6/+6 |
2014-01-12 | Fixed Bug 7963 | shennetsind | 1 | -1/+1 |
2014-01-11 | Hercules 1st 2014 MegaPatch | shennetsind | 1 | -83/+176 |
2013-12-15 | Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv... | shennetsind | 1 | -1/+1 |