Commit graph

251 commits

Author SHA1 Message Date
Sara efdd5f29db chore(whitespace): removed some whitespace in state_machine_init 2023-11-22 16:02:16 +01:00
Sara 3c647ccfc2 fix(warnings): added _DataType argument to DefineState to improve type checking 2023-11-22 15:58:59 +01:00
Sara 2b1aa6236f Changed SDL_DrawLine to SDL_DrawLineF in physics_entity_debug_draw and added input to player 2023-11-22 15:14:59 +01:00
Sara 36d378ec37 removed unintentionally added NEW macro 2023-11-22 15:14:59 +01:00
Sara 913bb32a39 removed trailing backslash from DefineState macro 2023-11-22 15:14:59 +01:00
Sara 51b889c6ef added ASSERT_RETURN to playerinput constructor 2023-11-22 15:14:59 +01:00
Sara 5d8d996c91 Added ASSERT_RETURN to input binding constructors 2023-11-22 15:14:59 +01:00
Sara 663d6e36c2 fix(warning cleanup): casting earlier in spritesheet_from_texture
Decreases chance of overflow
2023-11-22 15:14:59 +01:00
Sara 686c3c7578 fix(warning cleanup): added explicit casts to size_t -> IVector conversion 2023-11-22 15:14:59 +01:00
Sara 109cd51d14 fix(warning cleanup): added f suffix to literals to ensure correct precision 2023-11-22 15:14:59 +01:00
Sara 918e73c306 split animation frame and facing direction 2023-11-22 13:57:27 +01:00
Sara ad983812f6 changed camera FOV 2023-11-22 13:16:14 +01:00
Sara f300c8b4a5 program_run now calls game_world_draw 2023-11-22 13:15:44 +01:00
Sara cd2de223fc fix(typo): game_world_draw is no longer game_word_draw 2023-11-22 13:15:29 +01:00
Sara 9e643e7cec feat(testing game): Player is now spawned in play() 2023-11-22 13:10:42 +01:00
Sara 0ccdc8c5d0 fix(build config): debugdir for Game project is now game/ directory 2023-11-22 13:10:19 +01:00
Sara d57bc1e4e2 feat(organization): moved assets directory to game
Assets should now be stored per-project (as opposed to globally)
2023-11-22 13:09:25 +01:00
Sara 7a0a60846a feat(state machine): state machine now no longer has a separate next function
instead update is expected to return the next state
2023-11-22 13:02:21 +01:00
Sara fd0183d34a chore(windows port): Cleaned up some msvc warnings
Mainly relating to double -> float casts and some size_t -> long casts
2023-11-22 13:01:04 +01:00
Sara d4d650c2c7 disabled VS "security warnings" for functions like fopen 2023-11-22 12:56:35 +01:00
Sara 5aae7dd1a5 added player.c and started testing state machine for animation 2023-11-22 12:56:10 +01:00
Sara 2032488149 added player 2023-11-22 11:46:50 +01:00
Sara 3ebc370ca4 added state machine 2023-11-22 11:46:46 +01:00
Sara 5cb53f39f2 reworked default drop implementation 2023-11-22 11:45:58 +01:00
Sara 9f3bfcb879 Merge remote-tracking branch 'origin/template' into template-test 2023-11-22 11:45:10 +01:00
Sara 76c9ecd2e9 added .vscode to gitignore 2023-11-22 11:45:06 +01:00
Sara 4e5ed0af94 added define for isnanf to be _isnanf on windows, because windows sucks 2023-11-21 11:03:45 +01:00
Sara 810761aedf removed a trailing space 2023-11-21 11:03:26 +01:00
Sara c78dbba674 windows does not consider object initializers with a cast operator static 2023-11-21 11:03:09 +01:00
Sara 5755efb529 solution files now also in .gitignore 2023-11-21 11:02:30 +01:00
Sara e479ecf0ad reworked build config, now works on windows 2023-11-21 11:01:36 +01:00
Sara 9d34f2cbeb updated gitignore 2023-11-21 11:01:19 +01:00
Sara 23a134aedc added sdl windows libraries because windows sucks 2023-11-21 11:01:10 +01:00
Sara c10c4ad629 further moving towards new build system 2023-11-20 14:10:48 +01:00
Sara c6d4351c48 added stddef include to vmath 2023-11-20 14:10:40 +01:00
Sara 9bc74046d6 top-level object of build.lua is now a workspace call 2023-11-20 13:23:03 +01:00
Sara 5ab93d62ad new build system config 2023-11-20 12:04:55 +01:00
Sara 96867d6e1b added Make* and *From functions for Vector and IVector 2023-11-16 18:25:59 +01:00
Sara 956b2ab02f imported player walking spritesheet 2023-11-16 18:25:41 +01:00
Sara c3f059eeb7 removed platformer code 2023-11-16 13:31:45 +01:00
Sara 8e489fcec2 updated player sprite 2023-11-15 21:23:40 +01:00
Sara 9985cd577f removed unused includes 2023-11-15 11:07:12 +01:00
Sara 3a5f8d2def added attack and improved animation 2023-11-13 21:46:39 +01:00
Sara 98c7f97c43 halved physics solve iterations to 50 with no clear change 2023-11-13 21:45:56 +01:00
Sara 3e531e1b6e switched order of level and player drawing 2023-11-13 21:45:44 +01:00
Sara dd6ce5deba modified sprites 2023-11-13 21:45:35 +01:00
Sara bc1851f816 modified collision shapes 2023-11-13 21:45:29 +01:00
Sara 6f45df4d6b removed unused includes 2023-11-12 19:51:37 +01:00
Sara 5119d56d5e removed unused vmath include from input 2023-11-12 19:46:35 +01:00
Sara 988a87712b player animation speed set to 8fps 2023-11-12 16:05:20 +01:00