summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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..
2016-04-29Fixed shader editor syntax coloringPaulb23
2016-04-28Merge pull request #4468 from Hinsbart/better_axis_descRémi Verschelde
More precise InputMap Axis descriptions in project settings.
2016-04-28Merge pull request #4466 from eska014/move-export-debug-toggleRémi Verschelde
Make export GUI debug toggle more obvious
2016-04-28Merge pull request #4462 from Paulb23/scroll_linesRémi Verschelde
Added scroll lines, issue #4243
2016-04-28Merge pull request #4451 from JoshuaGrams/anim-tree-filterRémi Verschelde
Anim tree: add filters on Animation nodes
2016-04-28Move export GUI debug toggle to export settings windoweska
2016-04-28More 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-28Partial documentation for Polygon2D and Raycast2D (#4467)Daniel Ramirez
2016-04-28Merge pull request #4465 from akien-mga/pr-classrefRémi Verschelde
Classref: Document Button and ButtonArray
2016-04-28Classref: Document Button and ButtonArrayRémi Verschelde
Also bind relevant constants and define some object types and better argument names for the docs.
2016-04-27Merge pull request #4461 from djrm/classref-editRémi Verschelde
Added GridContainer documentation
2016-04-27Merge pull request #4463 from AlexHolly/http-fix-duplicate-headerRémi Verschelde
fix - HTTPClient connection keep-alive duplicate Headers #4208
2016-04-27GridContainer, CheckBox documentation, descriptions for Vector2 and ↵Daniel J. Ramirez
CenterContainer.set_use_top_left
2016-04-27fix - HTTPClient connection keep-alive duplicate Headers #4208Alexander Holland
2016-04-27Merge pull request #4459 from CombustibleLemonade/masterRémi Verschelde
Documentation for WeakRef
2016-04-27Added scroll lines, issue 4243Paulb23
2016-04-27fixed some mistakes in WeakRef documentationJan Heemstra