Detail
2021.08.26.Log1939.txt
No SVN revisions parsed. Raw content is shown below.
Raw Content
commit fbcb9839404b06cfe76c6c8c277bcc7843d692da
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 21:30:03 2021 -0500
SW: Fix mousewheel in menus
commit 9820b8ad49ce489f63465f7adb31ebfd350a5eb8
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 21:18:30 2021 -0500
Menus: Upgrade transition animations to use 1000 Hz timer instead of 120 Hz
commit 9b6f0ffda3565466345993932c4e1ca67d37ba98
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 18:04:07 2021 -0500
Menus: Revamp Menu_CheckHiddenSelection into Menu_ValidateSelectionIsActive
Followup to 67ef47dcff3571afb330342c9b056c9e759e46ad.
commit 2c67973683c5912d23a98476073dd44d1de17a58
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 18:37:47 2021 -0500
md2tool: Fix USE_OPENGL=0 build
commit fd93b2adc492bc513e4dd713891c32455c9b5135
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 18:37:28 2021 -0500
SW: Fix USE_OPENGL=0 build
commit f5e524009d1ed87566a6012e3b302186652881cf
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 18:30:51 2021 -0500
Fix warnings with USE_OPENGL=0
commit fb9ec43f2ae8d9ba0c8c6dcfd7f717a21f2d9092
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 18:27:31 2021 -0500
Move calc_smoothratio to baselayer.h, fixing USE_OPENGL=0 build
Followup to 0f928a1fd5eb23e37c48d7eb547a176ff9cf6eab.
commit d01cd25dcf022581ee94caeedaa5eef4b9f02a03
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 18:22:11 2021 -0500
Mapster32: Actually make use of `sound` def token's `volume` subtoken
Followup to 072bd40ebd1a2d0833021b78e7784bab65259c61.
commit d526f79d7ee1323a23dc9c6f00da9e97bef20f02
Author: Evan Ramos <hendricks266@gmail.com>
Date: Thu Aug 26 18:19:34 2021 -0500
Mapster32: Factor out g_sounds[num] access in S_PlaySound and S_PlaySound3D
commit b01c2cd33ff21539a1cda78e4f42b4e5ea1e313c
Author: Evan Ramos <hendricks266@gmail.com>
Date: Wed Aug 25 20:38:08 2021 -0500
SW: Fix unused variable warnings when assertions are disabled
See https://voidpoint.io/terminx/eduke32 for more details.