Ryan Walters
7cdd1b6ad9
refactor: use 'unsafe_textures' sdl2 feature to hide lifetimes & obscure leaks into upstream
2025-09-02 12:59:06 -05:00
Ryan Walters
4881e33c6f
refactor: use U16Vec2 for sprites, remove unnecessary Deserialize trait
2025-09-01 12:44:13 -05:00
12ee16faab
docs: document many major functions, types, enums for important functionality
2025-08-17 23:29:43 -05:00
2f0c734d13
feat: only present/render canvas when renderables change
2025-08-15 14:15:18 -05:00
3388d77ec5
refactor: remove all unused/broken tests, remove many now unused types/functions
2025-08-15 09:24:42 -05:00
242da2e263
refactor: reorganize ecs components
2025-08-15 09:17:43 -05:00
bc759f1ed4
refactor!: begin switching to bevy ECS, all tests broken, all systems broken
2025-08-14 15:06:56 -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
c489f32908
fix: audio and other subsystems being dropped in App::new(), use Box::leak to ensure static ownership
2025-08-12 13:08:08 -05:00
1dc8aca373
feat: item collection & collisions, pellet & energizer generation
2025-08-11 22:45:36 -05:00
b308bc0ef7
refactor: move all tests out of src/ into tests/, remove unnecessary tests
2025-08-08 08:50:52 -05:00
4398ec2936
chore: fix clippy errors, add allow dead_code modifiers
2025-07-28 20:53:01 -05:00
fcc36c8a46
test: add tons of tests for all easy submodules
2025-07-28 19:26:36 -05:00
c9bcf32381
chore: fix various clippy warnings, disable trivial warnings in some spot
2025-07-28 17:25:18 -05:00
464d6f9ca6
refactor: huge refactor into node/graph-based movement system
2025-07-28 12:23:57 -05:00
a1d37a1a0b
feat: atlas tile color modulation
2025-07-26 15:06:27 -05:00
238b5aac6a
feat: non-ttf text rendering using original sprite text, remove black bg from assets
2025-07-26 14:43:25 -05:00
6ca2e01fba
feat: atlas decoding & frame acquisition
2025-07-25 12:27:19 -05:00