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-The-Question-1.3f1

26 Feb 21:49
311c6ab
Compare
Choose a tag to compare

The Question on Rakugo v2.0.9f1

Rakugo 2.0.8 Fixed 4

13 Feb 08:17
8e3788a
Compare
Choose a tag to compare
  • Volume settings now are saved between plays
  • Better icons for Rakugo custom nodes
  • Support for godot 3.2
  • Fixed sound and music sliders
  • Fix in Save/Load system when you load scene with ui

Rakugo The Question 1.2f4

13 Feb 08:19
8e3788a
Compare
Choose a tag to compare
  • All fixes from Rakugo 2.0.8f4
  • Fixes for Godot 3.2
  • Fix on second menu
  • Fix background music

Rakugo 2.0.8 Fixed v3

04 Feb 10:15
2d235b3
Compare
Choose a tag to compare

Totally rewriten and fix sliders for Auto Speed and Text Speed.

Rakugo The Question 1.2f3

04 Feb 10:21
2d235b3
Compare
Choose a tag to compare

fixes form Rakugo 2.0.8f3

Rakugo 2.0.8 Fixed v2

01 Feb 08:27
9b8ddd9
Compare
Choose a tag to compare

Fixes bug with Auto Speed and Text Speed settings.
If you already download Rakugo 2.0.8b or Rakugo-The-Question-v.1.2 the just download OptionsBox.zip
And unpack it in res://gui.

Rakugo 2.0.8 Fixed

28 Jan 15:01
53350f2
Compare
Choose a tag to compare

Previous upload was broken

  • Fix history
  • fix load/save
  • fix SoundBusControl warnings
  • add better exmaple scene

Rakugo 2.0.7

13 Aug 17:59
Compare
Choose a tag to compare

(I'm also don't know where is RC 6)

Changes:

  • remove .import dir, but restore *.import files
  • add graphics/not_available.png for saves with non thumb
  • add test_saves (default false) option to Rakugo ProjectSettings:
  • if false then it saves gamesaves to user://saves - it must be false before export
  • if true then it saves gamesaves to res://saves - use only for testing
  • possibility to writing dialogs using if next_state(): instead of match get_story_state():
  • better in gui
  • remove unused button form gui
  • fix "hide" kind
  • fix in saving global_history
  • now you save are stored in user:// , but you can switch to res:// for testing purposes
  • add end_game() to go back to main menu if game ended
  • add say based statements parameters: typing_speed and add (it will add text to current dialog if true)
  • remove useless time parameter form statements
  • add fonts with outline
  • add new question theme
  • change splash screen bg to black

Rakugo 2.0.5 [RC 5]

23 Jul 16:11
903daf1
Compare
Choose a tag to compare

I was stupid, all previous should, be also consider as RC.

This version:

  • add .gitmodules to release to make easy to use submodules for contributing/updating Rakugo
  • fix that makes sure that player always see all text before next dialog
  • add small fix to menu in GDScriptDialog
  • ⚠️ braking change menu statement now uses signals and not just jumps to other dialogs
  • better _ready() in GDScriptDialog
  • add story_step() to GDialogScript to make easy skip some parts of dialog
  • GDialogScript use Godot scripting rules

Rakugo 2.0.4 [Service Pack 1.2.1]

23 Jul 14:58
903daf1
Compare
Choose a tag to compare

Just small fix in RakugoAvatar Node.