Skip to content

Commit

Permalink
🏗️ bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jan 7, 2025
1 parent baff863 commit ef93759
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.1 (2025-01-07)

- ✨ Example: Full dice set editor: Add, Remove, Edit
- ♻️ d4 and d6 code mostly joined

## 1.2.0 (2025-01-06)

- ✨ Support for d4 dices
Expand Down
30 changes: 17 additions & 13 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
# TODO's

- [x] Solve how to setup dices from the top level Node
- [x] Propagate the 3 ways of rolling to the top level
- [x] Fix: You can set face of one dice while the other still rolling
- [x] Fix: Add last tween for the face to face up after rolling
- [x] Example: add button for quick roll
- [x] Parametrizable box material/color
- [x] d4 dice shape
- [ ] Abstract common d4 and d6 code
- [ ] Signal for start rolling
- [ ] An attribute and method to forbid or allow rolling
- [ ] Stop long/infinite rollings. How? Reroll? Put stopped dices aside?
- [ ] An attribute/method to forbid or allow rolling
- [ ] Visual queue to show rolling is available or not
- [ ] Adapt the size of the box to the number of dices
- [ ] Do dices have to be 2 meters wide?
- [ ] Do dices have to be 2 meters wide and weight kilos?
- [ ] Improve textures for the dices
- [ ] Add d6 a bevel
- [ ] d4 highlight to adapt to the dice shape
- [ ] Example: Dice set editor
- [ ] Fix: d4 highlight to adapt to the dice shape
- [ ] Example: Rolling box editor
- [ ] Turn dice set editor into a in Editor field editor.
- [ ] Enable other shapes of dice

## Done's

- [x] Solve how to setup dices from the top level Node
- [x] Propagate the 3 ways of rolling to the top level
- [x] Fix: You can set face of one dice while the other still rolling
- [x] Fix: Add last tween for the face to face up after rolling
- [x] Example: add button for quick roll
- [x] Parametrizable box material/color
- [x] d4 dice shape
- [x] Abstract common d4 and d6 code
- [x] Add d6 a bevel
- [x] Example: Dice set editor
2 changes: 1 addition & 1 deletion addons/dice_roller/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Godot Dice Roller (UI Control)"
description="A UI control to roll 3D dices in a box"
author="David García Garzón (vokimon)"
version="1.2.0"
version="1.2.1"
script="dice_roller_plugin.gd"
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config_version=5

config/name="Godot Dice Roller (UI Control)"
config/description="A UI control that rolls 3D dices in a box"
config/version="1.2.0"
config/version="1.2.1"
run/main_scene="res://examples/dice_roler/dice_roller_example.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg"
Expand Down

0 comments on commit ef93759

Please sign in to comment.