Rakugo Project Devlog #19: Rakugo Dialogue System 2.1.1!
Rakugo » Devlog
Join our Patreon to support us!
Hi everyone, here is the 19th devlog of Rakugo Project. I’m happy to announce that we fixed bugs that made Rakugo Dialogue System that made it incompatible with Godot 4.1. And unified/fixed ask statements in Rakugo Dialogue System in code and our docs.
Rakugo Dialogue System 2.1.1
complete changelog: https://github.com/rakugoteam/Rakugo-Dialogue-System/compare/2.1…2.1.1
Major Updates
- fix #245 ask like doc by @theludovyc in https://github.com/rakugoteam/Rakugo-Dialogue-System/pull/250
- Now ask is same as the one in the documention
[var_name] = ? [character_tag] [question] [default_answer]
- Plus you can respect or not the number of space arround the ‘=’ and ‘?’
answer = ? "question"
is correctanswer=?"question"
is also correct- But you should respect spaces between tag, question, and default answer
answer=?tag "question" "default answer"
is correctanswer=?tag"question""default answer"
is not
- fix #243 be threads safe by @theludovyc in https://github.com/rakugoteam/Rakugo-Dialogue-System/pull/252
Now Rakugo is threads safe, and signals are called correctly. So you will not have errors in the last godot version (4.1).
Other Changes
- Some fixes by @theludovyc in https://github.com/rakugoteam/Rakugo-Dialogue-System/pull/241
- update project.godot to 4.1
- and other things…
- My Fixes for 2.1.1 #244 by @Jeremi360 in https://github.com/rakugoteam/Rakugo-Dialogue-System/pull/246
- update project name, addon name and version
- add icon to the godot project
- and other things…
- Removed unsed code form Rakugo by @Jeremi360 in https://github.com/rakugoteam/Rakugo-Dialogue-System/pull/249
- fix #242 add full doc example by @theludovyc in https://github.com/rakugoteam/Rakugo-Dialogue-System/pull/247
This is all form us, see you next time.
Files
Addons
External
Jul 27, 2022
Get Rakugo
Download NowName your own price
Rakugo
Project (inspired by Ren'Py) for story driven games in Godot
Status | In development |
Category | Tool |
Authors | Jeremi, playBitke |
Genre | Adventure, Role Playing, Visual Novel |
Tags | Godot, Point & Click, rakugo, Ren'Py, Story Rich, Text based, Twine |
More posts
- Rakugo Project Devlog #22: Finally RDS Docs 2.2!Mar 05, 2024
- Rakugo Project Devlog #20: Rakugo Dialogue System 2.2!Nov 01, 2023
- Rakugo Project Devlog #18: Material Design Icons and Emojis are ported for Godot...Aug 17, 2023
- Rakugo Project Devlog #17: Rakugo Dialogue System 2.1 is out!May 17, 2023
- Rakugo Project Devlog #16: Bugfix for Rakugo Dialogue System and Examples update...Apr 06, 2023
- Rakugo Project Devlog #14: Rakugo Dialogue System 2.0.1 is out!Mar 16, 2023
- Rakugo Project Devlog #14: Rakugo Dialogue System 2.0.1 is out!Mar 14, 2023
- Rakugo Project Devlog #13: Rakugo Dialogue System 2.0 for Godot 4 is out!Mar 09, 2023
- Rakugo Project Devlog #12: Show/Hide keywords in VisualNovelKit, Rakugo Core v...Jan 24, 2023
Leave a comment
Log in with itch.io to leave a comment.