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
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: refactor core API to be in proper style
Danny Holman
2025-03-20
8
-35
/
+115
*
core: alloc: make the mem_block type opaque
Danny Holman
2025-03-20
2
-24
/
+45
*
render: vulkan: fix synchronization bugs
Danny Holman
2025-03-20
3
-29
/
+180
*
render: vulkan: make all types opaque
Danny Holman
2025-03-20
17
-155
/
+556
*
render: centralize the type definitions
Danny Holman
2024-11-27
13
-156
/
+123
*
core: thread objects should be replaced with lists
Danny Holman
2024-11-19
1
-15
/
+20
*
util: add a NORET macro
Danny Holman
2024-11-19
1
-0
/
+7
*
render: fix missing Vk*CreateInfo struct members
Danny Holman
2024-11-19
2
-1
/
+17
*
render: create a vkqueue struct for Vulkan queues
Danny Holman
2024-11-19
3
-111
/
+105
*
render: streamline the common renderer interface
Danny Holman
2024-11-19
3
-13
/
+6
*
build: add a file for Windows backtracing library
Danny Holman
2024-11-19
1
-0
/
+12
*
build: add a function that enables compiler flags
Danny Holman
2024-11-19
1
-0
/
+12
*
core: add an exit code list
Danny Holman
2024-11-19
3
-2
/
+33
*
ui: rename window.h to app_window.h
Danny Holman
2024-11-07
2
-11
/
+12
*
core: add stack smashing protection and Win32 bt
Danny Holman
2024-11-07
2
-5
/
+47
*
build: use lib name in version macros
Danny Holman
2024-10-29
2
-2
/
+6
*
render: error check when creating device queues
Danny Holman
2024-10-28
1
-0
/
+16
*
render: move get_vkerr_str into vkassert.h
Danny Holman
2024-10-28
8
-58
/
+64
*
Version bump to v0.62.0
v0.62.0
Danny Holman
2024-10-25
2
-2
/
+2
*
README: make language more clear and concise
Danny Holman
2024-10-25
1
-10
/
+12
*
core: rune_init should only call subsystem inits
Danny Holman
2024-10-25
1
-12
/
+6
*
render: call rune_free during renderer exit
Danny Holman
2024-10-25
1
-1
/
+2
*
render: fix a build bug in the vulkan renderer
Danny Holman
2024-10-25
2
-1
/
+1
*
ui: make initialization functions more consistent
Danny Holman
2024-10-25
2
-2
/
+2
*
render: move all rendering code out of ui
Danny Holman
2024-10-25
4
-37
/
+4
*
ui: finalize how the rendering API is accessed
Danny Holman
2024-10-25
1
-7
/
+10
*
core: ANSI colors need additional setup on Windows
Danny Holman
2024-10-25
1
-1
/
+15
*
core: call the system exit function when aborting
Danny Holman
2024-10-25
1
-0
/
+1
*
render: add a skeleton DirectX implementation
Danny Holman
2024-10-25
1
-0
/
+19
*
core: add documentation comments to API functions
Danny Holman
2024-10-25
8
-32
/
+220
*
render: create the rendering subsystem
Danny Holman
2024-10-25
18
-1
/
+1304
*
doc: add license requirements file
Danny Holman
2024-10-25
2
-1
/
+46
*
doc: add introductory documentation files
Danny Holman
2024-10-25
6
-0
/
+595
*
doc: hook documentation into build system
Danny Holman
2024-10-18
5
-2
/
+2943
*
ui: input: use scancodes instead of keycodes
Danny Holman
2024-10-14
2
-4
/
+4
*
include: create a master header file
Danny Holman
2024-10-14
1
-0
/
+41
*
core: thread: make helper functions static
Danny Holman
2024-10-14
1
-5
/
+5
*
core: alloc: move mem_block alloc to helper func
Danny Holman
2024-10-14
1
-27
/
+56
*
core: mod: create a mod interface
Danny Holman
2024-10-14
3
-0
/
+136
*
core: alloc: fix a bug in realloc
Danny Holman
2024-10-07
1
-4
/
+6
*
core: thread: wrap the pthreads API
Danny Holman
2024-10-03
2
-0
/
+246
*
core: logging: make color output optional
Danny Holman
2024-10-02
2
-8
/
+39
*
core: callbacks: make error_callback use log_output
Danny Holman
2024-09-30
1
-2
/
+2
*
core: abort: disable stack tracing on Windows
Danny Holman
2024-09-30
1
-1
/
+12
*
make: add additional information to install
Danny Holman
2024-09-20
1
-1
/
+20
*
core: logging: print errors and warnings in color
Danny Holman
2024-09-18
3
-6
/
+21
*
ui: add new subsystem
v0.61
Danny Holman
2024-09-17
8
-0
/
+372
*
core: add several new files
Danny Holman
2024-09-17
8
-41
/
+80
*
gitignore: add files generated by the build system
Danny Holman
2024-09-15
1
-2
/
+12
*
build: break the engine into its subsystems
v0.60
Danny Holman
2024-09-15
11
-96
/
+228
[next]