Releases: dialogic-godot/dialogic
Dialogic 2.0 - alpha 9
🎉 New alpha, new stuff!
If you are using dialogic 2 alphas then we've got an exciting update. It's not the beta yet, but we are getting closer! As always if you have questions or feedback it's best to reach out on emilios discord.
This alpha brings a couple of very useful new features to dialogic as well as some syntax changes and a design overhaul (and many, many bug fixes).
🎈 Big Additions
New Style Editor
The new style editor allows creating multiple sets of layouts+export overrides (which can inherit settings from other styles). This makes it much easier to create style variations for characters or certain sections of timelines.
New Broken Reference Manager
The new broken reference fixer should make it much easier to rename variables, portrait, timelines and characters and then updating references to those in timelines.
New editor design and new event colors!
The editor now comes with a new design, especially for the settings, but you will find it creeping everywhere... Also the event colors have been made into a nicer palette adding a couple of new ones, for the ever growing number of events!
🪧 Smaller things to mention
- more portrait animations
- useful new shortcuts for the visual editor
- better auto completion & syntax highlighting
- better Character Update event (now alows setting what to update and what not to)
- tons of bug fixes
- autofocusing correct event fields when created
⚠️ Breaking changes
As we are still in alpha these changes have to be corrected manually.
- the
jumpandlabelevents now use the following syntax instead of the shortcode syntax:
label MyLabel
jump MyLabel
# or
jump Timeline/MyLabel
# or (to jump to the beginning of a timeline)
jump Timeline/ - there is also a new
returnevent if you want to return to the last jump - the random selection modifier syntax is now <This is one option/And this another/And a third>
- the new portrait_container node replaces the old portrait_position node. This needs no fixing if you used one of the preset layouts
- the new and improved style editor will need reconfiguring of your layout scene and settings
Future
We are still hoping to get to the beta phase soon, but developement goes slowly as it's mainly on me right now (@Jowan-Spooner). We want to go into a beta when we are at least somewhat confident about dialogic 2 being stable and not having any breaking changes planned. So if you are interested in a beta soon, test dialogic, report bugs here and give your feedback on discord!
Huge shoutout to @CristianRos for a lot of feedback, testing and contributions for this version.
Btw, it's pretty easy to test the most up to date version from the main branch by downloading the zip and just copying the addons/dialogic folder into your projects addons folder (after removing the old version and while the project is closed!). Sometimes that version has some bugs, but tbh, so have the alpha releases.
Automatic changelog:
- Fix version and add argument default by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1574
- Fix issue #1383: Generic autofocus on event creation with button by @CristianRos in https://github.com/coppolaemilio/dialogic/pull/1573
- Multiple fixes (portraits, backgrounds, glossary) by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1577
- Improve start method by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1578
- Some fixes to the converter by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1576
- Add persistent settings and Settings subsystem/event by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1575
- Improve text systems and TextBubble layout system by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1579
- Expose next indicator settings to default layout customizer by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1580
- Type sound mood editing fixes & Improvements by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1581
- Add Settings to text bubble layout by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1582
- Improvements to call node event and visual timeline fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1584
- Make styles require style.cfg to be detected. by @coppolaemilio in https://github.com/coppolaemilio/dialogic/pull/1585
- Multiple fixes (all over the place) by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1586
- Hacky way of fixing glossaries by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1588
- Use ResourceLoader.exists() for glossary check by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1589
- Portrait modes update (+other stuff) by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1591
- Various improvements by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1592
- Fixes #1606 logcial_convert function bug fix by @rassweiler in https://github.com/coppolaemilio/dialogic/pull/1607
- Fixed input bugs with event pressed and gamepad (#1609) by @IkutiDev in https://github.com/coppolaemilio/dialogic/pull/1615
- Fix extensions_folder typo by @oddfacade in https://github.com/coppolaemilio/dialogic/pull/1618
- Multiple bug fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1622
- Fixed file picker in portrait scene exports by @oddfacade in https://github.com/coppolaemilio/dialogic/pull/1623
- Fix error in DialogicEndTimelineEvent by @naonya3 in https://github.com/coppolaemilio/dialogic/pull/1629
- Fix event deletion in right-click-menu and add Undo support to actions by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1630
- Fix variable reset and add reset and has method by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1633
- minor name update by @exelia-antonov in https://github.com/coppolaemilio/dialogic/pull/1642
- Dialogic 1.x converter fixes by @exelia-antonov in https://github.com/coppolaemilio/dialogic/pull/1643
- Silence error on get_meta(..., null) by @oddfacade in https://github.com/coppolaemilio/dialogic/pull/1641
- Add skip delay by @KoB-Kirito in https://github.com/coppolaemilio/dialogic/pull/1638
- Fix skip delay of 0 and add short input block after natural text finish by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1648
- Change enums to follow style guide (#1547) by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1650
- Fix for #1635 and #1593 and random selection highlighting by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1649
- Fix missed enum change by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1653
- Broken Reference Fixer (alternative to #1605) by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1621
- Clear text state when hiding textboxes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1659
- Prevent crash when accessing freed layout scene by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1658
- HUGE editor layout update by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1655
- Separate CodeCompletion & SyntaxHighligh logic to reuse in MultilineText field by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1625
- Small broken reference fix by @CristianRos in https://github.com/coppolaemilio/dialogic/pull/1661
- Rework jump+label+return system by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1660
- Make custom animations part of the module system by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1662
- Visual timeline editor icons by @CristianRos in https://github.com/coppolaemilio/dialogic/pull/1663
- Further UI changes (timeline editors) by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1664
- Modified events color palette by @CristianRos in https://github.com/coppolaemilio/dialogic/pull/1665
- Add shortcuts by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1667
- Hotkeys - ALT == Option key 4 mac added by @metanoder in https://github.com/coppolaemilio/dialogic/pull/1668
- Small shortcut bug fix by @CristianRos in https://github.com/coppolaemilio/dialogic/pull/1669
- Fixed variables hyphen symbol issue #1634 by @CristianRos in https://github.com/coppolaemilio/dialogic/pull/1672
- Add new animations by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1670
- Fixed ERR_INVALID_PARAMETER in animation.gd by @endaye in https://github.com/coppolaemilio/dialogic/pull/1676
- Add code completion for character event shortcodes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1678
- Remove fit_content_height from Description TextEdit to prevent crash by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1677
- Changed some UI and redesigned character editor layout by @CristianRos in https://github.com/coppolaemilio/dialogic/pull/1674
- Huge layout/style update by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1685
- Fix character event update mode behaviour by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1686
- Fix for #1680 and #1616 and #1688 by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1689
- Fix style list defaults (crash) and character text info by @Jowan-Spooner in https://github.com/coppolaemilio/dia...
Dialogic 1.5 - the last in the 1.x era?
Dialogic 1.5 is here - with a major performance boost
While work on the 2.0 version is going steadily (still hoping for a beta soon), many people are still using dialogic 1 in godot 3.x. And some of these amazing people have been working on making dialogic 1 better then ever.
This release brings bug fixes, small additions and most importantly a major performance improvement! This means having many timelines and characters will no longer slow down the editor. Big thanks to @exelia-antonov and @zaknafean for all the work they've put in.
This is likely the last major release on the 1.x branch as core developers have moved to godot 4 and dialogic 2 (on the main branch). But small fixes and improvements will likely keep coming in, so who knows?
As always, feel free to get in touch with us here or on discord.
What's Changed
- Fixes for Timeline End and Timeline Start by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1297
- Nameplate alignment bug by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1308
- Fix History.gd [br] resolve. by @eaganlai in https://github.com/coppolaemilio/dialogic/pull/1339
- get_saved_definitions() new loop function to add / delete default definitions by @metanoder in https://github.com/coppolaemilio/dialogic/pull/1334
- Fixed Speed tag resolve in HistoryRow by @eaganlai in https://github.com/coppolaemilio/dialogic/pull/1344
- Dialogic 1.x: Added Portrait Changed Signal by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1511
- Fix for #469 by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1512
- Update BackgroundMusic.gd by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1513
- Anima Fixes by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1639
- 1.x Speedups by @exelia-antonov in https://github.com/coppolaemilio/dialogic/pull/1271
- Choice disabled view by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1636
- Import variables fix by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1626
- Dialogic 1.5 final fixes by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/1640
- Improved support for adding variables to already published games #1278 @Iodinex64
- Option in themes added to show 'disabled' choices @Celthim
New Contributors
- @eaganlai made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1339
Full Changelog: coppolaemilio/dialogic@1.4.5...v1.5
Dialogic 2.0 Alpha 8 (for godot 4.0.2 stable)
What's Changed
- Make sure autoadvance setting works by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1525
- Fix event issues found by emilio by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1523
- Fix for #1474 by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1524
- Fix #1527 and #1526 by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1529
- Dialogic 1.x Converter minor fixes by @metanoder in https://github.com/coppolaemilio/dialogic/pull/1495
- Fix Event Body toggle not showing up by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1533
- Add dialog box size setting and name label alignment by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1535
- Add safety check when interrupt-loading a timeline by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1532
- Add modules manager and first default override ability by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1531
- Fix for event detection failing by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1537
- Fix No One setting being ignored in text event by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1542
- Fixes for messed up translation paths by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1543
- Some small translation fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1545
- Avoid git changes and remove Dialogic.get_project_setting() by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1546
- Add animation support by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1547
- Rework event dragging and moving by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1548
- Allow hiding event buttons if not needed by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1551
- Small fixes and Big rename by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1558
- Fix example portrait animated sprite (#1557 by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1559
- Fixes for save/load systems by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1561
- New home screen by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1562
- Addressing Issue #1552 remove auto-pauses by @CristianRos in https://github.com/coppolaemilio/dialogic/pull/1563
- Character Editor UI improvement suggestion by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1565
- Make sure DefaultLayout doesn't block mouse by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1566
- Make bbcode/text effect at event beginning not highlighted as shortcode by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1567
- Make event categories more flexible by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1568
- This makes timeline erasing less likely by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1570
- Change event folding/expanding icon by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1571
New Contributors
- @CristianRos made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1563
Full Changelog: coppolaemilio/dialogic@2.0-alpha-7...2.0-alpha-8
Dialogic 2.0 Alpha 7 (for godot 4.0.2 stable)
Final countdown before Beta 1!
We'll now slow down on adding new stuff and we'll review:
- Timelines
- Characters
- Settings
- Variables
- Styles
- Glossary
After review all the core areas of the plugin we'll see what needs to get removed, improved, or rebuilt to prepare for the Beta 1 release.
Stay tuned for more updates on the main branch :)
What's Changed
- Change how text speed works (to allow faster text speeds) by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1458
- Add [aa] and [ns] commands plus more advance and skipping functionality by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1460
- Simplify and fix History system by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1461
- Add property groups and fix "no logs" crash by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1462
- Replace Custom Animations folder picker with file picker by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1475
- Fix for skippable bug and custom layout setting by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1476
- Event UI updates by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1477
- Add options for what to happen to the layout at timeline end by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1479
- Fix resources not getting added to sidebar by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1487
- Expression/Variable update by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1486
- Changed Glossary Category by @mechPenSketch in https://github.com/coppolaemilio/dialogic/pull/1492
- Various smaller fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1498
- Fix for #1499 by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1501
- Big signal update by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1502
- Fix bug where skipping during [pause] doesn't work correctly by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1503
- add null check to text update_name_label by @oddfacade in https://github.com/coppolaemilio/dialogic/pull/1506
- Check if Keys are Avaiable by @mechPenSketch in https://github.com/coppolaemilio/dialogic/pull/1509
- Make Sub Directories if Not Already Existed by @mechPenSketch in https://github.com/coppolaemilio/dialogic/pull/1505
- Add empty mode for character editor by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1517
- Revamping the layout editor and UX. by @coppolaemilio in https://github.com/coppolaemilio/dialogic/pull/1507
- Add autopausing-capability by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1518
New Contributors
- @oddfacade made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1506
Full Changelog: coppolaemilio/dialogic@2.0-alpha-6...2.0-alpha-7
Dialogic 2.0 Alpha 6 (for godot 4.0 stable)
Godot 4 is here! Dialogic 2 isn't there quite yet...
Dialogic 2 has come a long way in the past year, but it's not quite where we want it to be for a stable release.
Anyways this release should work pretty well with the recent godot 4.0 stable release.
As always, expect rough edges, the occasional bug and if you find them: report them! Keep in mind dialogic 2 is not production ready and no promises are made. Things might still change a bit here and there...
What's Changed
- Character Editor Update by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1380
- Make text event regex not discard multilines by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1398
- Translation improvements and fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1396
- Improve jump logic & bugfix by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1397
- subsystem_portraits: Don't return null in functions that return void by @vmedea in https://github.com/coppolaemilio/dialogic/pull/1399
- Fix a few editor startup errors by @vmedea in https://github.com/coppolaemilio/dialogic/pull/1400
- Visual timeline loading speedups by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1401
- Make text effects and modifiers modular by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1403
- Make creation of extensions (custom events, subsystems, etc.) easier by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1405
- Layout editor by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1421
- Fix default layout path by @QuasiStellar in https://github.com/coppolaemilio/dialogic/pull/1422
- Allow custom main editors; Recreate toolbar by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1424
- Fix Drag and Drop + Choices moving crash by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1426
- Hide portrait picker if character has none or only one portrait by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1425
- Default Layout Improvments + Variables & Glossary Editor Enhancements by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1427
- Replace portrait position by portrait container by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1438
- Remove audio region by @KvaGram in https://github.com/coppolaemilio/dialogic/pull/1437
- Fix add timeline button by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1440
- Multiple improvements and bug fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1441
- Many fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1445
- Fix for copying text and character event by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1449
- Remove broken reference to Emi character by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1451
- Update version label by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1454
New Contributors
- @vmedea made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1399
- @QuasiStellar made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1422
Full Changelog: coppolaemilio/dialogic@2.0-alpha-5...2.0-alpha-6
Dialogic 2 - Alpha 5 (For Godot 4 Beta 10)
Hello everyone! Another Dialogic Alpha is finally here.
This feels like the biggest alpha update so far. You will notice a change in the UI and several improvements in many other areas.
As always, it feels like we are getting closer to Beta 1, but we are still not sure of how long that will take.
Hope you are enjoying Godot 4 + Dialogic 2, and happy holidays 🥳 🎉
What's Changed
- History Subsystem by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1219
- Timeline Jump Stack by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1267
- Fix autocoloring by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1279
- Translation updates by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1275
- Add sidebar to editor by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1281
- Multiple issue fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1320
- Big code style updates by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1328
- Editor management update by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1337
- Remake (copy paste, our old friend) text editor improvements by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1345
- Improve syntax highlighting & Fix Text Editor reopening by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1346
- Timeline saving simplification, emty_line preserving, label event fix by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1347
- Fix typo by @JamesMWestbrook in https://github.com/coppolaemilio/dialogic/pull/1350
- Add index.gd file to all events folders by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1348
- Improve HomePage look by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1349
- Multiple fixes for History by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1353
- Check for script before checking is_tool by @JamesMWestbrook in https://github.com/coppolaemilio/dialogic/pull/1354
- Multiple small improvements & Autocompletion for text editor by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1355
- Multiple smaller bug fixes by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1375
New Contributors
- @JamesMWestbrook made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1350
Full Changelog: coppolaemilio/dialogic@2.0-alpha-4...2.0-alpha-5
Dialogic 2 - Alpha 4 (For Godot 4 Beta 3)
What's Changed
- Started working on the beta 2 update for Dialogic 2 by @coppolaemilio in https://github.com/coppolaemilio/dialogic/pull/1244
- Fixing adding timeline events and creating new timeline by @GreenCloversGames in https://github.com/coppolaemilio/dialogic/pull/1247
- Fix for allowing character resources to be saved. by @schiem in https://github.com/coppolaemilio/dialogic/pull/1250
- Make sure resource get's passed instead of script by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1253
- Fix hint_tooltip rename to tooltip_text by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1251
- fix in converter for change in background event by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1254
- Fixes for Conditions by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1259
- Timeline Saving Fixes (Again) by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1255
- Many UI changes for events by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1262
- MOAR Timeline saving safety checks! by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1266
- ok ther actually is a copy file function, to make it atomic, didn't f… by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1268
New Contributors
- @GreenCloversGames made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1247
- @schiem made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1250
Dialogic - 2.0-alpha-3
What's Changed
- Speaking_Character Signal by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1218
- stray underscores making visual editor not save by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1223
- Background Fix/Improvements by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1225
- Text sped 0 special case by @KvaGram in https://github.com/coppolaemilio/dialogic/pull/1224
- Change timers process callback to physics by @Xwdit in https://github.com/coppolaemilio/dialogic/pull/1228
- Renames/Reorganization by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1231
- Godot 4 Beta fixes by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1236
New Contributors
- @Xwdit made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1228
Full Changelog: coppolaemilio/dialogic@2.0-alpha-2...2.0-alpha-3
Dialogic - 2.0-alpha-2
This version should work with Godot Alpha 16.
We continue to prepare for a Beta release, but first I want to make sure we have everything more or less under control. This includes making releases that work without having to do any weird setup workaround.
What's Changed
- Fix character name getting lost by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1157
- 2.0 Extra Data on Character Event (#1138) by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1160
- Remove TLabel and update settings UI by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1159
- 2.0 Runtime Character Lookup Table by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1161
- Big character editor/custom portraits updates by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1162
- [2.0] Further timeline speedups by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1163
- Multiple bug fixes + Background Fade improvements by @Jowan-Spooner in https://github.com/coppolaemilio/dialogic/pull/1204
- Character and Timeline Partial Paths Support by @thebardsrc in https://github.com/coppolaemilio/dialogic/pull/1207
- Fix typoes in voice by @KvaGram in https://github.com/coppolaemilio/dialogic/pull/1213
- Updating to Alpha 15 by @coppolaemilio in https://github.com/coppolaemilio/dialogic/pull/1210
Full Changelog: coppolaemilio/dialogic@2.0-alpha-1...2.0-alpha-2
Dialogic - 1.4.5
Another small release to fix some bugs in the Godot 3 version of Dialogic
What's Changed
- Added focus style options for themes [CptFubar]
- Fixed a broken font reference [todd-koeck]
- Fix for Nameplate being unaligned [meyaoigames]
- Fix crash if theme is missing on character file [thebardsrc]
New Contributors
- @CptFubar made their first contribution in https://github.com/coppolaemilio/dialogic/pull/1165
Full Changelog: coppolaemilio/dialogic@v1.4.4...1.4.5