Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-19 | Removed ".." from include directives | Haru | 1 | -34/+34 | |
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-02 | Follow up to 712812b | Mysteries | 1 | -1/+1 | |
- More link changes - Added proper link to Roulette topic | |||||
2015-06-01 | Replaced some of the hardcoded values with constants (char) | Haru | 1 | -58/+56 | |
- Replaced several hardcoded values with the appropriate enums. - Added documentation for some hardcoded values that haven't been replaced by enums (yet) - Minor code legibility improvements. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-04-25 | Fixed @changesex issues on PACKETVERs that don't support per-character sex. | Haru | 1 | -125/+190 | |
- Fixes bugreport:8504 http://hercules.ws/board/tracker/issue-8504-changesex/ - Existing database entries with an incorrect per-character sex will be fixed automatically when the character logs in to match the account's sex, if the PACKETVER doesn't support per-character sex. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-04-09 | Add checks to char.c | Andrei Karas | 1 | -29/+79 | |
2015-04-01 | Fix reading character from db. | Andrei Karas | 1 | -1/+1 | |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -26/+23 | |
- Variable scopes reduced - Parenthesized ambiguous expressions - Removed or added NULL checks where (un)necessary - Corrected format strings - Fixed typos potentially leading to bugs Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-01-18 | Command line arguments handling overhaul | Haru | 1 | -27/+63 | |
- login_server, char_server, map_server as well as the tools (mapcache) now have a common command line arguments handling mechanism. - All of them now accept `--help` (`-h`), `--version` (`-v`) and `--load-plugin`. - login_server now accepts `--login-config` and `--lan-config` instead of relying on positional arguments to override those files. The old syntax will no longer work, please update your custom startup scripts. - char_server now accepts `--char-config`, `--inter-config`, `--lan-config` instead of relying on positional arguments. The old syntax will no longer work, please update your custom startup scripts. - mapcache now accepts `--grf-list`, `--map-list`, `--map-cache`, `--rebuild` in place of, respectively, `-grf`, `-list`, `-cache`, `-rebuild`. - A new macro `CMDLINEARG()` is provided, to help defining new command line argument handlers (i.e. in plugins). the `addArg()` call is still required, but its syntax has changed. The `help` argument is now of type `const char *` rather than a function pointer, and it is supposed to contain the message to show in the `--help` screen. Pass `NULL` if no help message is desired. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-01-18 | Merge branch 'master' of github.com:HerculesWS/Hercules | shennetsind | 1 | -1/+1 | |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -2/+2 | |
Addressing out of bounds read/write, pointless null checks on already deferenced variables, dead code. Special Thanks to 4144 and Haruna! Signed-off-by: shennetsind <ind@henn.et> | |||||
2015-01-18 | Add some fixes to char server. | Andrei Karas | 1 | -1/+1 | |
Found by coverity scan. | |||||
2015-01-17 | Stat server submission logic update | shennetsind | 1 | -1/+12 | |
to ensure report is submit in full. Signed-off-by: shennetsind <ind@henn.et> | |||||
2015-01-07 | Fixed char-server crash for clients >= 20141022, Thanks to Yommy and Ind | dastgirpojee | 1 | -5/+4 | |
2014-12-31 | Fix wrong useless cycle added in commit ↵ | Andrei Karas | 1 | -1/+1 | |
c47d8e4b8f9d63ab6b4e7e286e91cd50a5bdd151. | |||||
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -2/+1 | |
2014-12-26 | Save char sex in db. | Andrei Karas | 1 | -3/+19 | |
2014-12-06 | share mapindex in char server. | Andrei Karas | 1 | -0/+1 | |
2014-12-06 | into mapindex add variable with default map and position. | Andrei Karas | 1 | -6/+6 | |
2014-11-17 | Fixed char.c compilation error in MSVC <= 2012 | TungSinpei | 1 | -17/+26 | |
Signed-off-by: TungSinpei <TungSinpei@hotmail.com> | |||||
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -526/+519 | |
This includes, and is not limited to: mixed or wrong indentation, excess whitespace (horizontal and vertical), misalignment, trailing spaces. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved pincode settings into the interface | Haru | 1 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-16 | Moved loginif-related functions to loginif.c | Haru | 1 | -273/+125 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | In char server move config options handling by plugins into ↵ | Andrei Karas | 1 | -2/+2 | |
char_config_dispatch. | |||||
2014-11-15 | Add support for plugin options in char server config (inter-server.conf). | Andrei Karas | 1 | -1/+2 | |
2014-11-15 | Add support for plugin options in char server config. | Andrei Karas | 1 | -0/+2 | |
2014-11-15 | Allow use all char server interfaces from plugins. | Andrei Karas | 1 | -1/+17 | |
2014-11-15 | Move global variable into interface in inter.c | Andrei Karas | 1 | -280/+280 | |
2014-11-15 | Move global variable into interface in char.c | Andrei Karas | 1 | -170/+172 | |
Other variables better move to future char_config. | |||||
2014-11-15 | Add missing interface methods initialisation in char.c. | Andrei Karas | 1 | -0/+7 | |
2014-11-15 | Create geoip interface. | Andrei Karas | 1 | -0/+2 | |
2014-11-15 | Add most functions from inter.c to interfaces. | Andrei Karas | 1 | -12/+13 | |
2014-11-15 | Add most functions from int_storage.c to interfaces. | Andrei Karas | 1 | -1/+2 | |
2014-11-15 | Add most functions from int_quest.c to interfaces. | Andrei Karas | 1 | -0/+2 | |
2014-11-15 | Add most functions from int_pet.c to interfaces. | Andrei Karas | 1 | -0/+2 | |
2014-11-15 | Add most functions from int_party.c to interfaces. | Andrei Karas | 1 | -1/+2 | |
2014-11-15 | Add most functions from int_mercenary.c to interfaces. | Andrei Karas | 1 | -3/+4 | |
2014-11-15 | Add most functions from int_mail.c to interfaces. | Andrei Karas | 1 | -0/+2 | |
2014-11-15 | Add most functions from int_homun.c to interfaces. | Andrei Karas | 1 | -1/+2 | |
2014-11-15 | Add most functions from int_guild.c to interfaces. | Andrei Karas | 1 | -7/+8 | |
2014-11-15 | Add most functions from int_elemental.c to interfaces. | Andrei Karas | 1 | -1/+2 | |
2014-11-15 | Add most functions from int_auction.c to interfaces. | Andrei Karas | 1 | -0/+2 | |
2014-11-15 | Add most functions from char.c to interfaces. | Andrei Karas | 1 | -359/+493 | |
Introduced interfaces: chr, mapif, loginif. | |||||
2014-11-15 | Split functions in char.c. | Andrei Karas | 1 | -1543/+1974 | |
2014-11-15 | Add prefix inter_storage_ to most functions in int_storage.c | Andrei Karas | 1 | -1/+1 | |
2014-11-15 | Add prefix inter_mercenary_ to most functions in int_mercenary.c | Andrei Karas | 1 | -3/+3 | |
2014-11-15 | Add prefix char_ to most functions in char.c | Andrei Karas | 1 | -180/+179 | |
2014-11-03 | Fixed mmo_char_tobuf for < 20141022 | shennetsind | 1 | -1/+1 | |
Follow up 239d480487e24294975f35ed55f210837ad1088e Special Thanks to Valo! Signed-off-by: shennetsind <ind@henn.et> | |||||
2014-11-03 | Merge branch 'master' of github.com:HerculesWS/Hercules | shennetsind | 1 | -2/+31 | |
Signed-off-by: shennetsind <ind@henn.et> Conflicts: src/map/battle.c | |||||
2014-11-03 | Introducing 2014-10-22, Roulette and Per-Char Gender! | shennetsind | 1 | -10/+58 | |
Details in http://hercules.ws/board/topic/7618-2014-10-22-roulette-and-per-char-gender/ Special Thanks to the all-mighty Yommy, Ziu and Haruna! Signed-off-by: shennetsind <ind@henn.et> |