summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-31Fix possible memory overflows and underflows.Andrei Karas3-3/+5
2014-12-30Merge pull request #429 from csnv/overviewmalufett1-108/+110
2014-12-28Fixed Bug#8453malufett1-1/+5
2014-12-28Split mob sql database into mob_db and mob_db_re.malufett3-6/+26
2014-12-28Follow up@990c25267aeefe4d792bf941a366a6603afcb42bmalufett1-1/+3
2014-12-28Merge pull request #427 from csnv/skillsworkHaruna3-7/+6
2014-12-28Fixed offensive skill formulas of KG/OB to official.malufett3-43/+39
2014-12-28Added RE version for 'size_fix.txt'.malufett1-1/+1
2014-12-27Speeding up calc aspd process in Renewalcsnv1-108/+110
2014-12-27Preliminary fix antimaya hack reporting wrong position. Bug report 8461: http...csnv1-0/+1
2014-12-27Fixes EDP for Grimtooth and Venom Knife. Bug report 6259: http://hercules.ws/...csnv1-5/+3
2014-12-27Merge pull request #422 from 4144/thinsockHaruna1-0/+11
2014-12-27Merge pull request #421 from csnv/songredoHaruna1-4/+25
2014-12-26In linux enable thin-stream mode.Andrei Karas1-0/+11
2014-12-26Disable text over target of PR_KYRIE. Bug report 8434: http://hercules.ws/boa...csnv1-2/+2
2014-12-26Fixes song affecting caster without linkcsnv1-2/+8
2014-12-26Add script function for change per character gender.Andrei Karas1-10/+35
2014-12-26Save char sex in db.Andrei Karas1-3/+19
2014-12-26Update HPM hooks after commit 6dd08befa6064a652d0d98e7cb85f0e353992dd5.Andrei Karas3-12/+12
2014-12-26Fix compilation errors and possible server crash from previous commits.Andrei Karas4-6/+10
2014-12-26Allowed flag values of map_count_oncell to stackHaru1-34/+30
2014-12-26Follow up@6dd08befa6064a652d0d98e7cb85f0e353992dd5malufett4-18/+24
2014-12-26Updated KG/OB Spirit Charms to official behaviormalufett12-105/+135
2014-12-24Songs aegis behavior updated. Bonus correctioncsnv1-4/+19
2014-12-23Removed deprecated commands checkdragon, setdragonHaru1-54/+0
2014-12-23Removed deprecated commands setmadogear, checkmadogearHaru1-43/+0
2014-12-23Removed deprecated commands setriding, checkridingHaru1-45/+0
2014-12-23HPM Hooks UpdateHercules.ws3-0/+32
2014-12-23Allow use constants in item_db.conf for int fields.Andrei Karas2-18/+38
2014-12-22Follow up@772cb2b111973c0c749e505ffd2685bb67e887bdmalufett1-2/+2
2014-12-21Fixed Bug#8458malufett2-11/+28
2014-12-21Update HPM hooks.Andrei Karas3-0/+62
2014-12-21Add function for reading custom itemdb fields.Andrei Karas2-0/+8
2014-12-21Remove plugin data in mob_data destruction.Andrei Karas1-0/+10
2014-12-21Remove plugin data in mob_db destruction.Andrei Karas1-1/+12
2014-12-21Move mob_db deletion into separate function.Andrei Karas2-6/+11
2014-12-19Remove plugin data in item_data destruction.Andrei Karas1-0/+10
2014-12-19Add struct item_data, mob_db and mob_data for pluginsAnnieRuru4-0/+39
2014-12-20Merge branch 'master' of https://github.com/HerculesWS/Herculesmalufett13-31/+336
2014-12-20Fixed Bug#8469malufett1-4/+6
2014-12-17Corrected a trivial null pointer case detected by XcodeHaru1-1/+4
2014-12-17Fixed a compile error on MSVC < 2013Haru1-25/+21
2014-12-17Update HPM hooks.Andrei Karas3-0/+32
2014-12-17Move check is item usable or not to separate method.Andrei Karas3-1/+11
2014-12-16HPM Hooks UpdateHercules.ws3-0/+64
2014-12-16If player left npc, call onUnTouch event.Andrei Karas1-1/+8
2014-12-16Add function what called if player leave npc area.Andrei Karas5-6/+22
2014-12-16Add function what call OnUntouch event.Andrei Karas4-4/+19
2014-12-16Extend script command getareausers.Andrei Karas1-13/+56
2014-12-16Fix incorrect memory access in script command getareausers.Andrei Karas1-1/+2