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