summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04Fix bugreport:5695 local scoped variables reference map not being freed after...greenboxal21-8/+16
2012-05-03Regularized file not found error messages.xazax-hun1-1/+1
2012-04-30- Amended the permanent NPC variable instance system to utilise the same allo...epoque111-4/+2
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- Removed leftover TXT configs, follow-up to r15503.brianluau1-0/+3
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-3/+1
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...epoque111-15/+12
2012-04-28- Updated the script engine to make use of the DBMap* structure for storing v...epoque111-76/+59
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...epoque111-4/+187
2012-04-26- Follow-up to r15979, updated parse_simpleexpr to parse direction function i...epoque111-0/+12
2012-04-26- Added support for scripts to call user-defined functions without the use of...epoque111-2/+15
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...shennetsind1-3/+1
2012-04-22* Merged changes up to eAthena 15090.eathenabot1-1/+1
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-1/+1
2012-04-19- Added 22nd argument to 'getmonsterinfo' which returns the mvp_exp of a mons...brianluau1-1/+2
2012-04-15Let there be light! GREEN TREE ON ALL DISTROS, I CHOOSE YOU, NOW!shennetsind1-34/+34
2012-04-04More cleanups for old clients.protimus1-2/+0
2012-04-02Fixed gcc warning on script.c, getnpcidshennetsind1-1/+1
2012-04-02- Fixed grouprandomitem; always produced negative item IDs. (bugreport:5529)epoque111-1/+1
2012-03-31* Merged changes up to eAthena 15085.eathenabot1-7/+18
2012-03-28Fixed bugreport:5497, LK/RG/PD/RG new mounts are now available again to clien...shennetsind1-1/+3
2012-03-23* Merged changes up to eAthena 15083.eathenabot1-0/+20
2012-03-20- Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sexepoque111-0/+1
2012-03-19 - Script label db now utilizes `DBMap`'s ability to store integer-type data ...gepard19841-6/+6
2012-03-19Refine DB updatelordttseven1-1/+1
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-3/+7
2012-03-05- Guild Castle code cleanup:gepard19841-30/+8
2012-03-04- Guild Castle code cleanup:gepard19841-72/+66
2012-03-03* fixed getiteminfo offset being off by one in REMODE (bugreport:5378)lordttseven1-0/+2
2012-03-02Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`.gepard19841-21/+11
2012-03-01Enabled `DB_OPT_RELEASE_DATA` for several `DBMap`s to simplify data freeing.gepard19841-23/+9
2012-02-15Added `getgroupid()` script command (follow-up to r15572).gepard19841-0/+16
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19841-13/+13
2012-02-14Fixed `strtolower` and `strtoupper` script functions (bug:5331).gepard19841-27/+14
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-50/+9
2012-01-31Merged `getmapmobs` script function into `mobcount` (bugreport:244). See scri...gepard19841-46/+18
2012-01-30- Removed more trailing tabs.brianluau1-15/+15
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-4/+4
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-3/+5
2012-01-20Merged TXT removal branch back to trunk.gepard19841-24/+2
2012-01-18Reorganized picklog functions a bit to reuse some common code.gepard19841-2/+2
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-5/+2
2012-01-17- Updates to script_commands.txt, and added svn:keywords property.brianluau1-1/+1
2012-01-12ubuntu's gcc 4.6x warning fix, bugreport:5232 credits to gepardshennetsind1-4/+8