Roberto
b18000349e
Add missing license information (MiniZip)
...
(cherry picked from commit 04fc62c4e3
)
2016-06-25 00:10:59 +02:00
Andreas Haas
7bff33ea92
fix ui_* input events in Editor
...
`input/` is the category for these in globals ^^
fixes #5050
(cherry picked from commit a9779efe82
)
2016-06-25 00:09:26 +02:00
Bojidar Marinov
aad9cd3e22
Document Viewport and ViewportSprite classes
...
(cherry picked from commit 662e0cc411
)
2016-06-25 00:06:48 +02:00
Juan Linietsky
d5bed26e42
Make Input Actions config not affect the editor
...
(cherry picked from commit 64fd75d91a
)
2016-06-25 00:05:40 +02:00
volzhs
356c35954a
change invalid characters when get user data dir on Windows & Unix
...
Can't create user data folder when project name has ``\ / : * ? " < > |`` characters on OS_Windows & OS_Unix.
So, change it to ``-`` to be able to make folder.
fixes #4928 and it's altanative to #4986 .
(cherry picked from commit 9073dc9963
)
2016-06-25 00:05:00 +02:00
Rémi Verschelde
ff91f409bf
Merge pull request #5224 from zaps166/2.0-fix-theora-no-audio
...
Fix Theora video playback without a Vorbis stream
2016-06-17 19:58:39 +02:00
Błażej Szczygieł
763b29f34e
Fix Theora video playback without a Vorbis stream
...
- prevent audio resampler errors when number of channels is 0,
- don't check for 'audio_done' when there is no audio data.
2016-06-17 13:38:47 +02:00
Rémi Verschelde
d412cb65be
Doc: Make rst files as UTF-8
2016-06-05 00:19:45 +02:00
Rémi Verschelde
da8fb5de7a
classref: Sync with source
2016-06-05 00:11:15 +02:00
J08nY
845a0e2566
Added InputMap.get_actions()
...
get_actions() lists all actions in the InputMap.
(cherry picked from commit 1a80b2a04a
)
2016-06-05 00:03:48 +02:00
marcelofg55
bed17e98c8
Right click->Quit on the godot icon will now close the application on OSX.
...
Fixed get_window_position that missed a return on OSX.
(cherry picked from commit 76ab7d3886
)
2016-06-05 00:03:30 +02:00
Warlaan
c6ef223498
The create dialog starts collapsed now.
...
The original behavior can be reactivated in the editor settings.
(cherry picked from commit 987192775a
)
2016-06-05 00:01:29 +02:00
J08nY
8a7c4c017f
Fix typo in http_client.h
...
(cherry picked from commit b4fb4a131d
)
2016-06-05 00:00:28 +02:00
volzhs
f22e13d24e
deselect in help when click somewhere
...
(cherry picked from commit bf22e69822
)
2016-06-05 00:00:17 +02:00
George Marques
47f8da5409
Fix Color8 constructor using wrong value range
...
Fix #5015
(cherry picked from commit 43dad78209
)
2016-06-05 00:00:08 +02:00
J08nY
8ea940e99b
Added classref for HTTPClient and HTTPRequest
...
(cherry picked from commit 4c5439f8cd
)
2016-06-04 23:59:45 +02:00
Rémi Verschelde
f97cbdec8f
Update to libpng 1.5.27
...
No security relevant fix as far as I can see, but the version bump
does not hurt either.
(cherry picked from commit bc25492e63
)
2016-06-04 22:20:46 +02:00
Warlaan
fc15a842af
Added classes' short descriptions as tooltips in the create dialog.
...
(cherry picked from commit fe3a68c4c2
)
2016-06-04 22:20:33 +02:00
George Marques
6d45fc0717
Remove Make-related flags from Android build
...
They were wrongly placed, creating a file named "-fpic" instead of
applying "-fpic" to the build. This file was in .gitignore, which made it
less noticiable.
This also adds build.gradle to .gitignore.
(cherry picked from commit 408c26ce0b
)
2016-06-04 22:20:02 +02:00
P-GLEZ
298be3356f
StaticBody documentation
...
Documented StaticBody. Also corrected an error in StaticBody2D
documentation
(cherry picked from commit 35cb75220d
)
2016-06-04 22:20:02 +02:00
P-GLEZ
436e968b43
classref: Area documentation
...
One method was missing.
(cherry picked from commit 0325944ee4
)
2016-06-04 22:20:02 +02:00
Andreas Haas
2b06d7e6f7
Make Color.{rgba}8 return int instead float
...
According to the class doc, these should be int.
Also fixed a little bug: the setter for 'r8' changed the green value
(cherry picked from commit da3247a500
)
2016-06-04 22:20:02 +02:00
P-GLEZ
79e9917367
Area Documentation
...
Ported the Area2D documentation into its 3D counterpart. Also fixed some
typos
(cherry picked from commit 617530832b
)
2016-06-04 22:20:02 +02:00
jmintb
3efe43fb8b
Switched the space shooter demo from none fixed process to fixed process
...
(cherry picked from commit a9d246ea6c
)
2016-06-04 22:20:02 +02:00
marcelofg55
331a0aed71
Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys now on OSX
...
(cherry picked from commit bb223869e0
)
2016-06-04 22:20:02 +02:00
J08nY
39773b6b9a
Added classref for RigidBody, and finished classref for Resource
...
(cherry picked from commit 063d507a15
)
2016-06-04 22:20:02 +02:00
CowThing
566d751e39
Filling in documentation
...
VisibilityNotifier and VisibilityEnabler (2D and 3D).
(cherry picked from commit 3ba4e6b2ac
)
2016-06-04 22:20:02 +02:00
Paulb23
7928b5fef6
Current line draws behind line numbers and breakpont gutter
...
(cherry picked from commit 6ae126ef9b
)
2016-06-04 22:20:02 +02:00
Rémi Verschelde
8b8a1a0cbb
Icon: Remove more grey capsules behind official logo
...
(cherry picked from commit e6e878e139
)
2016-06-04 22:20:02 +02:00
Julian Murgia - StraToN
5c52f4437a
Documented Light2D and LightOccluder2D
...
(cherry picked from commit 9ac4b29322
)
2016-06-04 22:20:02 +02:00
Julian Murgia - StraToN
e8b1744325
Documented BackBufferCopy. Need validation for the different copy modes (constants)
...
(cherry picked from commit defe7f18c2
)
2016-06-04 22:20:02 +02:00
Aleksandar Danilovic
24e5755e72
Fix MS Visual Studio build settings
...
NMake was not setup by the vsproj=yes compilation
parameter. After attempting other possible options,
this is the best fix for our current requirements.
Compiling via NMake is implementing an alternative
to SCons, so this fix escapes out of NMake
environment while also supporting different target
builds and IDE error list integration.
Also sets -j setting to 2 so that it's easy for
people to change it to a propper value and speed it
up a bit for those that do not.
Adds two missing .gitignore Visual Studio temp files
present in Visual Studio's .gitignore.
(cherry picked from commit ca876191e5
)
2016-06-04 22:20:02 +02:00
Rémi Verschelde
1787ec12be
Editor: Fix base dir when going back to project manager
...
This caused the PM to load with the parameters of the previously loaded project.
Was a regression from ea751724a2
. Closes #4045 .
(cherry picked from commit 6fefcfd46a
)
2016-06-04 22:20:02 +02:00
MarianoGNU
c67b1888b5
Remove focus from Sprite Region Editor dialog. Fixes #4751
...
(cherry picked from commit e7b7dfefd3
)
2016-06-04 22:20:02 +02:00
Paulb23
7029c96221
Added, goto next and previous breakpoint and remove all, issue 1690
...
(cherry picked from commit daf0ed646f
)
2016-06-04 22:20:02 +02:00
Geequlim
178168aa8a
Add spaces to macros in memory.h to make C++11 compilers happy
...
(cherry picked from commit 728ce570a5
)
2016-06-04 22:20:02 +02:00
Paulb23
71487793df
Fix crash when redoing backspace to clear selection
...
(cherry picked from commit 4a5997ec1c
)
2016-06-04 22:20:02 +02:00
Paulb23
99c948ba56
Added breakpoint markers, issue 4750
...
(cherry picked from commit 72fda444d1
)
2016-06-04 22:20:02 +02:00
Ignacio Etcheverry
211a6d01bc
Debugger: show error message if description is not available
...
(cherry picked from commit ea9cde8842
)
2016-06-04 22:20:02 +02:00
marcelofg55
280899ee43
Added application/fat_bits property for EditorExportPlatformOSX::EditorExportPlatformOSX
...
(cherry picked from commit ba0fbe4f79
)
2016-06-04 22:20:02 +02:00
Paulb23
652f82dae8
Fixed caret color not changing though properties
...
(cherry picked from commit 6dd538a7ae
)
2016-06-04 22:20:02 +02:00
Carter Anderson
6844b580f6
Remove noisy print
...
(cherry picked from commit 7df5249779
)
2016-06-04 22:20:02 +02:00
Daniel J. Ramirez
ef4ac86656
Modified damp ranges
...
(cherry picked from commit ba0baa3ca7
)
2016-06-04 22:20:02 +02:00
Daniel J. Ramirez
f346733d80
Clamped some light2D ranges
...
(cherry picked from commit c9350d7897
)
2016-06-04 22:20:02 +02:00
volzhs
bbf08a48df
fix unexpected char: '\' error on windows
...
error occurred when register additional directory for android module on windows.
### config.py ###
```
def can_build(plat):
return plat=="android"
def configure(env):
if (env['platform'] == 'android'):
env.android_add_res_dir("android/res")
```
(cherry picked from commit 5eb14d3af0
)
2016-06-04 22:20:02 +02:00
volzhs
4478f8cfbb
use node name as filename when save scene
...
fix #4723
(cherry picked from commit 9e1ee568a6
)
2016-06-04 22:20:02 +02:00
Hugo Locurcio
5ad050be2b
Change the default comment color to #676767 ( #4763 )
...
A neutral gray color, more readable than the old brown one.
(cherry picked from commit e75701e0b5
)
2016-06-04 22:20:02 +02:00
anatoly techtonik
a5007d0e7a
README.md docs are not wiki ( #4770 )
...
(cherry picked from commit e56f05c690
)
2016-06-04 22:20:02 +02:00
est31
88e512547b
README: use https links to main website
...
Thanks @akien-mga for having given me the idea:
926df79a7c
(cherry picked from commit da54a4d693
)
2016-06-04 22:20:02 +02:00
est31
85018e185a
README: Improve Documentation section
...
The move was over three months ago, it is irritating
to still read "has been moved to".
(cherry picked from commit d3515a1ccb
)
2016-06-04 22:20:02 +02:00