| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add stretching to `TextureProgress` | Evgeny Zuev | 2017-08-22 | 1 | -0/+42 |
| | | | | | | | | Now `TextureProgress` has `nine_patch_stretch` flag. With this flag enabled, it's being rendered as 9-path using `stretch_margin_*` properties as texture margins. Stretching doesn't support `FILL_CLOCKWISE` and `FILL_COUNTER_CLOCKWISE` fill modes. | ||||
| * | Merge pull request #10443 from karroffel/propagate_call | Rémi Verschelde | 2017-08-21 | 1 | -0/+11 |
| |\ | | | | | add "propagate_call" method to Node | ||||
| | * | add "propagate_call" method to Node | Karroffel | 2017-08-19 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | It is possible to propagate a notification down the Node tree by using `propagate_notification`, but there was no such method for doing the same but with method calls. This commit adds the `propagate_call` method, which calls a method on a node and all child nodes. An optional paramter `parent_first` determines whether the parent node gets called before or after the children have been visited. It defaults to false, so the parent gets called last. | ||||
| * | | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-21 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping - Cleanup obsolete code here and there | ||||
| * | | Revert "Second take at making command-line arguments more UNIX-like + ↵ | Juan Linietsky | 2017-08-19 | 1 | -0/+7 |
| | | | | | | | | | main.cpp and help cleanup" | ||||
| * | | Fixes for new two-dash long command line arguments | Rémi Verschelde | 2017-08-19 | 1 | -7/+0 |
| |/ | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Cleanup obsolete code here and there | ||||
| * | Rename localization method to `tr` again | Rémi Verschelde | 2017-08-18 | 1 | -11/+11 |
| | | | | | Partial revert of #10380 based on contributor ~~bullying~~ feedback. | ||||
| * | Rename `XL_MESSAGE` aka `tr` to `localize` | Rémi Verschelde | 2017-08-17 | 1 | -20/+11 |
| | | | | | | Also renames `set_message_translation` to `set_message_localization` for consistency. | ||||
| * | Merge pull request #10190 from tagcup/euler_yxz | Rémi Verschelde | 2017-08-11 | 1 | -2/+2 |
| |\ | | | | | Use YXZ convention for Euler angles. | ||||
| | * | Use YXZ convention for Euler angles. | Ferenc Arn | 2017-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | As discussed in issues #1479 and #9782, choosing the up axis (which is Y in Godot) as the axis of the last (or first) rotation is helpful in practical use cases. This also aligns Godot's convention with Unity, helping with a smoother transition for people who are used to working with Unity (issue #9905). Internally, both XYZ and YXZ functions are kept, for potential future applications. | ||||
| * | | Added missing descriptions to Vector2 methods abs and clamped. | Naughty | 2017-08-07 | 1 | -1/+3 |
| |/ | |||||
| * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -20/+20 |
| | | |||||
| * | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 2017-08-06 | 1 | -2/+2 |
| | | | | | Closes #7695 | ||||
| * | Docs: fix method/type renames, fill some blanks | Poommetee Ketson | 2017-08-02 | 1 | -15/+18 |
| | | |||||
| * | Merge pull request #9909 from kubecz3k/docs-collobject-collshapes | Rémi Verschelde | 2017-07-31 | 1 | -0/+122 |
| |\ | | | | | firsts docs for CollisionObject -> collision shape api | ||||
| | * | firsts docs for CollisionObject -> collision shape api | Jakub Grzesik | 2017-07-27 | 1 | -0/+122 |
| | | | |||||
| * | | Merge pull request #9863 from kubecz3k/move-docs | Rémi Verschelde | 2017-07-28 | 1 | -3/+21 |
| |\ \ | | | | | | | Documentation update for KinematicBody.move() | ||||
| | * | | Documentation update for KinematicBody.move() | Jakub Grzesik | 2017-07-27 | 1 | -3/+21 |
| | |/ | |||||
| * | | Remove duplicate keycode constant for Numpad Enter key. | bruvzg | 2017-07-26 | 1 | -3/+0 |
| | | | |||||
| * | | Corrects usage of 'is' instead of 'extends' for testing node inheritance. | Julian Murgia | 2017-07-26 | 1 | -1/+1 |
| | | | |||||
| * | | tagents --> tangents | ISylvox | 2017-07-26 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #9690 from 648trindade/classref-edit | Rémi Verschelde | 2017-07-25 | 1 | -25/+83 |
| |\ | | | | | Improved math functions descriptions and added many AStar descriptions | ||||
| | * | Improved math functions descriptions and added many AStar descriptions | Rafael Gauna Trindade | 2017-07-19 | 1 | -25/+83 |
| | | | |||||
| * | | documentation for EditorPlugin and ScriptEditor | Jakub Grzesik | 2017-07-25 | 1 | -0/+85 |
| | | | |||||
| * | | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | 2017-07-24 | 1 | -6/+4 |
| |\ \ | | | | | | | Add object type hint for docs | ||||
| | * | | Add object type hint for docs | Poommetee Ketson | 2017-07-23 | 1 | -6/+4 |
| | | | | |||||
| * | | | Merge pull request #9772 from Noshyaar/pr-classxml | Rémi Verschelde | 2017-07-23 | 1 | -9/+15 |
| |\ \ \ | | | | | | | | | Docs: fix broken ref tags | ||||
| | * | | | Docs: fix broken ref tags | Poommetee Ketson | 2017-07-22 | 1 | -9/+15 |
| | |/ / | |||||
| * / / | Docs: ignore tags inside code,codeblock tag | Poommetee Ketson | 2017-07-22 | 1 | -8/+17 |
| |/ / | |||||
| * | | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -2/+2 |
| | | | | | | | | | -Added system for feature overrides, it's pretty cool :) | ||||
| * | | Merge pull request #9629 from kubecz3k/tabs-addons | Rémi Verschelde | 2017-07-18 | 1 | -0/+18 |
| |\ \ | |/ |/| | Tabs enhancements: get_tab_rect(), move_tab() | ||||
| | * | Tabs enhancements: get_tab_rect(), move_tab_from_to() | Jakub Grzesik | 2017-07-18 | 1 | -0/+18 |
| | | | | | | | | | | | exposed: get_tab_rect(tab_idx) new and exposed: move_tab_from_to(idx_from, idx_to) | ||||
| * | | Merge pull request #9639 from rminderhoud/primitives | Rémi Verschelde | 2017-07-18 | 1 | -21/+21 |
| |\ \ | | | | | | | Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh | ||||
| | * | | Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh | Ralph Minderhoud | 2017-07-14 | 1 | -21/+21 |
| | |/ | |||||
| * | | missing object.get_incoming_connections() documentation | Jakub Grzesik | 2017-07-17 | 1 | -0/+5 |
| | | | |||||
| * | | Added documentation for blit_rect_mask | dumitru-stama | 2017-07-15 | 1 | -0/+1 |
| | | | |||||
| * | | sync doc template | dumitru-stama | 2017-07-15 | 1 | -208/+540 |
| | | | |||||
| * | | doc: Sync classref with current source | Rémi Verschelde | 2017-07-14 | 1 | -1078/+1730 |
| |/ | | | | | Some descriptions were lost for refactored APIs, but they cannot be matched 1:1 with the new ones, so will need to be rewritten anyway. | ||||
| * | EditorPlugin ability to open and reload scns from filepath | Jakub Grzesik | 2017-07-11 | 1 | -0/+16 |
| | | |||||
| * | [#9292] Renamed Image.put_pixel() to set_pixel(). | ducdetronquito | 2017-07-07 | 1 | -1/+1 |
| | | |||||
| * | Improved GDScript parse_json() doc about numerical values conversion. | ducdetronquito | 2017-07-06 | 1 | -1/+2 |
| | | |||||
| * | docs: Correct xform descriptions in class_basis | mdraw | 2017-06-27 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #8407 from Jylhis/popup_item_select_hide | Thomas Herzog | 2017-06-20 | 1 | -0/+14 |
| |\ | | | | | Update PopupMenu hiding | ||||
| | * | Update PopupMenu hiding | Jylhis | 2017-04-14 | 1 | -0/+14 |
| | | | | | | | | | | | Make PopupMenu hiding distinguish between checkable item and non checkable item. | ||||
| * | | Merge pull request #9274 from vnen/compress-functions | Thomas Herzog | 2017-06-19 | 1 | -0/+42 |
| |\ \ | | | | | | | Expose compression functions to GDScript | ||||
| | * | | Add documentation to compression functions | George Marques | 2017-06-19 | 1 | -0/+42 |
| | | | | |||||
| * | | | Added two new methods to 3.0 'blend_rect_mask' and 'fill' | d | 2017-06-18 | 1 | -0/+31 |
| |/ / | |||||
| * | | doc: Sync classref with current source | Rémi Verschelde | 2017-06-17 | 1 | -113/+491 |
| | | | |||||
| * | | doc: Sync classref with current source | Rémi Verschelde | 2017-06-15 | 1 | -2105/+2229 |
| | | | | | | | | | Tried to salvage what I could of the Image and InputEvent changes. | ||||
| * | | Add Signals descriptions when they exist. | Julian Murgia | 2017-06-14 | 2 | -0/+12 |
| | | | |||||
