summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-13Replaced some foreach-based functions by their inlined iterator equivalents.ultramage1-19/+18
2008-03-13Fixed one forgotten mob spawning function call causing mobs to duplicate when...ultramage1-1/+1
2008-03-12Removed one mob data variable related to dynamic mobs that I found to be redu...ultramage1-6/+6
2008-03-11Replaced clif_countusers() with a more efficient alternative (thanks to the f...ultramage1-3/+17
2008-02-27* Removed NODAMAGE and ICEWALL cell types (mem usage back to normal)ultramage1-8/+2
2008-02-26- Added new settings for autotrade on battle/misc.conf (you can read descript...zephyrus1-0/+2
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-135/+61
2008-02-11Getting rid of map_getallusers(), part 1ultramage1-29/+43
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex1-15/+9
2008-02-04- Some code cleanups.zephyrus1-0/+6
2008-02-03* Added an iterator to map.h/c.FlavioJS1-0/+148
2008-02-02Fixed npc reloading crash (bugreport:889)ultramage1-5/+5
2008-01-30Added back the GRF_PATH_FILENAME variable and commandline parameter.ultramage1-1/+5
2008-01-28Fixed a coding mistake I made in r12142.ultramage1-1/+4
2008-01-26Added an out-of-bounds crashfix for map_delobject and map_delobjectnofree.ultramage1-3/+13
2008-01-26Some random cleaningultramage1-41/+18
2008-01-14* Client packet correctionsultramage1-0/+16
2008-01-06Extended the id range for npcs, now [400,700) will also be treated as NPC obj...ultramage1-1/+1
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-19/+14
2008-01-05Corrected one place belonging to the no-stacking mod that I missed when doing...ultramage1-2/+2
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing S...ultramage1-26/+27
2008-01-03Changes to reduce the number of map cell typesultramage1-11/+0
2008-01-03Map cell mechanism rewriteultramage1-98/+150
2008-01-03Moved extra junk from map_addblock/map_delblock to where it logically belongs...ultramage1-35/+18
2008-01-03Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de...ultramage1-177/+83
2007-12-31* Added code to reject double logins in clif_parse_WantToConnection and added...FlavioJS1-7/+26
2007-12-27* Corrected description of scope and npc variables in script_commands.txt.FlavioJS1-0/+4
2007-12-26Fixed the incorrect interpretation of the map-cell height information stored ...ultramage1-22/+27
2007-12-26Moved distance-related functions to path.c/hultramage1-46/+0
2007-12-23- Fixed warning about unused variableskotlex1-2/+1
2007-12-22- Corrected mob spawn utilization of the delay1/delay2 values (one is respawn...skotlex1-9/+13
2007-12-22Path code cleaning...ultramage1-9/+8
2007-12-18- Cleaned up a bit the format of skill_db.txt (that comma next to the skill n...skotlex1-4/+18
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage1-0/+6
2007-12-07- Insignificant cleanups.skotlex1-1/+1
2007-12-06- The default event script behaviour is to trigger on labels rather than NPCs...skotlex1-2/+1
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