Up to [local] / ports / games / fteqw / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4, Tue Aug 11 19:09:30 2020 UTC (4 years, 3 months ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
Summary: remove debugging. update to revision 5741. remove 1.03 from versioning. no patches needed!
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 23 21:43:53 2020 UTC (4 years, 7 months ago) by namtsui
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)
Summary: update to april 19 build. segfaults often. bug report submitted. https://sourceforge.net/p/fteqw/tickets/80/
Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 1 20:22:06 2019 UTC (5 years, 1 month ago) by namtsui
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)
Summary: add link
Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 1 00:42:28 2019 UTC (5 years, 1 month ago) by namtsui
Branch: MAIN
Summary: unbreak fps limit Sys_Sleep(0) calls SDL_Delay(0), which causes it to sleep anyways. This limits OpenBSD to 100 FPS due to its 100 tick kernel. To fix, try not to call Sys_Sleep.