NBlood - r12176 - Built: Sun Mar 14 14:52:01 UTC 2021 --- commit 82028271de3e84df064f173da5295313a2de9daa Merge: 6980e8b35 fe2bcb7b5 Author: nukeykt Date: Sun Mar 14 23:51:08 2021 +0900 Merge remote-tracking branch 'remotes/eduke32/master' commit fe2bcb7b51d39ddd12a306ea3e84a468b325ed36 Author: NY00123 Date: Thu Mar 4 00:04:47 2021 +0200 Duke3D: Process empty skill name definitions as if they were " ". Fixes assertion failure with Suburbs TC. commit d85d0e070d114cd0b46ebadfa3159c9c0a3624f5 Author: NY00123 Date: Thu Mar 4 00:03:08 2021 +0200 Duke3D: Comment out writes of unused values to k while preparing the skill menu commit b177c05aef0bc929e81f7ce8b951ba7f6a1c77eb Author: NY00123 Date: Wed Mar 3 22:52:46 2021 +0200 Duke3D: Fix buffer overflows with parsing out of range strings in CON files commit a2d4c2794b16703760f6fb34ac3b3f8686b702b3 Author: Evan Ramos Date: Sun Feb 21 19:58:35 2021 -0600 Duke3D: Factor out display math common to Knee, Knuckles, Access, Tip commit 0c81bc8c61b8be97486df6c8c15885242d45aabc Author: Evan Ramos Date: Sun Feb 21 19:55:39 2021 -0600 Duke3D: Simplify P_DisplayAccess a little bit commit 283c4f14662a28c08395b8a026e278b5f3502a50 Author: Evan Ramos Date: Sun Feb 21 19:00:01 2021 -0600 Duke3D: Minor cleanup to FLAMETHROWER_WEAPON draw code commit fa9e9de4280c6195dcdbc0365a835abc471e4798 Author: Evan Ramos Date: Sun Feb 21 20:02:16 2021 -0600 Duke3D: Fix avel and horz input getters to use fix16_to_int commit b7d4ae3a561e0e6f26d999ce5dde7328c68725c0 Author: Dino Bollinger Date: Sat Feb 6 11:59:42 2021 +0100 Fix another per-map tile regression that could cause tiles to fail to load commit d2ee87aea7d11a9076e3580f9c52cb941544def4 Author: Jonathon Fowler Date: Sun Jan 31 13:57:17 2021 +1000 SW: Fix Lo Wang's Rap from being skipped at endgame The song should play once before returning to the menu, so the 'loop' parameter needs to be honoured within PlaySong() too. Fixes #35