This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Releases: rakugoteam/Rakugo-archive
Releases · rakugoteam/Rakugo-archive
Rakugo 2.1.06
- Fixes for RPG Game Kit
- Fix
RakugoRangeVar
- now works as intended - Made
RakugoTextLabel
preview works in editor - Change text passer to Singleton to make ⬆️ above possible
- Add
DELIVERED_STATE
to quest states - Add
icon
value toCharacterObj
- not useful yet - Add flag
Rakugo.can_show_in_game_gui
- Better working
Rakugo.show("InGameGUI")
now it works only ifRakugo.can_show_in_game_gui = true
- fixes in Rakugo Project Settings tab
- Better code in gui/Screens/Screens.tscn
Rakugo 2.1.05
Added patches for rpg addon:
- fixed bug in SceneLinks tool
- fixed bug NodeLink
- fixed bug in RakugoRangedVar
Rakugo 2.1.04
Changes:
- fixes in tools
- fixes in gui
- fix #364 bug
- small fixes to take it compatible with Godot 3.2.2
Rakugo 2.1.03 Fixed Update
Changes:
- revert to normal icons for Rakugo Nodes - atlas textures doesn't works with godot classes :(
- fix
_set_saveable()
func in some Rakugo Nodes - fix now skip and auto modes are stopped on game end
- fix credits.txt file
Rakugo 2.1.02 Speed-up Update
From now The Question (and other templates in feature) release are attached to Rakugo release.
Speed-up fixes:
- remove unused files
- emojis and icons now uses atlases textures
- all tools are loaded as one scene
Other changes:
- now tools use new node NotifyLabel
- ScenesLinks -> SceneLinks - Break change
- ScenesLinks Modify -> SceneLinks Editor
Rakugo 2.1.01 Fix Release
Changes:
- Fixed statements parameters
- Fixed hiding Avatar
- Fixed left mouse button click for going forward
- Fixed
ask()
statement blocked my lmb click - Now
ask()
don't require"value"
parameter - Now
ask()
andmenu()
by default have"typing" = false
- Fixed Rakugo Project Settings
- Fixed ScenesLnks Tool
- Fixed
jump()
in GDScriptDialog - Fixed Quests system
The Question : Rakugo Editon 1.4.1
Just updated to use Rakugo 2.1.01
Rakugo 2.1.00
Changes:
- New more flexible version of ScenesLinks resource format will make easy to expand it in future versions of Rakugo - but don't worry, Rakugo will automatically convert ScenesLinks resources to new format
- background is now blurred during pause or when you in option menu
- New Better/ more secure way of loading scene/saves now with loading screen
- GUI now uses it own viewport - it will follow camera in your scene
- Fixes in Save/Load system
- Rakugo Projects Settings can use settings overwrite cfg file
- Fixes for Godot 3.2 compatibility
- Better RakugoMenu
- Rakugo Tools menu
- Emoji Panel -> Emoji window
- New Modify ScenesLinks window
- New Rakugo Project Setting tab in Project Setting Window
- Correct all ScenesLinks miss spelling
- Add link to open RakugoDocs
- Files * .themes -> *.tres
- Use simpler solution than git submodules - it will make easier to contribute
- Add pause on punctuation like in Ace Attorney games request by Crystalwarrior on discord
Known Issues
- First time open Project can get you error
- Quests system is broken.
- Continue button don't work so it is hide.
Rakugo The Question 1.4
The Question 1.4 ported to Rakugo 2.1.00
Rakugo 2.0.9f1
- Makes RakugoBaseButton more universal
- Adds Button2D that can use any CollisonShape2D or CollisonPolygon2D
- Removes all font overrides in gui
- Fixes to RakugoBaseButton and Button2D