summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage1-1/+1
2008-07-09* Added const to the return value of get_timer.FlavioJS1-2/+2
2008-06-17Forgot to commit source modification from r12833 (Updated Novice grounds.)L0ne_W0lf1-1/+1
2008-06-11Added partylock/guildlock mapflag checking for @changeleader/@changegm (bugre...ultramage1-2/+14
2008-05-10Fixed @showmobs not working due to a mistake in r12436 (bugreport:1487)ultramage1-44/+46
2008-05-08- Added some new items and headgears.zephyrus1-7/+7
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-28/+39
2008-04-27Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...ultramage1-15/+1
2008-04-27Changed the last commit so it must be called with @reloaditemdb2. @reloaditem...Kevin1-1/+15
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-2/+2
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage1-18/+14
2008-04-06Added Moscovia to the list of @go destinationstoms1-1/+4
2008-04-04Fixed @rura between maps on more then one map server. (r12483)Kevin1-1/+1
2008-03-28Some more txt/sql login server synchronization:ultramage1-25/+0
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-5/+4
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage1-0/+1
2008-03-18Fixed OnPCLoginEvent not working correctly (bugreport:1182).ultramage1-1/+1
2008-03-18- Added the official adoption method.zephyrus1-4/+5
2008-03-13- Added a fix for Abracadabra, this skills allways should use minimum a Yello...zephyrus1-0/+41
2008-03-05* Added code to clear the Illusionary Shadow effect (followup to r12293)ultramage1-2/+2
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-5/+8
2008-03-03- Merged mail system to Stable. Need a second check... please wait.zephyrus1-5/+5
2008-03-02Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward...ultramage1-1/+1
2008-02-29- Starting preparatives for Auctions System.zephyrus1-0/+12
2008-02-29- Added @cash and @points command to manage your cash/kafra points.zephyrus1-0/+33
2008-02-26- Added new settings for autotrade on battle/misc.conf (you can read descript...zephyrus1-38/+45
2008-02-22Fixed @whomap not unlocking the player db (bug in r12204)ultramage1-0/+1