Age | Commit message (Expand) | Author | Files | Lines |
2015-12-23 | PetDB Update: | Jedzkie | 1 | -13/+14 |
2015-12-23 | Item Update: | Jedzkie | 2 | -77/+84 |
2015-12-23 | Update: | Jedzkie | 7 | -64/+64 |
2015-12-23 | Item Update: | Jedzkie | 3 | -7/+17 |
2015-12-23 | Item Update: | Jedzkie | 4 | -18/+36 |
2015-12-23 | Item Update: | Jedzkie | 2 | -6/+6 |
2015-12-23 | Item Updates: | Jedzkie | 1 | -6/+5 |
2015-12-23 | Item Update: | Jedzkie | 3 | -71/+123 |
2015-12-23 | Item Update: | Jedzkie | 2 | -0/+9 |
2015-12-23 | Item Update: | Jedzkie | 2 | -35/+45 |
2015-12-23 | Merge pull request #1003 from HerculesWS/865-var_length | Andrei Karas | 4 | -20/+43 |
2015-12-22 | - Fixes #1005 (Thanks jTynne) | Jedzkie | 1 | -1/+1 |
2015-12-22 | Follow up https://github.com/HerculesWS/Hercules/commit/d79a996b1ecfe2dfdfe00... | Frost | 1 | -1/+1 |
2015-12-22 | Throw error when variable name length too long | AnnieRuru | 1 | -0/+14 |
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 | 3 | -20/+25 |
2015-12-22 | Merge pull request #992 from Jedzkie/ItemDB_Updates | Dastgir | 3 | -67/+153 |
2015-12-22 | Update *dispbottom script command to allow 0xRRGGBB color | AnnieRuru | 1 | -9/+21 |
2015-12-22 | Item Update: | Jedzkie | 2 | -31/+40 |
2015-12-22 | Update *message script command to allow to use account ID | AnnieRuru | 1 | -8/+13 |
2015-12-21 | ItemDB Update: | Jedzkie | 2 | -3/+23 |
2015-12-21 | Fix Client stuck if npc secure time reached and no actual dialog presented to... | hemagx | 1 | -1/+6 |
2015-12-20 | *explode return array size. | Emistry | 1 | -0/+2 |
2015-12-20 | Fixed a memory leak in the explode script command | Haru | 1 | -18/+16 |
2015-12-20 | Fix some issues with the @help command. | Kpy! | 1 | -3/+3 |
2015-12-20 | Costume and Shadow items are not equip-able anymore on older clients that doe... | hemagx | 2 | -0/+7 |
2015-12-20 | Fixed showing HP bar for monsters even if disabled on 2015 clients and onward. | hemagx | 1 | -3/+3 |
2015-12-20 | Fix the *getcharip | AnnieRuru | 1 | -6/+13 |
2015-12-20 | Fix certain script command report source npc twice if player not attached | AnnieRuru | 1 | -146/+136 |
2015-12-20 | Change map->nick2sd into script>nick2sd | AnnieRuru | 1 | -47/+46 |
2015-12-20 | Change map->charid2sd into script->charid2sd | AnnieRuru | 1 | -12/+11 |
2015-12-20 | Change map->id2sd into script->id2sd | AnnieRuru | 1 | -37/+33 |
2015-12-20 | Add script->id2sd function to throw error properly if player not found | AnnieRuru | 2 | -0/+36 |
2015-12-20 | ItemDB Update: | Jedzkie | 2 | -0/+10 |
2015-12-20 | ItemDB Update: | Jedzkie | 2 | -6/+32 |
2015-12-20 | ItemDB Update: | Jedzkie | 2 | -0/+25 |
2015-12-19 | Corrected a typo in the Renewal cardfix calculation | Haru | 1 | -3/+3 |
2015-12-20 | Item & Skill Update: | Jedzkie | 2 | -35/+31 |
2015-12-18 | Add *getunittype and update *getmapxy | AnnieRuru | 1 | -26/+91 |
2015-12-17 | Added 8 Official kRO & jRO Costumes supported up to 2015-05-13aRagexe. | Jedzkie | 2 | -12/+78 |
2015-12-17 | Dressroom Packet implemented | Dastgir | 3 | -2/+18 |
2015-12-17 | Removal of SC_ITEMSCRIPT. | Jedzkie | 2 | -58/+2 |
2015-12-17 | Implement official effect of MVP Scrolls | Jedzkie | 4 | -12/+53 |
2015-12-17 | Change all chat mute checks to use pc->can_talk instead of direct check. | hemagx | 6 | -25/+18 |
2015-12-17 | Add bAddMaxWeight bonus for increasing player's max weight | AnnieRuru | 2 | -1/+5 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 82 | -313/+1636 |
2015-12-15 | Added GPL information on interactive server startup | Haru | 1 | -0/+2 |
2015-12-15 | Fix Dialog being cleaned after timeout on secure npc timeout enabled. | hemagx | 1 | -1/+0 |
2015-12-15 | Fixed some too long char buffer initializers. | Florian Wilkemeyer | 2 | -11/+15 |
2015-12-15 | Added const qualifier to the w1~w4 arguments of npc_parse_unknown_object | Haru | 2 | -2/+19 |