Age | Commit message (Expand) | Author | Files | Lines |
2015-01-24 | Fixed 18 minor issues | Haru | 3 | -3/+8 |
2015-01-20 | Fixes Compile Error on Windows | Dastgir | 1 | -1/+1 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 10 | -69/+54 |
2015-01-18 | Command line arguments handling overhaul | Haru | 3 | -29/+68 |
2015-01-18 | Replacing rand leftovers with the mt19937ar | shennetsind | 1 | -1/+1 |
2015-01-18 | Merge branch 'master' of github.com:HerculesWS/Hercules | shennetsind | 2 | -2/+3 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -2/+2 |
2015-01-17 | Merge pull request #444 from 4144/coverity | shennetsind | 2 | -2/+3 |
2015-01-18 | Add some fixes to char server. | Andrei Karas | 2 | -2/+3 |
2015-01-17 | 27 Fixes | shennetsind | 1 | -21/+15 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -2/+2 |
2015-01-17 | 10 Distinct fixes | shennetsind | 1 | -5/+5 |
2015-01-17 | Stat server submission logic update | shennetsind | 1 | -1/+12 |
2015-01-12 | Fixed some -Wformat-security warnings | Haru | 5 | -18/+14 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 17 | -0/+36 |
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 c47d8e4b8f9d63ab6b4e7e286e91cd50a5bdd... | Andrei Karas | 1 | -1/+1 |
2014-12-31 | fix typo in inter.c in initerface initialisation. | Andrei Karas | 1 | -1/+1 |
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 | Merge pull request #403 from 4144/mapext | Haruna | 1 | -6/+7 |
2014-12-06 | Replaced pincode_enabled to pincode->enabled | Poison | 1 | -2/+2 |
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 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 25 | -765/+755 |
2014-11-16 | Moved mapif_s into mapif.c | Haru | 2 | -169/+171 |
2014-11-16 | Moved pincode settings into the interface | Haru | 3 | -42/+39 |
2014-11-16 | Moved loginif-related functions to loginif.c | Haru | 4 | -300/+308 |
2014-11-16 | Moved geoip-related functions to geoip.c | Haru | 3 | -175/+171 |
2014-11-15 | In char server move config options handling by plugins into char_config_dispa... | Andrei Karas | 1 | -2/+2 |
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 | Add missing interface initialisations in char server. | Andrei Karas | 2 | -0/+3 |
2014-11-15 | Fix mapif interface. | Andrei Karas | 1 | -1/+1 |
2014-11-15 | Allow use all char server interfaces from plugins. | Andrei Karas | 1 | -1/+17 |
2014-11-15 | Allow generate HPM hooks for all interfaces in char server. | Andrei Karas | 16 | -4/+48 |
2014-11-15 | Move global variable into interface in inter.c | Andrei Karas | 13 | -836/+834 |
2014-11-15 | Move global variable into interface in int_pet.c | Andrei Karas | 2 | -38/+39 |
2014-11-15 | Move global variable into interface in int_party.c | Andrei Karas | 2 | -15/+17 |
2014-11-15 | Move global variable into interface in int_guild.c | Andrei Karas | 2 | -22/+23 |
2014-11-15 | Move auction_db_ into interface in int_auction.c. | Andrei Karas | 2 | -13/+14 |
2014-11-15 | Move global variable into interface in char.c | Andrei Karas | 4 | -185/+189 |
2014-11-15 | Add missing interface methods initialisation in char.c. | Andrei Karas | 1 | -0/+7 |
2014-11-15 | Create geoip interface. | Andrei Karas | 5 | -29/+90 |
2014-11-15 | Add most functions from inter.c to interfaces. | Andrei Karas | 6 | -139/+238 |
2014-11-15 | Add most functions from int_storage.c to interfaces. | Andrei Karas | 6 | -27/+77 |
2014-11-15 | Add most functions from int_quest.c to interfaces. | Andrei Karas | 6 | -18/+68 |
2014-11-15 | Add most functions from int_pet.c to interfaces. | Andrei Karas | 6 | -46/+117 |
2014-11-15 | Add most functions from int_party.c to interfaces. | Andrei Karas | 6 | -101/+184 |