George Marques
4832731477
Fix memory leak
...
As pointed out by @sanikoyes in #4541 .
(cherry picked from commit 5930408746
)
2016-05-06 11:13:41 +02:00
Ignacio Etcheverry
19f08eaa5b
Fix wrong return and argument types in documentation
...
(cherry picked from commit 1e752c0120
)
2016-05-06 11:13:35 +02:00
Ignacio Etcheverry
975b4d2927
Add missing Vector2Array case to Variant::operator String()
...
- Correcly display Vector2Array default arguments in the documentation
(cherry picked from commit 2060e6616c
)
2016-05-06 11:13:25 +02:00
Hinsbart
913818a246
Fix ds3 gamepad mapping
...
(cherry picked from commit d6cd5108e3
)
2016-05-06 11:12:44 +02:00
Daniel J. Ramirez
4a4999451b
Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes
...
(cherry picked from commit 723c0d730c
)
2016-05-06 11:12:38 +02:00
George Marques
4f57e532b8
Fix windows 64-bits build.
...
The change in `tools/doc/doc_data.cpp` is needed because the MSVC
compiler does not support variable length arrays.
Fix #4113
(cherry picked from commit 9424c6c58f
)
2016-05-06 11:12:31 +02:00
Aleksandar Danilovic
3449c81bdb
Fixes 64 bit MSVC builds, disables bits parameter
...
Also Enables automatic detection of architecture for the MSVC compilers.
Builds without assembly optimisations for x64
Closes issue #3098
Signed-off-by: Aleksandar Danilovic <greatgames.alexandar@gmail.com>
(cherry picked from commit 7762e1afe6
)
2016-05-06 11:12:23 +02:00
mrezai
05857a5472
Update OpenSSL to 1.0.2h
...
(cherry picked from commit ab623c923d
)
2016-05-06 11:11:21 +02:00
Paulb23
ec3b50fd65
Autocomplete no longer shows duplicates, issue 1824
...
(cherry picked from commit 084d0bef96
)
2016-05-06 11:11:14 +02:00
CowThing
f95918e05a
Input Documentation
...
Input Documentation
(cherry picked from commit f6ae5e41de
)
2016-05-06 11:11:09 +02:00
Mattias Cibien
b3404c8c44
Fixed behavior of OS.set_window_resizable
...
Should fix #4428 .
* Minimize button is not hidden anymore
(cherry picked from commit 8fb7280f39
)
2016-05-06 11:10:57 +02:00
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