Skip to content

Releases: ArthurCose/Minicraft-DS-Edition

v1.0.0-beta.3

03 Dec 04:57
Compare
Choose a tag to compare

Changes:

  • Save files
  • Input repeat support (Holding down buttons can repeat actions)
  • Basic touch support for inventory management
  • Hotbar selection wraps
  • Updated item swapping logic to shift items instead of swap
  • Performance Improvements
    • Removed random ticks from sky level
    • Rendered sprites reduced by using a secondary spritesheet with 16x16 tiles
    • Lighting optimizations
      • Distance calculations are cached
      • Every other non corner lava tile is skipped
      • Larger storage type used for faster access
    • Bottom screen UI will recycle pixels from previous frames
    • Lava + Water tiles recycle RNG values during render
    • Tiles that spread check neighbors before generating random numbers
    • Mobs further than 48 tiles from the player will immediately despawn
    • Improved bounded random number generation using standard library distribution classes
  • Fixed LevelTransition
  • Fixed palette issues causing colors to become black
  • Fixed game loop timing
  • Fixed random numbers used for particles
  • Fixed furniture item deletion bug

v1.0.0-beta.2

26 Aug 04:39
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Changes

  • Fixed LightMask's mismatched color.
  • Removed blank subtitles.

v1.0.0-beta

25 Aug 09:55
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

First public version.