Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -0/+1 | |
2016-07-13 | Add missing includes into HPM. | Andrei Karas | 1 | -0/+3 | |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -3/+19 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
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 | -1/+2 | |
- Changed the hplugin_data_store's array into a VECTOR. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -5/+12 | |
- Several explicit casts are removed, to have a slightly better type-checking at compile time. - A destructor function is provided, to remove code duplication. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | Automatic HPM symbol sharing | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-08-15 | Enabled HPMDataCheck for login and char servers | Haru | 1 | -8/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-19 | Cleaned up HPMDataCheck includes | Haru | 1 | -0/+12 | |
Fixes some plugin load failures Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-19 | Cleaned up some #includes | Haru | 1 | -8/+19 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-19 | Removed ".." from include directives | Haru | 1 | -16/+16 | |
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-10-28 | Added preliminary support for login and char server in the HPMDataCheck | Haru | 1 | -0/+53 | |
- Special thanks to Ind Signed-off-by: Haru <haru@dotalux.com> |