Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Releases: rakugoteam/Rakugo-archive

Rakugo 2.1.06

25 Aug 16:15
7ea9816
Compare
Choose a tag to compare
  • 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 to CharacterObj - not useful yet
  • Add flag Rakugo.can_show_in_game_gui
  • Better working Rakugo.show("InGameGUI") now it works only if Rakugo.can_show_in_game_gui = true
  • fixes in Rakugo Project Settings tab
  • Better code in gui/Screens/Screens.tscn

Rakugo 2.1.05

20 Jul 18:42
Compare
Choose a tag to compare

Added patches for rpg addon:

  • fixed bug in SceneLinks tool
  • fixed bug NodeLink
  • fixed bug in RakugoRangedVar

Rakugo 2.1.04

27 Jun 19:38
63c7f52
Compare
Choose a tag to compare

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

24 Jun 10:55
c42c34d
Compare
Choose a tag to compare

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

09 Jun 18:40
98e9f92
Compare
Choose a tag to compare

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

25 May 12:19
c889200
Compare
Choose a tag to compare

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() and menu() 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

25 May 12:21
c889200
Compare
Choose a tag to compare

Just updated to use Rakugo 2.1.01

Rakugo 2.1.00

12 Apr 12:40
a891973
Compare
Choose a tag to compare

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

Rakugo The Question 1.4

12 Apr 12:40
08557e5
Compare
Choose a tag to compare

The Question 1.4 ported to Rakugo 2.1.00

Rakugo 2.0.9f1

26 Feb 21:47
b570f24
Compare
Choose a tag to compare
  • Makes RakugoBaseButton more universal
  • Adds Button2D that can use any CollisonShape2D or CollisonPolygon2D
  • Removes all font overrides in gui
  • Fixes to RakugoBaseButton and Button2D