Age | Commit message (Expand) | Author | Files | Lines |
2012-01-14 | Fixed ancient multi-map-server bug where gmlevel was lost during changing map... | shennetsind | 2 | -4/+6 |
2012-01-14 | Fixed bug with attack timer being chained unnecessarily when attacker is not ... | shennetsind | 2 | -4/+10 |
2012-01-14 | Fix to progressbar exploit, bugreport:5199 | shennetsind | 1 | -0/+7 |
2012-01-14 | Fixed problem with OnTouch on NPC ID 139, blame on r14993, bugreport:5206 | shennetsind | 2 | -2/+2 |
2012-01-12 | Fixed random monster load order -- affected bloody branch and poring box. spe... | shennetsind | 1 | -2/+2 |
2012-01-12 | ubuntu's gcc 4.6x warning fix, bugreport:5232 credits to gepard | shennetsind | 1 | -4/+8 |
2012-01-12 | fixed bug with aliases of the @commands command from working properly; bugfix... | shennetsind | 1 | -7/+24 |
2012-01-12 | Fixed bug with @commands/@charcommands not displaying aliases | shennetsind | 1 | -5/+6 |
2012-01-11 | fix to bug on import of atcommand_athena, bugreport:5207 | shennetsind | 1 | -3/+4 |
2012-01-11 | added remode-specific exp files processing as per kenpachi request, special t... | shennetsind | 3 | -4/+14 |
2012-01-11 | Picklog improvements: | gepard1984 | 22 | -257/+146 |
2012-01-10 | Xantara's fix for bugreport:5201, bugreport:5222 and bugreport:5227 (@command... | shennetsind | 1 | -7/+9 |
2012-01-09 | Added missing logging of consumed homunculus food (bugreport:68) | gepard1984 | 1 | -0/+1 |
2012-01-09 | Fixed battle configs `boss_delay_spawn`, `plant_delay_spawn` and `mob_delay_s... | gepard1984 | 2 | -24/+21 |
2012-01-09 | Sending to a broken socket will no longer cause SIGPIPE signal to be sent bac... | gepard1984 | 1 | -1/+5 |
2012-01-09 | * Merged changes up to eAthena 15051. | eathenabot | 1 | -11/+74 |
2012-01-08 | Fixed Cloaking Exceed. | protimus | 4 | -4/+26 |
2012-01-08 | Fixed Exceed Break to work properly. | protimus | 4 | -12/+18 |
2012-01-07 | Initial support for Royal Guard and some adjustments here and there. | shennetsind | 7 | -89/+819 |
2012-01-05 | Fixed issue with costume item bonuses not checking for headgear position (wou... | shennetsind | 1 | -0/+4 |
2012-01-05 | Improved friend removal process to avoid inconsistent state if char-server wa... | gepard1984 | 2 | -12/+19 |
2012-01-05 | Fixed issue with continuous attacks ignoring battle conditions, bugreport:987 | shennetsind | 1 | -1/+2 |
2012-01-04 | Fixed waitingroom npcs from being displayed properly against maya p exploit p... | shennetsind | 1 | -3/+3 |
2012-01-04 | Fixed a typo from r15381, bugreport:5202 | shennetsind | 1 | -1/+1 |
2012-01-04 | Re-designed /db/ folder structure as previously discussed. | shennetsind | 6 | -39/+56 |
2012-01-04 | *Fixed compile warning. | Chilly0123 | 1 | -1/+1 |
2012-01-04 | *Added 2 new accessory skills. | Chilly0123 | 4 | -5/+69 |
2012-01-04 | Fixed @mi leaking cloned player stats, bugreport:2280 | shennetsind | 1 | -1/+1 |
2012-01-04 | /resetstate also resets taekwon mission, bugreport:2200 | shennetsind | 1 | -2/+7 |
2012-01-04 | Fixed atcommand aliases memory leak, bugreport:5200 | shennetsind | 1 | -3/+18 |
2012-01-04 | fixed grouprandomitem to always create unidentified items, bugreport:2802 | shennetsind | 1 | -4/+4 |
2012-01-04 | Minor packetver babysitting, bugreport:4810 | shennetsind | 1 | -1/+15 |
2012-01-04 | Fixed trap bugs as per bugreport:2817 (you finally can attack traps directly :0) | shennetsind | 2 | -8/+7 |
2012-01-04 | Made charserver refuse connections if no map server is connected, performance... | shennetsind | 1 | -6/+5 |
2012-01-04 | Pets & Homun renaming with empty name fix, bugreport:3032 | shennetsind | 3 | -10/+23 |
2012-01-04 | fixed @hide from not refreshing users who did not know about the @hide, bugre... | shennetsind | 1 | -0/+2 |
2012-01-04 | Removed Renewal Drop Modifier out of #REMODE and created a #RE_DROP_MOD speci... | shennetsind | 4 | -5/+17 |
2012-01-04 | Fixed char-server not making use of name_ignoring_case setting, bugreport:4700 | shennetsind | 1 | -6/+10 |
2012-01-04 | Mobs may now drop pet eggs, bugreport:2968 | shennetsind | 1 | -6/+9 |
2012-01-03 | Removed unused and unofficial bonus `bRandomAttackIncrease` (in SVN since r2,... | gepard1984 | 5 | -14/+2 |
2012-01-03 | Fixed Self Destruction from hitting hidden characters, bugreport:310 | shennetsind | 1 | -1/+5 |
2012-01-03 | Fixed Songs, no longer dispells on death. bugreport:3444 | shennetsind | 1 | -0/+8 |
2012-01-03 | Fixed bug with lullaby not ending after moving out of ensamble area (with lon... | shennetsind | 1 | -1/+1 |
2012-01-03 | removed ALL_RIDING, as per information provided by Muad_Dib the skill is mean... | shennetsind | 2 | -10/+0 |
2012-01-03 | * Merged changes ONLY eAthena 15055. | eathenabot | 1 | -2/+2 |
2012-01-03 | Fixed atcommand system not being case insensitive since r15346, thanks to keikun | shennetsind | 1 | -1/+1 |
2012-01-03 | fixing a warning in ubuntu's gcc, follow up r15358 | shennetsind | 1 | -5/+4 |
2012-01-03 | fixed a compiler warning restricted to ubuntu's gcc only | shennetsind | 1 | -2/+2 |
2012-01-03 | Follow up r15343, added trimming to each individual aliases, allows the follo... | shennetsind | 1 | -1/+1 |
2012-01-03 | removed unix server revision caching -- now it will always display the actual... | shennetsind | 2 | -29/+3 |