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
|
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
|
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
|
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
|
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
|
e479ecf0ad
|
reworked build config, now works on windows
|
2023-11-21 11:01:36 +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
|
5ab93d62ad
|
new build system config
|
2023-11-20 12:04:55 +01:00 |
|