Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-10-28 | Added preliminary support for login and char server in the HPMDataCheck | Haru | 4 | -45/+113 |
2014-10-04 | Pathfinding now works exactly as on the client | Michieru | 1 | -0/+99 |
2014-09-21 | Fixed Bug 8344 | shennetsind | 1 | -7/+0 |
2014-09-08 | Fix on start possible buffer overruns. | Andrei Karas | 1 | -1/+1 |
2014-08-20 | Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125 | Haru | 1 | -0/+1 |
2014-08-07 | Fixed some MSVC incompatibilities | Haru | 2 | -0/+3 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 14 | -99/+115 |
2014-07-19 | Corrected a dangling pointer in various DBMap/DBIterator functions | Haru | 1 | -8/+14 |
2014-07-11 | Explicitly specify 'void' when a function expects no arguments | Haru | 5 | -15/+15 |
2014-07-11 | Removed some c++ compatibility definitions | Haru | 2 | -39/+3 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 35 | -216/+211 |
2014-07-11 | Removed unsafe pointer typedefs | Haru | 9 | -115/+115 |
2014-07-10 | Follow up to 3c24fb656f3b3370b7152d6f1d2cc9dbc6fbae5d | panikon | 1 | -3/+2 |
2014-07-10 | Re-added revision info to the memory leak log | Haru | 2 | -7/+9 |
2014-07-09 | Corrected compile errors in case DB_ENABLE_STATS is defined | Haru | 1 | -4/+4 |
2014-07-09 | Corrected issue with bce716fa908584f435dcf97904fb37ada6dd90b7 forgot to remov... | panikon | 2 | -3/+3 |
2014-07-08 | reversed portion of 7cd967f812ab741c41c416fb9f7c2a921c36e947 that would point... | Streusel | 1 | -2/+2 |
2014-07-09 | Fixed status_calc_regen crash issue:http://hercules.ws/board/tracker/issue-12... | panikon | 1 | -0/+4 |
2014-07-08 | Extracted method to obtain SYSTEM_INFO from functions in sysinfo.c | panikon | 3 | -18/+41 |
2014-07-08 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 |