index
:
dholman/rune-engine.git
master
High performance game engine written in C
Danny Holman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: init: remove hot reload support
Danny Holman
2025-03-20
1
-5
/
+0
*
core: input: fix coding style issue
Danny Holman
2025-03-20
1
-3
/
+3
*
core: refactor core API to be in proper style
Danny Holman
2025-03-20
3
-15
/
+15
*
core: alloc: make the mem_block type opaque
Danny Holman
2025-03-20
1
-3
/
+3
*
render: vulkan: fix synchronization bugs
Danny Holman
2025-03-20
1
-5
/
+5
*
render: centralize the type definitions
Danny Holman
2024-11-27
1
-1
/
+1
*
util: add a NORET macro
Danny Holman
2024-11-19
1
-0
/
+7
*
render: streamline the common renderer interface
Danny Holman
2024-11-19
1
-8
/
+2
*
core: add an exit code list
Danny Holman
2024-11-19
2
-1
/
+31
*
ui: rename window.h to app_window.h
Danny Holman
2024-11-07
1
-3
/
+3
*
ui: make initialization functions more consistent
Danny Holman
2024-10-25
1
-1
/
+1
*
render: move all rendering code out of ui
Danny Holman
2024-10-25
1
-3
/
+3
*
ui: finalize how the rendering API is accessed
Danny Holman
2024-10-25
1
-7
/
+10
*
core: add documentation comments to API functions
Danny Holman
2024-10-25
8
-32
/
+220
*
ui: input: use scancodes instead of keycodes
Danny Holman
2024-10-14
1
-2
/
+1
*
include: create a master header file
Danny Holman
2024-10-14
1
-0
/
+41
*
core: mod: create a mod interface
Danny Holman
2024-10-14
1
-0
/
+65
*
core: thread: wrap the pthreads API
Danny Holman
2024-10-03
1
-0
/
+54
*
core: logging: make color output optional
Danny Holman
2024-10-02
1
-0
/
+2
*
core: logging: print errors and warnings in color
Danny Holman
2024-09-18
1
-0
/
+2
*
ui: add new subsystem
v0.61
Danny Holman
2024-09-17
4
-0
/
+261
*
core: add several new files
Danny Holman
2024-09-17
2
-13
/
+34
*
build: break the engine into its subsystems
v0.60
Danny Holman
2024-09-15
6
-13
/
+83
*
Makefile: retool the build system
v0.55
Danny Holman
2024-08-30
10
-136
/
+222
*
core: refactor entire project root
Danny Holman
2024-08-25
1
-1
/
+1
*
core: add a header for utility functions
Danny Holman
2024-08-24
1
-0
/
+11
*
core: add headers for basic types and export macros
Danny Holman
2024-08-22
2
-0
/
+77
*
core: add a linked list implementation
Danny Holman
2024-08-22
1
-0
/
+32
*
core: add a basic logging framework
Danny Holman
2024-08-22
1
-0
/
+16