summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-10Remove wrong check from script.cs20160712Andrei Karas1-1/+0
2016-07-10Fixed some issues with NULL dates in the login tableHaru2-7/+19
Signed-off-by: Haru <haru@dotalux.com>
2016-07-10Fix build on windows.Andrei Karas1-1/+1
2016-07-10Add build script.Andrei Karas1-0/+59
2016-07-10add ignore for evol plugin.Andrei Karas1-0/+1
2016-07-10add install target to make file.Andrei Karas1-0/+8
2016-07-10disable import target in make file.Andrei Karas1-5/+5
2016-07-10Add configure into ignore list.Andrei Karas1-0/+1
2016-07-10Remove configure.Andrei Karas1-10615/+0
2016-07-10Move windows and mac run time files into runtime dir.Andrei Karas12-0/+0
For usage, need copy it back.
2016-07-10Clean a bit .travis.yml.Andrei Karas1-4/+0
2016-07-10Remove conf dir.Andrei Karas1141-1220481/+0
2016-07-10Remove cache dir.Andrei Karas4-32/+0
2016-07-10Fix gcc lto.Andrei Karas2-4/+4
2016-07-10Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2016-07-10Allow sell items to market shop.Andrei Karas1-1/+1
2016-07-10Add missing checks into script.c (incomplete)Andrei Karas2-4/+21
2016-07-10Add missing checks into quest.cAndrei Karas1-0/+9
2016-07-10Add missing checks into pet.cAndrei Karas1-2/+23
2016-07-10Add missing checks into pc_groups.cAndrei Karas1-0/+7
2016-07-10HPM Hooks UpdateHercules.ws4-0/+34
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-10Merge pull request #1351 from HerculesWS/huld-improvements2Andrei Karas23-2478/+2625
Huld improvements (2)
2016-07-10HULD-compliance: updated npc/battleground/Haru12-1480/+1485
Signed-off-by: Haru <haru@dotalux.com>
2016-07-10HULD-compliance: updated npc/airports/Haru7-935/+971
- Simplifies translations by reducing 376 strings (2200 lines) Signed-off-by: Haru <haru@dotalux.com>
2016-07-10Fixed a typo in the alchemist.txt scriptHaru1-3/+3
Signed-off-by: Haru <haru@dotalux.com>
2016-07-10HULD generator: Show the amount of strings parsedHaru1-1/+5
Signed-off-by: Haru <haru@dotalux.com>
2016-07-10HULD generator: added .pot file headerHaru1-2/+19
- For compliance with gettext's specifications (and compatibility with online translation management services Signed-off-by: Haru <haru@dotalux.com>
2016-07-10HULD: Improved .po file parser to properly read concatenated stringsHaru2-57/+142
- For compliance with gettext's .po file specifications Signed-off-by: Haru <haru@dotalux.com>
2016-07-10HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-10Merge pull request #1350 from 4144/scconfHaru5-84/+54
Extend with new flag sc_config.txt
2016-07-10Fixed SC_OFFERTORIUM and SC_MAGNIFICATRidley1-5/+9
They should cancel each other, not prevent the usage (like Kyrie and Assumptio) Closes #1222 as merged Signed-off-by: Haru <haru@dotalux.com>
2016-07-10Use different interface members for start sc effects and show started effect ↵Andrei Karas2-2/+4
to other. Added interface member clif->sc_continue for already started effects.
2016-07-10Add sc_config.txt flag for always visible effects.Andrei Karas3-82/+50
Remove hardcoded visible effects from status.c and add visible flag into sc_config.txt
2016-07-10Merge pull request #1349 from Ridley8819/QuestDastgir1-1/+1
Fixes Mystery Burglary Quest
2016-07-10Fixes Mystery Burglary QuestRidley88191-1/+1
-NPC checked for wrong quest and therefore didn't do anything on that part of the quest.
2016-07-09Fixed a skilldb conversion error when an item is missing from the item databaseHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-07-09Some indentation fixes in the skill db converterHaru3-1357/+1356
Signed-off-by: Haru <haru@dotalux.com>
2016-07-09HPM Hooks UpdateHercules.ws2-112/+112
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-09Fixed some warnings while compiling HPMHookingHaru1-14/+14
Signed-off-by: Haru <haru@dotalux.com>
2016-07-09Constants Documentation SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-09HPM Hooks UpdateHercules.ws4-104/+530
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-09Merge pull request #1333 from Smokexyz/SkillDBLibHaru15-9154/+67722
Skill DB TXT files to LibConfig + converter
2016-07-09Added skill_db.conf.Smokexyz12-8917/+65265
Removed deprecated files - skill_require_db.txt, skill_unit_db.txt, skill_cast_db.txt, skill_castnodex_db.txt, skill_db.txt.
2016-07-09SkillDB TXT to Libconfig + converterSmokexyz3-237/+2457
The conversion of 5 skill database files - skill_require_db.txt skill_unit_db.txt skill_cast_db.txt skill_castnodex_db.txt and skill_db.txt to Libconfig file skill_db.conf a PHP CLI converter is included to read from the above mentioned files and create a skill_db.conf in the same directory.
2016-07-09MobDB SQL SyncHercules.ws2-2687/+2687
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-07-09ItemDB SQL SyncHercules.ws2-16145/+16145
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-07-09Merge pull request #1348 from HerculesWS/dbsql_itemdb_fixHaru1-2/+2
db2sql plugin now will dump equip_job as Decimalinstead of Hexadecimal
2016-07-09db2sql plugin now will dump equip_job as Decimalinstead of Hexadecimalhemagx1-2/+2
2016-07-08Merge pull request #1347 from 4144/epollHaru4-57/+334
Based on https://github.com/HerculesWS/Hercules/pull/1089 and add some fixes to it
2016-07-08Disable epoll by default and fix formatting in epoll in configure.acAndrei Karas2-23/+28