Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | Fix checking unsaved changes only in current scene | Ignacio Etcheverry | |
2016-05-02 | Merge pull request #4518 from AlexHolly/animationplayer-finished-name | Rémi Verschelde | |
added name parameter on animationplayer finished | |||
2016-05-02 | Merge pull request #4505 from SaracenOne/glsl_includes | Rémi Verschelde | |
Support for #includes in built-in GL shaders. | |||
2016-05-01 | Support for dynamic fonts (TTF) | Juan Linietsky | |
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required. | |||
2016-05-02 | added name parameter on animationplayer finished | Alexander Holland | |
2016-05-01 | Documented YSort (#4515) | CowThing | |
Documented YSort | |||
2016-05-01 | Debugger: Fix breaked signal binding (#4508) | Rémi Verschelde | |
Closes #4270. | |||
2016-05-01 | Merge pull request #4506 from akien-mga/pr-tabs | Rémi Verschelde | |
Tabs: Various fixes for multiple tabs and right/close buttons position | |||
2016-05-01 | Merge pull request #4510 from djrm/classref-edit | Rémi Verschelde | |
Documented ColorRamp | |||
2016-05-01 | Documented ColorRamp | Daniel J. Ramirez | |
2016-05-01 | Merge pull request #4509 from djrm/classref-edit | Rémi Verschelde | |
Partial documentation for Particles2D | |||
2016-05-01 | Partial documentation for Particles2D | Daniel J. Ramirez | |
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 | Tabs: Fix align issue with right/close buttons | Rémi Verschelde | |
The stylebox around the close button was badly centered. There were also bad margins applied when using right buttons. | |||
2016-05-01 | Tabs: cleanup code, no functional change | Rémi Verschelde | |
Some dead code removed, a few cosmetic changes. | |||
2016-05-01 | Tabs: Fix navigation buttons overlap when resizing | Rémi Verschelde | |
It was not taking into account the minimum width of the stylebox. Fixed by factorizing some duplicate code. | |||
2016-05-01 | Tabs: Fix icon size not taken into account for offset | Rémi Verschelde | |
Fixes #4107. | |||
2016-05-01 | Support for #includes in built-in GL shaders. | Saracen | |
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.. |