Age | Commit message (Expand) | Author | Files | Lines |
2012-04-28 | - Updated the script engine to store references to important re-used methods ... | epoque11 | 1 | -53/+76 |
2012-04-27 | - Fixed typo for the -- operator (follow-up to r15982) | epoque11 | 1 | -1/+1 |
2012-04-27 | - Added initial support for direct variable assignment (allows assigning valu... | epoque11 | 2 | -5/+190 |
2012-04-26 | - Follow-up to r15979, updated parse_simpleexpr to parse direction function i... | epoque11 | 2 | -0/+19 |
2012-04-26 | - Added support for scripts to call user-defined functions without the use of... | epoque11 | 1 | -2/+15 |
2012-04-25 | Follow up r15975. Fixed warning on elemental.c. (bugreport:5637) | greenboxal2 | 1 | -0/+1 |
2012-04-25 | * Replaced rand() calls with rnd(). | xazax-hun | 5 | -32/+32 |
2012-04-25 | * Code consistency updates. No functional changes. Credits to Lighta. | xazax-hun | 10 | -152/+157 |
2012-04-25 | Fixed bugreport:4468 Frost Nova freeze chance has been updated to meet its re... | shennetsind | 1 | -0/+8 |
2012-04-25 | Fixed Wall of Thorn skill, all of its conditions should now be met. | shennetsind | 2 | -24/+51 |
2012-04-25 | Fixed bugreport:5624 Thorn Trap 'immobilization' effect should now be working... | shennetsind | 1 | -0/+1 |
2012-04-25 | Minor performance improvement on script function is_function -- replaced strd... | shennetsind | 1 | -3/+3 |
2012-04-25 | Removed pc_cant_newmount since it has been proved newer clients still support... | shennetsind | 4 | -26/+2 |
2012-04-25 | Fixed warning on mob.c. | greenboxal2 | 1 | -1/+1 |
2012-04-24 | Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu... | greenboxal2 | 5 | -9/+10 |
2012-04-23 | really minor performance improvement on skill_check_condition_castbegin vs a ... | shennetsind | 1 | -27/+24 |
2012-04-23 | Follow up r15936 Fixed crash when sc_increaseagi would be cast on non-players. | shennetsind | 1 | -1/+1 |
2012-04-22 | * Fixed (bugreport:5589) | cleaverbeaver | 1 | -1/+7 |
2012-04-22 | - Fixed Emergency Call (bugreport:3291) so that it does not recall dead guild... | xantara | 1 | -1/+1 |
2012-04-22 | Fixed bugreport:5599 magic damage reduction formula were wrong. | greenboxal2 | 1 | -1/+1 |
2012-04-22 | * Merged changes up to eAthena 15090. | eathenabot | 1 | -1/+1 |
2012-04-22 | * Merged changes up to eAthena 15086. | eathenabot | 1 | -2/+7 |
2012-04-22 | - Follow-up to r15923: fixed renamed file not being svn-copied (and lacking s... | brianluau | 3 | -118/+118 |
2012-04-22 | =General | technote24 | 1 | -1/+1 |
2012-04-22 | Fixed bugreport:5605 Spell Fist should now work properly. Also Added missing ... | shennetsind | 1 | -10/+66 |
2012-04-22 | - Fixed Vacuum Extreme not assigning units (bugreport:5604) and additionally ... | epoque11 | 1 | -0/+1 |
2012-04-22 | Updated Mob AI's target check with new status effects: SC_BITE, SC_VACUUM_EXT... | shennetsind | 1 | -6/+10 |
2012-04-22 | Fixed bugreport:5604 Firewalk and Electric Walk now function properly. | shennetsind | 3 | -8/+22 |
2012-04-22 | - Changed @pettalk /dice to roll random 1-6 (before it always rolled 1). | brianluau | 3 | -14/+17 |
2012-04-22 | Applied renewal skill changes: (bugreport:5302) | xantara | 2 | -2/+9 |
2012-04-22 | Fixed bugreport:5537 SR_GENTLETOUCH_CURE now acts with official behavior. | greenboxal2 | 2 | -17/+28 |
2012-04-21 | - Fixed Spell Fist being unable to cast while casting a bolt skill (bugreport... | epoque11 | 2 | -4/+5 |
2012-04-21 | Added mvp tomb system. | greenboxal2 | 7 | -1/+100 |
2012-04-21 | - Updated the at-command system to exchange hard-coded messages with those fr... | epoque11 | 1 | -22/+95 |
2012-04-21 | - Added elemental source files to the appropriate VS2010 filters | epoque11 | 1 | -0/+4 |
2012-04-21 | Fixed bugreport:5586 SC_CAMOUFLAGE can be removed by using RA_CAMOUFLAGE agai... | greenboxal2 | 3 | -3/+4 |
2012-04-21 | - Fixed emperium coordinates in Payon Holy Shadow (payg_cas03). | brianluau | 2 | -3/+10 |
2012-04-21 | Fixed bugreport:5494 missing renewal status for RG_RAID. | greenboxal2 | 4 | -1/+16 |
2012-04-21 | Fixed bugreport:5593 elemental bl was not removed when pc is removed/freed. | greenboxal2 | 1 | -0/+3 |
2012-04-21 | Add CMakeLists.txt changes missing from r15885 | flaviojs | 1 | -0/+2 |
2012-04-20 | follow up r15885. Increased MAX_PRODUCE accordingly to new entries in produce... | shennetsind | 1 | -1/+1 |
2012-04-20 | follow up r15885. Accidentally committed this with the rest. | shennetsind | 1 | -1/+1 |
2012-04-20 | Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t... | shennetsind | 23 | -1172/+3625 |
2012-04-20 | =General | technote24 | 5 | -5/+20 |
2012-04-20 | =General | technote24 | 4 | -77/+79 |
2012-04-19 | =General | technote24 | 4 | -298/+392 |
2012-04-19 | - Added 22nd argument to 'getmonsterinfo' which returns the mvp_exp of a mons... | brianluau | 2 | -198/+199 |
2012-04-19 | =General | technote24 | 2 | -205/+237 |
2012-04-18 | Fixed bugreport:5530 deep sleep lullaby no longer resets its duration when ca... | shennetsind | 1 | -0/+1 |
2012-04-16 | Fixed bugreport:5386 riding dragons should now give the correct weight bonus.... | shennetsind | 1 | -1/+1 |