summaryrefslogtreecommitdiffhomepage
path: root/dragon
AgeCommit message (Collapse)Author
2021-12-16Merge branch 'DragonRuby:master' into masterHEADmaster_Tradam
2021-12-10Synced with DragonRuby Game Toolkit v3.2.Amir Rajan
2021-12-09added api.rb to repoAmir Rajan
2021-10-11Update doc header from solid to spriteOwen Butler
2021-10-11docs: Update further sprite exampleOwen Butler
2021-09-06Synced with version 2.26Amir Rajan
2021-09-06fix: console raising error at autocomplete requestleviongit
2021-08-07Sync core oss engine files.Amir Rajan
2021-05-26iOS wizard: minor tweaksMichał Dudziński
2021-05-26iOS wizard: determine version from either opts or metadata fileMichał Dudziński
2021-05-26Typo fixesSimon Chiang
2021-05-26Fix spelling identifier not identiferSimon Chiang
2021-05-26Fix spelling separator not seperatorSimon Chiang
2021-05-25Updating documentation on repl logging to logs/puts.txtarjun
2021-05-18Added support for top left originrealtradam
2021-04-19Fix typos in description for .up_downKetan Patel
2021-04-14Added 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-10Synced from DRGTK 2.10.Amir Rajan
2021-03-11Create hotload.rbAmir Rajan
2021-03-11Create entity.rbAmir Rajan
2021-02-24added the correct execute draw orderNick Sandberg
2021-02-24updated 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-17Fixed console dropdown being off when origin_center! activated.Austin Meyer
2021-01-18Synced with 2.3.Amir Rajan
2021-01-11Changed 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-11Fixes to the code according to @kfischer-okarin 's suggestions. Some minor ↵MaciejDym
deletions of code that isn't needed
2021-01-11Added support for `HOME`, `END`, `Ctrl+left` and `Ctrl+right`MaciejDym
2021-01-11Fix typoMatt Pruitt
2021-01-05Add prism for syntax highlightingKevin Fischer
2021-01-05Added forward delete support to console promptMartin White
2021-01-05Fix typoKevin Fischer
2021-01-05Fix broken first sentenceKevin Fischer
2021-01-05Add docs for GTK::Args#audioKevin Fischer
2020-12-07Update geometry_docs.rboeloeloel
Added missing 'end'.
2020-12-07Update geometry_docs.rboeloeloel
Replaced incorrect use of 'sprite' with 'rect'.
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-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-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-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