summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-02Fix checking unsaved changes only in current sceneIgnacio Etcheverry
2016-05-02Merge pull request #4518 from AlexHolly/animationplayer-finished-nameRémi Verschelde
added name parameter on animationplayer finished
2016-05-02Merge pull request #4505 from SaracenOne/glsl_includesRémi Verschelde
Support for #includes in built-in GL shaders.
2016-05-01Support 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-02added name parameter on animationplayer finishedAlexander Holland
2016-05-01Documented YSort (#4515)CowThing
Documented YSort
2016-05-01Debugger: Fix breaked signal binding (#4508)Rémi Verschelde
Closes #4270.
2016-05-01Merge pull request #4506 from akien-mga/pr-tabsRémi Verschelde
Tabs: Various fixes for multiple tabs and right/close buttons position
2016-05-01Merge pull request #4510 from djrm/classref-editRémi Verschelde
Documented ColorRamp
2016-05-01Documented ColorRampDaniel J. Ramirez
2016-05-01Merge pull request #4509 from djrm/classref-editRémi Verschelde
Partial documentation for Particles2D
2016-05-01Partial documentation for Particles2DDaniel J. Ramirez
2016-05-01Merge pull request #4507 from bojidar-bg/document-popup-and-inheritedRémi Verschelde
Document Popup, PopupDialog, PopupMenu, and PopupPanel
2016-05-01Document Popup, PopupDialog, PopupMenu, and PopupPanelBojidar Marinov
2016-05-01Tabs: Fix align issue with right/close buttonsRémi Verschelde
The stylebox around the close button was badly centered. There were also bad margins applied when using right buttons.
2016-05-01Tabs: cleanup code, no functional changeRémi Verschelde
Some dead code removed, a few cosmetic changes.
2016-05-01Tabs: Fix navigation buttons overlap when resizingRémi Verschelde
It was not taking into account the minimum width of the stylebox. Fixed by factorizing some duplicate code.
2016-05-01Tabs: Fix icon size not taken into account for offsetRémi Verschelde
Fixes #4107.
2016-05-01Support for #includes in built-in GL shaders.Saracen
2016-05-01Merge pull request #4502 from volzhs/import-fontRémi Verschelde
Allow any directory for custom character set and gradient image file …
2016-05-01FileDialog: reset mkdir label after use (#4500)Rémi Verschelde
Closes #1686.
2016-05-01OSX: Fix lib suffix for Android lib (#4499)Rémi Verschelde
Fixes #1452.
2016-05-01GridMap: Fix backwards rotate hotkeys (#4498)Rémi Verschelde
Fixes #1237
2016-05-01AnimationPlayer: Prevent resetting timeline when pinned (#4497)Rémi Verschelde
Fixes #1019
2016-05-01math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde
Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221.
2016-05-01Project manager: unescape project names (#4494)Rémi Verschelde
Fixes #3609
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia
Rebase of #453
2016-05-01Allow any directory for custom character set and gradient image file when ↵volzhs
import font fix #4486
2016-04-30Merge pull request #4488 from vnen/pr-windows-pidRémi Verschelde
Implement OS.get_process_ID for Windows
2016-04-29Ignore invalid folders in `platform`Rémi Verschelde
Fixes #4479
2016-04-29Implement OS.get_process_ID for WindowsGeorge Marques
Based on code by @ratsdiov. Closes #1733
2016-04-29classref: Run doctool and merge BitmapFontRémi Verschelde
BitmapFont was split from the Font class, so the relevant method descriptions were readded manually.
2016-04-29disabled appiraterAriel Manzur
2016-04-29Merge pull request #4487 from Geequlim/masterRémi Verschelde
Add more documentations
2016-04-29Add more documentations for this classes:Geequlim
* BoxContainer * CenterContainer * ScrollContainer * SplitContainer * Vector2 * StringArray * FileDiloags
2016-04-29rate url on iOS and properly launching from .app on OSXAriel Manzur
2016-04-29I think this is ok, "resizable" property might changeAriel Manzur
2016-04-29merged iphoen changesAriel Manzur
2016-04-29Merge pull request #4485 from bojidar-bg/2d-snap-axisRémi Verschelde
Allow dragging on only one axis when holding down shift in 2D
2016-04-29Merge pull request #4484 from Paulb23/shader_editor_text_editor_settingsRémi Verschelde
Shader editor now uses text editor settings
2016-04-29Allow dragging on only one (global) axis when holding down shiftBojidar Marinov
Closes #1723
2016-04-29Shader editor now uses text editor settingsPaulb23
2016-04-29Specify the demos licenseRémi Verschelde
It was already under the MIT as the rest of the engine, but some users seemed not convinced about it.
2016-04-29Merge pull request #4482 from Geequlim/masterRémi Verschelde
Add more documentations and fix AcceptDialog::add_cancel
2016-04-29Add more documentations and fix AcceptDialog::add_cancelGeequlim
2016-04-29Merge pull request #4387 from JoshuaGrams/rigidbody2d-torqueRémi Verschelde
Hooked up RigidBody2D torque methods
2016-04-29Fill in the blank in the Array, CenterContainer and Dictionary class ↵Geequlim
reference (#4476)
2016-04-29Merge pull request #4473 from Paulb23/shader_editor_color_fixRémi Verschelde
Fixed shader editor syntax coloring
2016-04-29Documentation for Canvas Modulate, ColorPicker, ColorPickerButtonDaniel J. Ramirez
2016-04-28move Font to BitmapFontJuan Linietsky
so we can add DynamicFont later..