summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-12-06Update readme.mdAmir Rajan
2020-12-06Update readme.mdAmir Rajan
2020-12-06Add files via uploadAmir Rajan
2020-12-06Update readme.mdAmir Rajan
2020-12-06Update readme.mdAmir Rajan
2020-12-06Update readme.mdAmir Rajan
2020-12-06Update readme.mdAmir Rajan
2020-12-06Update readme.mdAmir Rajan
2020-12-06Create geometry_docs.rboeloeloel
Added description of Geometry module and scale_rect method
2020-12-06Update readme_docs.rboeloeloel
Added How to Scale a Sprite
2020-12-06s/C/RustMike Martin
2020-12-06Adds missing .gitignore file; removes rust build directoryMike Martin
2020-12-06Adds an intermediate rust binding sample appMike Martin
2020-12-06Updates binding codegen to remove warnings and errorsMike Martin
2020-12-06Fixes broken image link in the READMEMike Martin
2020-12-06Adds basic sample app that utilizes Rust extensionsMike Martin
2020-12-06Bugfix Numeric#randomizeHIRO-R-B
Rearranged if clause order so that `:sign` opt works with `:int` and `:ratio` opts
2020-12-06Delete index.rbAmir Rajan
This file is way out of date and will not do what it's designed to do.
2020-12-06Update readme.mdAmir Rajan
2020-12-06Update readme.mdAmir Rajan
2020-12-06Update readme.mdAmir Rajan
2020-11-17Merge pull request #36 from danhealy/dh/ios-wizard-remove-unusedAmir Rajan
iOS wizard: remove unused methods
2020-11-17Merge pull request #34 from HIRO-R-B/patch-2Amir Rajan
Patch inputs.rb for modifier key bugs and add modifiers as new keys
2020-11-17Merge pull request #37 from danhealy/dh/add-tolerance-to-inside-rectAmir Rajan
Allow #inside_rect? to receive a tolerance arg like #intersect_rect?
2020-11-17Merge pull request #35 from danhealy/dh/ios-wizard-fixesAmir Rajan
iOS wizard: fix app id in Info.plist, fix dev profile path
2020-11-15iOS wizard: actually substitute app_id in plistdanhealy
2020-11-15Allow #inside_rect? to receive a tolerance arg like #intersect_rect?danhealy
2020-11-15iOS wizard: remove unused methodsdanhealy
2020-11-15iOS wizard: fix app id in Info.plist, fix dev profile pathdanhealy
2020-11-15Update inputs.rbHIRO-R-B
Allows checking for individual modifier key presses with (modifier)_(left/right) Prevents modifier keys from being stuck when the modifier is released before the other key. Prevents modifier keys being from being attached to other keys like enter/tab/backspace and activating when said keys are pressed Don't know if there's a better methods to fix these bugs, but it works from what I've tried and tested
2020-11-13synced from DRGTK 1.27Amir Rajan
2020-10-13Synced with 1.26.Amir Rajan
2020-10-13Merge pull request #30 from danhealy/performance-tracingAmir Rajan
Keep and report time metrics during trace
2020-10-13Merge pull request #33 from kfischer-okarin/add-outputs-screenshots-docAmir Rajan
Add docs for outputs.screenshots
2020-10-09Merge branch 'master' into performance-tracingDan Healy
2020-10-06Add docs for outputs.screenshotsKevin Fischer
2020-10-04Merge pull request #17 from kfischer-okarin/cursor-movementAmir Rajan
Add left/right cursor movement to the console
2020-09-22synced with 1.22Amir Rajan
2020-09-11synced docsAmir Rajan
2020-09-11synced with v1.19Amir Rajan
2020-09-11synced samplesAmir Rajan
2020-09-05Add left/right arrow behaviourKevin Fischer
2020-09-05Save cursor position in promptKevin Fischer
2020-09-02Merge pull request #18 from mgmarlow/99-todo-deprecated-method-documentationAmir Rajan
99-todo.md deprecated method documentation
2020-09-02Merge pull request #27 from oeloeloel/patch-1Amir Rajan
Update lowrez.rb
2020-09-02Merge branch 'master' into patch-1Amir Rajan
2020-09-02Update numeric.rboeloeloel
Added from_top method
2020-09-02Add a `distance_to` instance method on `GTK::Geometry`Craggar
The `GTK::Geometry.distance` class method isn’t exposed at an instance level, but it would be a useful method to expose for instances including Geometry
2020-09-02Synced with 1.18.Amir Rajan
2020-08-15Keep and report time metrics during tracedanhealy