Ryan Walters
c94ebc6b4b
feat: special formatting with game tick counter, remove date from tracing formatter
2025-09-05 13:52:19 -05:00
Ryan Walters
968eb39b64
feat: fix emscripten browser logging, streamline console initialization and logging
2025-09-04 14:07:24 -05:00
Ryan Walters
36a2f00d8c
chore: set explicit ARGB8888 pixel format for transparency support, 'web' task with caddy fs
2025-09-04 00:13:48 -05:00
Ryan Walters
0907b5ebe7
chore: remove unused functions, add 'web' task to Justfile
2025-09-03 16:31:21 -05:00
Ryan Walters
4cc5816d1f
refactor: use small_rng for Emscripten only, simplify platform to top-level functions only, no trait/struct
2025-09-03 11:11:04 -05:00
Ryan Walters
055dc85f2b
refactor: improve console handling & logs, scoped mutex lock, fix linux unused imports
2025-09-02 09:09:48 -05:00
313ca4f3e6
fix: proper font loading, cross platform assets, better platform independent trait implementation, conditional modules
2025-08-16 14:17:28 -05:00
12a63374a8
feat: avoid using spin sleep unless focused
2025-08-13 23:30:07 -05:00
c1c5dae6f2
refactor: restructure game logic and state management into separate modules
...
- Moved game logic from `game.rs` to `game/mod.rs` and `game/state.rs` for better organization.
- Updated `App` to utilize the new `Game` struct and its state management.
- Refactored error handling
- Removed unused audio subsystem references
2025-08-12 14:40:48 -05:00
c5213320ac
fix(emscripten): string pointer casting, fixup AssetError handling
2025-08-11 11:25:52 -05:00
f6e7228f75
refactor: platform trait, platform-specific code handling into platform module
2025-08-11 10:49:58 -05:00