summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-08Disable epoll by default and fix formatting in epoll in configure.acAndrei Karas2-23/+28
2016-07-08Add comments into defines in socket.cAndrei Karas1-70/+70
2016-07-08Added epoll as event-dispatcher on linux (instead of select())Florian Wilkemeyer4-6/+278
2016-07-08Fixed a compilation error on packetvers older than 20071106Haru2-40/+48
2016-07-08Merge pull request #1344 from 4144/sqlfixHaru10-16/+129
2016-07-08Add sql upgrade scripts for convert date/datetime default values.Andrei Karas8-0/+113
2016-07-08Fix crashes if from login table can be read NULL field.Andrei Karas1-2/+2
2016-07-07Replace in sql files fields with default date/datetime into default NULL.Andrei Karas2-14/+14
2016-07-07Merge pull request #1343 from 4144/rootfixHaru1-0/+6
2016-07-07Dont show compilation warnings about root if building for ci.Andrei Karas1-0/+6
2016-07-05HPM Hooks UpdateHercules.ws4-10/+259
2016-07-05Merge pull request #1342 from 4144/skillinterfaceHaru4-402/+426
2016-07-05Move static methods into interface in status.cAndrei Karas2-375/+391
2016-07-05Move static methods into interface in skill.cAndrei Karas2-27/+35
2016-07-05Merge pull request #1339 from 4144/scriptchecksHaru2-4/+16
2016-07-05Merge pull request #1338 from MishimaHaruna/cleanupHaru3-5/+152
2016-07-04Add one check for possible script issue.Andrei Karas2-4/+16
2016-07-04Added messages to discourage running Hercules as root.Haru3-5/+152
2016-07-03Merge pull request #1336 from 4144/travisextHaru9-21/+72
2016-07-03Replace all warnings to errors if build bot configure option enabled.Andrei Karas1-0/+4
2016-07-03Add into travis configure option --enable-buildbot.Andrei Karas5-8/+16
2016-07-03Run all servers in travis check.Andrei Karas1-14/+20
2016-07-03Add --run-once flag into char server.Andrei Karas1-0/+14
2016-07-03Add --run-once flag into login server.Andrei Karas2-1/+15
2016-07-03Add gcc 6 into travis.Andrei Karas1-0/+5
2016-07-03Add --enable-Werror into travis.Andrei Karas1-6/+6
2016-07-02Fixed a rare crash in the db2sql pluginHaru1-9/+13
2016-07-02Removed some unused variablesHaru1-8/+0
2016-07-02Constants Documentation SyncHercules.ws1-0/+2
2016-07-02MobDB SQL SyncHercules.ws3-0/+6
2016-07-02ItemDB SQL SyncHercules.ws3-0/+6
2016-07-02HPM Hooks UpdateHercules.ws15-0/+30
2016-07-02Added 'GENERATED FILE DO NOT EDIT' to the auto-generated filesHaru4-2/+9
2016-07-02Trivialities: indentation fixesHaru12-53/+49
2016-07-02Removed a duplicate check from inter_guild_tosql()Haru1-12/+7
2016-07-02Merge pull request #1334 from 4144/guildcreatefixHaru1-2/+5
2016-07-02Fix wrong item deletion in guild creation code if emperium item not in invent...Andrei Karas1-2/+5
2016-07-02Fix guild skill range check in clif_parse_UseSkillToId.Andrei Karas1-1/+1
2016-07-01Merge pull request #1328 from HerculesWS/exp_fixesHaru4-41/+63
2016-06-30Merge pull request #1329 from 4144/attributeHaru8-19/+28
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas8-19/+28
2016-06-30Merge pull request #1330 from 4144/variabledefineHaru2-2/+74
2016-06-30Add #ifndef for different constants / sizes in status.hAndrei Karas1-2/+6
2016-06-30Add #ifndef for different constants in mmo.hAndrei Karas1-0/+68
2016-06-29Fix EXP modifiers to match aegis modifiers calclution.hemagx4-41/+63
2016-06-26Fixed a typo in the last edit of alchemist.txt (missing comma)Haru1-1/+1
2016-06-25Merge pull request #1292 from HerculesWS/huld-improvementsAndrei Karas41-1694/+2473
2016-06-25Corrected an issue that prevented changing default languagesHaru1-12/+26
2016-06-25Show the config.log file when the configure script fails on travisHaru1-1/+1
2016-06-25Fixed some script errorsHaru6-10/+10