Age | Commit message (Expand) | Author | Files | Lines |
2016-12-03 | Clarify some Job Class vs MapID confusion (2/2) | Haru | 1 | -1/+1 |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 |
2016-09-30 | Add different fixes for gcc 7 warnings. | Andrei Karas | 1 | -5/+5 |
2016-04-23 | Removed the 'len' argument from various message-related functions | Haru | 1 | -3/+4 |
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -2/+4 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -5/+5 |
2016-02-19 | Fix some cast discards 'const' qualifier from pointer target type warnings. | Andrei Karas | 1 | -1/+2 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -6/+6 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -1/+1 |
2016-01-06 | Replaced some explicit casts with BL_UCAST | Haru | 1 | -10/+27 |
2016-01-06 | Replaced some explicit casts with BL_UCAST/BL_UCCAST | Haru | 1 | -1/+1 |
2016-01-06 | Change all TBL_PET to struct pet_data as per style guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_SKILL to struct skill_data as per style guidelines | hemagx | 1 | -1/+1 |
2016-01-06 | Change all TBL_MER to struct mercenary_data as per style guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_HOM to struct homun_data as per style guidelines | hemagx | 1 | -2/+2 |
2016-01-06 | Change all TBL_MOB to struct mob_data as per strly guidelines | hemagx | 1 | -1/+1 |
2016-01-06 | Change all TBL_PC to struct map_session_data as per style guidelines | hemagx | 1 | -2/+2 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-11-14 | Changed struct script_queue::item into a VECTOR and Renamed to ::entries | Haru | 1 | -66/+77 |
2015-11-14 | Renamed hQueue/hQueueIterator/hQueueOpt to latest standards | Haru | 1 | -7/+7 |
2015-11-14 | Fixed some direct accesses to script->hq[] from other modules. | Haru | 1 | -13/+15 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -2/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -11/+4 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -1/+0 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -5/+5 |
2015-09-14 | Add missing checks into battleground.c. | Andrei Karas | 1 | -2/+20 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -0/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -21/+21 |
2015-06-02 | Re-implemented clif->colormes to accept arbitrary colors | Haru | 1 | -8/+7 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -1/+1 |
2015-02-11 | Battleground Data to HPM Struct | dastgir | 1 | -1/+22 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -16/+16 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -1/+1 |
2015-01-17 | 10 Distinct fixes | shennetsind | 1 | -1/+1 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -5/+6 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -67/+57 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -2/+2 |
2014-05-16 | Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3 | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -15/+18 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -18/+15 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -15/+18 |
2014-03-22 | Follow up 4cc9d5f91cf6276e28cc02bb75fc4158d28d553b | shennetsind | 1 | -1/+1 |
2014-03-18 | BG Queue Fixes & +++ | shennetsind | 1 | -14/+89 |
2014-01-18 | Libconfig Interfaced | shennetsind | 1 | -25/+25 |
2014-01-14 | Updated return values of some atcommands. | panikon | 1 | -19/+18 |
2014-01-11 | Hercules 1st 2014 MegaPatch | shennetsind | 1 | -3/+3 |
2013-12-11 | Corrected some local 'mapindex' variables shadowing the global one | Haru | 1 | -4/+4 |