Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-10 | Merge pull request #1349 from Ridley8819/Quest | Dastgir | 1 | -1/+1 | |
Fixes Mystery Burglary Quest | |||||
2016-07-10 | Fixes Mystery Burglary Quest | Ridley8819 | 1 | -1/+1 | |
-NPC checked for wrong quest and therefore didn't do anything on that part of the quest. | |||||
2016-07-09 | Fixed a skilldb conversion error when an item is missing from the item database | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-09 | Some indentation fixes in the skill db converter | Haru | 3 | -1357/+1356 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-09 | HPM Hooks Update | Hercules.ws | 2 | -112/+112 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-09 | Fixed some warnings while compiling HPMHooking | Haru | 1 | -14/+14 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-09 | Constants Documentation Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-09 | HPM Hooks Update | Hercules.ws | 4 | -104/+530 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-09 | Merge pull request #1333 from Smokexyz/SkillDBLib | Haru | 15 | -9154/+67722 | |
Skill DB TXT files to LibConfig + converter | |||||
2016-07-09 | Added skill_db.conf. | Smokexyz | 12 | -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-09 | SkillDB TXT to Libconfig + converter | Smokexyz | 3 | -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-09 | MobDB SQL Sync | Hercules.ws | 2 | -2687/+2687 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-07-09 | ItemDB SQL Sync | Hercules.ws | 2 | -16145/+16145 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-07-09 | Merge pull request #1348 from HerculesWS/dbsql_itemdb_fix | Haru | 1 | -2/+2 | |
db2sql plugin now will dump equip_job as Decimalinstead of Hexadecimal | |||||
2016-07-09 | db2sql plugin now will dump equip_job as Decimalinstead of Hexadecimal | hemagx | 1 | -2/+2 | |
2016-07-08 | Merge pull request #1347 from 4144/epoll | Haru | 4 | -57/+334 | |
Based on https://github.com/HerculesWS/Hercules/pull/1089 and add some fixes to it | |||||
2016-07-08 | Disable epoll by default and fix formatting in epoll in configure.ac | Andrei Karas | 2 | -23/+28 | |
2016-07-08 | Add comments into defines in socket.c | Andrei Karas | 1 | -70/+70 | |
2016-07-08 | Added epoll as event-dispatcher on linux (instead of select()) | Florian Wilkemeyer | 4 | -6/+278 | |
Note: It will be enabled by default if configure detects that the system has support for epoll To enforce usage of select run configure with --enable-epoll=no | |||||
2016-07-08 | Fixed a compilation error on packetvers older than 20071106 | Haru | 2 | -40/+48 | |
Fixes #1345 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-08 | Merge pull request #1344 from 4144/sqlfix | Haru | 10 | -16/+129 | |
Replace in sql files fields with default date/datetime into default N… | |||||
2016-07-08 | Add sql upgrade scripts for convert date/datetime default values. | Andrei Karas | 8 | -0/+113 | |
2016-07-08 | Fix crashes if from login table can be read NULL field. | Andrei Karas | 1 | -2/+2 | |
2016-07-07 | Replace in sql files fields with default date/datetime into default NULL. | Andrei Karas | 2 | -14/+14 | |
2016-07-07 | Merge pull request #1343 from 4144/rootfix | Haru | 1 | -0/+6 | |
Dont show compilation warnings about root if building for ci. | |||||
2016-07-07 | Dont show compilation warnings about root if building for ci. | Andrei Karas | 1 | -0/+6 | |
And allow run under root in ci. | |||||
2016-07-05 | HPM Hooks Update | Hercules.ws | 4 | -10/+259 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-07-05 | Merge pull request #1342 from 4144/skillinterface | Haru | 4 | -402/+426 | |
Move some static functions into interfaces | |||||
2016-07-05 | Move static methods into interface in status.c | Andrei Karas | 2 | -375/+391 | |
2016-07-05 | Move static methods into interface in skill.c | Andrei Karas | 2 | -27/+35 | |
2016-07-05 | Merge pull request #1339 from 4144/scriptchecks | Haru | 2 | -4/+16 | |
Add one check for possible script issue. | |||||
2016-07-05 | Merge pull request #1338 from MishimaHaruna/cleanup | Haru | 3 | -5/+152 | |
Added messages to discourage running Hercules as root. | |||||
2016-07-04 | Add one check for possible script issue. | Andrei Karas | 2 | -4/+16 | |
2016-07-04 | Added messages to discourage running Hercules as root. | Haru | 3 | -5/+152 | |
- You should not run Hercules as root, period. - If you understand all of the security implications, and still want to do so (and you don't want to be bothered by the warning messages), open core.c and uncomment the line: "//#define I_AM_AWARE_OF_THE_RISK_AND_STILL_WANT_TO_RUN_HERCULES_AS_ROOT" - If you're running Hercules as root because your provider forces (or encourages) you to do so, it means they're really doing it wrong, so please complain to them and ask them for an alternative. - More info on the topic: http://www.tldp.org/HOWTO/Security-HOWTO/local-security.html https://wiki.debian.org/sudo http://wiki.centos.org/TipsAndTricks/BecomingRoot http://fedoraproject.org/wiki/Configuring_Sudo https://help.ubuntu.com/community/RootSudo http://www.freebsdwiki.net/index.php/Root Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-03 | Merge pull request #1336 from 4144/travisext | Haru | 9 | -21/+72 | |
Different travis extensions | |||||
2016-07-03 | Replace all warnings to errors if build bot configure option enabled. | Andrei Karas | 1 | -0/+4 | |
2016-07-03 | Add into travis configure option --enable-buildbot. | Andrei Karas | 5 | -8/+16 | |
Also disable all known default warnings if build bot option enabled. | |||||
2016-07-03 | Run all servers in travis check. | Andrei Karas | 1 | -14/+20 | |
2016-07-03 | Add --run-once flag into char server. | Andrei Karas | 1 | -0/+14 | |
2016-07-03 | Add --run-once flag into login server. | Andrei Karas | 2 | -1/+15 | |
2016-07-03 | Add gcc 6 into travis. | Andrei Karas | 1 | -0/+5 | |
2016-07-03 | Add --enable-Werror into travis. | Andrei Karas | 1 | -6/+6 | |
2016-07-02 | Fixed a rare crash in the db2sql plugin | Haru | 1 | -9/+13 | |
- Fixes a crash that would occur when an item_db2 inherited item was missing Script, OnEquipScript or OnUnequipScript while its item_db counterpart had it. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-02 | Removed some unused variables | Haru | 1 | -8/+0 | |
Follow-up to ff75470f7085c3ca23a9b16be43881b6bc953345 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-02 | Constants Documentation Sync | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-07-02 | MobDB SQL Sync | Hercules.ws | 3 | -0/+6 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-07-02 | ItemDB SQL Sync | Hercules.ws | 3 | -0/+6 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-07-02 | HPM Hooks Update | Hercules.ws | 15 | -0/+30 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-07-02 | Added 'GENERATED FILE DO NOT EDIT' to the auto-generated files | Haru | 4 | -2/+9 | |
See https://github.com/Reviewable/Reviewable/wiki/FAQ#how-do-i-tell-reviewable-that-a-file-is-generated-and-should-not-be-reviewed Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-02 | Trivialities: indentation fixes | Haru | 12 | -53/+49 | |
Signed-off-by: Haru <haru@dotalux.com> |