Go to file
Edgaru089 20e0add5b4 Fix compiling again on Windows
Also lowering framerate a bit
2024-03-30 22:53:36 +08:00
easyx Try building on Linux/mingw 2024-03-01 14:38:18 +08:00
util Particles when dashing 2024-03-26 13:54:32 +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 Be more standard C compliant & compile on Windows 2024-03-26 14:40:36 +08:00
app_render.cpp Stop rendering temp bundles 2024-03-30 22:45:12 +08:00
app.c Hazard respawn is also working now 2024-03-30 22:41:49 +08:00
app.h Hook Particle to the other systems 2024-03-26 12:17:21 +08:00
bundles.txt Misc functions like textbox 2024-03-30 21:25:39 +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 Misc functions like textbox 2024-03-30 21:25:39 +08:00
entity.h Misc functions like textbox 2024-03-30 21:25:39 +08:00
input.c Remove input logging 2024-03-26 14:07:49 +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 again on Windows 2024-03-30 22:53:36 +08:00
JacksEscape.vcxproj.filters Fix compiling again on Windows 2024-03-30 22:53:36 +08:00
LICENSE.txt Initial commit 2024-02-29 09:48:29 +08:00
main.cpp Fix compiling again on Windows 2024-03-30 22:53:36 +08:00
Makefile Try building on Linux/mingw 2024-03-01 14:38:18 +08:00
Makefile.flags Slience the -Wconvert-null warning 2024-03-26 16:25:09 +08:00
mapper_misc_render.cpp Textbox is working now 2024-03-30 22:05:49 +08:00
mapper_misc.c Textbox is working now 2024-03-30 22:05:49 +08:00
mapper_misc.h Textbox is working now 2024-03-30 22:05:49 +08:00
particle_render.cpp Particle system 2024-03-25 14:59:00 +08:00
particle.c Particles when dashing 2024-03-26 13:54:32 +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 Hazard respawn is also working now 2024-03-30 22:41:49 +08:00
player.h Hazard respawn is also working now 2024-03-30 22:41:49 +08:00
render_bundle_draw.cpp Misc functions like textbox 2024-03-30 21:25:39 +08:00
render_bundle_file.c Bundle rendering fixes & first bundle 2024-03-30 18:55:43 +08:00
render_bundle.c Misc functions like textbox 2024-03-30 21:25:39 +08:00
render_bundle.h render_Bundles loading 2024-03-28 14:04:43 +08:00
render_component.c Misc functions like textbox 2024-03-30 21:25:39 +08:00
render_component.h Misc functions like textbox 2024-03-30 21:25:39 +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 Dash emits rotating particles 2024-03-26 16:55:28 +08:00
render_util.h Dash emits rotating particles 2024-03-26 16:55:28 +08:00
test_generate_patterns.cpp Render magic gadgets (WIP) 2024-03-19 11:59:09 +08:00
types.c Misc functions like textbox 2024-03-30 21:25:39 +08:00
types.h Textbox is working now 2024-03-30 22:05:49 +08:00