Commit History

Author SHA1 Message Date
  shennetsind 1bac5ef84d Fixed bugreport:5668 delayed consumption items are no longer usable while sitting. (temporary measure until we figure what actually broke it) 13 years ago
  brianluau a0ef961db9 - Removed leftover TXT configs, follow-up to r15503. 13 years ago
  shennetsind 2f177fa207 A minor memory improvement, and some curly brace love. 13 years ago
  eathenabot 2214af7c54 - Removed some leftover svn:ignore properties, follow-up to r15503. 13 years ago
  shennetsind 622ce6fd0f Yet another performance improvement: Shut Down processing is now about to 7 times faster. 13 years ago
  shennetsind 444142de89 Follow up r16004 >_<" some not-supposed-to-be-comitted debug messages slipped in. 13 years ago
  shennetsind 535e0712a9 reasonably-sized performance improvement: @reloadscript is about to 3 times faster. 13 years ago
  epoque11 9b45e8e104 - Fixed a missing variable storage allocation resulting in NPC variables not being saved (bugreport:5669) 13 years ago
  epoque11 7c11d35955 - Fixed a map-server crash when script variable storage reference is NULL (bugreport:5666) 13 years ago
  epoque11 1bf50eb5d9 Happy 1000th commit rAthena! 13 years ago
  brianluau 9d4db5d5ae - Fixed a spelling and grammar typo in quests_13_2.txt (bugreport:5665) 13 years ago
  epoque11 ab8f7490a0 - Fixed an issue with the instance variable storage system never being initialised (since unknown revision) 13 years ago
  epoque11 02e4daf67d - Updated the script engine to make use of the DBMap* structure for storing variables (for Ind <3) 13 years ago
  og2 de96ee0457 Fixed (bugreport:5661) - Thanks to Toshiro 13 years ago
  epoque11 20e1d5b8b4 - Updated the script engine to store references to important re-used methods (set, callfunc, callsub, getelementofarray) 13 years ago
  brianluau 17ac295e6c - Set svn:eol-style=native on text files. 13 years ago
  epoque11 c9228bf0f3 - Fixed typo for the -- operator (follow-up to r15982) 13 years ago
  epoque11 b287bda7f8 - Updated script documentation to reflect changes applied in r15979, r15981 and r15982 13 years ago
  epoque11 c3193f3106 - Added initial support for direct variable assignment (allows assigning values to variables without the use of 'set') 13 years ago
  epoque11 870a300ae5 - Follow-up to r15979, updated parse_simpleexpr to parse direction function invocation 13 years ago
  epoque11 2578dfe2f9 - Added support for scripts to call user-defined functions without the use of callfunc 13 years ago
  greenboxal2 7aff48d520 Follow up r15975. Fixed warning on elemental.c. (bugreport:5637) 13 years ago
  xazax-hun f304ebb056 * Replaced rand() calls with rnd(). 13 years ago
  xazax-hun 529295983e * Code consistency updates. No functional changes. Credits to Lighta. 13 years ago
  shennetsind 2a8f785f04 Fixed bugreport:4468 Frost Nova freeze chance has been updated to meet its renewal values. 13 years ago
  shennetsind f6300d31f9 Fixed Wall of Thorn skill, all of its conditions should now be met. 13 years ago
  shennetsind 08c67d5d99 Fixed bugreport:5624 Thorn Trap 'immobilization' effect should now be working properly. 13 years ago
  shennetsind 147c6ddbad Minor performance improvement on script function is_function -- replaced strdb_get with strdb_exists since we don't use the data at all. 13 years ago
  shennetsind 9d14415b75 Removed pc_cant_newmount since it has been proved newer clients still support them. 13 years ago
  greenboxal2 745677aafd Fixed warning on mob.c. 13 years ago