Merge pull request #10 from Quipyowert2/speedup-cmake
Remove duplicated code in CMakePycapDemo.txt
Speed up CMake generation by 4x by removing INCLUDE().
More modern way of setting global compiler options.
Merge pull request #8 from Quipyowert2/findpython3
Avoid using deprecated FindPythonLibs.
Merge pull request #9 from Quipyowert2/cmake-policies
Tell CMake we want to use legacy OpenGL library.
Use basename as target name and set output directory.
Fix too few arguments to function Mix_LoadMUS_RW.
Keep string around so c_str is valid during memcpy.
When loading images, also check capitalized extensions.
Merge pull request #5 from Quipyowert2/assorted-bugfixes
Fix crash when clicking "Ollie's Story" menu item.
Fix a memory leak in the SDL sound manager.
Fix downcast error from AddressSanitizer.
Merge pull request #6 from Quipyowert2/sound-leak
Merge pull request #4 from Quipyowert2/initModule
Initialize PycapApp and PycapResources properly.
Fix appIni parsing.
Merge pull request #3 from Quipyowert2/python3
Fix no module named Pycap error.
Convert Pycap to Python 3.
Merge pull request #2 from Quipyowert2/tuxpak-memory-leak
Fix 9Kb memory leak in tuxpak tool.
Is the project dead? I'll ask @wpvanpaassen what he wants to do. He is the creator. The last commits are from 2016. At the time, both WP and I were not experienced Git users. We should have created tags. For my own curiosity I figured out which git commit was used to create the libtuxcap-1.4.0 tar file. I think it was f2de94c437, so I added a tag. BTW the Git repo at sourceforge is where the sources are. See https://sourceforge.net/p/tuxcap/code/
Thank you for your reply. If you haven't looked at this SourceForge project for ages, does that mean that the primary development site for this software, and the authoritative location for tarballs, has moved elsewhere? If so, where? Or does it mean this project is dead?
No sorry. We haven't actually looked at this sf project for ages. BTW You can download that tar file from the Debian archive, see https://packages.ubuntu.com/focal/libtuxcap-dev
Nobody knows why these files were deleted?
Where are the files?
[PATCH] Allow disabling of static library
[FIX] [GCC6] Fix build when using gcc >= 6.0
Applied. Thanks
Applied. Thanks
Applied to patches by Ferdinand T
[PATCH] Allow disabling of static library
[FIX] [GCC6] Fix build when using gcc >= 6.0
Hi GuySoft, Thanks for reporting this issue. I've pushed a fix Cheers Peter
Fixed buffer overrun
Added info how to build with debug info
Added missing include paths for python header f...
3D is now enabled by default
Hey all, I compiled tuxcap from the recent master branch, but when I run any of the...
Hey all, I compiled tuxcap from the recent master branch, but when I run any of the...