summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2015-01-03Corrected flag INF2_NOLP to actually work as intendedcsnv1-1/+1
2015-01-01Merge pull request #430 from csnv/overviewHaruna1-16/+16
Fixed ranking packet for 20130605 up until 20130703. Fixed order for som...
2015-01-01Removed deprecated command cmdothernpcHaru1-13/+0
- Follow-up to d22e937e62b3443b74051ecc47ccc3137f9ff5f5 Signed-off-by: Haru <haru@dotalux.com>
2015-01-01Removed deprecated script command aliases enablearena/disablearenaHaru1-2/+0
- Follow-up to 134a4bae206a9c14f7da86095b5555b91ace3035 Signed-off-by: Haru <haru@dotalux.com>
2015-01-01Removed deprecated script command alias 'save'Haru1-1/+0
- Follow-up to e914ab9088250b64c81953aa4e35435aabb26055 Signed-off-by: Haru <haru@dotalux.com>
2015-01-01Merge pull request #425 from 4144/fixesHaruna19-179/+228
Different fixes after automatic checks
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas4-4/+6
2014-12-31Fix wrong formattingAndrei Karas1-1/+2
2014-12-31fix wrong check.Andrei Karas1-1/+1
2014-12-31Remove useless checks.Andrei Karas6-11/+11
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas17-159/+203
2014-12-31Fix possible memory overflows and underflows.Andrei Karas3-3/+5
2014-12-31fix for bug http://hercules.ws/board/tracker/issue-8483-map-crash/Andrei Karas1-0/+6
2014-12-30Fixed ranking packet for 20130605 up until 20130703. Fixed order for some ↵csnv1-16/+16
other packetver.
2014-12-30Merge pull request #429 from csnv/overviewmalufett1-108/+110
Speeding up 'status_calc_aspd' processing in Renewal
2014-12-28Fixed Bug#8453malufett1-1/+5
-http://hercules.ws/board/tracker/issue-8453-mind-breaker/?gopid=24181#entry24181 Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-28Split mob sql database into mob_db and mob_db_re.malufett3-6/+26
-http://hercules.ws/board/topic/8084-separate-the-mob-db-and-mob-db-re/
2014-12-28Follow up@990c25267aeefe4d792bf941a366a6603afcb42bmalufett1-1/+3
-sorry PRE-RE users I always forget about you..:D Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-28Merge pull request #427 from csnv/skillsworkHaruna3-7/+6
PR_KYRIE Visual fix, EDP corrections. Preliminary fix Maya Purple Hack update position.
2014-12-28Fixed offensive skill formulas of KG/OB to official.malufett2-39/+36
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-28Added RE version for 'size_fix.txt'.malufett1-1/+1
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-27Speeding up calc aspd process in Renewalcsnv1-108/+110
Only the requested type of aspd bonus is calculated
2014-12-27Preliminary fix antimaya hack reporting wrong position. Bug report 8461: ↵csnv1-0/+1
http://hercules.ws/board/tracker/issue-8461-attack-range-bug/
2014-12-27Fixes EDP for Grimtooth and Venom Knife. Bug report 6259: ↵csnv1-5/+3
http://hercules.ws/board/tracker/issue-6259-edp-on-grimtooth-not-working-properly-pre-re/
2014-12-27Merge pull request #421 from csnv/songredoHaruna1-4/+25
Songs aegis behavior updated. Bonus correction
2014-12-26Disable text over target of PR_KYRIE. Bug report 8434: ↵csnv1-2/+2
http://hercules.ws/board/tracker/issue-8434-kyrie-eleison/?gopid=24099
2014-12-26Fixes song affecting caster without linkcsnv1-2/+8
2014-12-26Add script function for change per character gender.Andrei Karas1-10/+35
New script function: changecharsex
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
- Follow-up to ea34b80 - It is now possible to stack 0x1|0x2 as a valid flag value. Signed-off-by: Haru <haru@dotalux.com>
2014-12-26Follow up@6dd08befa6064a652d0d98e7cb85f0e353992dd5malufett4-18/+24
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-26Updated KG/OB Spirit Charms to official behaviormalufett9-103/+128
-http://hercules.ws/board/tracker/issue-8170-oborokagerou-charm/ -http://hercules.ws/board/tracker/issue-8274-ninja-charms-not-giving-proper-bonuses/ Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-24Songs aegis behavior updated. Bonus correctioncsnv1-4/+19
- Fixed bug 8412 http://hercules.ws/board/tracker/issue-8412-songs/ Now songs auto-refreshes every 3 seconds. - Musical Lesson bonus rounded down for BA_ASSASSINCROSS.
2014-12-23Removed deprecated commands checkdragon, setdragonHaru1-54/+0
Follow-up to a852bdd Signed-off-by: Haru <haru@dotalux.com>
2014-12-23Removed deprecated commands setmadogear, checkmadogearHaru1-43/+0
Follow-up to b3aef69 Signed-off-by: Haru <haru@dotalux.com>
2014-12-23Removed deprecated commands setriding, checkridingHaru1-45/+0
Follow-up to c6f102e Signed-off-by: Haru <haru@dotalux.com>
2014-12-23Allow use constants in item_db.conf for int fields.Andrei Karas2-18/+38
2014-12-22Follow up@772cb2b111973c0c749e505ffd2685bb67e887bdmalufett1-2/+2
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-21Fixed Bug#8458malufett2-11/+28
-http://hercules.ws/board/tracker/issue-8458-sgs-running-and-gm-hide/?gopid=24216#entry24216 Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-21Add function for reading custom itemdb fields.Andrei Karas2-0/+8
This functions called after reading normal fields and after adding item to itemdb.
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 pluginsAnnieRuru3-0/+24
http://hercules.ws/board/topic/7161-plugin-missing-hook-to-struct-item-data-and-mob-data/
2014-12-20Merge branch 'master' of https://github.com/HerculesWS/Herculesmalufett10-31/+240
2014-12-20Fixed Bug#8469malufett1-4/+6
-http://hercules.ws/board/tracker/issue-8469-issue417-refine-weapon-may-caused-server-to-crash/?gopid=24287#entry24287 Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2014-12-17Corrected a trivial null pointer case detected by XcodeHaru1-1/+4
Signed-off-by: Haru <haru@dotalux.com>
2014-12-17Fixed a compile error on MSVC < 2013Haru1-25/+21
Thanks to Ind, Michieru Signed-off-by: Haru <haru@dotalux.com>
2014-12-17Move check is item usable or not to separate method.Andrei Karas3-1/+11
New method: itemdb_is_item_usable Can be used as: itemdb->is_item_usable(item)