summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2009-01-15Updated script_commands.txt with the book reading command info.sketchyphoenix1-4/+6
2009-01-14#commands used by nonGM players now appear in the chat like normalsketchyphoenix1-3/+4
2009-01-14Corrected a typo in r13444sketchyphoenix1-1/+4
2009-01-13* Cleaned up command @users/#users:FlavioJS1-29/+24
2009-01-13Mobs with nonzero spawn time can now be cached as well, saving some more cpu/...ultramage5-30/+32
2009-01-12* #command parsing cleaned up.sketchyphoenix1-28/+32
2009-01-12Added regen_db to reduce hp/sp processing delays (bugreport:2256).ultramage3-5/+35
2009-01-11bugreport:2637sketchyphoenix1-11/+14
2009-01-05Added @charcommands to return a list of available charcommands (bugreport:2630)sketchyphoenix1-35/+7
2009-01-05Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.ultramage3-5/+11
2009-01-05Fixed @mobsearch and @showmobs (bugreport:2481)ultramage1-19/+23
2008-12-31* Changes to the script engine:FlavioJS2-177/+212
2008-12-30* Changes to the script engine:FlavioJS4-49/+68
2008-12-30Removed a trailing argument left in r13420sketchyphoenix1-1/+1
2008-12-29Fixed broken card insert code (bugreport:2606).ultramage1-1/+5
2008-12-29 * Added missing command #delitem.sketchyphoenix1-10/+83
2008-12-28Corrected typo in @adjcmdlvl's parameter check.sketchyphoenix1-1/+1
2008-12-28Cleaned up code for inserting cards into items.ultramage2-40/+38
2008-12-28- Book reading script command.zephyrus3-0/+34
2008-12-25* Charcommands no longer default to self if no target is found.sketchyphoenix1-2/+7
2008-12-23 * Added a few missing atcommands.sketchyphoenix4-22/+357
2008-12-20* Extended how duplicates work: (based on Orcao's work in bugreport:2361) [Fl...FlavioJS2-56/+208
2008-12-20some minor generic cleanupsultramage1-16/+11
2008-12-18Removed charcommand code while allowing atcommand code to support its functio...sketchyphoenix11-4305/+425
2008-12-01* Fixed rare crash when using Flying Kick on clones (bugreport:2506)ultramage1-26/+9
2008-11-27* Fixed a memory leak when returning a string variable in the script engine. ...FlavioJS1-5/+0
2008-11-23* Readded code that was removed from atcommand_showmobs by mistake in the pre...FlavioJS1-0/+3
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS8-143/+108
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS10-17/+17
2008-11-20Added setting of state.speed_changed in script function 'npcspeed'.ultramage1-5/+8
2008-11-18Autotrade characters will no longer get caught by Urgent Recall. (bugreport:2...L0ne_W0lf1-1/+1
2008-11-17- Some "expire_time" = 0 considerations. Please update. (Bugreport 2451)zephyrus1-4/+4
2008-11-16- Item Rental System.zephyrus9-40/+263
2008-11-11* Updated script_commands.txtFlavioJS2-45/+97
2008-11-10Added a check to make sure killed monster's level was greater than half of th...Paradox924X1-1/+1
2008-11-08Cleaned up mob_readskilldb() a bit (moved row processing to its own function).ultramage1-218/+248
2008-11-08Changed how mobcount works since it wasn't counting last mob death. (bugrepor...L0ne_W0lf1-1/+2
2008-11-06some minor tweaks to previous commitsultramage1-1/+1
2008-11-06Fix of accident in 13353Sara1-266/+1
2008-11-06* Fixed the maximum level of Create Elemental Converter. (bugreport:2326) [Sara]Sara2-1/+267
2008-11-02stop erasing revision history, damnit...ultramage2-3955/+3955
2008-11-02* Added charcommands again. Wrong project.sketchyphoenix2-0/+3955
2008-11-02Removed charcommands from the source.sketchyphoenix2-3955/+0
2008-10-30slight cleanup for r13336sketchyphoenix1-1/+1
2008-10-30Small cleanup of r13321/r13322/r13331.ultramage2-70/+10
2008-10-30Small cleanup of r13332 (bugreport:2368).ultramage1-6/+3
2008-10-29* Novice skill, Trick Dead, will no longer be granted to classes upon reset (...sketchyphoenix1-0/+8
2008-10-28Made script command "unequip" call status_calc_pc. Thanks to Orcao. (bugrepor...Paradox924X1-1/+3
2008-10-28Fixed all overflow checks and made the code a bit cleaner from r13322.Paradox924X2-23/+75
2008-10-24Added protection from segfault by int overflow in charcommand heal and fixed ...Paradox924X2-2/+10