summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage1-18/+2
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-11-07Applied knc's fix to let authorized GMs use @go on 'nogo'-flagged maps.ultramage1-1/+1
2007-11-05Corrected the max. allowed skill name length, and optimized code that works w...ultramage1-7/+3
2007-11-01Reverted the part of r11625 where MAP_NAME_LENGTH_EXT was changed (to allow ....ultramage1-11/+11
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-202/+157
2007-10-29Fixed a compilation problem and warning (maybe).ultramage1-1/+0
2007-10-29Command code cleaning (refer to topic:169759)ultramage1-1018/+551
2007-10-27Removed 'petid', a command from r284 to look up pet ids by name.ultramage1-40/+0
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-7/+1
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-102/+6
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-3/+4
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-5/+9
2007-10-18Some code cleaning...ultramage1-8/+6
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-2/+3
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-2/+1
2007-10-12- cleaned up homshuffle and fixed a possible crash in it.skotlex1-4/+2
2007-10-09* Corrected string lengths according to bugreport:198ultramage1-3/+3
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-1/+1
2007-10-03* Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atc...zephyrus1-25/+4
2007-09-27* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)FlavioJS1-1/+0
2007-09-24Added back log_chat's '1 - log everything' setting (revert from r10850).ultramage1-1/+1
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-9/+32
2007-09-16Fixed some problems making gcc error outultramage1-5/+6
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-199/+96
2007-09-03- Merged @whereis from my server (displays normal spawn maps for given mobs)....skotlex1-0/+50
2007-09-01Fixed certain typos in src/npc/doc filesultramage1-1/+1
2007-08-30- Cleaned up a bit the homunculus evolution code, and fixed homevolution allo...skotlex1-4/+1
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-5/+5
2007-08-15* Some serious code cleanupsultramage1-48/+37
2007-08-12* Replaced some mob_avail.txt entries with a simple example entryultramage1-1/+2
2007-08-08- Changed the structure of the homunculus_db file so that the homunculus and ...skotlex1-17/+26
2007-08-07Some minor typo fixing.ultramage1-2/+2
2007-07-28* Removed ridiculous refine_posword config switchultramage1-2/+2
2007-07-23* Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleportultramage1-1/+1
2007-07-05* update from Skotlexultramage1-1/+2
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage1-2/+2
2007-07-01Cleaned up some parts of the code.ultramage1-1/+1
2007-06-28Added a missing line to enable @displayskill atcommandDracoRPG1-0/+1
2007-06-01Some typo fixing / cleaningultramage1-13/+9
2007-05-25- Fixed @statall giving you +99 stats instead of setting them to 99ultramage1-8/+11
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-8/+11
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage1-3/+1
2007-05-19Reformatting @_@ultramage1-506/+228
2007-05-19* Added Global chat and Main chat loggingultramage1-2/+5
2007-04-29* Ladmin fixesultramage1-1/+1
2007-04-23- Fixed a compilation problem with the pid pluginultramage1-1/+1
2007-04-18- Now @whogm hides perfect-hide gms only if their GM level is greater than th...skotlex1-2/+2
2007-04-17Massive at+charcommand cleanup, big thanks to HiddenDragonDracoRPG1-1531/+894