Age | Commit message (Collapse) | Author |
|
CollisionObject2D.
|
|
Fix can_move_to and rename it for more clarity
|
|
updated the RegEx library nrex to v0.1
|
|
|
|
|
|
Docs for AABB were already present, but had a few mistakes.
|
|
Also, s/vecor/vector/
|
|
|
|
Thanks to @bojidar-bg for localising the issue.
|
|
Vector2Array.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTTPClient docs & request functionality + fixes
|
|
parser to break.
Documentation for HTTPClient.
Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages.
String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method.
|
|
|
|
Documented classes Curve*, Path*, and PathFollow*
|
|
|
|
|
|
Added a few notes to classes.xml
|
|
Added description to help understand how to utilize the ScrollContainer
node.
|
|
I wanted to document a trick using class color to highlight a sprite.
|
|
The 3 members of a matrix 32 are Vector2, not float. Updated
documentation to reflect this.
|
|
|
|
|
|
|
|
|
|
|
|
Fix BaseButtons remaining pressed when hiding while pressed down
|
|
|
|
|
|
|
|
reworked Label class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- registered UndoRedo
|
|
-Added function to retrieve list of actions fron InputMap
|
|
|
|
|
|
|