Descent3 icon indicating copy to clipboard operation
Descent3 copied to clipboard

Descent 3 by Outrage Entertainment

Results 144 Descent3 issues
Sort by recently updated
recently updated
newest added

This fix prevents clang from lambasting you with warning messages.

I'm not trying to be stubborn but the current C++ byteswap code is a lot slower than using compiler intrinsic functions. Converts INTEL_* and MOTOROLA_* macros to use the proper...

### Build Version 9753f8367fa64b7d02bdf910bddceb51c42fd1e7 ### Operating System Environment - [ ] Microsoft Windows (32-bit) - [X] Microsoft Windows (64-bit) - [ ] Mac OS X - [ ] Linux (specify...

bug

### Build Version 86a6c139ee9b71ffa2a043a1778765367ee0652e ### Operating System Environment - [ ] Microsoft Windows (32-bit) - [ ] Microsoft Windows (64-bit) - [X] Mac OS X - [ ] Linux (specify...

bug

Move debug functions to own module. This PR is part of efforts to isolate subsystems of project into own modules. As discussed earlier, MONO stuff is now mostly useless as...

### Build Version 86a6c139ee9b71ffa2a043a1778765367ee0652e ### Operating System Environment - [ ] Microsoft Windows (32-bit) - [ ] Microsoft Windows (64-bit) - [X] Mac OS X - [ ] Linux (specify...

bug
64bit

sound_seg was -1, which crashes in BOA_INDEX(sound_seg) on 64bit platforms (by pure luck it doesn't seem to crash on 32bit platforms) See https://github.com/DescentDevelopers/Descent3/issues/141#issuecomment-2071219212 for more details. I still am not...

needs testing
64bit

Per Kevin Bentley, it may be wise to modify cmake to do `-DCMAKE_BUILD_TYPE=debug` or `-DLOGGER`. Log output to the console for better linux/mac troubleshooting. Perhaps provide instructions to the user...

request
suggestion

CMAKE_BUILD_TYPE must be set CACHE before project() to take effect general best practice rather than modifying CMake internal variables is to use add_compile_options with genex add_definitions => add_compile_definitions

This adds the missing preprocessor define RELEASE in Release builds. This is related to #110, but still has problems in windowed mode (start menu screen and videos not in correct...

needs testing