summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-03Fix some more compiler warningsBen Longbons1-46/+46
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-76/+49
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-6/+6
2011-03-03Optional - restore Japanese comments where there are already english comments...Ben Longbons1-0/+1
2011-03-03Recovery and conversion of Japanese comments that had been lost as "invalid U...Ben Longbons1-238/+238
2011-02-27making buildin_getareadropitems last argument optionalStefan Beller1-2/+3
2011-02-26Adding an option to scriptfunction getareadropitem.Jessica Tölke1-4/+25
2011-01-03adding the *getunactivatedpoolskilllist function to the serverStefan Beller1-9/+42
2010-08-29Expand script function "misceffect" and clean up documentationremoitnane1-9/+35
2010-08-08Add script support for retrieving seconds since Unix epochremoitnane1-6/+17
2010-04-11Remove script_rid2sd assignment on an otherwise unused variableFreeyorp1-3/+0
2010-04-11Fix npcwarpFreeyorp1-0/+2
2010-04-04Allow modification of opt2 from scriptsFreeyorp1-239/+282
2010-04-04Add npcwarp script function to allow an NPC to warp to a new position on its ...No Name1-0/+38
2010-01-19fixed a few memory leaksHelmut Grohne1-3/+1
2010-01-19fixed a few buffer overrunsHelmut Grohne1-3/+4
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-4857/+5929
2009-10-15Merge remote branch 'taw/master'Jared Adams1-1/+1
2009-10-10Better logging, initial job experience gathering, naming fixes to the skill s...Fate1-2/+2
2009-09-30Merge branch 'master' of git://gitorious.org/tmw-eathena/mainlineMadCamel1-2/+108
2009-09-26Initial support for skill pools (available via at commands andFate1-4/+3
2009-09-20Initial support for skill poolsFate1-0/+107
2009-09-16Found and replaced more calls to rand()MadCamel1-1/+1
2009-07-15Add a function that unequips a particular type of equipment from a playerFreeyorp1-1/+25
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-6/+6
2009-06-22Addes the fakenpcname script functionChuck Miller1-1/+29
2009-06-06Fix 2nd parameter being truly optional on misceffect. Document it too.Dennis Friis1-4/+5
2009-06-06Add support for optional charname target to script function misceffect.Dennis Friis1-2/+10
2009-05-30Added documentation for several eAthena extensions. Moved OnPCKillEvent magi...Fate1-2/+1
2009-05-16Added sc_check command to determine whether a given status change is activeFate1-0/+18
2009-05-15builtin_menu: allocate memory for terminator byteFate1-1/+1
2009-05-14Merge branch 'master' of git@gitorious.org:tmw-eathena/mainlineFate1-5/+8
2009-05-13Fixed all compiler warnings and several small bugs in the processMadCamel1-3/+6
2009-05-13menu command: skip all options after (and including) the first option with a ...Fate1-8/+20
2009-05-13Cleans up the net code for effectsChuck Miller1-2/+2
2009-05-12Add a script function to see if the player is deadJared Adams1-2/+15
2009-05-03Changed all times to use UTCMadCamel1-3/+3
2009-04-22Added 'shop' command to trigger a nearby shopMadCamel1-1/+22
2009-03-16Only resume script after divorce if need toJared Adams1-1/+4
2009-03-16Now possible to divorce when partner is offlineMadCamel1-0/+3
2009-03-14Fix some storage-related codeJared Adams1-3/+12
2009-03-11FIx a bug dealing with storage and scriptingJared Adams1-0/+1
2009-03-08Remove pet and vending systemsJared Adams1-262/+12
2009-03-02Add another function for checking player locationJared Adams1-1/+28
2009-03-01Allow divorce function to be used as a conditionJared Adams1-1/+1
2009-01-31Add functionality for healer XP handlingFate1-1/+1
2009-01-23Allow getitemname to take a stringJared Adams1-7/+17
2009-01-11Added setskill script command to set skill levels permanently.Fate1-0/+22
2009-01-10Added `isat' scripting commandFate1-0/+26
2008-12-28Add a fuction to add a timer to all PCs in an areaJared Adams1-2/+40