summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-11Picklog improvements:gepard19841-61/+16
2012-01-04fixed grouprandomitem to always create unidentified items, bugreport:2802shennetsind1-4/+4
2011-12-31Added 4 new all-handy script functions; special thanks to KeyWorld!shennetsind1-2/+67
2011-12-25Fixed setting and removing restricted mapflags. bugreport:4119xazax-hun1-3/+15
2011-12-24* Merged changes up to eAthena 15040.eathenabot1-37/+16
2011-12-23` Fixed MF_BATTLEGROUND by Toshiro, bugreport:5150xantara1-1/+1
2011-12-17- Fixed pet.c not checking log_config.enable_logs setting. [lighta]brianluau1-1/+1
2011-12-17- Replaced log_config.enable_logs constants with LOG_ enums that existed sinc...brianluau1-26/+26
2011-12-14- Fixed floating shops being accessible from any location through 3rd party p...epoque111-0/+3
2011-12-13* Merged changes up to eAthena 15033.eathenabot1-1/+2
2011-12-13- Fixed rand() script command not allowing a range of over 32767 on several s...epoque111-0/+4
2011-12-13Added error message if a script tries to access an instance variable while no...GodLesZ1-1/+4
2011-12-12- Added support for multi-line messages when using mes;epoque111-2/+66
2011-12-12Fixing the last buildbot warning; should brian be happy, we'll open champagneshennetsind1-1/+1
2011-12-10- Renamed 'RRConfig' folder to 'config'.brianluau1-2/+2
2011-12-09Renewal Mode DEF calc fixed (can go over 127 now), bugreport:5110shennetsind1-5/+5
2011-12-09- Added ToastOfDoom's String Commands Package. (tid:53411, topic:204976)brianluau1-0/+802
2011-12-06getmapflag() fix by Kenpachi (bugreport:5097)shennetsind1-109/+114
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-9/+173
2011-11-28* Fixed removing item scripts through script command *setitemscript not worki...ai4rei1-2/+2
2011-10-16* Changed function-like macros into inline functions where it seemed appropri...ai4rei1-2/+10
2011-09-20* Applied map flag update patch provided by Daegaladh. Will mess with custom ...L0ne_W0lf1-1/+5