summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-30Fixed sql char deletion code using a broken pet deletion query (ran very slow...ultramage1-209/+143
2009-06-23Minor update to atcommand_jailfor and atcommand_char_ban's modif_p var increm...Paradox924X1-2/+8
2009-06-13Changed a few sprintf's that had no format arguments to strcpy's.Paradox924X1-1/+1
2009-06-08- Added 'font' config in atcommand_athena.conf (bugreport:3123)brianluau1-14/+14
2009-05-17Removed the optional target parameter from atcommand_homshuffle, since the st...ultramage1-23/+4
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-1/+1
2009-05-12- Rental items now can be stackable items too.zephyrus1-22/+58
2009-03-31(bugreport:2836) A correction of a typographical error with GM command logging.sketchyphoenix1-1/+1
2009-03-30Fixed atcommand_param() using a hardcoded @ symbol, which broke on charcomman...ultramage1-5/+3
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-5/+6
2009-02-25- Bugreport #2800 ( Atcommands usables without restriction :S )zephyrus1-2/+1
2009-02-24Replaced giving dummy sd gm levels in script commands atcommand and charcomma...sketchyphoenix1-1/+2
2009-02-23 * Consolidated is_atcommand() and is_atcommand_sub()sketchyphoenix1-86/+86
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-16/+6
2009-02-19* Fixed impropper filling of w4 in npc_parsesrcfile when there are less than ...FlavioJS1-19/+8
2009-02-06* Follow up to r13485. (bugreport:2741)FlavioJS1-8/+7
2009-01-25- Implemented new Pet Bonus System. Enjoy!! :Dzephyrus1-1/+2
2009-01-20Fixed a boolean operator mistake in @memo command, caused by r11625 (bugrepor...ultramage1-1/+1
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-12* #command parsing cleaned up.sketchyphoenix1-28/+32
2009-01-11bugreport:2637sketchyphoenix1-11/+14
2009-01-05Added @charcommands to return a list of available charcommands (bugreport:2630)sketchyphoenix1-35/+7
2009-01-05Fixed @mobsearch and @showmobs (bugreport:2481)ultramage1-19/+23
2008-12-30Removed a trailing argument left in r13420sketchyphoenix1-1/+1
2008-12-29 * Added missing command #delitem.sketchyphoenix1-10/+83
2008-12-28Corrected typo in @adjcmdlvl's parameter check.sketchyphoenix1-1/+1
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.sketchyphoenix1-18/+353
2008-12-18Removed charcommand code while allowing atcommand code to support its functio...sketchyphoenix1-327/+394
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.FlavioJS1-57/+33
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-1/+1
2008-10-30Small cleanup of r13321/r13322/r13331.ultramage1-35/+5
2008-10-28Fixed all overflow checks and made the code a bit cleaner from r13322.Paradox924X1-10/+36
2008-10-24Added protection from segfault by int overflow in charcommand heal and fixed ...Paradox924X1-1/+1
2008-10-24Added protection from segfault by int overflow in atcommand heal. (bugreport:...Paradox924X1-2/+10
2008-09-11Removed a few out of date messages from msg_athena, and updated some others.L0ne_W0lf1-52/+52
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf1-1/+39
2008-08-28Fixed @cash/@points not handling negative values properly (bugreport:2132)ultramage1-2/+2
2008-08-26* Fixed @agjgmlvl bug preventing its use on other players. (bugreport:2124)sketchyphoenix1-1/+1
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-7/+8
2008-08-20- Removed my barricade implementation. Not required in WoE SE.zephyrus1-41/+0
2008-08-09Fixed @noks leaking internal buffer contents (bugreport:1528).ultramage1-0/+2
2008-07-31@autoloot and @autolootitem can now be used together for more precise looting...ultramage1-12/+1
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-16/+2
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-1/+1
2008-07-13Modified storage data loadingultramage1-10/+7