|
|
6ca2e01fba
|
feat: atlas decoding & frame acquisition
|
2025-07-25 12:27:19 -05:00 |
|
|
|
8cf30cd78d
|
refactor: begin moving towards packed atlas configuration
|
2025-07-25 12:24:40 -05:00 |
|
|
|
9b441fa35c
|
feat: shared blinking textures for power pellets
|
2025-07-24 16:23:09 -05:00 |
|
|
|
61ca537909
|
fix: continue removing lifetime annotations
|
2025-07-24 16:09:25 -05:00 |
|
|
|
0a82aea922
|
refactor: intentionally unsafe leak to drop annoying lifetimes, use IVec2 in all remaining spots
|
2025-07-24 16:04:47 -05:00 |
|
|
|
829462d3b6
|
refactor: move direction & edible into entity submodule
|
2025-07-24 12:48:39 -05:00 |
|
|
|
002da46045
|
refactor: split up and move texture-related code into src/texture submodule
|
2025-07-24 12:48:39 -05:00 |
|
|
|
cfa73c58a8
|
refactor: move entity-related code into src/entity submodule
|
2025-07-24 12:36:48 -05:00 |
|
|
|
e925376b7a
|
feat: setup emscripten module for api layer
|
2025-07-24 02:37:41 -05:00 |
|
|
|
2596034365
|
feat: use smallrng for emscripten compat
|
2025-07-24 02:37:27 -05:00 |
|
|
|
163855b6e7
|
fix(wasm): increase audio chunksize to 256 minimum for emscripten audio ctx
|
2025-07-24 01:14:03 -05:00 |
|
|
|
ec800a88fc
|
fix: use sdl2 internal methods for loading resources for emscripten asset handling
|
2025-07-24 01:07:22 -05:00 |
|
|
|
b572729e9d
|
feat: reorganize assets/ folder into web/ and game/
|
2025-07-24 00:46:06 -05:00 |
|
|
|
b66c9ce135
|
fix: emscripten assets
|
2025-07-23 22:18:54 -05:00 |
|
|
|
0806fc744c
|
chore: remove unused animation pausing methods
|
2025-07-23 21:34:27 -05:00 |
|
|
|
eead31d7fc
|
refactor: add 'glam' for better positioning types, drop position types
|
2025-07-23 21:24:47 -05:00 |
|
|
|
eaa4ab37f9
|
feat: add audio muting button, mute by default in debug builds
|
2025-07-23 21:00:52 -05:00 |
|
|
|
076275158e
|
chore: lower audio tracing to trace level
|
2025-07-23 20:36:56 -05:00 |
|
|
|
9f9ace0b16
|
chore: configure rustfmt, switch to LF line endings
|
2025-07-23 20:15:54 -05:00 |
|
|
|
11e89a63d0
|
refactor: add thiserror/anyhow for asset error handling
|
2025-07-23 19:47:44 -05:00 |
|
|
|
50afd8c09f
|
feat: improved emscripten-compatible asset loading api
|
2025-07-23 18:02:19 -05:00 |
|
|
|
06841fd0d7
|
refactor: resolve clippy warnings, resolve shared reference with once_cell
|
2025-07-23 17:38:27 -05:00 |
|
|
|
4365639a1d
|
chore: lifetimes
|
2025-07-23 17:31:16 -05:00 |
|
|
|
7744c06046
|
chore: cargo fix
|
2025-07-23 17:27:22 -05:00 |
|
|
|
978752f0f3
|
chore: add index for FruitType sprite
|
2025-07-23 17:25:39 -05:00 |
|
|
|
f024ce7a54
|
refactor: fix unnecessary qualified imports
|
2025-07-23 17:25:28 -05:00 |
|
|
|
0196282a78
|
fix: reset code borrows
|
2025-07-23 17:20:12 -05:00 |
|
|
|
785a760343
|
feat: new edible type for pellet/powerpellet, fruits, separate static/moving entities
|
2025-07-23 17:16:15 -05:00 |
|
|
|
de1a89b9b0
|
refactor: move debug related code into debug.rs
|
2025-07-23 16:31:09 -05:00 |
|
|
|
66b6cdf01b
|
feat: split animated texture away from atlas texture details
|
2025-07-23 16:25:40 -05:00 |
|
|
|
5a48e83b1a
|
feat: flood-filled based playable position with cache, debug mode
|
2025-07-23 15:06:38 -05:00 |
|
|
|
df8f858651
|
refactor: continue improving MovableEntity shared implementation
|
2025-07-23 15:06:09 -05:00 |
|
|
|
1fa7a0807f
|
refactor: abstract entity details into MovableEntity
|
2025-07-23 14:08:28 -05:00 |
|
|
|
6d3d3bf49c
|
feat: tunnel implementation, pathfinding debug mode
|
2025-07-22 14:37:26 -05:00 |
|
|
|
0a46f64866
|
feat: pathfinding, ghost and blinky state, update dependencies
|
2025-07-22 13:18:09 -05:00 |
|
|
|
fd7eecf53e
|
feat: allow instant direction reversal, improve cell position state tracking
|
2025-07-22 12:12:41 -05:00 |
|
|
|
f540dc5373
|
docs: minor documentation commentsa cross project
|
2025-07-22 12:12:41 -05:00 |
|
|
|
fa7e985c0d
|
feat: embedded data files, audio effects processing
|
2025-07-21 22:30:40 -05:00 |
|
|
|
f5ff90cb11
|
feat: smarter winapi-based console window handling
|
2025-07-21 21:54:22 -05:00 |
|
|
|
a0f65b551c
|
feat: board reset, store original map matrix
|
2025-07-18 20:21:16 -05:00 |
|
|
|
8808a1aa3b
|
feat: pellet consumption, score & map mutation
|
2025-07-18 20:15:50 -05:00 |
|
|
|
62b2c607a9
|
feat: ttf score rendering, konami font
|
2025-07-18 20:07:50 -05:00 |
|
|
|
9238b53c40
|
refactor: simplify/improve is_adjacent, add tests & docs
|
2025-07-18 19:28:39 -05:00 |
|
|
|
40acffafd1
|
fix: rebuild, try removing zero ms sleeps
|
2025-06-17 11:54:13 -05:00 |
|
|
|
2187212b7c
|
chore: increase speed, no modulation, increase animation speed
|
2025-06-17 11:54:13 -05:00 |
|
|
|
229d2242ef
|
fix: minor comments, disable accelerated, use std sleep on web builds
|
2025-06-17 11:54:13 -05:00 |
|
|
|
83a5ccdb8e
|
chore: delete emscripten.rs
|
2025-06-17 11:54:13 -05:00 |
|
|
|
0630fc56ec
|
fix: key stealing, disable Emscripten module, disable colored ANSI for emscripten builds
|
2025-06-17 11:54:13 -05:00 |
|
|
|
129aed0ffb
|
docs: add more TODOs
|
2025-06-17 11:54:13 -05:00 |
|
|
|
f634beffee
|
fix(wasm): remove unnecessary emscripten looping
|
2025-06-17 11:54:13 -05:00 |
|