Age | Commit message (Expand) | Author | Files | Lines |
2015-01-18 | Command line arguments handling overhaul | Haru | 7 | -91/+331 |
2015-01-18 | Implementing nullpo interface for plugin use | shennetsind | 4 | -3/+24 |
2015-01-18 | Connection History Redesign | shennetsind | 1 | -81/+56 |
2015-01-18 | Merge branch 'master' of github.com:HerculesWS/Hercules | shennetsind | 1 | -1/+1 |
2015-01-18 | Fixing 38 issues | shennetsind | 3 | -11/+15 |
2015-01-17 | Merge pull request #444 from 4144/coverity | shennetsind | 1 | -1/+1 |
2015-01-18 | Fix out of bound issue in mapindex.c. | Andrei Karas | 1 | -1/+1 |
2015-01-17 | 27 Fixes | shennetsind | 1 | -1/+1 |
2015-01-17 | Another ~10 Fixes | shennetsind | 2 | -3/+5 |
2015-01-17 | 10 Distinct fixes | shennetsind | 2 | -2/+3 |
2015-01-15 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | Dastgir | 28 | -62/+95 |
2015-01-15 | Changed Zeny Limit in Bank to 2,147,483,647 | Dastgir | 1 | -1/+1 |
2015-01-12 | Fix some compilation warnings with clang 3.6. | Andrei Karas | 1 | -1/+1 |
2015-01-12 | Silenced some -Wunused-value warnings in sigemptyset and sigaddset calls | Haru | 1 | -7/+8 |
2015-01-12 | Removed unused (re)definition of NBBY from cbasetypes.h | Haru | 1 | -6/+0 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 23 | -46/+81 |
2015-01-12 | Added detailed error message when a plugin fails to load | Haru | 2 | -2/+5 |
2015-01-10 | Add new eclage skills used in items | Michieru | 1 | -0/+1 |
2015-01-05 | Fix memory leak after closing mysql connection. | Andrei Karas | 1 | -0/+1 |
2014-12-31 | Improve performance a bit by removing strlen(str) > 0. | Andrei Karas | 1 | -1/+1 |
2014-12-31 | Fix checking result from function TryEnterCriticalSection. | Andrei Karas | 1 | -1/+1 |
2014-12-31 | Remove useless checks. | Andrei Karas | 1 | -1/+1 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 3 | -18/+24 |
2014-12-26 | In linux enable thin-stream mode. | Andrei Karas | 1 | -0/+11 |
2014-12-19 | Add struct item_data, mob_db and mob_data for plugins | AnnieRuru | 1 | -0/+15 |
2014-12-14 | Fixed some improper grammar. | Mysteries | 1 | -1/+1 |
2014-12-10 | RENEWAL Updates: | malufett | 1 | -0/+8 |
2014-12-06 | into mapindex add variable with default map and position. | Andrei Karas | 2 | -2/+11 |
2014-12-04 | Merge pull request #394 from 4144/mapindex | Haruna | 2 | -3/+12 |
2014-12-02 | Fix compilation without memory manager. | Andrei Karas | 2 | -0/+4 |
2014-11-16 | In mapindex move check for default map into separate method. | Andrei Karas | 2 | -3/+12 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 32 | -927/+859 |
2014-11-16 | Added missing strlib->jstrescapecpy initialization | Haru | 1 | -0/+1 |
2014-11-16 | Moved strlib_s, stringbuf_s and sv_s into strlib.c | Haru | 2 | -3/+7 |
2014-11-16 | Moved sql_s into sql.c | Haru | 2 | -1/+3 |
2014-11-16 | Moved DB_s into db.c | Haru | 2 | -1/+3 |
2014-11-16 | Moved HPM_s into HPM.c and removed the HPMi_s symbol from the core | Haru | 3 | -2/+4 |
2014-11-15 | Add support for plugin options in map server config (script.conf). | Andrei Karas | 1 | -0/+3 |
2014-11-15 | Add support for plugin options in map server config (logs.conf). | Andrei Karas | 1 | -0/+3 |
2014-11-15 | Add support for plugin options in map server config (inter-server.conf). | Andrei Karas | 1 | -1/+4 |
2014-11-15 | Add support for plugin options in char server config (inter-server.conf). | Andrei Karas | 1 | -3/+6 |
2014-11-15 | Add support for plugin options in char server config. | Andrei Karas | 1 | -1/+4 |
2014-11-15 | Add support for plugin options in login server config. | Andrei Karas | 1 | -0/+3 |
2014-11-15 | regenerate HPM hooks. | Andrei Karas | 1 | -0/+81 |
2014-11-14 | Add ability to add deprecated command from scripts and plugins. | Andrei Karas | 1 | -2/+8 |
2014-11-11 | Corrected some uninitialized interface functions | Haru | 1 | -0/+1 |
2014-11-07 | HPM Hooks Update. | Andrei Karas | 1 | -0/+5 |
2014-11-03 | Merge branch 'master' of github.com:HerculesWS/Hercules | shennetsind | 4 | -56/+137 |
2014-11-03 | Introducing 2014-10-22, Roulette and Per-Char Gender! | shennetsind | 1 | -1/+1 |
2014-10-28 | Added preliminary support for char and login server to HPMHooking | Haru | 1 | -11/+24 |