summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Added script_mapquit plugin (moved from the StaffPlugins repository)Haru1-0/+47
2015-08-13Added check for execinfo.h/backtrace() to the configure scriptHaru1-6/+6
2015-08-13Corrected some include guardsHaru2-6/+6
2015-08-12Fix weapon field size in char_mmo_char_tobuf.Andrei Karas1-1/+1
2015-08-12HPM Hooks UpdateHercules.ws1-6/+6
2015-08-12Merge pull request #636 from 4144/equipposHaruna2-3/+16
2015-08-12Fixed some issues reported by CoverityHaru2-2/+2
2015-08-11Add n parameter to function pc_equipitem_pos.Andrei Karas2-3/+16
2015-08-11HPM Hooks UpdateHercules.ws7-96/+33
2015-08-11subnet.conf overhaulHaru6-177/+265
2015-08-11Fix issue #634. Delay actual item deletion after running item script.Andrei Karas1-2/+5
2015-08-11HPM Hooks UpdateHercules.ws3-0/+155
2015-08-10Add script interface function run_pet. It do same thing as run.Andrei Karas3-1/+3
2015-08-10Add script interface function run_npc. It do same thing as run.Andrei Karas5-15/+17
2015-08-10Move unequip item script function call into function script_run_item_unequip_...Andrei Karas3-4/+22
2015-08-10Move equip item script function call into function script_run_item_equip_script.Andrei Karas4-5/+25
2015-08-10Move use item script function call into function script_run_use_script.Andrei Karas5-23/+36
2015-08-10Added support for visual Studio 2015Haru3-2/+6
2015-08-10Fixes #630, RC_NonBoss was including all races even if they weren't meant to be.Dastgir1-16/+16
2015-08-09Corrected search order in itemdb_searchnameMordekaiserGod1-1/+1
2015-08-10Fixed a compile error in CygwinHaru1-3/+3
2015-08-10Fixed a compile error on WIN32/MSVCHaru2-3/+9
2015-08-09Fixed an issue caused by duel-song interactionHaru1-1/+1
2015-08-09Removed unused tables sstatus and interregHaru4-8/+0
2015-08-09Deprecated SQL item, monster and monster skill databasesHaru1-0/+24
2015-08-09Improved validation of monster/boss_monster top-level script objectsHaru1-3/+3
2015-08-09Added validation of the 'facing' value in top-level script objectsHaru1-0/+18
2015-08-09Deprecated use of numeric NPC view IDs. Use constants instead.Haru1-0/+2
2015-08-09Removed deprecated script command checkreHaru1-1/+0
2015-08-09HPM Hooks UpdateHercules.ws3-0/+31
2015-08-09Merge pull request #464 from dastgir/AdditionalStatusAndrei Karas2-0/+9
2015-08-09Additional Status Calculation for Plugins.dastgir2-0/+9
2015-08-07Update itemdb.cSmokexyz1-4/+4
2015-08-07Merge pull request #599 from Milchdealer/accinfofixHaruna1-1/+1
2015-08-05Update HPM hooks.Andrei Karas2-12/+12
2015-08-05Add checks for servers ip address in inter server connections.Andrei Karas4-12/+16
2015-08-05Add optional parameter to warp script command for prevent stoping npc scripts...Andrei Karas4-9/+19
2015-08-01HPM Hooks UpdateHercules.ws1-0/+3
2015-08-02Merge pull request #601 from 4144/hpmreducemalufett16-852/+873
2015-08-02Merge pull request #585 from csnv/one_line_fixesmalufett1-0/+3
2015-07-25Reduce memory usage in HPM in mercenary.cAndrei Karas2-3/+5
2015-07-25Reduce memory usage in HPM in status.cAndrei Karas3-398/+404
2015-07-25Reduce memory usage in HPM in quest.cAndrei Karas2-1/+3
2015-07-25Reduce memory usage in HPM in skill.cAndrei Karas9-407/+414
2015-07-25Reduce memory usage in HPM in homunculus.cAndrei Karas2-43/+47
2015-07-18Update HPM hooks.Andrei Karas3-0/+64
2015-07-18Move check cards related code into separate functions.Andrei Karas3-70/+86
2015-07-18Merge pull request #597 from QQfoolsorellina/masterAndrei Karas1-5/+14
2015-07-15Changed clif->message with clif->messagecolor_self as this will not crash on ...Milchdealer1-1/+1
2015-07-15Follow up 98274e4 fix script command questactive warningsAngelmelody1-5/+14