Skip to content

Releases: garkimasera/rusted-ruins

Version 0.12.0

27 Mar 11:42
Compare
Choose a tag to compare
Version 0.12.0 Pre-release
Pre-release
  • Generic quest system
  • Script reworking
    • Spawn separated thread for RustPython
    • New functions to integrate quest system
  • Customizable weapons / armors
  • Add basic abilities
    • Add MP for characters
  • UI improvements
    • Add close button to windows
    • Add cursor image
    • Improve damage popup
    • Add text widget with inline images

Version 0.11.0

10 Nov 22:25
Compare
Choose a tag to compare
Version 0.11.0 Pre-release
Pre-release
  • Food item rotting
  • Container items
    • Ice box
    • Compost bin
    • Seed maker
  • Factions
  • Ally npcs
    • Pack animal
  • Character level
  • Character trait

Version 0.10.0

25 Jul 05:46
Compare
Choose a tag to compare
Version 0.10.0 Pre-release
Pre-release
  • Use RON format for obj input instead of TOML
  • Use RustPython for game script
  • ItemAttribute generation and Attributes for ItemObj
    • Deconstruct scrap items
    • Harvestable plant items
  • Basic agriculture
  • Better enemy AI
    • Pathfinding
    • NPC ranged attack
    • Enemy detection
  • Wilderness item generation

Version 0.9.0

05 Feb 22:45
Compare
Choose a tag to compare
Version 0.9.0 Pre-release
Pre-release
  • Throwing items
  • Vein tile generation on maps
  • Player action shortcut toolbar
  • Basic Art/Pharmacy Recipes
  • Wilderness map generation
  • Display HP healing value
  • Deb package

Version 0.8.0

07 Dec 11:31
Compare
Choose a tag to compare
Version 0.8.0 Pre-release
Pre-release
  • Displaying damege on main screen
  • Add target selection after using items
  • Add UI to display the current weapons and tool
  • Add a tool to mine
  • Add mining and a tool to mine
  • The first quest for tutorial
  • Add new an item (magic device) to search enemy characters.
  • Many internal changes

Version 0.7.0

26 Jul 06:01
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release
  • Implement respawn
  • Add new creation kind
  • Add facility items for creation
  • Implement skills for creation
  • Improve creation UI
  • Implement skill learning items
  • Add readable items

Version 0.6.0

11 May 09:10
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release
  • Home
  • Improve Item UI
  • Mouse Based UI

Version 0.5.0

24 Sep 10:51
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release
  • Magic devices
  • HP regeneration
  • Use attributes of equipment when calculating damage
  • Help window
  • Migration of l10n system to Fluent
  • Debug command

Version 0.4.0

31 Mar 10:18
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • Basic instruction at game start
  • Introduce hit & miss to combat system
  • Improve ItemWindow UI
  • Item creation and recipe system
  • Cooking
  • Reimplement turn loop
  • Reimplement Time

Version 0.3.0

23 Jan 10:39
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • Add id-idx table to save data
  • Save data is in multiple files in one directory
  • Basic quests
  • Improve window tab display
  • Migration to Rust 2018
  • Reimplement ListWidget