Age | Commit message (Expand) | Author | Files | Lines |
2015-12-28 | Added some missing item IDs to their enum | Haru | 2 | -1/+3 |
2015-12-28 | Added elemental_id enum, replaced numeric elemental IDs with enum members | Haru | 3 | -31/+61 |
2015-12-28 | Added merc_id, replaced numeric mercenary IDs with enum members | Haru | 2 | -15/+50 |
2015-12-28 | Added homun_id enum, replaced numeric constants with enum members | Haru | 3 | -15/+53 |
2015-12-28 | Added Poring to the mob_id enum | Haru | 4 | -5/+7 |
2015-12-28 | Added Zanzou mob ID to the mob_id enum | Haru | 2 | -2/+4 |
2015-12-28 | Added Summon Legion-related monsters to the mob_id enum | Haru | 2 | -8/+21 |
2015-12-28 | Added Alchemist-related monsters to the enum mob_id | Haru | 2 | -8/+48 |
2015-12-28 | Replaced some numeric mob IDs with the proper constants (Magc Decoy / Silver ... | Haru | 1 | -14/+22 |
2015-12-28 | Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*) | Haru | 2 | -5/+7 |
2015-12-28 | Added Splendide, Manuk and Mora mobs to the mob_id enum | Haru | 2 | -3/+51 |
2015-12-28 | Standardized (source) mob_id enum | Haru | 8 | -57/+113 |
2015-12-26 | Add *setgroupid script commands. | Emistry | 1 | -0/+25 |
2015-12-25 | *Show the katar critical bonus in player status window | AnnieRuru | 3 | -2/+6 |
2015-12-25 | Merge pull request #975 from dastgir/8-RefineDef | hemagx | 3 | -4/+20 |
2015-12-25 | Merge pull request #1009 from Jedzkie/ItemDB_Updates | Dastgir | 10 | -312/+446 |
2015-12-26 | Follow up https://github.com/Jedzkie/Hercules/commit/3f13598714f2d6cecb1c1e5c... | Jedzkie | 1 | -4/+2 |
2015-12-25 | Fix various ShowWarning that doesn't tell the source of the error | AnnieRuru | 1 | -7/+7 |
2015-12-25 | Added Costume/Shadow Atk/Def refine bonus setting | Dastgir | 3 | -4/+20 |
2015-12-25 | Implemented NoViewID | Dastgir | 8 | -29/+42 |
2015-12-25 | Follow up https://github.com/HerculesWS/Hercules/commit/eb0d0dc677e1d3e584de9... | Jedzkie | 1 | -57/+57 |
2015-12-25 | Merge pull request #977 from dastgir/5-DressRoom | hemagx | 3 | -2/+18 |
2015-12-25 | Added New ViewEquip packet | Dastgir | 1 | -1/+3 |
2015-12-25 | New Entity Packets Implemented (Thanks to Rytech) | Dastgir | 3 | -20/+102 |
2015-12-24 | Item Update: | Jedzkie | 4 | -19/+49 |
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 |