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
Rémi Verschelde
11aa0d1405
Various improvements to doc_status.py
...
- Make comments opt-in (smaller table in width)
- Reduce length of Brief Description and Description (also smaller table as output)
- Make names cyan (blue is too dark on black terminal)
- Drop some redundant synonyms for the flags
(cherry picked from commit 034d6e811f
)
2016-04-27 20:19:30 +02:00
Julian Murgia
6efe8818a7
Edited classes.xml : GraphEdit finished ( #4450 )
...
(cherry picked from commit 81e405545b
)
2016-04-27 20:19:20 +02:00
Rémi Verschelde
9023a84a93
Remove last NACL references
...
(cherry picked from commit d3811b490d
)
2016-04-27 20:19:12 +02:00
Rémi Verschelde
1bd2145e34
Drop NACL platform
...
It's no longer maintained and Chrome-specific, so it's not a viable solution
to deploy Godot games in browsers. The current prefered alternative is asm.js
(platform/javascript), and we're looking forward to WebAssembly.
(cherry picked from commit ec606f94dc
)
2016-04-27 20:18:59 +02:00
Rémi Verschelde
382a8250ba
Drop obsolete WIP for Flash platform
...
It was apparently never fully functional and has not been maintained.
Flash itself is nowadays clearly a deprecated technology, so there will
not be further work on it. platform/javascript and the upcoming
WebAssembly technologies should have a brighter future.
(cherry picked from commit f368d380e7
)
2016-04-27 20:17:37 +02:00
Paulb23
73296a9a6d
Trim trailing white space on save, issue 4383
...
(cherry picked from commit f3e6569e00
)
2016-04-27 20:17:25 +02:00
Hinsbart
93b1f60ca2
Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.
...
Fixes a bug that caused InputMap actions which have been set to joystick axes
not to work correctly on exported builds as the axis_value property wouldn't be serialized into engine.cfb.
See recent discussion in #49 (Post 121+)
(cherry picked from commit 9201b5a27c
)
2016-04-27 20:17:13 +02:00
Bojidar Marinov
7f4387d21e
Fix continious update with Camera2D
...
Closes #4406
(cherry picked from commit b2e0cedbf0
)
2016-04-27 20:17:07 +02:00
Bojidar Marinov
c0748bad06
Add a python script to check the current doc status
...
(cherry picked from commit c9340cdcc6
)
2016-04-27 20:17:00 +02:00
Hinsbart
94b321822d
add sign comparison for joystick axis events in InputMap::_find_event
...
fixes #4400
(cherry picked from commit 3b12f9ea82
)
2016-04-27 20:16:51 +02:00
Bojidar Marinov
c523749662
Fix Camera2D ignoring zoom when checking limits
...
Closes #1912
(cherry picked from commit 7a8aea0be9
)
2016-04-27 20:16:08 +02:00
eska
0f47311610
Add fallback to legacy KeyboardEvent in web export
...
Fallback to KeyboardEvent property `charCode` is absence of both `key`
and `char` for retrieval of unicode value.
(cherry picked from commit 45b90f16ca
)
2016-04-27 20:16:01 +02:00
Bojidar Marinov
4c358b7043
Add preview of the Camera2D's screen boundaries
...
Closes #3365
(cherry picked from commit e7f66a88d6
)
2016-04-27 20:15:46 +02:00
eska
98b30e3aff
Reimplement key input events in Emscripten export
...
Scancodes work, but unicode values are now completely broken in some
browser/OS combinations.
(cherry picked from commit 0e9eefb7d4
)
2016-04-27 19:42:31 +02:00
volzhs
9f5c6cf950
remove unused resources and add korean locale for android
...
- remove unused resources in platform/android/java/res/values/strings.xml
- add korean language resource for apk expansion download screen
(cherry picked from commit e94e710893
)
2016-04-27 19:42:22 +02:00
Zher Huei Lee
07fc330241
Fixed zero-length arrays in nrex. Fixes #4346
...
(cherry picked from commit 48b2dfab9f
)
2016-04-27 08:50:36 +02:00
Alex
c712e54b63
tiny fix to loop restart ( #4358 )
...
Closes #4355
(cherry picked from commit e566b17f91
)
2016-04-27 08:50:28 +02:00
Ignacio Etcheverry
6a2efc48c5
Fix 'Quit to Project Manager' not stopping the running application
...
(cherry picked from commit e48c07750f
)
2016-04-27 08:50:09 +02:00
Bojidar Marinov
ff1d370b9f
Fix File.get_csv_line not including quoted newlines in the output
...
Close #1232
(cherry picked from commit 7a18bb8ace
)
2016-04-27 08:50:03 +02:00
eska
e654184888
Always set default clear color
...
(cherry picked from commit 0ee8b74101
)
2016-04-27 08:49:56 +02:00
mrezai
cabb80ecf4
Add openssl=builtin to build command in .travis.yml
...
(cherry picked from commit 1db2759f5e
)
2016-04-27 08:49:45 +02:00
mrezai
3efa0f130d
Update OpenSSL to version 1.0.2g
...
(cherry picked from commit e97922f220
)
2016-04-27 08:49:39 +02:00
Saracen
47c7b535d2
BoneAttachments now position themselves instantly during bind.
...
(cherry picked from commit bc5ee6c98f
)
2016-04-27 08:49:30 +02:00
Hearto Lazor
5fac497aa2
Fixed curve baking, now always start at origin point
...
(cherry picked from commit 08b93da28a
)
2016-04-27 08:49:23 +02:00
volzhs
4bfcd14a6a
correct typo "overwrite"
...
(cherry picked from commit 86c6326057
)
2016-04-27 08:48:43 +02:00
Ignacio Etcheverry
dbcf969fbf
Keep editable instances data when replacing tree root node
...
(cherry picked from commit 3029f5ee02
)
2016-04-27 08:48:34 +02:00
Ignacio Etcheverry
52bf4a76b2
x11: Flush the X output buffer after changing mouse mode
...
(cherry picked from commit 5907a007dc
)
2016-04-27 08:48:23 +02:00
Marc Gilleron
f32a4dc516
Made trackpad behaviour optional in 3D mode (issue #4265 )
...
(cherry picked from commit 84d706cb35
)
2016-04-27 08:44:40 +02:00
Marc Gilleron
a0b6645858
Fixed #4163 (intersect_shape crashes on results limit)
...
(cherry picked from commit d239e6bc0e
)
2016-04-27 08:44:31 +02:00
mrezai
b24c3be564
Update OpenSSL to version 1.0.1s
...
(cherry picked from commit c860574d8b
and commit 2cbd850979
)
2016-04-27 08:43:39 +02:00
Saracen
b2b5c495e1
Subclasses can now extend from other subclasses contained in scripts derived from relative paths.
...
(cherry picked from commit d643a40f95
)
2016-04-27 08:42:48 +02:00
Paulb23
e367c6cdd8
Fixed undo redo interaction with find replace
...
(cherry picked from commit 189b306722
)
2016-04-27 08:42:23 +02:00