Daniel J. Ramirez
7e077258c5
Fixed documentation generator for polymorphic functions
...
(cherry picked from commit 57d0b78426
)
2016-05-06 11:10:48 +02:00
Daniel J. Ramirez
fb3d10c579
Documented bool methods
...
(cherry picked from commit 3ca1d0f1d5
)
2016-05-06 11:10:41 +02:00
Daniel J. Ramirez
0b75c39c2b
Documented float
...
(cherry picked from commit 520e6f5b09
)
2016-05-06 11:10:34 +02:00
Daniel J. Ramirez
e0a13981fc
Documented int methods
...
(cherry picked from commit 4453284388
)
2016-05-06 11:10:28 +02:00
CowThing
bdbb831261
Finished AnimationPlayer Documentation
...
(cherry picked from commit abf5f8c586
)
2016-05-06 11:09:51 +02:00
Ignacio Etcheverry
97e30f4cd7
Fix checking unsaved changes only in current scene
...
(cherry picked from commit 107e62be70
)
2016-05-06 11:07:46 +02:00
CowThing
78dc8e79c4
Documented YSort ( #4515 )
...
Documented YSort
(cherry picked from commit 957c265f11
)
2016-05-06 11:07:25 +02:00
Rémi Verschelde
40681d90e5
Debugger: Fix breaked signal binding ( #4508 )
...
Closes #4270 .
(cherry picked from commit 8ceab5ddaf
)
2016-05-06 11:07:17 +02:00
Daniel J. Ramirez
fbb8a2170c
Documented ColorRamp
...
(cherry picked from commit c2bdb3727b
)
2016-05-06 11:07:03 +02:00
Daniel J. Ramirez
e8a972197c
Partial documentation for Particles2D
...
(cherry picked from commit 3cd58fe0ba
)
2016-05-06 11:06:56 +02:00
Bojidar Marinov
047767b824
Document Popup, PopupDialog, PopupMenu, and PopupPanel
...
(cherry picked from commit 5cdf4a6379
)
2016-05-06 11:06:49 +02:00
Rémi Verschelde
ef2f1ae811
Tabs: Fix align issue with right/close buttons
...
The stylebox around the close button was badly centered.
There were also bad margins applied when using right buttons.
(cherry picked from commit 21c181bd3c
)
2016-05-06 11:06:42 +02:00
Rémi Verschelde
7c419032c7
Tabs: cleanup code, no functional change
...
Some dead code removed, a few cosmetic changes.
(cherry picked from commit 8b32c80529
)
2016-05-06 11:06:35 +02:00
Rémi Verschelde
9bdcc97e56
Tabs: Fix navigation buttons overlap when resizing
...
It was not taking into account the minimum width of the stylebox.
Fixed by factorizing some duplicate code.
(cherry picked from commit 8574489dd2
)
2016-05-06 11:06:29 +02:00
Rémi Verschelde
7f80fce464
Tabs: Fix icon size not taken into account for offset
...
Fixes #4107 .
(cherry picked from commit bbaf296948
)
2016-05-06 11:06:22 +02:00
Rémi Verschelde
ea9b552e27
Variant: readd Dict.has_all
...
Erroneously removed in 4bc494ae2e
.
2016-05-06 10:56:39 +02:00
Juan Linietsky
21ab3a030e
missing default value
2016-05-05 18:44:29 -03:00
Juan Linietsky
a14ff27337
fix to avoid video texture scaling
2016-05-05 18:44:20 -03:00
Juan Linietsky
d6e30256ad
ability to shrink all images x2 on load
...
this is for extreme cases when running on devices with very low video
memory, so you can still retain compatibility.
2016-05-05 18:43:47 -03:00
Ariel Manzur
4bc494ae2e
export fix_alpha_edges
2016-05-05 18:42:55 -03:00
Rémi Verschelde
d49fff6246
FileDialog: reset mkdir label after use ( #4500 )
...
Closes #1686 .
(cherry picked from commit ab7886ffc4
)
2016-05-01 12:28:27 +02:00
Rémi Verschelde
d29087cc53
OSX: Fix lib suffix for Android lib ( #4499 )
...
Fixes #1452 .
(cherry picked from commit 94274b9ab5
)
2016-05-01 12:28:20 +02:00
Rémi Verschelde
27461a79dc
GridMap: Fix backwards rotate hotkeys ( #4498 )
...
Fixes #1237
(cherry picked from commit 8259c46707
)
2016-05-01 12:28:14 +02:00
Rémi Verschelde
a86cfc258e
AnimationPlayer: Prevent resetting timeline when pinned ( #4497 )
...
Fixes #1019
(cherry picked from commit 0b4f277184
)
2016-05-01 12:28:07 +02:00
Rémi Verschelde
26c2e0d09d
math: Fix rounding error for 0 in Math::round ( #4495 )
...
Thus revert the previous workaround in commit b123bc4a2a
.
Fixes #3221 .
(cherry picked from commit 6883325f92
)
2016-05-01 12:28:01 +02:00
Rémi Verschelde
0b49d78a3f
Project manager: unescape project names ( #4494 )
...
Fixes #3609
(cherry picked from commit 78adbf4790
)
2016-05-01 12:27:54 +02:00
volzhs
40b546fb83
Allow any directory for custom character set and gradient image file when import font
...
fix #4486
(cherry picked from commit b172cb524d
)
2016-05-01 12:27:43 +02:00
Rémi Verschelde
3c453b7bd2
Ignore invalid folders in `platform`
...
Fixes #4479
(cherry picked from commit f938793e78
)
2016-05-01 12:27:14 +02:00
George Marques
f033763700
Implement OS.get_process_ID for Windows
...
Based on code by @ratsdiov.
Closes #1733
(cherry picked from commit 2cd8e86aa0
)
2016-05-01 12:27:04 +02:00
Rémi Verschelde
944ac2500a
classref: Sync with source
2016-04-29 18:12:33 +02:00
Geequlim
b4adb0d338
Add more documentations for this classes:
...
* BoxContainer
* CenterContainer
* ScrollContainer
* SplitContainer
* Vector2
* StringArray
* FileDiloags
(cherry picked from commit a518792d89
)
2016-04-29 18:06:09 +02:00
Ariel Manzur
227604a566
Fix launching from .app on OSX
...
(cherry picked from commit 6962fd91c6
)
2016-04-29 18:05:39 +02:00
Bojidar Marinov
70644301dd
Allow dragging on only one (global) axis when holding down shift
...
Closes #1723
(cherry picked from commit d82ff4ed09
)
2016-04-29 18:02:27 +02:00
Paulb23
4228505cf0
Shader editor now uses text editor settings
...
(cherry picked from commit 64751e0a75
)
2016-04-29 18:02:19 +02:00
Rémi Verschelde
9086a929b2
Specify the demos license
...
It was already under the MIT as the rest of the engine,
but some users seemed not convinced about it.
(cherry picked from commit fa3240a8e9
)
2016-04-29 18:02:10 +02:00
Geequlim
5365ae9212
Add more documentations and fix AcceptDialog::add_cancel
...
(cherry picked from commit 5c61e17c10
)
2016-04-29 18:02:03 +02:00
Geequlim
a3fd381a4f
Fill in the blank in the Array, CenterContainer and Dictionary class reference ( #4476 )
...
(cherry picked from commit 4de3f8944e
)
2016-04-29 07:44:23 +02:00
Daniel J. Ramirez
d81ffaf2ab
Documentation for Canvas Modulate, ColorPicker, ColorPickerButton
...
(cherry picked from commit faf21b81e8
)
2016-04-29 07:43:43 +02:00
Paulb23
c77a5f910e
Fixed shader editor syntax coloring
...
(cherry picked from commit bda5ea0871
)
2016-04-29 07:43:30 +02:00
eska
91461b588d
Move export GUI debug toggle to export settings window
...
(cherry picked from commit ab4caa7953
)
2016-04-29 07:43:23 +02:00
Hinsbart
3a3f56689e
More precise InputMap Axis descriptions in project settings.
...
Now it's "Left Stick {Up, Down, Left, Right}" instead of just "Left Stick" repeated 4x.
(cherry picked from commit 418049b741
)
2016-04-29 07:43:16 +02:00
Daniel Ramirez
35e05b092c
Partial documentation for Polygon2D and Raycast2D ( #4467 )
...
(cherry picked from commit 9f29b4b26a
)
2016-04-29 07:43:09 +02:00
Rémi Verschelde
238bbb6539
Classref: Document Button and ButtonArray
...
Also bind relevant constants and define some object types and better
argument names for the docs.
(cherry picked from commit 3a4ec88b37
)
2016-04-29 07:42:59 +02:00
Daniel J. Ramirez
946ef8d478
GridContainer, CheckBox documentation, descriptions for Vector2 and CenterContainer.set_use_top_left
...
(cherry picked from commit a5b4c1d64f
)
2016-04-29 07:42:48 +02:00
Alexander Holland
d3ee8de754
fix - HTTPClient connection keep-alive duplicate Headers #4208
...
(cherry picked from commit 6ad226ac38
)
2016-04-29 07:42:40 +02:00
Paulb23
517518ae9a
Added scroll lines, issue 4243
...
(cherry picked from commit 54244e0e1d
)
2016-04-29 07:42:08 +02:00
Rémi Verschelde
084ce221d7
NACL removal: fix leftover
2016-04-27 23:17:18 +02:00
Jan Heemstra
e38666b76a
fixed some mistakes in WeakRef documentation
...
(cherry picked from commit e301ca3544
)
2016-04-27 20:19:52 +02:00
Jan Heemstra
6f76eca883
Documented WeakRef and member functions
...
(cherry picked from commit edff81c214
)
2016-04-27 20:19:46 +02:00
Julian Murgia - StraToN
d183a5361f
Documented Node2D
...
(cherry picked from commit 87aa128228
)
2016-04-27 20:19:37 +02:00