| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-16 | Merge branch 'DragonRuby:master' into masterHEADmaster | _Tradam | |
| 2021-12-10 | Synced with DragonRuby Game Toolkit v3.2. | Amir Rajan | |
| 2021-12-09 | added api.rb to repo | Amir Rajan | |
| 2021-10-11 | Update doc header from solid to sprite | Owen Butler | |
| 2021-10-11 | docs: Update further sprite example | Owen Butler | |
| 2021-09-06 | Synced with version 2.26 | Amir Rajan | |
| 2021-09-06 | fix: console raising error at autocomplete request | leviongit | |
| 2021-08-07 | Sync core oss engine files. | Amir Rajan | |
| 2021-05-26 | iOS wizard: minor tweaks | Michał Dudziński | |
| 2021-05-26 | iOS wizard: determine version from either opts or metadata file | Michał Dudziński | |
| 2021-05-26 | Typo fixes | Simon Chiang | |
| 2021-05-26 | Fix spelling identifier not identifer | Simon Chiang | |
| 2021-05-26 | Fix spelling separator not seperator | Simon Chiang | |
| 2021-05-25 | Updating documentation on repl logging to logs/puts.txt | arjun | |
| 2021-05-18 | Added support for top left origin | realtradam | |
| 2021-04-19 | Fix typos in description for .up_down | Ketan Patel | |
| 2021-04-14 | Added def docs_sprites based off def docs_solids (#63) | Olly Mills | |
| * Added def docs_sprites based off of docs_solids * fixed a minor formating issue and removed excess | |||
| 2021-04-10 | Synced from DRGTK 2.10. | Amir Rajan | |
| 2021-03-11 | Create hotload.rb | Amir Rajan | |
| 2021-03-11 | Create entity.rb | Amir Rajan | |
| 2021-02-24 | added the correct execute draw order | Nick Sandberg | |
| 2021-02-24 | updated GTK::Runtime::Draw to include an execute_draw_order method to make ↵ | Nick Sandberg | |
| rearranging draw order easier to override and adding resilience to the primitives method | |||
| 2021-02-17 | Fixed console dropdown being off when origin_center! activated. | Austin Meyer | |
| 2021-01-18 | Synced with 2.3. | Amir Rajan | |
| 2021-01-11 | Changed dragon/console_prompt.rb` according to @kfischer-okarin 's suggestions. | MaciejDym | |
| Made moving by-word better by being able to skip word-breaks. Added helper `str_len` and `is_word_boundary?` methods to `dragon/console_prompt.rb` | |||
| 2021-01-11 | Fixes to the code according to @kfischer-okarin 's suggestions. Some minor ↵ | MaciejDym | |
| deletions of code that isn't needed | |||
| 2021-01-11 | Added support for `HOME`, `END`, `Ctrl+left` and `Ctrl+right` | MaciejDym | |
| 2021-01-11 | Fix typo | Matt Pruitt | |
| 2021-01-05 | Add prism for syntax highlighting | Kevin Fischer | |
| 2021-01-05 | Added forward delete support to console prompt | Martin White | |
| 2021-01-05 | Fix typo | Kevin Fischer | |
| 2021-01-05 | Fix broken first sentence | Kevin Fischer | |
| 2021-01-05 | Add docs for GTK::Args#audio | Kevin Fischer | |
| 2020-12-07 | Update geometry_docs.rb | oeloeloel | |
| Added missing 'end'. | |||
| 2020-12-07 | Update geometry_docs.rb | oeloeloel | |
| Replaced incorrect use of 'sprite' with 'rect'. | |||
| 2020-12-06 | Create geometry_docs.rb | oeloeloel | |
| Added description of Geometry module and scale_rect method | |||
| 2020-12-06 | Update readme_docs.rb | oeloeloel | |
| Added How to Scale a Sprite | |||
| 2020-12-06 | Bugfix Numeric#randomize | HIRO-R-B | |
| Rearranged if clause order so that `:sign` opt works with `:int` and `:ratio` opts | |||
| 2020-12-06 | Delete index.rb | Amir Rajan | |
| This file is way out of date and will not do what it's designed to do. | |||
| 2020-11-17 | Merge pull request #36 from danhealy/dh/ios-wizard-remove-unused | Amir Rajan | |
| iOS wizard: remove unused methods | |||
| 2020-11-17 | Merge pull request #34 from HIRO-R-B/patch-2 | Amir Rajan | |
| Patch inputs.rb for modifier key bugs and add modifiers as new keys | |||
| 2020-11-17 | Merge pull request #37 from danhealy/dh/add-tolerance-to-inside-rect | Amir Rajan | |
| Allow #inside_rect? to receive a tolerance arg like #intersect_rect? | |||
| 2020-11-15 | iOS wizard: actually substitute app_id in plist | danhealy | |
| 2020-11-15 | Allow #inside_rect? to receive a tolerance arg like #intersect_rect? | danhealy | |
| 2020-11-15 | iOS wizard: remove unused methods | danhealy | |
| 2020-11-15 | iOS wizard: fix app id in Info.plist, fix dev profile path | danhealy | |
| 2020-11-15 | Update inputs.rb | HIRO-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-13 | synced from DRGTK 1.27 | Amir Rajan | |
| 2020-10-13 | Synced with 1.26. | Amir Rajan | |
| 2020-10-13 | Merge pull request #30 from danhealy/performance-tracing | Amir Rajan | |
| Keep and report time metrics during trace | |||
