Age | Commit message (Expand) | Author | Files | Lines |
2016-12-03 | Clarify some Job Class vs MapID confusion (1/2) | Haru | 1 | -4/+4 |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 |
2016-07-14 | Fixed Coverity CID 150316: Copy into fixed size buffer | Haru | 1 | -7/+5 |
2016-07-02 | Fix wrong item deletion in guild creation code if emperium item not in invent... | Andrei Karas | 1 | -2/+5 |
2016-04-23 | Corrected the type of the 'length' argument of other message-related functions | Haru | 1 | -1/+1 |
2016-04-23 | Removed the 'len' argument from various message-related functions | Haru | 1 | -4/+5 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -7/+8 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -10/+14 |
2016-02-27 | Replaced various '-1' with the correct constant | Haru | 1 | -14/+16 |
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -6/+8 |
2016-01-14 | Adjusted names in enum guild_permission to still make sense when additional c... | ultramage | 1 | -1/+1 |
2016-01-06 | Replaced the remaining explicit casts with BL_CAST/BL_UCAST | Haru | 1 | -1/+1 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -4/+4 |
2016-01-06 | Change all TBL_MOB to struct mob_data as per strly guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -10/+10 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-11 | Fix guild member position check. | Andrei Karas | 1 | -1/+1 |
2015-12-10 | Fix guild position check. | Andrei Karas | 1 | -1/+1 |
2015-12-04 | Add missing checks to guild.c | Andrei Karas | 1 | -1/+26 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -4/+2 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -21/+4 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -53/+42 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -1/+1 |
2015-09-14 | Add missing checks into channel.c | Andrei Karas | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -25/+25 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -12/+10 |
2015-06-01 | Replaced some of the hardcoded values with constants (char) | Haru | 1 | -5/+3 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -4/+4 |
2015-01-24 | Channels refactoring: guild_* | Haru | 1 | -3/+6 |
2015-01-24 | Channels refactoring: join | Haru | 1 | -14/+4 |
2015-01-24 | Minor channel system refactoring | Haru | 1 | -7/+1 |
2015-01-24 | Moved the Hercules Channel System to its own file/interface | Haru | 1 | -27/+28 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -12/+16 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -12/+16 |
2014-12-06 | add channels config into clif interface. | Andrei Karas | 1 | -10/+10 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -74/+81 |
2014-10-18 | As per request by Ind | Streusel | 1 | -0/+8 |
2014-10-05 | Follow up a46b190764df4cce0b378bc691218ac0814a5673 | shennetsind | 1 | -1/+1 |
2014-10-05 | Follow up b9b32ac7609e | shennetsind | 1 | -1/+1 |
2014-08-20 | Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125 | Haru | 1 | -2/+2 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -3/+3 |
2014-07-08 | Removed redundant data from guardian_data, saving up to 40 bytes per guardian... | panikon | 1 | -2/+2 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -4/+4 |
2014-05-29 | Fixed a bug causing players to see unrelated guilds' #ally channels | Haru | 1 | -14/+20 |
2014-05-29 | Added guild_castle_invite and guild_castle_expulsion to guild.conf, they dete... | panikon | 1 | -11/+19 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -3/+3 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -22/+25 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -25/+22 |