Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-19 | Cleaned up some #includes | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-06-19 | Removed ".." from include directives | Haru | 1 | -10/+9 | |
- Include directives are now directory-independent. - This will allow building plugins from other directories in future. Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-04-09 | Add checks to loginif.c | Andrei Karas | 1 | -0/+9 | |
2014-11-16 | Moved loginif-related functions to loginif.c | Haru | 1 | -15/+151 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2014-11-15 | Add most functions from char.c to interfaces. | Andrei Karas | 1 | -0/+45 | |
Introduced interfaces: chr, mapif, loginif. |