summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Split npc_duplicate_sub into separate functions based on subtypesHaru2-48/+85
2015-11-12Split frequently repeated code to add/register new NPCs to its own functionHaru2-58/+35
2015-11-12Added subtype initializer to npc_create_npcHaru3-19/+20
2015-11-12Moved class and dir initializers to npc_create_npcHaru3-57/+39
2015-11-12Split the duplication logic away from the parsing logic in NPC duplicatesHaru2-136/+155
2015-11-11Split the source path reference retain mechanism out of npc_parsename.Haru2-38/+72
2015-11-08Fixes missing new RC_ constants in some bonuses. Fixes #815Dastgir1-25/+102
2015-10-28Fix memory leak in quest sending packet (closes #831)Andrei Karas1-0/+1
2015-10-26- Update the Status Icons based in kRO Update 10-21-2015.Jedzkie2-5/+118
2015-10-25Merge pull request #516 from milky-milk/pre-re_defenderHaruna1-0/+5
2015-10-24Merge pull request #811 from ossi0110/masterHaruna3-29/+97
2015-10-24Merge pull request #813 from 4144/instancefixHaruna1-2/+2
2015-10-24Fix crash in instance.cAndrei Karas1-2/+2
2015-10-24Merge pull request #751 from dastgir/script_docDastgir1-1/+1
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru7-308/+13
2015-10-21Fixed Typos (+1 squashed commits)ossi01103-29/+97
2015-10-21Merge remote-tracking branch 'upstream/master'Er_Maqui34-313/+639
2015-10-20Fixed an issue preventing the mob_db2 from being loadedHaru2-9/+6
2015-10-19Add support for mob_db in conf format.Andrei Karas2-242/+548
2015-10-19rename malloc.c/h to memmgr.Andrei Karas33-33/+33
2015-10-17Fixed an error in the refine_db loaderHaru1-33/+52
2015-10-17Fix crash while removing invisible wall.Andrei Karas1-1/+1
2015-10-13Return actual result from pc_insert_card.Andrei Karas1-1/+5
2015-10-13- Fixed message ID to a lower value.Er_Maqui1-1/+1
2015-10-12- Error message when talking to a pre-defined channel and you aren't on the c...Er_Maqui1-0/+3
2015-10-11Fixed another compiler warning (follow-up to 5c22b63)Haru1-1/+1
2015-10-11Fixed various compiler warnings (follow-up to 5c22b63)Haru1-17/+17
2015-10-11Merge pull request #788 from MishimaHaruna/libconfigAndrei Karas1-1/+1
2015-10-11Fixed an issue in the quest_db parsing function.Haru1-1/+1
2015-10-11Cleanup of the HPluginData implementation (second part)Haru20-63/+27
2015-10-11Cleanup of the HPluginData implementation (First part)Haru20-209/+66
2015-10-11Changed HPM->packets[] into an array of VECTORHaru2-17/+17
2015-10-11Changed VECTOR/BHEAP/ARRAY macros to discourage usage of unsigned loop counters.Haru1-1/+1
2015-10-07Deleted dublicateMilk1-3/+2
2015-10-06Merge pull request #682 from Smokexyz/masterHaruna2-32/+114
2015-10-05Merge pull request #747 from 4144/setvarsHaruna2-88/+160
2015-10-04Added clif->packet() to retrieve info about a packet.Haru3-9/+19
2015-10-02Skip bound items in the mergeitem feature.Haru1-2/+2
2015-10-02Fixed crash in SC_GENSOUAncyker1-0/+3
2015-10-02Convert refine_db.txt to refine_db.conf (libconfig)Smokexyz2-32/+114
2015-10-01Split function set_reg and get_val into functions based on variable types.Andrei Karas2-88/+160
2015-09-30Refactored ACMD(jobchange)Haru1-42/+41
2015-09-29Merge pull request #756 from Nihadm89/patch-1Haruna1-1/+1
2015-09-28Fixes Maelstrom crashing serverNihadm891-1/+1
2015-09-28Fixed merge behaviour of map zones. Fixes #572Kpy!2-7/+18
2015-09-28Added Missing ScriptCommands in the doc.Dastgir1-1/+1
2015-09-26Merge pull request #579 from csnv/minfixesHaruna2-10/+10
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru31-1917/+1178
2015-09-24Fix script command checkcell without player attached.Andrei Karas1-2/+1
2015-09-24Add bl parameter to map_searchrandfreecell and map_addflooritem.Andrei Karas8-35/+35