Anonymous Maarten

Results 140 issues of Anonymous Maarten

Using the demo game data, after finishing the race, the CPU usage when playing the "presentation" is close to 100%. How to reproduce: - play DethRace with the demo gamedata...

Part of the build process when using the breakpad backend, is dumping all symbols from an executable (that contains debug symbols). This pr adds support to the cmake script for...

When assembling this file called **lin64_1.asm**: ``` ;--- "hello world" for 64-bit Linux, using SYSCALL. ;--- assemble: JWasm -elf64 -Fo=Lin64_1.o Lin64_1.asm ;--- link: gcc Lin64_1.o -o Lin64_1 stdout equ 1...

- Always install `SDL2_net.pc`, independent of building a shared/static SDL2_net and independent of building a release/debug version. Fixes #60 - Test the version embedded in`./configure` in `./test-versioning.sh`.

Extracting the latest SDL2_net 2.2.0 release on Windows, using msys2, gives the following error: ``` $ tar xf SDL2_net-2.2.0.tar.gz tar: SDL2_net-2.2.0/Xcode/macOS/SDL2.framework/Resources: Cannot create symlink to ‘Versions/Current/Resources’: No such file or...

project: - let `test/versioning.sh` also check the version variables embedded in the generated `configure` script - Switched order of regenerating `configure` and running `test/versioning.sh` in `docs/release_checklist.md` directfb: - Find directfb...

early in milestone

When building a project using vendored SDL2_mixer + vendored dynamically loaded 3rd party libraries, all external modules are built in various subdirectories. Running this program will fail because the system...

An installed `VorbisConfig.cmake` needs Ogg https://github.com/xiph/vorbis/blob/84c023699cdf023a32fa4ded32019f194afcdad0/cmake/VorbisConfig.cmake.in#L4-L6 This assumes ogg is installed with cmake and `OggConfig.cmake`/`FindOgg.cmake` is somehow available. Vorbis itself ships a [`FindOgg.cmake`](https://github.com/xiph/vorbis/blob/master/cmake/FindOgg.cmake) module and thus does not require ogg...

- Avoid negative arguments to `DRPixelmapRectangleShearedCopy` in `DoHeadups` - Wrong end of loop condition in `MungeOpponents` - Avoid writing out of bounds in `DrawGrid`