commit 726e7256082ba2478e9cb63d38078085b276dc79 Author: Evan Ramos Date: Mon May 29 06:27:15 2023 -0500 Quick fixes for winlayer warnings commit 09361c0feb2eea1719d249f71163582a04e3861e Author: Evan Ramos Date: Sun May 28 20:28:54 2023 -0500 Quick fixes for winlayer errors commit 21bdc910b80937edc15521e351a2a8c1ec3a0ad7 Author: Evan Ramos Date: Mon May 29 07:24:00 2023 -0500 SW: Fix minor warnings commit 259bf7bfe8f25a6a944d48de5e0add0d9d74eaa1 Author: Evan Ramos Date: Mon May 29 07:20:54 2023 -0500 Fix warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] commit d6d19b2546a732600053236b325311574d6a3e79 Author: Evan Ramos Date: Mon May 29 06:17:01 2023 -0500 SW: Fix warning: 'basepal_' violates the C++ One Definition Rule [-Wodr] I don't understand how something in SW's common_game.h could conflict with Duke3D's common_game.h right now, but it did. commit 99ec1226e9cc814bb0884beb590cf7c45686be2b Author: Evan Ramos Date: Mon May 29 06:06:04 2023 -0500 SW: Fix misleading indentation in MP text chat code commit 15cf6c367d86bed7e81fe4ec78d19e0fa015a741 Author: Evan Ramos Date: Mon May 29 06:04:09 2023 -0500 SW: Remove unused globals relating to mouse axes commit 456afcf95e30efcac1a4dd2c2ac6c7019e4c70e9 Author: Evan Ramos Date: Mon May 29 05:40:12 2023 -0500 Avoid maybe-uninitialized warning in clip.cpp commit 1d19882aa4b9ed1a4fc0dc2c8c328b98339c66b5 Author: Evan Ramos Date: Mon May 29 05:36:06 2023 -0500 Fix comparison sign mismatch in 2d.cpp commit 83716297962cc00dfd100f31e7bb1d120496530a Author: Evan Ramos Date: Mon May 29 05:31:40 2023 -0500 SW: Fix warning C4805: '==': unsafe mix of type 'short' and type 'bool' in operation commit 187cd492d0359ac9aad92b2cec3a57a03c3ab341 Author: Evan Ramos Date: Mon May 29 05:27:34 2023 -0500 KenBuild: Fix warning C4804: '<<': unsafe use of type 'bool' in operation commit 34e915c4218b95f90c059314e2e6dd43ada15320 Author: Evan Ramos Date: Mon May 29 05:22:22 2023 -0500 Rename VS project for kenbuild to ekenbuild commit 0137f9f13c20ef8f3db6596bbfb7859827242447 Author: Evan Ramos Date: Mon May 29 05:19:05 2023 -0500 SW: Include config.h from network.cpp for CommPlayerName commit 4f77e7d7deb0def940761a49db2cf3ed33405998 Author: Evan Ramos Date: Mon May 29 05:18:38 2023 -0500 SW: Remove unnecessary `extern "C"` commit 71ff7adef9d34d108a9f922e03bd25fcdb33ac92 Author: Evan Ramos Date: Mon May 29 05:14:26 2023 -0500 Remove platform/Windows/.gitignore as useless commit 0038d979277f8ad500a774a5516c96b1df84cfda Author: Evan Ramos Date: Mon May 29 05:11:06 2023 -0500 Manual cleanup of *.vcxproj commit f3131273188370a4c32a8bf5242729e4ede57df0 Author: Evan Ramos Date: Mon May 29 04:49:50 2023 -0500 Functional fixes to VS projects See https://voidpoint.io/terminx/eduke32 for more details.