Age | Commit message (Expand) | Author | Files | Lines |
2012-03-02 | Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`. | gepard1984 | 2 | -39/+19 |
2012-03-02 | - reverted r15523 (broken workaround for an underlying issue, see bugreport:5... | lordttseven | 1 | -23/+1 |
2012-03-02 | Minor NPC code cleanup: timer labels. | gepard1984 | 1 | -72/+25 |
2012-03-02 | - Fixed dangling pointer caused by r15644 (partially reverted). | gepard1984 | 1 | -4/+16 |
2012-03-01 | Follow up r15638: the 'sd' party is unnecessary -- when there is no player (e... | shennetsind | 1 | -2/+2 |
2012-03-01 | Enabled `DB_OPT_RELEASE_DATA` for several `DBMap`s to simplify data freeing. | gepard1984 | 4 | -59/+20 |
2012-03-01 | Fixed skillname->ID DBMap storing skill integer value in void pointer. | gepard1984 | 1 | -4/+6 |
2012-03-01 | Enabled `DB_OPT_RELEASE_DATA` for atcommands `DBMap`s so they are able to fre... | gepard1984 | 1 | -16/+4 |
2012-02-29 | Some NPC code cleanup (event labels). | gepard1984 | 1 | -57/+20 |
2012-02-29 | Removed drop and exp penalties of bosses monsters in renewal. (bugreport:5377) | protimus | 1 | -1/+2 |
2012-02-27 | Fixed PA_SACRIFICE crash, bugreport:5371, present since r15277 | shennetsind | 1 | -10/+9 |
2012-02-27 | Fixed Heal amount on skill levels 1~9 (since r15009, bugreport:5372). | gepard1984 | 1 | -1/+1 |
2012-02-27 | Fixed atcommands not being logged (follow-up to r15572)(bugreport:5370). | gepard1984 | 1 | -1/+1 |
2012-02-27 | * Merged changes up to eAthena 15075. | eathenabot | 1 | -1/+1 |
2012-02-22 | Fixed Royal Guard's Banding skill & icon activation (bugreport:5210) | xantara | 3 | -2/+20 |
2012-02-22 | Applied renewal skill changes: (bugreport:5302) | xantara | 3 | -8/+56 |
2012-02-20 | * fixed third class skill point allocation logic (follow-up to r15594, bugrep... | lordttseven | 1 | -16/+29 |
2012-02-19 | minor improvement on status_calc_<stat> for SL_HIGH soul link, being it does ... | shennetsind | 1 | -13/+12 |
2012-02-19 | Updated Enchant Blade, bugreport:5346 | shennetsind | 1 | -7/+4 |
2012-02-19 | Initial support for Wanderer and Minstrel, and a few adjustments here and the... | shennetsind | 5 | -139/+689 |
2012-02-19 | Fixed `/lb` and `/nlb` commands displaying additional nickname (bugreport:5351). | gepard1984 | 2 | -6/+6 |
2012-02-19 | - reverted part of r15609 since apparently the issue is purely limited to ZC_... | lordttseven | 1 | -1/+1 |
2012-02-19 | Fixed /b and /nb bugreport:5351 | shennetsind | 1 | -1/+1 |
2012-02-18 | * adjusted socket_max_client_packet to a more accurate (if guessed) value to ... | lordttseven | 1 | -0/+14 |
2012-02-18 | Added 2 new item bonuses as per kenpachi's request: | shennetsind | 5 | -3/+20 |
2012-02-18 | Initial Support for Shura and a few adjustments here and there. | shennetsind | 6 | -93/+441 |
2012-02-17 | - removed a #undef left over from converting the macro to an inline function ... | lordttseven | 1 | -1/+0 |
2012-02-17 | Fixed @allskills crashing with SM_SELFPROVOKE (doesn't have icon) -- Added it... | shennetsind | 1 | -0/+1 |
2012-02-17 | Re-enabled SC_INCASPDRATE as per kenpachi's request. | shennetsind | 2 | -2/+5 |
2012-02-17 | Fixed bug with official npc idle timer thing, bugreport:5343 | shennetsind | 1 | -2/+4 |
2012-02-17 | - Fixed group permissions not recognizing `false` setting (bug:5342). | gepard1984 | 2 | -1/+4 |
2012-02-17 | Added Wildcard's fix for @hide gms on @pvp'd pvp maps | shennetsind | 1 | -15/+11 |
2012-02-17 | Fixed chrif_authreq possible crash, bugreport:5337 | shennetsind | 1 | -7/+4 |
2012-02-17 | Fixed bug with 3rd classes bypassing player_skillup_limit config | shennetsind | 1 | -1/+2 |
2012-02-17 | Fixed bShortWeaponDamage to work against cart termination, bugreport:5328 | shennetsind | 3 | -13/+10 |
2012-02-17 | Fixed Royal Guard shield dispell to take shieldmdef in account for the duration | shennetsind | 1 | -1/+1 |
2012-02-17 | Fixed missing parenthesis in @who code, removed unused variable in is_atcommand | shennetsind | 1 | -2/+1 |
2012-02-17 | Initial support for Shadow Chaser and a few adjustments here and there. | shennetsind | 12 | -192/+699 |
2012-02-16 | - Removed outdated version number handling (follow-up to r11503). | gepard1984 | 5 | -10/+4 |
2012-02-15 | Added `getgroupid()` script command (follow-up to r15572). | gepard1984 | 1 | -0/+16 |
2012-02-14 | Fixed skill timers being added even if source has been already removed from m... | gepard1984 | 1 | -0/+2 |
2012-02-14 | Removed deprecated memory manager macros (follow-up to r14916). | gepard1984 | 5 | -28/+28 |
2012-02-14 | Fixed `strtolower` and `strtoupper` script functions (bug:5331). | gepard1984 | 1 | -27/+14 |
2012-02-14 | Updated `@marry` and `@divorce` to use standard charcommand invocation (`#com... | gepard1984 | 1 | -46/+24 |
2012-02-14 | Merged `@kill` and `@die`, since `@kill` was just a remote version of `@die`. | gepard1984 | 1 | -39/+3 |
2012-02-14 | Merged code of `@whomap` commands into `@who`. | gepard1984 | 1 | -232/+63 |
2012-02-14 | Merged code of `@who`, `@who2` and `@who3` commands. | gepard1984 | 1 | -200/+62 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 25 | -1556/+1506 |
2012-02-12 | Follow up r15569 fixed console error | shennetsind | 1 | -3/+1 |
2012-02-12 | item_trade nodrop/notrade flags no longer share no mail and no auction flags,... | shennetsind | 2 | -2/+3 |