Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-11 | Corrected comments and INF2_NOLP | csnv | 1 | -2/+4 | |
2015-01-03 | Increased minimum combo time to that of amotion. | csnv | 1 | -1/+1 | |
2015-01-03 | Fixes the direction of an object (char, mob, etc) when it faces a target ↵ | csnv | 2 | -0/+9 | |
after an action (skill, attack) | |||||
2015-01-03 | Corrected flag INF2_NOLP to actually work as intended | csnv | 1 | -1/+1 | |
2015-01-01 | Merge pull request #430 from csnv/overview | Haruna | 1 | -16/+16 | |
Fixed ranking packet for 20130605 up until 20130703. Fixed order for som... | |||||
2015-01-01 | Removed deprecated command cmdothernpc | Haru | 1 | -13/+0 | |
- Follow-up to d22e937e62b3443b74051ecc47ccc3137f9ff5f5 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-01-01 | Removed deprecated script command aliases enablearena/disablearena | Haru | 1 | -2/+0 | |
- Follow-up to 134a4bae206a9c14f7da86095b5555b91ace3035 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-01-01 | Removed deprecated script command alias 'save' | Haru | 1 | -1/+0 | |
- Follow-up to e914ab9088250b64c81953aa4e35435aabb26055 Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-01-01 | Merge pull request #425 from 4144/fixes | Haruna | 19 | -179/+228 | |
Different fixes after automatic checks | |||||
2014-12-31 | Improve performance a bit by removing strlen(str) > 0. | Andrei Karas | 4 | -4/+6 | |
2014-12-31 | Fix wrong formatting | Andrei Karas | 1 | -1/+2 | |
2014-12-31 | fix wrong check. | Andrei Karas | 1 | -1/+1 | |
2014-12-31 | Remove useless checks. | Andrei Karas | 6 | -11/+11 | |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 17 | -159/+203 | |
2014-12-31 | Fix possible memory overflows and underflows. | Andrei Karas | 3 | -3/+5 | |
2014-12-31 | fix for bug http://hercules.ws/board/tracker/issue-8483-map-crash/ | Andrei Karas | 1 | -0/+6 | |
2014-12-30 | Fixed ranking packet for 20130605 up until 20130703. Fixed order for some ↵ | csnv | 1 | -16/+16 | |
other packetver. | |||||
2014-12-30 | Merge pull request #429 from csnv/overview | malufett | 1 | -108/+110 | |
Speeding up 'status_calc_aspd' processing in Renewal | |||||
2014-12-28 | Fixed Bug#8453 | malufett | 1 | -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-28 | Split mob sql database into mob_db and mob_db_re. | malufett | 3 | -6/+26 | |
-http://hercules.ws/board/topic/8084-separate-the-mob-db-and-mob-db-re/ | |||||
2014-12-28 | Follow up@990c25267aeefe4d792bf941a366a6603afcb42b | malufett | 1 | -1/+3 | |
-sorry PRE-RE users I always forget about you..:D Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com> | |||||
2014-12-28 | Merge pull request #427 from csnv/skillswork | Haruna | 3 | -7/+6 | |
PR_KYRIE Visual fix, EDP corrections. Preliminary fix Maya Purple Hack update position. | |||||
2014-12-28 | Fixed offensive skill formulas of KG/OB to official. | malufett | 2 | -39/+36 | |
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com> | |||||
2014-12-28 | Added RE version for 'size_fix.txt'. | malufett | 1 | -1/+1 | |
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com> | |||||
2014-12-27 | Speeding up calc aspd process in Renewal | csnv | 1 | -108/+110 | |
Only the requested type of aspd bonus is calculated | |||||
2014-12-27 | Preliminary fix antimaya hack reporting wrong position. Bug report 8461: ↵ | csnv | 1 | -0/+1 | |
http://hercules.ws/board/tracker/issue-8461-attack-range-bug/ | |||||
2014-12-27 | Fixes EDP for Grimtooth and Venom Knife. Bug report 6259: ↵ | csnv | 1 | -5/+3 | |
http://hercules.ws/board/tracker/issue-6259-edp-on-grimtooth-not-working-properly-pre-re/ | |||||
2014-12-27 | Merge pull request #421 from csnv/songredo | Haruna | 1 | -4/+25 | |
Songs aegis behavior updated. Bonus correction | |||||
2014-12-26 | Disable text over target of PR_KYRIE. Bug report 8434: ↵ | csnv | 1 | -2/+2 | |
http://hercules.ws/board/tracker/issue-8434-kyrie-eleison/?gopid=24099 | |||||
2014-12-26 | Fixes song affecting caster without link | csnv | 1 | -2/+8 | |
2014-12-26 | Add script function for change per character gender. | Andrei Karas | 1 | -10/+35 | |
New script function: changecharsex | |||||
2014-12-26 | Fix compilation errors and possible server crash from previous commits. | Andrei Karas | 4 | -6/+10 | |
2014-12-26 | Allowed flag values of map_count_oncell to stack | Haru | 1 | -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-26 | Follow up@6dd08befa6064a652d0d98e7cb85f0e353992dd5 | malufett | 4 | -18/+24 | |
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com> | |||||
2014-12-26 | Updated KG/OB Spirit Charms to official behavior | malufett | 9 | -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-24 | Songs aegis behavior updated. Bonus correction | csnv | 1 | -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-23 | Removed deprecated commands checkdragon, setdragon | Haru | 1 | -54/+0 | |
Follow-up to a852bdd Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-12-23 | Removed deprecated commands setmadogear, checkmadogear | Haru | 1 | -43/+0 | |
Follow-up to b3aef69 Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-12-23 | Removed deprecated commands setriding, checkriding | Haru | 1 | -45/+0 | |
Follow-up to c6f102e Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-12-23 | Allow use constants in item_db.conf for int fields. | Andrei Karas | 2 | -18/+38 | |
2014-12-22 | Follow up@772cb2b111973c0c749e505ffd2685bb67e887bd | malufett | 1 | -2/+2 | |
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com> | |||||
2014-12-21 | Fixed Bug#8458 | malufett | 2 | -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-21 | Add function for reading custom itemdb fields. | Andrei Karas | 2 | -0/+8 | |
This functions called after reading normal fields and after adding item to itemdb. | |||||
2014-12-21 | Remove plugin data in mob_data destruction. | Andrei Karas | 1 | -0/+10 | |
2014-12-21 | Remove plugin data in mob_db destruction. | Andrei Karas | 1 | -1/+12 | |
2014-12-21 | Move mob_db deletion into separate function. | Andrei Karas | 2 | -6/+11 | |
2014-12-19 | Remove plugin data in item_data destruction. | Andrei Karas | 1 | -0/+10 | |
2014-12-19 | Add struct item_data, mob_db and mob_data for plugins | AnnieRuru | 3 | -0/+24 | |
http://hercules.ws/board/topic/7161-plugin-missing-hook-to-struct-item-data-and-mob-data/ | |||||
2014-12-20 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | malufett | 10 | -31/+240 | |
2014-12-20 | Fixed Bug#8469 | malufett | 1 | -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> |