summaryrefslogtreecommitdiff
path: root/src/emap/map.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-13add missing case for CELL_CHKNOSKILL in the getcellp hookgumi1-0/+1
2020-04-25fix a wrong bitwise operations that made everyone appear as GMgumi1-1/+1
2020-02-25remove magic numbers from online list and add support for 3rd gendergumi1-5/+9
2019-04-08Update from herculesAndrei Karas1-1/+1
2019-03-02Try to load map cells before set wall on mapAndrei Karas1-0/+3
2018-05-03Update from hercules.Andrei Karas1-2/+3
2018-02-15Delete npcs from always visible list on map if npc unloaded.Andrei Karas1-0/+6
2018-01-16Fix compilation after hercules update.Andrei Karas1-1/+2
2016-08-08Add monster wall collision type.s20160809Andrei Karas1-39/+58
2016-05-02Fix hook function prototype error.Andrei Karas1-1/+1
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-27/+46
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas1-0/+2
2016-04-28Fix different warnings.Andrei Karas1-3/+9
2016-04-04Update plugin for new hercules.Andrei Karas1-2/+2
2016-03-30Add missing checks.Andrei Karas1-3/+9
2016-03-14Fix npc assertions on maps with always visible npcs after reload scripts.Andrei Karas1-1/+6
2016-02-26Remove useless casts after server update.Andrei Karas1-2/+2
2016-02-14Add support for item attribute MaxFloorOffset.Andrei Karas1-8/+11
2015-11-05Add pseudo npc varibale .alwaysVisible for show npc from any range on map.Andrei Karas1-0/+84
2015-10-25Add layer field into wall. For now it used 0 from scripts.Andrei Karas1-7/+12
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas1-1/+1
2015-10-16Add script function delcells for delete cells/wall.Andrei Karas1-0/+9
2015-10-16Add script function and packet to set group of cells to given mask (gat value)Andrei Karas1-7/+90
2015-10-12Using 'WalkMask' in monsters moving.Andrei Karas1-0/+9
2015-10-03Add wall separate cell property.Andrei Karas1-2/+9
2015-10-03Add support for air collision.Andrei Karas1-8/+74
2015-10-03Add support for wall and water collision walking masks.Andrei Karas1-2/+88
2015-10-03Add basic support for own collision types.Andrei Karas1-0/+79
2015-10-01Add wrong parameters list in addflooritem function.Andrei Karas1-2/+2
2015-10-01Add missing parameter to emap_addflooritem_post function.Andrei Karas1-1/+2
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-08-16Fix compilation after HPM update in server.Andrei Karas1-1/+3
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas1-0/+133