summaryrefslogtreecommitdiff
path: root/chickadee/scripting.scm
Commit message (Expand)AuthorAgeFilesLines
* Relicense nearly everything to Apache 2.0.David Thompson2023-04-261-11/+9
* Update my email address.David Thompson2023-04-251-1/+1
* scripting: Fix some indenting.David Thompson2022-10-111-3/+3
* scripting: Use current-timestep as default step in tween procedure.David Thompson2021-09-211-1/+2
* scripting: Add custom polling support.David Thompson2020-08-251-2/+14
* scripting: Add repeat macro.David Thompson2018-08-291-0/+8
* scripting: Rename coroutine to script.David Thompson2017-10-141-5/+5
* scripting: Rename wait to sleep.David Thompson2017-10-141-4/+7
* scripting: Fix bug where dynamic state wasn't being respected.David Thompson2017-10-141-1/+5
* scripting: Add a tweening procedure.David Thompson2017-04-271-7/+20
* Add simple scripting system.David Thompson2017-04-031-0/+53