summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-12/+13
2007-11-21- Moved subtype from struct block_list to struct npc_data.skotlex1-1/+1
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-48/+23
2007-11-15Added error messages when trying to place objects on invalid map coordinates ...ultramage1-4/+10
2007-11-13Added error reporting for invalid rows in skill db files.ultramage1-1/+0
2007-11-11- Added missing include npc.h to map.cskotlex1-0/+1
2007-11-11Fixed a missing include/export, and typos in the previous revision.ultramage1-2/+3
2007-11-11- Cleaned up pc_calc_weapontypeskotlex1-2/+5
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage1-8/+3
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-10/+10
2007-11-03Added script function 'strnpcinfo', for increased npc awareness (originally f...ultramage1-0/+6
2007-10-29Command code cleaning (refer to topic:169759)ultramage1-1/+1
2007-10-26* Removed confusing map_nick2sd_nocase(), let the charserver handle itultramage1-15/+0
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-0/+4
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-52/+15
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-2/+2
2007-10-18Some code cleaning...ultramage1-66/+31
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-7/+7
2007-10-13Fixed a memleak during shutdown, caused by missing mail db shutdown code.ultramage1-0/+7
2007-10-13Fixed memleak hell during mapserver shutdown (if grf reading is used and the ...ultramage1-0/+2
2007-10-12Fixed some badly merged code in the #include part of map.c.ultramage1-13/+1
2007-10-10* Partially removed the usage of 'flags' to direct the execution path in skil...ultramage1-1/+1
2007-10-10* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.FlavioJS1-1/+1
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-34/+17
2007-10-04* Corrected Icewall skill to be closer to official behavior (part of bugrepor...ultramage1-4/+4
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS1-4/+4
2007-09-25* Fixed the double free's caused by r11290 (wrong option in the database cons...FlavioJS1-2/+2
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS1-61/+123
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-27/+9
2007-09-20* Merged the tmpsql branch:FlavioJS1-80/+58
2007-09-11- Corrected /invite letting you invite people even if you are not the party l...skotlex1-0/+6
2007-09-10* Added a safeguard to skill_get_unit_layout() against incorrectly defined la...ultramage1-2/+2
2007-09-10- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.skotlex1-2/+8
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-11/+11
2007-08-16* Fixed npc chatrooms not being deleted on npc unload/reload (crash)ultramage1-1/+1
2007-08-15* Some serious code cleanupsultramage1-2/+2
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-7/+16
2007-08-12* Replaced some mob_avail.txt entries with a simple example entryultramage1-33/+11
2007-08-09- stable -> trunk syncultramage1-31/+12
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-2/+2
2007-07-06* Cleaned up some nasty code related to skill_blownultramage1-27/+37
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage1-6/+6
2007-07-01Cleaned up some parts of the code.ultramage1-8/+8
2007-06-11- Fixed pet equip not displaying correctly at all (closes topic:153753)ultramage1-1/+2
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-2/+4
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-1/+1
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-3/+1
2007-05-19Reformatting @_@ultramage1-176/+176
2007-05-19Fixed server crashes when you use long hostnames (/thx to Ancyker)ultramage1-3/+3