summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2015-12-06Fixed issues with compound races in bonuses where they're handled as arraysHaru1-323/+203
2015-12-06Replaced RC_BOSS/RC_NONBOSS bitmask combinations with RC_ALL bitmasksHaru1-25/+32
2015-12-06Refactored/fixed race handling for bonuses that store it as a bitmaskHaru5-101/+153
2015-12-05Removed some unnecessary assertionsHaru3-9/+16
2015-12-05Fixed a client crash when a MVP Tombstone is createdHaru1-7/+1
2015-12-04Add missing check to mail.cAndrei Karas1-0/+6
2015-12-04Add missing check to log.cAndrei Karas1-0/+32
2015-12-04Add missing checks into itemdb.cAndrei Karas1-2/+30
2015-12-04Add missing checks to irc-bot.cAndrei Karas1-6/+24
2015-12-04Add missing checks to intif.cAndrei Karas1-2/+55
2015-12-04Add missing checks to instance.cAndrei Karas1-0/+7
2015-12-04Add missing checks to homunculus.cAndrei Karas1-9/+46
2015-12-04Add missing checks to guild.cAndrei Karas1-1/+26
2015-12-04Add missing checks to elemental.cAndrei Karas1-3/+13
2015-12-04Merge pull request #910 from dastgir/idleAndrei Karas5-36/+28
2015-12-04Added a function to update idle timeDastgir5-36/+28
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-8/+1
2015-12-02Fixed compile errors on very old PACKETVERsHaru4-28/+49
2015-11-23ItemDB Update:Jedzkie2-40/+47
2015-11-22ItemDB Update:Jedzkie1-1/+1
2015-11-22ItemDB Update:Jedzkie2-0/+6
2015-11-22ItemDB Update:Jedzkie1-4/+6
2015-11-22ItemDB Update:Jedzkie2-6/+21
2015-11-22SC Update:Jedzkie3-2/+75
2015-11-22ItemDB Update:Jedzkie3-9/+81
2015-11-21This reverts commit 3eb8f6cc123835fae6bbd847f02cdd45fcfccd60.AnnieRuru1-2/+2
2015-11-21Fix getitem/getitem2 give stacked items when ForceSerial on (#703)AnnieRuru1-2/+2
2015-11-19ItemDB Update:Jedzkie1-25/+35
2015-11-18Replaced -1 with FAKE_NPC in source, where appropriateHaru1-7/+6
2015-11-18Merge pull request #837 from AnnieRuru/request_5Haruna4-1/+7
2015-11-18Merge pull request #817 from HerculesWS/atcommand_msgHaruna1-2/+2
2015-11-18Merge pull request #878 from Jedzkie/request_01Dastgir2-4/+16
2015-11-18ItemDB Update:Jedzkie2-4/+16
2015-11-18Fixed a crash in some skills' multi-hit codeHaru1-4/+4
2015-11-17Revert "Item DB Updates:"Haru3-802/+715
2015-11-17Item DB Updates:Jedzkie3-715/+802
2015-11-16Update new NPC ID's.Jedzkie1-1/+1
2015-11-15Merge pull request #857 from HerculesWS/scriptqueueAndrei Karas8-377/+505
2015-11-14Fix npc initialisation in first map (m == 0).Andrei Karas1-1/+1
2015-11-14Changed struct map_session_data::queues into a VECTOR and renamed to ::script...Haru5-29/+20
2015-11-14Changed struct script_queue_iterator::item into a VECTOR and Renamed to ::ent...Haru2-19/+23
2015-11-14Changed struct script_queue::item into a VECTOR and Renamed to ::entriesHaru4-157/+127
2015-11-14Standardized script-queue related commandsHaru2-21/+22
2015-11-14Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggeredAnnieRuru1-1/+1
2015-11-14Refactored the script queue systemHaru1-185/+333
2015-11-14Renamed hQueue/hQueueIterator/hQueueOpt to latest standardsHaru6-59/+66
2015-11-14Changed script->hq and script->hqi into VECTOR typeHaru2-94/+87
2015-11-14Fixed some direct accesses to script->hq[] from other modules.Haru2-14/+16
2015-11-14Corrected an issue causing queue iterators not to return their last valueHaru1-9/+21
2015-11-14Add option for fix hit after warp.Andrei Karas2-4/+10