log gldragon.cpp @ 104:6520f00c68e4

age author description
Thu, 06 Oct 2022 05:02:19 +0300 Matti Hamalainen Update copyright year.
Thu, 06 Oct 2022 05:01:45 +0300 Matti Hamalainen Add program information and copyright blurb in help.
Fri, 25 Feb 2022 15:30:00 +0200 Matti Hamalainen Add option '-q<n>' to quit execution at frame N.
Tue, 25 May 2021 09:46:06 +0300 Matti Hamalainen Fix help to display correct range for frame numbers.
Tue, 25 May 2021 02:57:04 +0300 Matti Hamalainen Improve manual mode.
Tue, 25 May 2021 01:00:06 +0300 Matti Hamalainen Improve help, document arrow key controls.
Tue, 25 May 2021 00:58:02 +0300 Matti Hamalainen Add manual control mode.
Tue, 25 May 2021 00:48:42 +0300 Matti Hamalainen Handle pauseframe differently: skip straight to it.
Tue, 25 May 2021 00:44:40 +0300 Matti Hamalainen Remove DMSimpleRenderer::animate() and use direct time value in drawScene() etc.
Sat, 31 Oct 2020 18:14:17 +0200 Matti Hamalainen Compute and display frametime jitter values.
Sun, 18 Oct 2020 14:15:07 +0300 Matti Hamalainen Add -p -option for pausing at specific cycle frame.
Mon, 06 Jul 2020 18:49:21 +0300 Matti Hamalainen Help cosmetics.
Mon, 09 Mar 2020 09:21:55 +0200 Matti Hamalainen Disable window resizability for now, as we don't actually support it.
Mon, 09 Mar 2020 09:19:51 +0200 Matti Hamalainen Use SDL_Delay(100) when in pause state to not consume CPU unnecessarily.
Sat, 07 Mar 2020 14:37:59 +0200 Matti Hamalainen List the keyboard controls in --help.