Skip to content
Snippets Groups Projects
  1. Jan 15, 2025
    • baletiballo's avatar
      Added "Quit Application" button to pause menu. Set menus to disabled by... · 9d37aaff
      baletiballo authored
      Added "Quit Application" button to pause menu. Set menus to disabled by default if they got disabled by default
      
      Couldn't bear the visual clutter in the editor, and having to go back to the launch menu.
      Opening those prefabs caused Unity to change a whole lot of other prefabs and assets as well. At least some of those changes are strings getting surrounded by quotes, but for most others I have to guess option names changed in Unity 6. Gonna commit all at once, because I don't want to accidentally break something if a specific combination of changes shouldn't work.
      9d37aaff
  2. Nov 28, 2024
    • baletiballo's avatar
      Refactoring ServerSlots, removed IPcheckGeneration · 1209fc65
      baletiballo authored
      CommunicationEvents now has an Enum for the ServerSlots and a Dictionary to get their data. This e.g. allows iterating over all slots and thus CheckServer is nearly empty now. Most of the other files just had the references adapted.
      
      There seemed to be no use of IPcheckGeneration, as it got decreased if it was to high.
      1209fc65
  3. Sep 07, 2024
  4. Sep 01, 2024
  5. Aug 31, 2024
  6. Aug 16, 2024
  7. Aug 12, 2024
  8. Aug 02, 2024
  9. Jul 20, 2024
  10. Jul 17, 2024
  11. Jul 06, 2024
  12. Jul 04, 2024
  13. Jun 27, 2024
  14. Jun 26, 2024
  15. Jun 25, 2024
  16. Jun 24, 2024
  17. Jun 15, 2024
  18. Jun 13, 2024
  19. Jun 12, 2024
  20. Jun 11, 2024
  21. Jun 08, 2024
  22. Jun 01, 2024
  23. May 13, 2024
  24. Apr 29, 2024
  25. Mar 08, 2024
  26. Feb 26, 2024
  27. Feb 07, 2024
  28. Feb 06, 2024
  29. Jan 16, 2024
  30. Jan 13, 2024
    • MaZiFAU's avatar
      BugFixes; Added SlingShotStage; RenderedScrollFact.cs; ScrollDetails.cs; · 5809e4c5
      MaZiFAU authored
      BugFixes:
      + repaired Play/Create button in InGameEditor
      + null exception when deleting assigned fact / parsing null-hint
      + <no label> for defined and filtered facts from application
      + collission Player <> snapzone
      
      RenderedScrollFact.cs:
      + changed primary key from ID to ScrollFactURI
      
      ScrollDetails.cs:
      + fully enabled ScrollOverwrites
      + filtering null-"df" assignments from Scrolls
      + reduced number of dynamic scroll applications
      5809e4c5
  31. Jan 11, 2024
  32. Nov 26, 2023
Loading