Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-03 | Implement json parser for texts | Oxore | |
2019-07-28 | Refactor idlist, move all global vars to local scope | Oxore | |
- Replace list_foreach with LIST_FOREACH macro. - Remove `game` global variable and make it local everywhere. - Move global vars `fld`, `nxt` and `texts` into `game` struct. - Add `static` qualifier to engine.c's specific global vars. - Move `sfRenderWindow window` global var to local scope | |||
2019-01-02 | Reformat license | Oxore | |
2018-07-12 | Introduce testing with munit, refactor | Oxore | |
Split unicode routines from text. Testing: add munit submodule, move translation units with main functions to separate folder, make corresponding changes in Makefile. Make simple test for unicode handling routine. Remove _vimrc_local. test.c: optimize includes. Add test run to .travis.yml. | |||
2018-06-22 | Refactor Makefile | Oxore | |
2017-12-01 | Wrap global variables into structures | Oxore | |
2017-12-01 | Make make to put all object files into "build" directory | Oxore | |
2017-06-22 | .gitignore: Added! | Oxore | |