Age | Commit message (Expand) | Author | Files | Lines |
2013-09-21 | Added Makefile.in change detection (and auto-rebuild) capabilities | Haru | 7 | -14/+35 |
2013-09-21 | Corrected invalid values assigned to enum homun_type variables | Haru | 4 | -25/+25 |
2013-09-21 | Fixed a potentially negative array subscript causing a mapserver crash | Haru | 8 | -129/+95 |
2013-09-19 | Cleaned up and de-duplicated ranklist-related code | Haru | 6 | -178/+96 |
2013-09-19 | Fixed a startup crash due to minicore/regular core mismatches | Haru | 1 | -7/+15 |
2013-09-18 | Merge pull request #137 from Schwierig/RankingListFix | Haruna | 4 | -9/+117 |
2013-09-18 | Fixed Ranking Lists for 2013 clients | Amir El Sayed | 4 | -9/+117 |
2013-09-18 | Fixed a race condition leading to a crash on server shutdown on linux | Haru | 1 | -9/+5 |
2013-09-18 | Makefiles improvements and cleanup | Haru | 7 | -181/+201 |
2013-09-17 | HPM: npc_chat.c Interfaced | shennetsind | 5 | -80/+108 |
2013-09-17 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 1 | -4/+4 |
2013-09-17 | HPM: Battleground.c Interface | shennetsind | 10 | -108/+127 |
2013-09-17 | HPM: Itemdb.c Interface | shennetsind | 12 | -171/+233 |
2013-09-17 | Fixed Tiger Cannon Damage | shennetsind | 1 | -1/+1 |
2013-09-17 | Fixed bugreport:7710 | Haru | 1 | -4/+4 |
2013-09-16 | HPM: Quest.c Interface | shennetsind | 8 | -71/+100 |
2013-09-16 | HPM: Path.c Interface | shennetsind | 7 | -51/+68 |
2013-09-16 | HPM: Pet.c Interface | shennetsind | 13 | -257/+320 |
2013-09-16 | HPM: Mapreg_sql.c Interface | shennetsind | 6 | -103/+145 |
2013-09-16 | HPM: Npc.c Interface | shennetsind | 20 | -534/+650 |
2013-09-16 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 8 | -839/+839 |
2013-09-16 | HPM: Unit.c Interface | shennetsind | 22 | -1609/+1638 |
2013-09-16 | Corrected line endings and BOM issues with several files | Haru | 10 | -1929/+1929 |
2013-09-16 | HPM: Mob.c Interface | shennetsind | 15 | -690/+837 |
2013-09-14 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | shennetsind | 8 | -45/+63 |
2013-09-14 | Hello World. | shennetsind | 1 | -0/+1 |
2013-09-11 | Fixed announce script command support for bc_blue and bc_woe | Haru | 8 | -45/+63 |
2013-09-09 | Fixed Bug #7335 | shennetsind | 4 | -39/+35 |
2013-09-09 | Fixed Bug #7637 | shennetsind | 1 | -1/+16 |
2013-09-09 | Fixed Bug #6735 | shennetsind | 1 | -2/+2 |
2013-09-09 | Fixed Bug #7540 | shennetsind | 2 | -1/+5 |
2013-09-09 | Fixed Bug #7694 | shennetsind | 3 | -2/+6 |
2013-09-09 | Fixed Bug #7631 | shennetsind | 1 | -25/+34 |
2013-09-09 | Fixed Bug #6626 | shennetsind | 4 | -1/+41 |
2013-09-09 | Fixed Bug #7343 | shennetsind | 1 | -2/+2 |
2013-09-09 | Fixed Bug #7613 | shennetsind | 1 | -0/+2 |
2013-09-07 | Fixed Bug #7689 | shennetsind | 1 | -1/+1 |
2013-09-06 | Added HCache key #define | shennetsind | 2 | -2/+6 |
2013-09-06 | Fixed @reloadpcdb to refresh online player data | shennetsind | 1 | -4/+9 |
2013-09-06 | Fixing script constants with ' | shennetsind | 1 | -1/+1 |
2013-09-06 | Fixed a mapserver crash due to uninitialized iterface functions | Haru | 1 | -1/+1 |
2013-09-04 | Fixed more packet issues with 2006-2008 clients | Haru | 2 | -3/+1 |
2013-09-03 | Corrected some MSVC warnings with old (<2009) packetvers | Haru | 1 | -4/+8 |
2013-09-03 | Fixed several packet errors with pre-renewal clients from 2006-2008 | Haru | 4 | -6/+22 |
2013-08-30 | Changed dlopen to use RTLD_DEEPBIND where available | Haru | 1 | -3/+7 |
2013-08-29 | Follow up@c11390cbffc983b01ac9ee4af3b16ccb533dd94c | malufett | 1 | -2/+2 |
2013-08-30 | Follow up @ cccc5bc9256b196b1f4e9ad881838ad32c8b3424 | malufett | 2 | -2/+6 |
2013-08-28 | Fixed an error with the '+=' operator on string variables | Haru | 1 | -1/+2 |
2013-08-27 | Silenced a MSVC warning about int64->int32 conversion | Haru | 1 | -1/+1 |
2013-08-26 | Merged strtoll MSVC fix from Ind's ScriptEngineUpdateP1 branch | Haru | 1 | -0/+1 |