| Commit message (Expand) | Author | Age | Files | Lines |
* | Update README.mdHEADmaster | Sven Gothel | 2022-06-01 | 1 | -7/+12 |
* | README: Link to cs_class git repo folder | Sven Gothel | 2022-04-03 | 1 | -1/+1 |
* | pacman: Needs to (re)set ghosts_eaten_powered @ tick, since set_mode() will b...v1.0.2 | Sven Gothel | 2022-04-03 | 1 | -1/+1 |
* | ghost mode_t_LEVEL_SETUP: Reset texture | Sven Gothel | 2022-04-03 | 1 | -0/+1 |
* | Fix pacman return from FREEZE; return to last mode, ghost wave change and sca... | Sven Gothel | 2022-04-03 | 4 | -42/+65 |
* | Add testing cmdline option '-invincible' | Sven Gothel | 2022-04-03 | 4 | -4/+21 |
* | main: Sort commandline args to documentation order | Sven Gothel | 2022-04-03 | 1 | -19/+20 |
* | README: Fix Optional Deviations from the Original level for -2p mode, add -di...v1.0.1 | Sven Gothel | 2022-04-03 | 1 | -1/+5 |
* | README: Fix -2p option escaping | Sven Gothel | 2022-04-03 | 1 | -1/+1 |
* | README: Enhance w/ details and stats | Sven Gothel | 2022-04-03 | 1 | -15/+84 |
* | pacman_t::set_speed() Show only meaningful stats when frames acounnted for >=... | Sven Gothel | 2022-04-03 | 3 | -9/+14 |
* | Fix minor glitches (2) | Sven Gothel | 2022-04-03 | 4 | -7/+10 |
* | Add 2p mode: Enable 2nd player controlling Blinky when chasing, scattering or... | Sven Gothel | 2022-04-02 | 5 | -29/+121 |
* | pacman_t::set_mode(): Move field resets to LEVEL_SETUP | Sven Gothel | 2022-04-02 | 1 | -2/+2 |
* | ghost_t::[dir_ -> current_dir] | Sven Gothel | 2022-04-02 | 2 | -25/+19 |
* | Fix minor glitches | Sven Gothel | 2022-04-02 | 2 | -11/+19 |
* | COPYING .. it is the year 2022 (already) | Sven Gothel | 2022-04-02 | 1 | -1/+1 |
* | Adding some sound samples w/ a few sources, incomplete by designv1.0.0 | Sven Gothel | 2022-04-02 | 6 | -0/+13 |
* | Bump v1.0.0 | Sven Gothel | 2022-04-02 | 1 | -0/+4 |
* | README: Adjust line numbers to source lines | Sven Gothel | 2022-04-02 | 1 | -4/+4 |
* | 'R' reset: Restart at chosen start_level and clear score | Sven Gothel | 2022-04-02 | 2 | -4/+8 |
* | -show_targets: Only for scattering and chasing ghosts | Sven Gothel | 2022-04-02 | 1 | -7/+9 |
* | Only reset maze at initial start and at NEXT_LEVEL, otherwise pacman died and... | Sven Gothel | 2022-04-02 | 1 | -1/+2 |
* | Cleanup mode change (set_mode) and mode tick, remove complexity. | Sven Gothel | 2022-04-02 | 4 | -228/+273 |
* | Minor edits: Add mode_duration_t::FREEZE, ghost_t::set_next_dir(): log_moves(... | Sven Gothel | 2022-04-02 | 3 | -3/+4 |
* | ghost_t::set_next_target(): INKY don't clip the target vector as it would cha... | Sven Gothel | 2022-04-02 | 1 | -2/+2 |
* | Add ghost_t max time to spend at home while no pellets are eaten; Move 'pelle... | Sven Gothel | 2022-04-01 | 4 | -80/+62 |
* | Smooth wrapping left <-> right and top <-> bottom, ensuring the center of new... | Sven Gothel | 2022-04-01 | 1 | -11/+16 |
* | ghost_t::notify_pellet_eaten(): Fix regression, blinkny might not be availabl... | Sven Gothel | 2022-04-01 | 1 | -1/+3 |
* | main: Fix erroneous left over loop, audio_samples are instantiated once pushi... | Sven Gothel | 2022-04-01 | 1 | -9/+7 |
* | Use original look-ahead position 'one tile ahead of an intersection' and have... | Sven Gothel | 2022-04-01 | 5 | -37/+130 |
* | README .. refinev0.2.3 | Sven Gothel | 2022-03-31 | 1 | -9/+22 |
* | Add Elroy 1+2 modes; show_modes will also show speed changes; Have ghosts and... | Sven Gothel | 2022-03-31 | 6 | -23/+38 |
* | Only show tile count onscreen in debug_gfx mode | Sven Gothel | 2022-03-31 | 1 | -6/+8 |
* | draw_text_*(): Incorporate the text texture cache for simpler user code and l... | Sven Gothel | 2022-03-31 | 6 | -118/+126 |
* | save_snapshot(): Offload SDL_SaveBMP() to a new thread, reducing stress on ga...v0.2.2 | Sven Gothel | 2022-03-31 | 4 | -7/+24 |
* | Fix minor 'typos' (use ppt_x for x-component, use method access) | Sven Gothel | 2022-03-31 | 2 | -3/+4 |
* | Fix fruit/bonus: Draw centered, pellet counter is on taken/eaten pellets not ... | Sven Gothel | 2022-03-31 | 5 | -32/+53 |
* | Refine audio handling a little | Sven Gothel | 2022-03-31 | 8 | -31/+40 |
* | Add draw_line() w/ thickness for target rays, remove color setting from draw_box | Sven Gothel | 2022-03-31 | 4 | -37/+94 |
* | README: Hint to ghost_t 'AI' functionsv0.2.1 | Sven Gothel | 2022-03-30 | 1 | -1/+3 |
* | README: Add sub section 'Deviation from Original' | Sven Gothel | 2022-03-30 | 1 | -16/+34 |
* | ghost_t::set_next_dir(): Move const declaration to branch where its used - cl... | Sven Gothel | 2022-03-30 | 1 | -7/+9 |
* | Remove 1 debug printf | Sven Gothel | 2022-03-30 | 1 | -1/+0 |
* | ghost_t::set_next_dir(): Remove 'edit line' and unused d_pref | Sven Gothel | 2022-03-30 | 1 | -7/+4 |
* | bump v0.2.0v0.2.0 | Sven Gothel | 2022-03-30 | 1 | -0/+4 |
* | ghost, pacman: Expose own color, ghost also its personality_t; Use player's c... | Sven Gothel | 2022-03-30 | 4 | -32/+71 |
* | Add '-dist_manhatten' option | Sven Gothel | 2022-03-30 | 3 | -6/+11 |
* | Fix ghost_t::set_next_dir()'s dir_pos[U] evaluation, typos and prepare for al... | Sven Gothel | 2022-03-30 | 5 | -26/+60 |
* | Add fruits/bonus: Appear for 9-10s after 70 and 170 pellets got eaten per lev... | Sven Gothel | 2022-03-30 | 3 | -5/+56 |