index
:
daw
master
A tiny game engine
O.Nelin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2024-02-06
General cleanup
0scar
2024-02-06
Fix leeks
0scar
2024-02-06
Fix setting swap interval without GL contex
0scar
2024-02-06
Move refresh_input_ctx
0scar
2024-02-06
Fix hot reloading
0scar
2024-02-06
Make init fn vector independent
0scar
2024-02-06
Remove unused variables
0scar
2024-02-06
Fix hotreload inclusion
0scar
2024-02-06
Add threads (?)
0scar
2024-02-06
Move engine compilation target to src dir
0scar
2024-02-06
Fixup window handling & rendering
0scar
2024-02-06
Works on my machine
0scar
Albeit when compiled twice :)
2024-02-05
Organize the header files
0scar
2024-02-05
Move source files to their modules src folders
0scar
2024-02-05
Add CMake files
0scar
2024-02-05
Organize the sourcefiles
0scar
2024-02-05
Fps test
0scar
2024-02-05
Rotating box example
0scar
2024-02-05
Use multi context
0scar
2024-02-05
Fixme!
0scar
2024-02-05
Add GLAD
0scar
2024-02-01
Intialize GLFW and GLEW
0scar
2024-01-29
Fix compilation
0scar
I didn't quite get all the renames in the first pass.
2023-10-30
The great formattening!
0scar
2023-08-15
Move input stuffs into input.{h,c}
0scar
2023-08-15
Update the _DEBUG macro test to something more standard
0scar
2023-08-14
Add memory freeing to input contexts
0scar
2023-08-14
Duplicate function names instead of copying pointers
0scar
2023-08-14
Return result of refresh input
0scar
2023-08-14
Add reloading of state-specific keybindings bindings
0scar
2023-08-02
Update input handling method
0scar
2023-08-01
Update kernelmap type
0scar
2023-07-28
Update state update_func pointer when reloading state
0scar
2023-07-28
Add extern
0scar
2023-07-28
Disable pedantics when compilining hostreload
0scar
2023-07-28
Debug message
0scar
2023-07-28
Bind F7 to State_reload
0scar
2023-07-28
Implement hotloading
0scar
* This commit implements dltools.{c,h}: _A simple wrapper around libdl / dlfcn.h_ * Reload states when done initializing engine, if hotloading is enabled. * Adds general function types for state functions.
2023-07-28
test
0scar
2023-07-28
test
0scar
2023-07-28
Flesh out cmakelists & streamline some functions
0scar
2023-07-28
Initial independent commit
0scar