Skip to content
Snippets Groups Projects
  1. Oct 11, 2024
  2. Oct 04, 2024
  3. Sep 21, 2024
  4. Sep 20, 2024
  5. Sep 19, 2024
  6. Sep 06, 2024
  7. Sep 02, 2024
  8. Aug 31, 2024
    • xao's avatar
      Dev improvements · aa381bf9
      xao authored and Purity's avatar Purity committed
      aa381bf9
    • majou's avatar
      prng additions and fixes · 7b40e4c4
      majou authored
      - adds randomInt, randomFloat, shuffle, and either functions to prng class
      - adds missing options to use Math.random instead of State.random
      - fixes rng discrepancy between having game tips enabled and disabled
      7b40e4c4
  9. Aug 30, 2024
  10. Aug 28, 2024
  11. Aug 21, 2024
  12. Aug 20, 2024
  13. Aug 18, 2024
  14. Aug 13, 2024
  15. Aug 09, 2024
  16. Aug 05, 2024
  17. Jul 19, 2024
  18. Jul 17, 2024
  19. Jul 14, 2024
  20. Jul 04, 2024
  21. Jun 21, 2024
  22. Jun 20, 2024
  23. Jun 18, 2024
  24. Jun 13, 2024
  25. May 31, 2024
  26. May 29, 2024
    • xao's avatar
      - Made stars less prominent during dawn and dusk · 92dcaeae
      xao authored
      - Removed Time.nightState since it's unused, and redundant
      - Reorganised file structure slightly
      - Added weather icons for minimised mobile views
      - Unset $startingseason since it's no longer used after game start
      - Some file cleanup
      92dcaeae
  27. May 28, 2024
    • xao's avatar
      - Made weather canvas instanced (can run multiple canvases at the same time) · c0ec0fa2
      xao authored
      - Added new banner as a canvas instance to the start menu.
      - Added code to support resizing of canvases dynamically. Only enabled for banner for now.
      - Changed the way reflections work (again), now uses a slightly different algorithm to look more like waves heading top to bottom (can be adjusted).
      - Fixed a bug which didn't set the color of the glow properly for emissives.
      - Adjusted orbital code to allow for adding a bottomOffset (increase the distance the orbital travels below horizon)
      - Precipitation animations are now properly disabled when the condition is false (doesn't rain or snow).
      - Reorganised the file structure.
      - Refactored the way canvas settings were set up.
      - Refactored a lot of the canvas code.
      - Refactored layers, and effects code.
      - Start menu now sets the location, time and weather (for the banner to work)
      - Removed some redundent leftover code.
      - Changed Weather.Sky singleton to Weather.Renderer
      - Slightly increased extreme temperatures
      - Added one more cirrus cloud sprite
      - Added Eden Cabin and Bird Tower to major locations
      c0ec0fa2
  28. May 22, 2024
    • xao's avatar
      Css adjustments · 09563ead
      xao authored
      09563ead
    • xao's avatar
      - Outside/inside door icon in statbar · 4764c127
      xao authored
      - Money display now only show decimals if the amount is less than 10k
      4764c127
    • xao's avatar
      Added effects messages when too hot or cold. · 275f9a79
      xao authored
      Some cleanup:
      Daily, weekly, and yearly no longer require setup to add objects. It is enough to create the object once, and it will do a deep clear instead of deleting the object and recreating it.
      Added clearProperties
      Added depth parameter to deepMerge
      Slight colour changes
      Some more cleanup in versionUpdate
      Refactored statFreeze widgets
      275f9a79
  29. May 19, 2024
    • xao's avatar
      - Improvements to reflections: Can add custom animations to locations · e395f83c
      xao authored
      - Added a glimmer effect to sea location.
      - Added animations and other improvements to sea location.
      - Animations now support "sliders". Enabling sliders will cause an image to move across the screen over time, without having to add key-frames.
      - Improvements to debugging animations.
      - Added onEnable and onDisable events for effects.
      - Subeffects now always run after the main effect.
      - Fixed a bug where animations would get overwritten if reflections were turned off.
      - Fix potential bug when toggling new renderer on/off
      - Fixed an error when using old renderer if there is no base image (i.e. sea where it only has reflective images)
      e395f83c
  30. May 18, 2024
  31. May 15, 2024
  32. May 14, 2024
  33. May 11, 2024
Loading