summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-05The dynamic mobs system will no longer de-spawn mvps (because it's annoying a...ultramage1-0/+3
2009-02-26- Fixed item Nemesis.zephyrus1-0/+5
2009-02-23 * Consolidated is_atcommand() and is_atcommand_sub()sketchyphoenix1-1/+1
2009-02-02Fixing r13503...ultramage1-3/+8
2009-01-31objects[] array removal (bugreport:2559)ultramage1-120/+26
2009-01-24* Changed the variables of the mapcache structs to fixed size equivalents. (6...FlavioJS1-7/+10
2009-01-24* Changed all uses of struct skill_unit_group* to group_id in status_change_e...FlavioJS1-2/+2
2009-01-13Mobs with nonzero spawn time can now be cached as well, saving some more cpu/...ultramage1-5/+8
2009-01-12Added regen_db to reduce hp/sp processing delays (bugreport:2256).ultramage1-0/+32
2008-12-23 * Added a few missing atcommands.sketchyphoenix1-1/+1
2008-12-18Removed charcommand code while allowing atcommand code to support its functio...sketchyphoenix1-5/+1
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-38/+49
2008-09-18- Some corrections to Basilica.zephyrus1-2/+0
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf1-0/+1
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-1/+3
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus1-1/+2
2008-08-20- New invisible walls system (for WOE SE and Battlegrounds).zephyrus1-1/+119
2008-08-15Split off mapreg code from script.cultramage1-3/+4
2008-08-10Some small code cleaningultramage1-108/+147
2008-07-30Removed the IRC bot system, now a customization (see topic:194306)ultramage1-6/+0
2008-07-29- Fixed a bug with Status Resist Potion.zephyrus1-0/+1
2008-07-27Cleaned up several poorly chosen loginlog variable names.ultramage1-8/+6
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-42/+2
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-3/+3
2008-07-26- Implemented official Convex Mirror (With help of Yomanda and Sirius White)zephyrus1-4/+49
2008-06-07Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79shadow1-0/+3
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex1-0/+2
2008-05-02* Fixed missing iterator destruction in the map_foreach* functions (followup ...FlavioJS1-2/+5
2008-05-02* Changes to map_foreach* functions:FlavioJS1-20/+70
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-8/+16
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-4/+4
2008-03-29- Fixed a visual bug in mail when sending Zeny.zephyrus1-0/+3
2008-03-28- Fixing a bug in map_nick2sd. Also fixed on Stable.zephyrus1-12/+11
2008-03-27- Fixed a bug in map_nick2sd (sometimes we can have 3 chars with similar name...zephyrus1-10/+8
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-9/+9
2008-03-22Mobs with no respawn information which don't have a master will not get unloa...ultramage1-0/+3
2008-03-21Added VS9 project files. Removed redundant map_getallusers() functionLupus1-40/+0
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