index
:
dholman/rune-engine.git
master
3D game engine written in pure C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-10-25
Version bump to v0.62.0
v0.62.0
Danny Holman
2024-10-25
README: make language more clear and concise
Danny Holman
2024-10-25
core: rune_init should only call subsystem inits
Danny Holman
2024-10-25
render: call rune_free during renderer exit
Danny Holman
2024-10-25
render: fix a build bug in the vulkan renderer
Danny Holman
2024-10-25
ui: make initialization functions more consistent
Danny Holman
2024-10-25
render: move all rendering code out of ui
Danny Holman
2024-10-25
ui: finalize how the rendering API is accessed
Danny Holman
2024-10-25
core: ANSI colors need additional setup on Windows
Danny Holman
2024-10-25
core: call the system exit function when aborting
Danny Holman
2024-10-25
render: add a skeleton DirectX implementation
Danny Holman
2024-10-25
core: add documentation comments to API functions
Danny Holman
2024-10-25
render: create the rendering subsystem
Danny Holman
2024-10-25
doc: add license requirements file
Danny Holman
2024-10-25
doc: add introductory documentation files
Danny Holman
2024-10-18
doc: hook documentation into build system
Danny Holman
2024-10-14
ui: input: use scancodes instead of keycodes
Danny Holman
2024-10-14
include: create a master header file
Danny Holman
2024-10-14
core: thread: make helper functions static
Danny Holman
2024-10-14
core: alloc: move mem_block alloc to helper func
Danny Holman
2024-10-14
core: mod: create a mod interface
Danny Holman
2024-10-07
core: alloc: fix a bug in realloc
Danny Holman
2024-10-03
core: thread: wrap the pthreads API
Danny Holman
2024-10-02
core: logging: make color output optional
Danny Holman
2024-09-30
core: callbacks: make error_callback use log_output
Danny Holman
2024-09-30
core: abort: disable stack tracing on Windows
Danny Holman
2024-09-20
make: add additional information to install
Danny Holman
2024-09-18
core: logging: print errors and warnings in color
Danny Holman
2024-09-17
ui: add new subsystem
v0.61
Danny Holman
2024-09-17
core: add several new files
Danny Holman
2024-09-15
gitignore: add files generated by the build system
Danny Holman
2024-09-15
build: break the engine into its subsystems
v0.60
Danny Holman
2024-08-30
Add README file
Danny Holman
2024-08-30
Makefile: retool the build system
v0.55
Danny Holman
2024-08-25
core: refactor entire project root
Danny Holman
2024-08-24
core: add a header for utility functions
Danny Holman
2024-08-22
core: add headers for basic types and export macros
Danny Holman
2024-08-22
core: add a linked list implementation
Danny Holman
2024-08-22
core: add a basic logging framework
Danny Holman
2024-08-04
Initial commit
Danny Holman