commit 6ae3c831700ba7b7616f22def58158de43346070 Author: Richard Gobeille Date: Thu May 12 10:19:51 2022 -0700 audiolib: minor FX_ReadFmt tweak commit 121fafaaef1130938ec58f22762d1d0072227be1 Author: Richard Gobeille Date: Thu May 12 10:19:06 2022 -0700 audiolib: add EDUKE32_PREDICT_FALSE to error conditions in FX_Play and friends commit 6fd166f6d36dd3b801c4cfe4606a67a8d1b29c50 Author: Richard Gobeille Date: Thu May 12 10:03:07 2022 -0700 audiolib: fix playback issue with .ogg files containing invalid loop tags commit 7ea3bd2b47de7c989d57431fb3383e8d5abaf02b Author: Richard Gobeille Date: Thu May 5 06:55:30 2022 -0700 audiolib: increase vorbis buffer size This prevents crackling during .ogg playback on some systems. commit fb38bc3061562ae866075d0c4b4a0831623b5e8d Author: Richard Gobeille Date: Tue May 10 11:32:53 2022 -0700 Duke3d: adapt commit f21082da0a4dc5aee5a56f7784fe804ed35bc990 from NetDuke32. Interpolates conveyor belt SE floor panning. commit 2118f9ba90c5e8cda9e8ad42e42d2f63c5de01be Author: Richard Gobeille Date: Tue May 10 11:33:34 2022 -0700 Duke3d: skip bpos update for STAT_EFFECTOR sprites commit 07ccec0b82f6d677a542c938154216055a48e485 Author: Richard Gobeille Date: Thu May 5 12:55:39 2022 -0700 engine: this should fix logged messages not displaying in the console in edge cases where an exact multiple of 1024 messages were logged in between actual refreshes of the drawn console commit 1e5674ecede59291a1c7ace8d02aa7f5d692809e Author: Richard Gobeille Date: Thu May 5 05:59:51 2022 -0700 Duke3d: turn most assertions left in the audio code into log messages instead Fixes terminx/eduke32#246 commit a31ee6955a3a0ecbd8e0f0dfadf641d764ec8d69 Author: Richard Gobeille Date: Thu May 5 05:12:26 2022 -0700 loguru: fix issue with the D(V)LOG_IF_F macros being improperly defined We weren't using these anywhere so this went unnoticed until now. For some reason this being wrong only generated an error under MSVC. commit 1b3f26d06ff219efdf6c98c28a172ac54ab6e600 Author: Richard Gobeille Date: Wed May 4 00:47:45 2022 -0700 engine: fix mimalloc debug output commit 5066aafef85b0fb2d1a26c94badcc76697bd8d67 Author: Richard Gobeille Date: Wed May 4 00:47:19 2022 -0700 engine: slightly less shitty engineVerbosityCallback() commit 7c89d3e97a84e296151c246adef16cc988e80c32 Author: Richard Gobeille Date: Mon May 2 02:11:05 2022 -0700 engine: limit block size alignment waste in cache1d a little bit commit 54584c6cec11bf69b43f2382128e08afae3484c0 Author: Richard Gobeille Date: Mon May 2 02:08:49 2022 -0700 engine: suppress all 0 counts from bucketlist console command output commit 20611d45f3c02799b6055eee06f3781c58c1eab6 Author: Richard Gobeille Date: Mon May 2 01:43:28 2022 -0700 Duke3d: consider hitag of RESPAWN sprites for precache commit 819cdcbdd225600b7b031809a8293b128463674e Author: Richard Gobeille Date: Fri May 6 03:06:02 2022 -0700 engine: improve cacheinfo console command output commit 44409aa4785a1f05c78aa8b3bf2ead3576e55d81 Author: Richard Gobeille Date: Sun May 1 23:19:26 2022 -0700 Duke3d: precache indexed hightile textures, minor rework of loading screen progress bar commit cf3770e21cfac5b078393a3b4bbf24e1b073fab9 Author: Richard Gobeille Date: Tue Apr 26 04:31:56 2022 -0700 engine: improve tileLoadHigh() commit 19a2a6436eca299973ba959135ffd1aaa7789166 Author: Richard Gobeille Date: Tue Apr 26 04:11:35 2022 -0700 engine: revise 51666438b472b2de2e5e2c662ea9108f9b80b9b8 commit f2f6303d53f8bb8adaef9b117d182447ef7bdee9 Author: Richard Gobeille Date: Tue Apr 26 04:08:31 2022 -0700 engine: these bitmap manipulations were missed in 7f6301e6ae7c671d07e4ba1a1f274615b44710ae commit 765d05cb0b3f13634761f8f1fd6bac24d3b8353d Author: Richard Gobeille Date: Mon Apr 25 20:10:50 2022 -0700 mimalloc: update to 864e4be5ce34b90421acec405fcc8b795038248d commit 5f727e944feb8c5f736c287aead0d675f023f89b Author: Richard Gobeille Date: Sat Apr 23 11:53:41 2022 -0700 editor: revise b75488b44d755da170b2877ab935ec385512036a to print status messages informing the user why undo/redo is blocked commit c56a6aca61e60800ff9335771868bf4ebf3abf6e Author: Richard Gobeille Date: Fri Apr 22 08:08:35 2022 -0700 engine: rewrite libdivide interface functions commit 714d2ba4af9526e467cc25fa5829d314d25d3199 Author: Richard Gobeille Date: Fri Apr 22 05:04:20 2022 -0700 Update clang-format preferences commit 381c3c84cb71d4affa00f51cf685f5c5ebf239b8 Author: nukeykt Date: Tue May 17 04:11:09 2022 +0900 engine: workaround invisible wall sprite glitch caused by precision issues See https://voidpoint.io/terminx/eduke32 for more details.