Age | Commit message (Expand) | Author | Files | Lines |
2012-04-30 | - Amended the permanent NPC variable instance system to utilise the same allo... | epoque11 | 1 | -4/+2 |
2012-04-30 | - Fixed NPC instance variables not being passed through to callfunc; or calls... | epoque11 | 1 | -4/+10 |
2012-04-30 | - Removed copyarray; functionality when running set; or assigning variables (... | epoque11 | 1 | -2/+4 |
2012-04-29 | - Removed leftover TXT configs, follow-up to r15503. | brianluau | 1 | -0/+3 |
2012-04-29 | reasonably-sized performance improvement: @reloadscript is about to 3 times f... | shennetsind | 1 | -3/+1 |
2012-04-29 | - Fixed a missing variable storage allocation resulting in NPC variables not ... | epoque11 | 1 | -1/+1 |
2012-04-29 | - Fixed a map-server crash when script variable storage reference is NULL (bu... | epoque11 | 1 | -2/+8 |
2012-04-28 | - Fixed an issue with the instance variable storage system never being initia... | epoque11 | 1 | -15/+12 |
2012-04-28 | - Updated the script engine to make use of the DBMap* structure for storing v... | epoque11 | 1 | -76/+59 |
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 | 1 | -4/+187 |
2012-04-26 | - Follow-up to r15979, updated parse_simpleexpr to parse direction function i... | epoque11 | 1 | -0/+12 |
2012-04-26 | - Added support for scripts to call user-defined functions without the use of... | epoque11 | 1 | -2/+15 |
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 | 1 | -3/+1 |
2012-04-22 | * Merged changes up to eAthena 15090. | eathenabot | 1 | -1/+1 |
2012-04-20 | Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t... | shennetsind | 1 | -1/+1 |
2012-04-19 | - Added 22nd argument to 'getmonsterinfo' which returns the mvp_exp of a mons... | brianluau | 1 | -1/+2 |
2012-04-15 | Let there be light! GREEN TREE ON ALL DISTROS, I CHOOSE YOU, NOW! | shennetsind | 1 | -34/+34 |
2012-04-04 | More cleanups for old clients. | protimus | 1 | -2/+0 |
2012-04-02 | Fixed gcc warning on script.c, getnpcid | shennetsind | 1 | -1/+1 |
2012-04-02 | - Fixed grouprandomitem; always produced negative item IDs. (bugreport:5529) | epoque11 | 1 | -1/+1 |
2012-03-31 | * Merged changes up to eAthena 15085. | eathenabot | 1 | -7/+18 |
2012-03-28 | Fixed bugreport:5497, LK/RG/PD/RG new mounts are now available again to clien... | shennetsind | 1 | -1/+3 |
2012-03-23 | * Merged changes up to eAthena 15083. | eathenabot | 1 | -0/+20 |
2012-03-20 | - Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sex | epoque11 | 1 | -0/+1 |
2012-03-19 | - Script label db now utilizes `DBMap`'s ability to store integer-type data ... | gepard1984 | 1 | -6/+6 |
2012-03-19 | Refine DB update | lordttseven | 1 | -1/+1 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 1 | -3/+7 |
2012-03-05 | - Guild Castle code cleanup: | gepard1984 | 1 | -30/+8 |
2012-03-04 | - Guild Castle code cleanup: | gepard1984 | 1 | -72/+66 |
2012-03-03 | * fixed getiteminfo offset being off by one in REMODE (bugreport:5378) | lordttseven | 1 | -0/+2 |
2012-03-02 | Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`. | gepard1984 | 1 | -21/+11 |
2012-03-01 | Enabled `DB_OPT_RELEASE_DATA` for several `DBMap`s to simplify data freeing. | gepard1984 | 1 | -23/+9 |
2012-02-15 | Added `getgroupid()` script command (follow-up to r15572). | gepard1984 | 1 | -0/+16 |
2012-02-14 | Removed deprecated memory manager macros (follow-up to r14916). | gepard1984 | 1 | -13/+13 |
2012-02-14 | Fixed `strtolower` and `strtoupper` script functions (bug:5331). | gepard1984 | 1 | -27/+14 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -50/+9 |
2012-01-31 | Merged `getmapmobs` script function into `mobcount` (bugreport:244). See scri... | gepard1984 | 1 | -46/+18 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 1 | -15/+15 |
2012-01-30 | - Removed trailing tabs, and fixed some spacing. | brianluau | 1 | -4/+4 |
2012-01-22 | Minor cleanups, mostly reducing scopes. | xazax-hun | 1 | -3/+5 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -24/+2 |
2012-01-18 | Reorganized picklog functions a bit to reuse some common code. | gepard1984 | 1 | -2/+2 |
2012-01-17 | Enabled Mersenne Twister MT19937 as random number generator instead of standa... | gepard1984 | 1 | -5/+2 |
2012-01-17 | - Updates to script_commands.txt, and added svn:keywords property. | brianluau | 1 | -1/+1 |
2012-01-12 | ubuntu's gcc 4.6x warning fix, bugreport:5232 credits to gepard | shennetsind | 1 | -4/+8 |
2012-01-11 | Picklog improvements: | gepard1984 | 1 | -61/+16 |
2012-01-04 | fixed grouprandomitem to always create unidentified items, bugreport:2802 | shennetsind | 1 | -4/+4 |