Skip to content
Snippets Groups Projects
  1. Oct 02, 2020
  2. Sep 28, 2020
  3. Sep 25, 2020
  4. Sep 01, 2020
  5. Jul 11, 2020
  6. Jul 10, 2020
  7. Jul 07, 2020
  8. May 11, 2020
  9. May 10, 2020
  10. Feb 22, 2020
  11. Feb 16, 2020
  12. Feb 15, 2020
  13. Feb 13, 2020
  14. Feb 10, 2020
  15. Dec 07, 2019
  16. Dec 06, 2019
  17. Nov 30, 2019
  18. Sep 29, 2019
  19. Aug 17, 2019
  20. Feb 03, 2019
  21. Dec 23, 2018
  22. Dec 03, 2018
  23. Jun 06, 2018
    • toaster's avatar
      * Patch.pk3 as requested by literally everyone else on the team. · 5032ae25
      toaster authored
      * Enable SECTORSPECIALAFTERTHINK since we probably really want to use that sloped lava wave in RVZ.
      * Allow for infinite lives to be set via the setlives command/Pandora's Box.
      * Refactor P_DoFiring(), with guidance from Sal.
      * Correct the CRAWLA HONCHO\nCAN NOW BECOME\nSUPER CRAWLA HONCHO sliding movement in non-green resolutions.
      5032ae25
  24. Dec 07, 2017
    • Monster Iestyn's avatar
      Remove all traces of "srb2.wad" support, since it is no longer needed now that... · 75bc76e9
      Monster Iestyn authored
      Remove all traces of "srb2.wad" support, since it is no longer needed now that srb2.pk3 is the IWAD (...IPK3?). srb2.wad cannot exactly be a pk3 file after all.
      
      Additionally, rename any remaining "srb2.srb" to "srb2.pk3" in the main source code files. Not sure whether to bother dealing with srb2.srb/srb2.wad mentions in project files for now.
      75bc76e9
  25. May 04, 2016
  26. May 03, 2016
  27. Mar 10, 2016
  28. Jan 14, 2016
  29. Mar 08, 2015
    • Eidolon's avatar
      Refactor CMake to allow source grouping and separation of interfaces. · a7135094
      Eidolon authored
      Core and SDL2 are two separate targets now. Core is a static library
      that is linked into SRB2SDL2. The sources for both are separated.
      When using an IDE like Visual Studio or Xcode, the source code
      organized into groups that explain what that group of sources does.
      
      In the future, "Main" could be split into a few more groups based on
      file prefixes, but I think the way it is set up works for now.
      
      Makefile targets are not affected by source_groups and typing `make`
      will automatically compile both the "Core" library and SRB2SDL2
      itself.
      a7135094
  30. Mar 05, 2015
  31. Feb 02, 2015
  32. Jan 29, 2015
Loading