Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-01 | Merge pull request #4507 from bojidar-bg/document-popup-and-inherited | Rémi Verschelde | |
Document Popup, PopupDialog, PopupMenu, and PopupPanel | |||
2016-05-01 | Document Popup, PopupDialog, PopupMenu, and PopupPanel | Bojidar Marinov | |
2016-05-01 | Merge pull request #4502 from volzhs/import-font | Rémi Verschelde | |
Allow any directory for custom character set and gradient image file … | |||
2016-05-01 | FileDialog: reset mkdir label after use (#4500) | Rémi Verschelde | |
Closes #1686. | |||
2016-05-01 | OSX: Fix lib suffix for Android lib (#4499) | Rémi Verschelde | |
Fixes #1452. | |||
2016-05-01 | GridMap: Fix backwards rotate hotkeys (#4498) | Rémi Verschelde | |
Fixes #1237 | |||
2016-05-01 | AnimationPlayer: Prevent resetting timeline when pinned (#4497) | Rémi Verschelde | |
Fixes #1019 | |||
2016-05-01 | math: Fix rounding error for 0 in Math::round (#4495) | Rémi Verschelde | |
Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221. | |||
2016-05-01 | Project manager: unescape project names (#4494) | Rémi Verschelde | |
Fixes #3609 | |||
2016-05-01 | Add math/script expression evaluation in editor (#3620) | Franco Eusébio Garcia | |
Rebase of #453 | |||
2016-05-01 | Allow any directory for custom character set and gradient image file when ↵ | volzhs | |
import font fix #4486 | |||
2016-04-30 | Merge pull request #4488 from vnen/pr-windows-pid | Rémi Verschelde | |
Implement OS.get_process_ID for Windows | |||
2016-04-29 | Ignore invalid folders in `platform` | Rémi Verschelde | |
Fixes #4479 | |||
2016-04-29 | Implement OS.get_process_ID for Windows | George Marques | |
Based on code by @ratsdiov. Closes #1733 | |||
2016-04-29 | classref: Run doctool and merge BitmapFont | Rémi Verschelde | |
BitmapFont was split from the Font class, so the relevant method descriptions were readded manually. | |||
2016-04-29 | disabled appirater | Ariel Manzur | |
2016-04-29 | Merge pull request #4487 from Geequlim/master | Rémi Verschelde | |
Add more documentations | |||
2016-04-29 | Add more documentations for this classes: | Geequlim | |
* BoxContainer * CenterContainer * ScrollContainer * SplitContainer * Vector2 * StringArray * FileDiloags | |||
2016-04-29 | rate url on iOS and properly launching from .app on OSX | Ariel Manzur | |
2016-04-29 | I think this is ok, "resizable" property might change | Ariel Manzur | |
2016-04-29 | merged iphoen changes | Ariel Manzur | |
2016-04-29 | Merge pull request #4485 from bojidar-bg/2d-snap-axis | Rémi Verschelde | |
Allow dragging on only one axis when holding down shift in 2D | |||
2016-04-29 | Merge pull request #4484 from Paulb23/shader_editor_text_editor_settings | Rémi Verschelde | |
Shader editor now uses text editor settings | |||
2016-04-29 | Allow dragging on only one (global) axis when holding down shift | Bojidar Marinov | |
Closes #1723 | |||
2016-04-29 | Shader editor now uses text editor settings | Paulb23 | |
2016-04-29 | Specify the demos license | Rémi Verschelde | |
It was already under the MIT as the rest of the engine, but some users seemed not convinced about it. | |||
2016-04-29 | Merge pull request #4482 from Geequlim/master | Rémi Verschelde | |
Add more documentations and fix AcceptDialog::add_cancel | |||
2016-04-29 | Add more documentations and fix AcceptDialog::add_cancel | Geequlim | |
2016-04-29 | Merge pull request #4387 from JoshuaGrams/rigidbody2d-torque | Rémi Verschelde | |
Hooked up RigidBody2D torque methods | |||
2016-04-29 | Fill in the blank in the Array, CenterContainer and Dictionary class ↵ | Geequlim | |
reference (#4476) | |||
2016-04-29 | Merge pull request #4473 from Paulb23/shader_editor_color_fix | Rémi Verschelde | |
Fixed shader editor syntax coloring | |||
2016-04-29 | Documentation for Canvas Modulate, ColorPicker, ColorPickerButton | Daniel J. Ramirez | |
2016-04-28 | move Font to BitmapFont | Juan Linietsky | |
so we can add DynamicFont later.. | |||
2016-04-29 | Fixed shader editor syntax coloring | Paulb23 | |
2016-04-28 | Merge pull request #4468 from Hinsbart/better_axis_desc | Rémi Verschelde | |
More precise InputMap Axis descriptions in project settings. | |||
2016-04-28 | Merge pull request #4466 from eska014/move-export-debug-toggle | Rémi Verschelde | |
Make export GUI debug toggle more obvious | |||
2016-04-28 | Merge pull request #4462 from Paulb23/scroll_lines | Rémi Verschelde | |
Added scroll lines, issue #4243 | |||
2016-04-28 | Merge pull request #4451 from JoshuaGrams/anim-tree-filter | Rémi Verschelde | |
Anim tree: add filters on Animation nodes | |||
2016-04-28 | Move export GUI debug toggle to export settings window | eska | |
2016-04-28 | More precise InputMap Axis descriptions in project settings. | Hinsbart | |
Now it's "Left Stick {Up, Down, Left, Right}" instead of just "Left Stick" repeated 4x. | |||
2016-04-28 | Partial documentation for Polygon2D and Raycast2D (#4467) | Daniel Ramirez | |
2016-04-28 | Merge pull request #4465 from akien-mga/pr-classref | Rémi Verschelde | |
Classref: Document Button and ButtonArray | |||
2016-04-28 | Classref: Document Button and ButtonArray | Rémi Verschelde | |
Also bind relevant constants and define some object types and better argument names for the docs. | |||
2016-04-27 | Merge pull request #4461 from djrm/classref-edit | Rémi Verschelde | |
Added GridContainer documentation | |||
2016-04-27 | Merge pull request #4463 from AlexHolly/http-fix-duplicate-header | Rémi Verschelde | |
fix - HTTPClient connection keep-alive duplicate Headers #4208 | |||
2016-04-27 | GridContainer, CheckBox documentation, descriptions for Vector2 and ↵ | Daniel J. Ramirez | |
CenterContainer.set_use_top_left | |||
2016-04-27 | fix - HTTPClient connection keep-alive duplicate Headers #4208 | Alexander Holland | |
2016-04-27 | Merge pull request #4459 from CombustibleLemonade/master | Rémi Verschelde | |
Documentation for WeakRef | |||
2016-04-27 | Added scroll lines, issue 4243 | Paulb23 | |
2016-04-27 | fixed some mistakes in WeakRef documentation | Jan Heemstra | |