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
Use original look-ahead position 'one tile ahead of an intersection' and have previous 'decision on spot' optional. More... almost 4 years ago
Use original look-ahead position 'one tile ahead of an intersection' and have previous 'decision on spot' optional. More... almost 4 years ago
README .. refine More... almost 4 years ago
README .. refine More... almost 4 years ago
Add Elroy 1+2 modes; show_modes will also show speed changes; Have ghosts and pacman speed var init w/ 0, so 1st set_speed() will hit More... almost 4 years ago
Add Elroy 1+2 modes; show_modes will also show speed changes; Have ghosts and pacman speed var init w/ 0, so 1st set_speed() will hit More... almost 4 years ago
Only show tile count onscreen in debug_gfx mode More... almost 4 years ago
Only show tile count onscreen in debug_gfx mode More... almost 4 years ago
draw_text_*(): Incorporate the text texture cache for simpler user code and less lines More... almost 4 years ago
draw_text_*(): Incorporate the text texture cache for simpler user code and less lines More... almost 4 years ago
save_snapshot(): Offload SDL_SaveBMP() to a new thread, reducing stress on game loop especially for '-record <fnames>', i.e. video More... almost 4 years ago
save_snapshot(): Offload SDL_SaveBMP() to a new thread, reducing stress on game loop especially for '-record <fnames>', i.e. video More... almost 4 years ago
Fix minor 'typos' (use ppt_x for x-component, use method access) More... almost 4 years ago
Fix minor 'typos' (use ppt_x for x-component, use method access) More... almost 4 years ago
Fix fruit/bonus: Draw centered, pellet counter is on taken/eaten pellets not remaining More... almost 4 years ago
Fix fruit/bonus: Draw centered, pellet counter is on taken/eaten pellets not remaining More... almost 4 years ago
Refine audio handling a little More... almost 4 years ago
Refine audio handling a little More... almost 4 years ago
Add draw_line() w/ thickness for target rays, remove color setting from draw_box More... almost 4 years ago
Add draw_line() w/ thickness for target rays, remove color setting from draw_box More... almost 4 years ago
README: Hint to ghost_t 'AI' functions More... almost 4 years ago
README: Hint to ghost_t 'AI' functions More... almost 4 years ago
README: Add sub section 'Deviation from Original' More... almost 4 years ago
README: Add sub section 'Deviation from Original' More... almost 4 years ago
ghost_t::set_next_dir(): Move const declaration to branch where its used - clarity More... almost 4 years ago
ghost_t::set_next_dir(): Move const declaration to branch where its used - clarity More... almost 4 years ago
Remove 1 debug printf More... almost 4 years ago
Remove 1 debug printf More... almost 4 years ago
ghost_t::set_next_dir(): Remove 'edit line' and unused d_pref More... almost 4 years ago
ghost_t::set_next_dir(): Remove 'edit line' and unused d_pref More... almost 4 years ago