Skip to content
Snippets Groups Projects
  1. Nov 22, 2024
  2. Nov 19, 2024
  3. Nov 17, 2024
  4. Nov 05, 2024
  5. Nov 04, 2024
  6. Nov 01, 2024
  7. Oct 30, 2024
  8. Oct 29, 2024
  9. Oct 28, 2024
  10. Oct 27, 2024
  11. Oct 26, 2024
  12. Oct 25, 2024
  13. Oct 24, 2024
  14. Oct 23, 2024
  15. Oct 22, 2024
  16. Oct 21, 2024
  17. Oct 20, 2024
  18. Oct 18, 2024
  19. Oct 17, 2024
    • Josh Megnauth's avatar
      package(games): QuakeSpasm, a Quake 1 source port · facbbc88
      Josh Megnauth authored
      QuakeSpasm is a simple source port that primarily focuses on bug fixes
      and backwards compatibility.
      
      Its build system is a small Makefile which required a few patches in
      order to compile on Redox. Currently, it compiles with both SDL1 and
      SDL2. MP3 support is hard disabled since neither `libmad` nor `mpg123`
      would compile. However, the default OGG container and Vorbis decoder
      compiles fine.
      
      Like Doom, Quake requires commercial assets or free replications in
      order to run. I'm currently trying to write a small recipe for the
      shareware files, but ironically that has more blockers than the source
      port itself.
      
      Beyond the lack of content, I think this port is good to go.
      facbbc88
  20. Oct 16, 2024
  21. Oct 15, 2024
  22. Oct 10, 2024
    • bitstr0m's avatar
      Fix luajit · 4818f59f
      bitstr0m authored
      Compiles and luajit executable passes tests found at
      https://github.com/LuaJIT/LuaJIT-test-cleanup (excluding some that
      appear to be related to the static build).
      
      Compiled without W^X memory permission support because there appears to
      be some issue with the mprotect() call.
      4818f59f
  23. Oct 09, 2024
Loading