Go to file
Edgaru089 8bf4d95384 Fix compiling on both MSVC & mingw32
Turns out easyX is different on MSVC and mingw32
2024-03-25 21:10:40 +08:00
easyx Try building on Linux/mingw 2024-03-01 14:38:18 +08:00
util Debug text & debug build options 2024-03-05 14:19:31 +08:00
_clang-format Initial commit 2024-02-29 09:48:29 +08:00
.clangd Entity system & malloc initialization fixes 2024-03-04 14:20:50 +08:00
.gitattributes Initial commit 2024-02-29 09:48:29 +08:00
.gitignore Ignore DLLs 2024-03-01 14:39:28 +08:00
app_debug.c Half-working camera 2024-03-08 14:51:29 +08:00
app_render.cpp Shiny orb 2024-03-19 15:14:23 +08:00
app.c Half-working camera 2024-03-08 14:51:29 +08:00
app.h Half-working camera 2024-03-08 14:51:29 +08:00
camera.c Render magic gadgets (WIP) 2024-03-19 11:59:09 +08:00
camera.h Render magic gadgets (WIP) 2024-03-19 11:59:09 +08:00
entity.c Half-working camera 2024-03-08 14:51:29 +08:00
entity.h Remove some verbose logs 2024-03-05 11:55:26 +08:00
input.c Dashing 2024-03-05 15:20:32 +08:00
input.h Dashing 2024-03-05 15:20:32 +08:00
JacksEscape.sln Initial commit 2024-02-29 09:48:29 +08:00
JacksEscape.vcxproj Fix compiling on both MSVC & mingw32 2024-03-25 21:10:40 +08:00
JacksEscape.vcxproj.filters Fix compiling on both MSVC & mingw32 2024-03-25 21:10:40 +08:00
LICENSE.txt Initial commit 2024-02-29 09:48:29 +08:00
main.cpp Fix compiling on both MSVC & mingw32 2024-03-25 21:10:40 +08:00
Makefile Try building on Linux/mingw 2024-03-01 14:38:18 +08:00
Makefile.flags Debug text & debug build options 2024-03-05 14:19:31 +08:00
particle_render.cpp Particle system 2024-03-25 14:59:00 +08:00
particle.c Particle system 2024-03-25 14:59:00 +08:00
particle.h Particle system 2024-03-25 14:59:00 +08:00
physics_move.c Rename files to lowercase/shorter 2024-03-05 11:40:42 +08:00
physics.c Dashing 2024-03-05 15:20:32 +08:00
physics.h Rename files to lowercase/shorter 2024-03-05 11:40:42 +08:00
player.c Dashing 2024-03-05 15:20:32 +08:00
player.h Dashing 2024-03-05 15:20:32 +08:00
render_pattern.c Shiny orb 2024-03-19 15:14:23 +08:00
render_pattern.h Fix compiling on both MSVC & mingw32 2024-03-25 21:10:40 +08:00
render_util.cpp Fix compiling on both MSVC & mingw32 2024-03-25 21:10:40 +08:00
render_util.h Particle system 2024-03-25 14:59:00 +08:00
test_generate_patterns.cpp Render magic gadgets (WIP) 2024-03-19 11:59:09 +08:00
types.c Fix compiling on both MSVC & mingw32 2024-03-25 21:10:40 +08:00
types.h Particle system 2024-03-25 14:59:00 +08:00