Up to [local] / ports / games / allegro / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 10 04:27:13 2020 UTC (4 years, 7 months ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +5 -6 lines
Diff to previous 1.5 (colored)
Summary: comments updated
Revision 1.5 / (download) - annotate - [selected], Fri Apr 10 01:24:41 2020 UTC (4 years, 7 months ago) by namtsui
Branch: MAIN
Changes since 1.4: +15 -11 lines
Diff to previous 1.4 (colored)
Summary: feedback from thfr and lighter sound fix
Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 20 03:36:11 2019 UTC (5 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.5 (colored)
Summary: 40 ms
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 20 03:09:43 2019 UTC (5 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.2: +4 -11 lines
Diff to previous 1.2 (colored) to selected 1.5 (colored)
Summary: simplify diff sleeping 1 ms equivalent to 10 ms anyways
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 20 02:57:23 2019 UTC (5 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.1: +16 -8 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)
Summary: sound doesn't consume as much cpu Sleep is necessary so sound doesn't consume that many cycles. Relax the interval for callbacks from 18 ms to 100 ms. This seems to be a good compromise where play_ogg.c consumed 80% CPU without sleep and now consumes 2% CPU with sleep. OpenSonic works.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 20 01:48:23 2019 UTC (5 years, 1 month ago) by namtsui
Branch: MAIN
Diff to selected 1.5 (colored)
Summary: fix audio stuttering 100 Hz kernel Allegro sleeps for 1 ms but OpenBSD requires 10 ms. Removing this resolves stuttering audio issues.