Age | Commit message (Expand) | Author | Files | Lines |
2012-02-27 | * Merged changes up to eAthena 15075. | eathenabot | 3 | -20/+20 |
2012-02-25 | Strange Hydra Quest + Hydra Ball(bugreport:5339) | og2 | 2 | -6/+7 |
2012-02-24 | - Clarified the comment about spaces in 'server_name' config. (bugreport:2656) | brianluau | 5 | -38/+30 |
2012-02-24 | Fixed `va_list` being reused in DBMap code (`linkdb_foreach()`) (bugreport:53... | gepard1984 | 1 | -4/+3 |
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 | 4 | -9/+57 |
2012-02-20 | * fixed third class skill point allocation logic (follow-up to r15594, bugrep... | lordttseven | 1 | -16/+29 |
2012-02-20 | * updated the custom job changer npc that ships with rA to support both branc... | lordttseven | 2 | -23/+56 |
2012-02-19 | Follow up r15619: Added missing apostrophes in ATK field in item_db_re.sql. (... | kenpachi2k11 | 2 | -11/+1 |
2012-02-19 | minor improvement on status_calc_<stat> for SL_HIGH soul link, being it does ... | shennetsind | 1 | -13/+12 |
2012-02-19 | Follow up r15620 (forgot to commit recursively =x added missing files) | shennetsind | 2 | -2/+2 |
2012-02-19 | Updated Enchant Blade, bugreport:5346 | shennetsind | 1 | -7/+4 |
2012-02-19 | Fixed Refined Quadrilles bonus script. (bugreport:4835) | kenpachi2k11 | 4 | -6/+7 |
2012-02-19 | Fixed Battleground Guardian mob modes. (bugreport:4483) | kenpachi2k11 | 2 | -4/+4 |
2012-02-19 | Fixed skill tree for Lord Knights Concentration/Spear Dynamo skill (ID: 357).... | kenpachi2k11 | 2 | -2/+2 |
2012-02-19 | Initial support for Wanderer and Minstrel, and a few adjustments here and the... | shennetsind | 14 | -139/+1343 |
2012-02-19 | Fixed `/lb` and `/nlb` commands displaying additional nickname (bugreport:5351). | gepard1984 | 2 | -6/+6 |
2012-02-19 | Fixed Bradium Golems (2049) mode. (bugreport:4476) | kenpachi2k11 | 2 | -2/+2 |
2012-02-19 | - reverted part of r15609 since apparently the issue is purely limited to ZC_... | lordttseven | 4 | -8/+5 |
2012-02-19 | Fixed /b and /nb bugreport:5351 | shennetsind | 1 | -1/+1 |
2012-02-19 | Updated Guillotines (1369) bonus script. (bugreport:4904) | kenpachi2k11 | 3 | -6/+6 |
2012-02-18 | Follow up r15609, fixed gcc warnings | shennetsind | 2 | -2/+2 |
2012-02-18 | * adjusted socket_max_client_packet to a more accurate (if guessed) value to ... | lordttseven | 4 | -4/+21 |
2012-02-18 | Added 2 new item bonuses as per kenpachi's request: | shennetsind | 7 | -3/+25 |
2012-02-18 | Fixed char server's 0x2b05 not skipping it's full length. | shennetsind | 1 | -3/+2 |
2012-02-18 | Initial Support for Shura and a few adjustments here and there. | shennetsind | 12 | -93/+801 |
2012-02-17 | Corrected two mercenary names. (bugreport:4976) | kenpachi2k11 | 4 | -14/+14 |
2012-02-17 | Updated Shadow Walks (2426) bonus script. (bugreport:4893) | kenpachi2k11 | 3 | -9/+9 |
2012-02-17 | - removed a #undef left over from converting the macro to an inline function ... | lordttseven | 1 | -1/+0 |
2012-02-17 | Updated RE homunculus EXP table and job EXP tables for 2nd and 3rd classes. | kenpachi2k11 | 2 | -4/+55 |
2012-02-17 | Updated Guarana Candys (12414) bonus script. (bugreport:5338) | kenpachi2k11 | 3 | -3/+3 |
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 | 3 | -3/+6 |
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 gcc warnings on libconfig.c | shennetsind | 1 | -2/+2 |
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 | 22 | -193/+1250 |
2012-02-16 | - Removed outdated version number handling (follow-up to r11503). | gepard1984 | 29 | -87/+17 |
2012-02-16 | - Filled in placeholders, follow up to r15572. (bugreport:5336) | brianluau | 1 | -3/+3 |
2012-02-15 | Fixed libconfig compiling issues in CentOS 5 (follow-up to r15572) (pid:78747). | gepard1984 | 3 | -58/+89 |
2012-02-15 | Added `getgroupid()` script command (follow-up to r15572). | gepard1984 | 2 | -3/+26 |
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 | 10 | -42/+37 |
2012-02-14 | Fixed `strtolower` and `strtoupper` script functions (bug:5331). | gepard1984 | 1 | -27/+14 |