summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-02* Random updates to instance system.ai4rei1-3/+1
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-3/+3
2011-06-16* Merges from charmerge:flaviojs1-1/+28
2011-05-14* Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv...ai4rei1-1/+1
2011-05-14* Random accumulated bits and pieces.ai4rei1-2/+24
2011-05-01* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ...ai4rei1-1/+1
2011-04-09* Moved duel code into a separate file.ai4rei1-0/+3
2011-03-19Removed leftovers of old charcommand config (follow-up to r13403).Gepard1-3/+0
2011-02-14* Fixed drop list of map flag 'pvp_nightmaredrop' not getting cleared upon @r...ai4rei1-0/+1
2011-01-19* Fixed solo dance/star gladiator warm AoE no longer following the owner and ...ai4rei1-0/+1
2011-01-14* Removed unconditional redundant status change checks before status_change_e...ai4rei1-61/+29
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-34/+34
2011-01-13* Fixed mapflags 'restricted', 'nocommand', 'bexp' and 'jexp' still not getti...ai4rei1-5/+9
2011-01-13* Reformatting and minor cleanups to console-plugin related code.ai4rei1-21/+35
2010-12-29* Collection of random insignificant changes.ai4rei1-0/+5
2010-12-22* Resolved random compiler warnings.ai4rei1-1/+1
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-2/+2
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-2/+2
2010-12-02* Fixed mapflags not getting initialized upon @reloadscript (bugreport:2247, ...ai4rei1-2/+17
2010-12-01* Fixed using main chat nick longer than 15 characters would cause a buffer o...ai4rei1-1/+1
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-3/+3
2010-11-28* Resolved multiple issues with the party booking system (bugreport:4573, sin...ai4rei1-1/+1
2010-11-23* Fixed map-server displaying 'PK Mode' notice only for pk_mode 1 (since r8402).ai4rei1-1/+1
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X1-2/+2
2010-10-11Added NULL initialization to info variable in map_readfromcache() to satiate ...Paradox924X1-1/+1
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-7/+7
2010-10-06* Touched up the party booking patch, seems I forgot some lines in clif.c...a...L0ne_W0lf1-1/+0
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-0/+2
2010-09-07Ensure a pointer is valid within map_readfromcache() before attempting to acc...Paradox924X1-1/+1
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-2/+2
2010-08-16- Merged Shinryo's patch to speed up map-cache loading.Skotlex1-38/+80
2010-04-01- Fixed 'OnPCLogoutEvent' being queued and never executed if brianluau1-0/+3
2010-02-27Some generic code cleanups (unused struct, user counting, code comment). ultramage1-9/+0
2010-02-10- Fixed a misleading description. (bugreport:4008)brianluau1-3/+3
2009-11-26Moved log_sql_init() call up in map-server-init to after after map_sql_init()...Paradox924X1-4/+2
2009-11-24Fixed instances not initializing after reloadscript (bugreport:3522).ultramage1-1/+1
2009-11-13Resolved a client hang in the scenario where the client sent loadendack befor...ultramage1-0/+4
2009-11-01* Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:36...L0ne_W0lf1-0/+2
2009-10-25Reverted renaming foreach functions and create a new one for OnTouch so that ...Inkfish1-4/+64
2009-10-25* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...Inkfish1-3/+5
2009-10-04- Added a missing space in help.txt (bugreport:3632)brianluau1-1/+0
2009-08-12- Optimization to instance system.zephyrus1-548/+20
2009-07-29- Fixed a bug cleaning instance variable on party when instance is destroy.zephyrus1-2/+4
2009-07-29* Fixed damage_level is not calculated properly on normal attack. Inkfish1-0/+2
2009-07-25Rewrote Quest Log system.Inkfish1-0/+2
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-4/+569
2009-06-04* Updates to ST_PRESERVE and a few other minor details!L0ne_W0lf1-0/+7
2009-05-25Now we can use 'boss_monster' to summon whatever monsters that need to be rad...Inkfish1-9/+9
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-2/+2
2009-04-23Fixed several occurences of map_freeblock() being used before map_deliddb() (...ultramage1-1/+1