summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2012-04-30- Fixed NPC instance variables not being passed through to callfunc; or calls...epoque111-4/+10
2012-04-30- Removed copyarray; functionality when running set; or assigning variables (...epoque111-2/+4
2012-04-29- Updated the unit engine to cache attacker count rather than utilise CPU int...epoque115-58/+61
2012-04-29Fixed bugreport:5668 delayed consumption items are no longer usable while sit...shennetsind1-3/+6
2012-04-29- Removed leftover TXT configs, follow-up to r15503.brianluau3-3/+8
2012-04-29A minor memory improvement, and some curly brace love.shennetsind3-18/+18
2012-04-29Yet another performance improvement: Shut Down processing is now about to 7 t...shennetsind3-28/+17
2012-04-29Follow up r16004 >_<" some not-supposed-to-be-comitted debug messages slipped...shennetsind1-19/+11
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind6-30/+34
2012-04-29- Fixed a missing variable storage allocation resulting in NPC variables not ...epoque111-1/+1
2012-04-29- Fixed a map-server crash when script variable storage reference is NULL (bu...epoque111-2/+8
2012-04-28- Fixed an issue with the instance variable storage system never being initia...epoque113-33/+17
2012-04-28- Updated the script engine to make use of the DBMap* structure for storing v...epoque118-92/+72
2012-04-28- Updated the script engine to store references to important re-used methods ...epoque111-53/+76
2012-04-27- Fixed typo for the -- operator (follow-up to r15982)epoque111-1/+1
2012-04-27- Added initial support for direct variable assignment (allows assigning valu...epoque112-5/+190
2012-04-26- Follow-up to r15979, updated parse_simpleexpr to parse direction function i...epoque112-0/+19
2012-04-26- Added support for scripts to call user-defined functions without the use of...epoque111-2/+15
2012-04-25Follow up r15975. Fixed warning on elemental.c. (bugreport:5637)greenboxal21-0/+1
2012-04-25* Replaced rand() calls with rnd().xazax-hun5-32/+32
2012-04-25* Code consistency updates. No functional changes. Credits to Lighta.xazax-hun10-152/+157
2012-04-25Fixed bugreport:4468 Frost Nova freeze chance has been updated to meet its re...shennetsind1-0/+8
2012-04-25Fixed Wall of Thorn skill, all of its conditions should now be met.shennetsind2-24/+51
2012-04-25Fixed bugreport:5624 Thorn Trap 'immobilization' effect should now be working...shennetsind1-0/+1
2012-04-25Minor performance improvement on script function is_function -- replaced strd...shennetsind1-3/+3
2012-04-25Removed pc_cant_newmount since it has been proved newer clients still support...shennetsind4-26/+2
2012-04-25Fixed warning on mob.c.greenboxal21-1/+1
2012-04-24Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu...greenboxal25-9/+10
2012-04-23really minor performance improvement on skill_check_condition_castbegin vs a ...shennetsind1-27/+24
2012-04-23Follow up r15936 Fixed crash when sc_increaseagi would be cast on non-players.shennetsind1-1/+1
2012-04-22* Fixed (bugreport:5589)cleaverbeaver1-1/+7
2012-04-22- Fixed Emergency Call (bugreport:3291) so that it does not recall dead guild...xantara1-1/+1
2012-04-22Fixed bugreport:5599 magic damage reduction formula were wrong.greenboxal21-1/+1
2012-04-22* Merged changes up to eAthena 15090.eathenabot1-1/+1
2012-04-22* Merged changes up to eAthena 15086.eathenabot1-2/+7
2012-04-22- Follow-up to r15923: fixed renamed file not being svn-copied (and lacking s...brianluau3-118/+118
2012-04-22=Generaltechnote241-1/+1
2012-04-22Fixed bugreport:5605 Spell Fist should now work properly. Also Added missing ...shennetsind1-10/+66
2012-04-22- Fixed Vacuum Extreme not assigning units (bugreport:5604) and additionally ...epoque111-0/+1
2012-04-22Updated Mob AI's target check with new status effects: SC_BITE, SC_VACUUM_EXT...shennetsind1-6/+10
2012-04-22Fixed bugreport:5604 Firewalk and Electric Walk now function properly.shennetsind3-8/+22
2012-04-22- Changed @pettalk /dice to roll random 1-6 (before it always rolled 1).brianluau3-14/+17
2012-04-22Applied renewal skill changes: (bugreport:5302)xantara2-2/+9
2012-04-22Fixed bugreport:5537 SR_GENTLETOUCH_CURE now acts with official behavior.greenboxal22-17/+28
2012-04-21- Fixed Spell Fist being unable to cast while casting a bolt skill (bugreport...epoque112-4/+5
2012-04-21Added mvp tomb system.greenboxal27-1/+100
2012-04-21- Updated the at-command system to exchange hard-coded messages with those fr...epoque111-22/+95
2012-04-21- Added elemental source files to the appropriate VS2010 filtersepoque111-0/+4
2012-04-21Fixed bugreport:5586 SC_CAMOUFLAGE can be removed by using RA_CAMOUFLAGE agai...greenboxal23-3/+4
2012-04-21- Fixed emperium coordinates in Payon Holy Shadow (payg_cas03).brianluau2-3/+10