Age | Commit message (Expand) | Author |
2020-10-28 | fix bug in model loading | sanine-a |
2020-10-27 | fix minor bugs, add cube primitive binding, and implement basic first-person ... | sanine-a |
2020-10-27 | fix bug with working directory and add Vector and Matrix wrappers | sanine-a |
2020-10-27 | update doxyfile | sanine-a |
2020-10-27 | add cglm bindings for vec3 and mat3 functions | sanine-a |
2020-10-27 | refactor cglm bindings to not allocate memory | sanine-a |
2020-10-27 | improve syntax error messages | sanine-a |
2020-10-27 | fix bug in honey.shader.new and add basic primitives bindings | sanine-a |
2020-10-27 | revert mesh.* with minor refactor and honey_setup_mesh() | sanine-a |
2020-10-27 | add honey.mesh bindings to the honey_setup() | sanine-a |
2020-10-27 | add mesh lua functions and refactor lua type names | sanine-a |
2020-10-25 | remove model/* and add shader bindings | sanine-a |
2020-10-25 | add new cglm bindings to honey.cglm | sanine-a |
2020-10-25 | add a whole bunch of cglm bindings | sanine-a |
2020-10-25 | add basic cglm binding functions | sanine-a |
2020-10-25 | move main loop into honey_run | sanine-a |
2020-10-25 | add honey_exit | sanine-a |
2020-10-25 | move honey_window_information to common.h and add mouse movement functions | sanine-a |
2020-10-24 | add window focus callback functions | sanine-a |
2020-10-24 | switch input callbacks to use honey_lua_pcall | sanine-a |
2020-10-24 | add window resize callback functions | sanine-a |
2020-10-24 | add more window functions and clean up window info access | sanine-a |
2020-10-24 | add window module and fullscreen toggle | sanine-a |
2020-10-24 | add honey_lua_pcall with traceback ability | sanine-a |
2020-10-24 | move setup functions to honey.c | sanine-a |
2020-10-23 | add key binding input functions | sanine-a |
2020-10-21 | add table recurtion to honey_lua_create_table and fix input setup | sanine-a |
2020-10-21 | refactor: move honey_lua function definitions to common.h | sanine-a |
2020-10-21 | add honey_lua.h and honey_lua.h | sanine-a |
2020-10-19 | add honey libraries back and reorganize directories | sanine-a |
2020-10-18 | clear out old files, add basic scripting | sanine-a |
2020-06-05 | refactor: rename honey_error to honey_result | sanine-a |
2020-06-03 | add multiple lights to shaders | sanine-a |
2020-06-01 | add model loading | sanine-a |
2020-06-01 | refactor: unify error handling | sanine-a |
2020-05-24 | add honey_shader_new() | sanine-a |
2020-05-24 | add blinn-phong lighting demo | sanine-a |
2020-05-23 | add normals to primitives | sanine-a |
2020-05-23 | refactor: rename number, vector, etc in honey_shader_set_* to value | sanine-a |
2020-05-23 | add honey_shader_set_vec3() | sanine-a |
2020-05-23 | fix bug in link order | sanine-a |
2020-05-22 | add honey_key_unbind_all() | sanine-a |
2020-05-22 | add keyboard input | sanine-a |
2020-05-22 | create basic honey_camera | sanine-a |
2020-05-21 | refactor: rename honey_shader_set_matrix_4vf to honey_shader_set_mat4 | sanine-a |
2020-05-21 | add textured cube primitive | sanine-a |
2020-05-21 | fix documentation errors | sanine-a |
2020-05-20 | add cube primitive | sanine-a |
2020-05-20 | add overridable update() and draw() callbacks | sanine-a |
2020-05-20 | add honey_texture | sanine-a |