Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -22/+25 |
2014-04-19 | Follow up to 6f6a6b3 | panikon | 1 | -2/+2 |
2014-04-11 | Fixed issue: 7694 | panikon | 1 | -1/+0 |
2014-03-14 | Fixed Bug 7936 | shennetsind | 1 | -1/+1 |
2014-02-27 | Cleaned up messages.conf | Haru | 1 | -4/+4 |
2014-02-22 | Changed function types related to SG days in date.c | panikon | 1 | -1/+1 |
2014-02-14 | sc sources | shennetsind | 1 | -1/+1 |
2014-01-19 | HPM Custom Data Struct Expansion: map/instance/party/guild | shennetsind | 1 | -0/+20 |
2014-01-12 | Changed some void* to the correct data types where applicable | Haru | 1 | -9/+9 |
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -7/+7 |
2013-12-11 | Corrected some local 'mapindex' variables shadowing the global one | Haru | 1 | -2/+2 |
2013-12-06 | HPM: mapindex interface | shennetsind | 1 | -4/+4 |
2013-11-30 | Minor adjustments | shennetsind | 1 | -0/+2 |
2013-11-07 | Item Bound Fixes/Adjustments/Improvements | shennetsind | 1 | -29/+10 |
2013-11-06 | Merge remote-tracking branch 'origin/master' | shennetsind | 1 | -0/+52 |
2013-11-06 | Merge pull request #217 from HerculesWS/script-checker | shennetsind | 1 | -6/+9 |
2013-11-06 | Modified status_calc_ | shennetsind | 1 | -1/+1 |
2013-11-05 | Introducing the Hercules Standalone Script Syntax Checker | Haru | 1 | -6/+9 |
2013-10-31 | No error after compilation, but when logging in at map server it will crash. | sevenzz23 | 1 | -0/+52 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -4/+2 |
2013-10-20 | Bug:7723 and Skill Cooldowns | shennetsind | 1 | -1/+1 |
2013-10-02 | HPM: Map.c Completed | shennetsind | 1 | -3/+3 |
2013-09-27 | HPM: Guild.c Completed | shennetsind | 1 | -138/+124 |
2013-09-27 | Renamed iMap interface to map | Haru | 1 | -80/+71 |
2013-09-27 | Renamed iStatus interface to status | Haru | 1 | -1/+1 |
2013-09-26 | Renamed variables that would conflict with a rename of iMap to map | Haru | 1 | -11/+15 |