summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-16begin adding window creation hintssanine
2022-06-16throw error on glfwInit failsanine
2022-06-16add mock_**queue macrossanine
2022-06-16add initial window frameworksanine
2022-06-16fix bad glad filessanine
2022-06-16rename logging functions from honey_* to honey_log_*sanine
2022-06-16add helper macros for mockingsanine
2022-06-14re-add gladsanine
2022-06-14do not log if log level is too lowsanine
2022-06-14add honey_set_log_levelsanine
2022-06-14fix RUN_TESTS macrosanine
2022-06-14add basic logging functionsanine
2022-06-14scorched earth, start oversanine
2022-04-16delete src/mesh/assimp-mastersanine
2022-04-16fix bug in main script loader and rename honey_gl.c -> honey_window.csanine
2022-03-04add assimp submodulesanine
2022-03-01pop after creating windowsanine
2022-03-01add basic window functions, option parsing, and main loopsanine
2021-10-21move test files to the same directories as the files they testsanine
2021-09-28add multiple data types test and move mock queue cleanup and init into tests_...sanine
2021-09-28add mock_queue_cleanup() function and move queue malloc call inside mock_queu...sanine
2021-09-28add mock queuesanine
2021-09-25add honey_warn(), honey_error(), and honey_fatal() logging macrossanine
2021-09-25add honey_info() log functionsanine
2021-09-24add getters and setters for log level/filesanine
2021-09-24update logging to use real functionssanine
2021-09-23fix debug required logging levelsanine
2021-09-23add honey_debug_()sanine
2021-09-23add honey_log_level_str_()sanine
2021-09-23add basic test frameworksanine
2020-12-19add curveTo functionsanine-a
2020-12-19add additional cairo texture config functionssanine-a
2020-12-17add setLineWidth and arc functions to cairo bindingssanine-a
2020-12-17fix segfault when destroying cairo texturessanine-a
2020-12-17add basic stroke functionssanine-a
2020-12-17add cairo contextssanine-a
2020-12-16add textures to cairo bindingssanine-a
2020-12-15remove spurious debug messagesanine-a
2020-12-15fix bugs in texture parameter setting and add low-resolution to demosanine-a
2020-12-15fix non-skipping bug in honey_lua_parse_paramssanine-a
2020-12-15refactor textures and allow parameter settingsanine-a
2020-12-13add optional geometry shaders to honey_shadersanine-a
2020-12-12add param table parsing functionsanine-a
2020-12-12add basic cairo bindingssanine-a
2020-12-09refactor: move primitives into lua & streamline mesh creationsanine-a
2020-12-05remove light.*sanine-a
2020-12-05remove camera.*sanine-a
2020-12-05switch meshes to use metamathodssanine-a
2020-12-05change textures to use metamethodssanine-a
2020-12-04add SignalManager.lua and revert to old Node.luasanine-a