Go to file
Edgaru089 08d4580651 Fix collision
It works now! How great
2024-03-05 10:42:17 +08:00
easyx Try building on Linux/mingw 2024-03-01 14:38:18 +08:00
util Stop it from crashing 2024-03-04 17:04:05 +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_Render.cpp Adding playable tests 2024-03-04 16:13:43 +08:00
App.c Fix collision 2024-03-05 10:42:17 +08:00
App.h Adding playable tests 2024-03-04 16:13:43 +08:00
Entity.c Adding playable tests 2024-03-04 16:13:43 +08:00
Entity.h Adding playable tests 2024-03-04 16:13:43 +08:00
Input.c Wire App into Main.cpp 2024-03-04 15:05:21 +08:00
Input.h Wire App into Main.cpp 2024-03-04 15:05:21 +08:00
JacksEscape.sln Initial commit 2024-02-29 09:48:29 +08:00
JacksEscape.vcxproj Rename phycics files 2024-02-29 16:55:50 +08:00
JacksEscape.vcxproj.filters Rename phycics files 2024-02-29 16:55:50 +08:00
LICENSE.txt Initial commit 2024-02-29 09:48:29 +08:00
Main.cpp Adding playable tests 2024-03-04 16:13:43 +08:00
Makefile Try building on Linux/mingw 2024-03-01 14:38:18 +08:00
Makefile.flags More updates to the mingw environment 2024-03-01 15:06:58 +08:00
Physics_Component.c Adding playable tests 2024-03-04 16:13:43 +08:00
Physics_Component.h Fix collision 2024-03-05 10:42:17 +08:00
Physics_Move.c Fix collision 2024-03-05 10:42:17 +08:00
Player_Component.c Fix collision 2024-03-05 10:42:17 +08:00
Player_Component.h Player & initial app code 2024-03-01 17:09:24 +08:00
Types.c Fix collision 2024-03-05 10:42:17 +08:00
Types.h Adding playable tests 2024-03-04 16:13:43 +08:00