stick-the-quick/util
blujai831 30dcb94548
Changed project organization somewhat: instead of having an autoload directory, autoloads will be sorted into directories based on what they do. Wait is basically a utility class, so it goes in util.
2024-02-13 10:25:13 -08:00
..
CallableNode.gd Made CallableNode wait until its designated parent is in the tree and it itself is not. (Before, it only checked if it itself was in the tree, and handled it by removing itself from the tree instead of by waiting.) Fixed variable shadowing warnings. 2024-01-03 14:04:04 -08:00
StrictSingleton.gd Added license. Reimplemented Task (formerly Promise), TimeExt (formerly TimeIntervalFormatting), and Wait. 2024-01-02 19:34:41 -08:00
Task.gd Clarified documentation of Task.group. 2024-01-07 09:28:08 -08:00
TimeExt.gd Added license. Reimplemented Task (formerly Promise), TimeExt (formerly TimeIntervalFormatting), and Wait. 2024-01-02 19:34:41 -08:00
TweenChannel.gd Fixed hang when TweenChannel.sync is called too late. 2024-01-24 12:13:09 -08:00
Wait.gd Changed project organization somewhat: instead of having an autoload directory, autoloads will be sorted into directories based on what they do. Wait is basically a utility class, so it goes in util. 2024-02-13 10:25:13 -08:00