Age | Commit message (Expand) | Author | Files | Lines |
2012-01-31 | Fixed possible monster speed underflow when mobs leveling up is enabled (bugr... | gepard1984 | 1 | -1/+1 |
2012-01-31 | Added proper `mob_delete_timer` (dynamic mobs feature) cleanup on map-server ... | gepard1984 | 1 | -0/+2 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 23 | -100/+100 |
2012-01-30 | Fixed map-server crashing when monster was killed by a reflected Waterball or... | gepard1984 | 1 | -9/+8 |
2012-01-30 | * Merged changes up to eAthena 15069. | eathenabot | 1 | -1/+8 |
2012-01-30 | - Removed trailing tabs, and fixed some spacing. | brianluau | 15 | -45/+45 |
2012-01-28 | Fix to Storm Gust work around Land Protector. | protimus | 1 | -1/+23 |
2012-01-26 | Fixed segmentation fault at server shutdown caused by r15521. | gepard1984 | 1 | -1/+1 |
2012-01-26 | * Modified drop system to allow overriding global item drop rates on per-ite... | gepard1984 | 3 | -6/+81 |
2012-01-25 | * Fixed zeny duplication exploit in mail system, introduced in r15310. | gepard1984 | 2 | -3/+5 |
2012-01-25 | Added two picklog types to distinguish regular monster drops (M) from stolen ... | gepard1984 | 4 | -6/+6 |
2012-01-24 | Fixed Divest status changes not loading properly on login with `debuff_on_log... | gepard1984 | 1 | -4/+4 |
2012-01-23 | Fixed memory leaks related to skill cooldown saving (bugreport:5261). | gepard1984 | 1 | -2/+13 |
2012-01-23 | ` Added renaming support for the remaining 'ragnarok' tables in the inter_ath... | xantara | 1 | -1/+1 |
2012-01-23 | ` Fixed Emperium's skill damage/heal and elemental resist (eg. Aspersio) - bu... | xantara | 3 | -7/+27 |
2012-01-23 | * Merged changes up to eAthena 15068. | eathenabot | 1 | -1/+1 |
2012-01-22 | - Updated skill cooldown system to prevent multiple recordings of skill delays | epoque11 | 2 | -17/+49 |
2012-01-22 | Minor cleanups, mostly reducing scopes. | xazax-hun | 11 | -33/+36 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 18 | -448/+9 |
2012-01-19 | Hair color fix for bugreport:5253, blame on r15449 | shennetsind | 1 | -1/+1 |
2012-01-18 | - Fixed the function that returns the job name to include 3rd jobs - Fixes @w... | xantara | 1 | -0/+50 |
2012-01-18 | Fixed Royal Guard's Inspiration skill - Now decreases exp by 1% - bugreport:5211 | xantara | 1 | -2/+2 |
2012-01-18 | Extended @alootid command to support multiple items (default: 10). | gepard1984 | 4 | -23/+93 |
2012-01-18 | Optimized chat room kicking (r15487) so that it doesn't alloc a db map unnece... | shennetsind | 1 | -11/+8 |
2012-01-18 | Added official behavior to chat room kicking, when you're kicked out of the c... | shennetsind | 2 | -4/+13 |
2012-01-18 | Reorganized picklog functions a bit to reuse some common code. | gepard1984 | 6 | -130/+34 |
2012-01-17 | Enabled Mersenne Twister MT19937 as random number generator instead of standa... | gepard1984 | 16 | -263/+271 |
2012-01-17 | * Merged changes up to eAthena 15067. | eathenabot | 2 | -4/+6 |
2012-01-17 | * Merged changes up to eAthena 15066. | eathenabot | 2 | -1466/+2221 |
2012-01-17 | * Merged changes up to eAthena 15065. | eathenabot | 1 | -15/+25 |
2012-01-17 | * Merged changes up to eAthena 15063. | eathenabot | 2 | -0/+155 |
2012-01-17 | * Merged changes up to eAthena 15061. | eathenabot | 4 | -42/+10 |
2012-01-17 | * Merged changes up to eAthena 15058. | eathenabot | 5 | -165/+197 |
2012-01-17 | * Merged changes up to eAthena 15057. | eathenabot | 3 | -64/+43 |
2012-01-17 | - Follow up to r15472. | eathenabot | 3 | -56/+56 |
2012-01-17 | - Updates to script_commands.txt, and added svn:keywords property. | brianluau | 1 | -1/+1 |
2012-01-17 | * Merged changes up to eAthena 15054. [ai4rei] | eathenabot | 7 | -173/+262 |
2012-01-17 | * Merged changes up to eAthena 15053. [ai4rei] | eathenabot | 4 | -17/+14 |
2012-01-17 | * Merged changes up to eAthena 15052. | eathenabot | 2 | -738/+493 |
2012-01-17 | * Merged changes ONLY eAthena 15002. | eathenabot | 4 | -80/+77 |
2012-01-16 | Fixed returning pet to egg not cleaning up remaining skill timers, causing ma... | gepard1984 | 1 | -1/+1 |
2012-01-15 | Fixed Flying Side Kick, you can now use it in non-foe and jump to their locat... | shennetsind | 1 | -8/+9 |
2012-01-15 | Fixed gm_all_skill, bugreport:5239 | shennetsind | 1 | -9/+35 |
2012-01-15 | Fixed a bug with the output message of chrif_authok | shennetsind | 1 | -3/+2 |
2012-01-15 | Fixed bug with katar weapon bonus, bugreport:5240 | shennetsind | 1 | -4/+9 |
2012-01-15 | Fixed a gcc warning, blame on r15451 | shennetsind | 1 | -1/+1 |
2012-01-14 | - Fixed walk-delay bug when a player is attacked in disguise causing inaccura... | epoque11 | 1 | -0/+5 |
2012-01-14 | minor cleanup: removed duplicate magnum break code, bugreport:3057 | shennetsind | 1 | -12/+5 |
2012-01-14 | Follow up r15453 -- first sign of lack of sleep! missed 2 changes from the me... | shennetsind | 1 | -2/+0 |
2012-01-14 | Added updated magic rod behavior -- displays animation on use. bugreport:5236 | shennetsind | 1 | -1/+1 |