1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ghost.cpp: Reorder methods per functionality for review More... almost 4 years ago
ghost.cpp: Reorder methods per functionality for review More... almost 4 years ago
Initial implementation of 'Home Sweet Home', i.e. the ghost's local and global pellet counter to leave home More... almost 4 years ago
Initial implementation of 'Home Sweet Home', i.e. the ghost's local and global pellet counter to leave home More... almost 4 years ago
Introduce mode_t::LEVEL_START and global level counter More... almost 4 years ago
Introduce mode_t::LEVEL_START and global level counter More... almost 4 years ago
Fix proper ghosts order (in enum order) More... almost 4 years ago
Fix proper ghosts order (in enum order) More... almost 4 years ago
I can't help it, but 100% speed feels more similar to original @ 10 fields per second More... almost 4 years ago
I can't help it, but 100% speed feels more similar to original @ 10 fields per second More... almost 4 years ago
Fix pacman/ghost HOME and LEAVE_HOME transition More... almost 4 years ago
Fix pacman/ghost HOME and LEAVE_HOME transition More... almost 4 years ago
ghosts_t: Fix SCATTER target More... almost 4 years ago
ghosts_t: Fix SCATTER target More... almost 4 years ago
Bring back workaround next_empty_field_frame_cntr for empty field check as entered_tile rarely leaks .. More... almost 4 years ago
Bring back workaround next_empty_field_frame_cntr for empty field check as entered_tile rarely leaks .. More... almost 4 years ago
pacman_t: Set aligned start position, read from float position (center between middle tiles) More... almost 4 years ago
pacman_t: Set aligned start position, read from float position (center between middle tiles) More... almost 4 years ago
pacman_t::tick(): Operate on entered_tile for 'tile action', remove workaround next_field_frame_cntr usage More... almost 4 years ago
pacman_t::tick(): Operate on entered_tile for 'tile action', remove workaround next_field_frame_cntr usage More... almost 4 years ago
Use acoord_t::set_aligned_dir() after set_speed()'s keyframei_t::reset() to only align walking direction and center other direction component. More... almost 4 years ago
Use acoord_t::set_aligned_dir() after set_speed()'s keyframei_t::reset() to only align walking direction and center other direction component. More... almost 4 years ago
Fix and move [keyframei_t->acoord_t]::field_entered(), adding acoord_t::stats_t covering center and entered fields. More... almost 4 years ago
Fix and move [keyframei_t->acoord_t]::field_entered(), adding acoord_t::stats_t covering center and entered fields. More... almost 4 years ago
Remove redundant keyframei_t::is_center_dir() More... almost 4 years ago
Remove redundant keyframei_t::is_center_dir() More... almost 4 years ago
keyframei_t: Chose nearset frames_per_field per default and always the fastest; Adopt keyframei_t changes in players .. More... almost 4 years ago
keyframei_t: Chose nearset frames_per_field per default and always the fastest; Adopt keyframei_t changes in players .. More... almost 4 years ago
Orig puck-man speed is 11 fields_per_sec for 100% More... almost 4 years ago
Orig puck-man speed is 11 fields_per_sec for 100% More... almost 4 years ago