Rémi Verschelde
ced113136b
Merge pull request #19213 from bit-shift-io/master
...
Fix for not picking up locale of some .po translation files
2018-05-28 12:50:35 +02:00
Max Hilbrunner
daa136784d
Merge pull request #19181 from guilhermefelipecgs/fix_memory_leak
...
Fix memory leak in set_custom_mouse_cursor
2018-05-28 12:49:34 +02:00
Rémi Verschelde
bce002f5c3
Merge pull request #18410 from GodotExplorer/debugger-inherited-variables
...
Add inherited variables support for script debugger
2018-05-28 11:59:18 +02:00
Rémi Verschelde
98846b39ee
Merge pull request #18899 from ibrahn/gdscript-license-info
...
GDScript access to copyright, license, author and donor information.
2018-05-28 11:58:20 +02:00
Rémi Verschelde
cdb5186d7e
Merge pull request #19194 from YeldhamDev/scenetree_doc_groupcall
...
Fixed GroupCallFlags links in the SceneTree's doc
2018-05-28 11:39:41 +02:00
Fabian
1065f06eef
Fix for not picking up locale of some .po translation files
2018-05-28 12:51:05 +09:30
Guilherme Felipe
aad6bdad94
Add validation in set_custom_mouse_cursor
...
Check if the image is valid.
2018-05-27 20:55:05 -03:00
tagcup
9d41161596
Fixed Basis -> Quat conversions, added a few safety checks.
...
Fixes #19027 .
2018-05-27 14:15:47 -04:00
Juan Linietsky
c80ac06253
Merge pull request #18691 from Web-eWorks/atlasfixes
...
Fix Sprite3d using AtlasTexture... Again.
2018-05-27 12:55:42 -03:00
Marcelo Fernandez
e9db8964e3
Add a message when there is nothing to Undo or Redo
2018-05-27 12:53:52 -03:00
Ignacio Etcheverry
97342e6985
Merge pull request #19201 from neikeq/issue-13837
...
Mono: Fix MonoImage filename being set to an invalid path
2018-05-27 17:19:13 +02:00
Ignacio Etcheverry
97fb999976
Mono: Fix MonoImage filename being set to an invalid path
2018-05-27 17:15:41 +02:00
volzhs
4ea8c6b1e1
Fix unable to remove split on Polygon 2D editor after restarting editor
2018-05-27 22:32:58 +09:00
Andrea Catania
97a1011ba1
Improved kinematic test_body_motion code
2018-05-27 14:55:52 +02:00
Bastiaan Olij
8901b3cf00
[WIP] Adding version info to GDNative ARVR interfaces
2018-05-27 20:31:41 +10:00
Bastiaan Olij
6c649bd785
Merge pull request #19029 from BastiaanOlij/more_viewport_texture_fixes
...
Fixed generating radiance texture when using viewport texture for sky
2018-05-27 19:53:10 +10:00
Mintormo
5d28a21454
Added support Python 3 in "make_header.py" file
2018-05-27 12:51:57 +03:00
Michael Alexsander Silva Dias
e10687a520
Fixed GroupCallFlags links in the SceneTree's doc.
2018-05-27 01:22:34 -03:00
Zirak
c329780ea7
Editor autocomplete won't insert unnecessary quotes
...
When autocompleting a string (e.g. emit_signal or connect), e.g.
emit_signal('visibility_c')
^
where "^" is the cursor, hitting <tab> would insert an unnecessary
quote, breaking the string:
emit_signal('visibility_changed'')
This commit adds a small lookahead, so the end result will be as the
user probably expected:
emit_signal('visibility_changed')
2018-05-26 21:13:42 +00:00
Guilherme Felipe
aa174d963d
Fix memory leak in set_custom_mouse_cursor
2018-05-26 15:56:35 -03:00
Max Hilbrunner
130fd6bcb8
Merge pull request #18279 from RandomShaper/allow-naive-http
...
Allow body-up-to-EOF HTTP responses
2018-05-26 19:58:39 +02:00
Max Hilbrunner
8a9e7ab6a6
Merge pull request #15489 from willnationsdev/gdnative-hook
...
Add EditorPlugin.build() build callbacks
2018-05-26 19:01:45 +02:00
Max Hilbrunner
23b4b7d53a
Merge pull request #18234 from flashyincceo/font-preview
...
Adding font preview to file browsers
2018-05-26 18:31:48 +02:00
Max Hilbrunner
e790d4aafa
Merge pull request #18349 from Gorgexpress/master
...
Fixed 2D intersect_shape limiting broadphase results
2018-05-26 18:29:49 +02:00
Max Hilbrunner
7e8b7a7815
Merge pull request #18379 from ZDDM/18-04-23-audiostream-docs
...
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
2018-05-26 18:22:05 +02:00
Max Hilbrunner
98dd2b3c79
Merge pull request #18884 from bojidar-bg/17698-screentex-bug
...
Fix a corner-case bug in _copy_texscreen in the gles3 renderer
2018-05-26 18:20:15 +02:00
Max Hilbrunner
140822cc8f
Merge pull request #18885 from Gamblify/AnimationTreeExposePos
...
Expose animation pos to user for AnimationNodes in AnimationTree
2018-05-26 18:18:07 +02:00
Max Hilbrunner
2fca33ac7b
Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-bars
...
Move things into the title bars of Visual Script nodes.
2018-05-26 18:06:58 +02:00
Max Hilbrunner
0e5ee8d635
Merge pull request #18747 from anakimluke/patch-1
...
fixed minor doc wording problem
2018-05-26 17:51:16 +02:00
Max Hilbrunner
16974d81d8
Merge pull request #18998 from Calinou/customizable-performance-reporting-rate
...
Make the performance reporting update frequency customizable
2018-05-26 17:31:52 +02:00
Max Hilbrunner
603af8055a
Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviour
...
light theme text editor behaviour
2018-05-26 17:26:12 +02:00
Max Hilbrunner
6d45de38a5
Merge pull request #19179 from Zirak/instance-without-parent
...
Instance scene at root node by default
2018-05-26 17:18:11 +02:00
Max Hilbrunner
93bfa75ddb
Merge pull request #19172 from BastiaanOlij/docs_ShaderMaterial
...
Added some quick info on shaders to the docs
2018-05-26 17:07:44 +02:00
Zirak
595d377062
Instance scene at root by default
...
Fix bug in cdcfb9582e
leading to the
root node not being selected by default.
Fix #18557 .
2018-05-26 14:09:07 +00:00
Rémi Verschelde
c0d3712305
Merge pull request #19177 from Nallebeorn/debugger-long-reasons
...
Don't cut of long errors in debugger.
2018-05-26 15:50:05 +02:00
Benjamin
98233073a9
Don't cut of long errors in debugger.
...
Autowrap to expand to up to 3 lines + display full error in tooltip.
2018-05-26 13:52:16 +02:00
Fabio Alessandrelli
a5e8a3be5e
New sync keywords in GDScript, NativeScript, Mono
2018-05-26 10:49:33 +02:00
Fabio Alessandrelli
19ba3d5da3
New sync RPC modes to match all combinations
2018-05-26 10:43:43 +02:00
Fabio Alessandrelli
9de4ffde61
Refactor RPCMode enum and checks
2018-05-26 10:43:43 +02:00
Rémi Verschelde
a71b0830ab
Merge pull request #19169 from BastiaanOlij/fix_zero_roll_influence
...
Check for 0 roll influence
2018-05-26 07:58:03 +02:00
Bastiaan Olij
b7ae2ca128
Added some quick info on shaders to the docs
2018-05-26 12:08:34 +10:00
Bastiaan Olij
660bebec94
Check for 0 roll influence
2018-05-26 08:26:39 +10:00
Rémi Verschelde
ca9b7f422f
Merge pull request #19165 from mrcdk/expose_area_methods
...
Expose methods area_set_area_monitor_callback and area_set_monitorable
2018-05-25 21:47:33 +02:00
MrCdK
0ea9c7c4dd
Expose methods area_set_area_monitor_callback and area_set_monitorable in PhysicsServer and Physics2DServer
2018-05-25 20:46:54 +02:00
Rémi Verschelde
ba125a60a4
Merge pull request #18931 from guilhermefelipecgs/fix_find_bar
...
[Doc] Fixes in find bar
2018-05-25 17:49:36 +02:00
Max Hilbrunner
335679f481
Merge pull request #19161 from godotengine/docs-sort
...
[DOCS] Array sort
2018-05-25 16:57:31 +02:00
Max Hilbrunner
9115d84913
[DOCS] Array sort
2018-05-25 16:55:56 +02:00
Max Hilbrunner
47cfdfe2ee
Merge pull request #19120 from Keetz/master
...
Take tween speed into account when calculating runtime
2018-05-25 16:17:55 +02:00
Rasmus Ketelsen
c518b96362
Take tween speed into account when calculating runtime
2018-05-25 15:05:45 +02:00
Rémi Verschelde
c7ccb8abe1
Merge pull request #19159 from godotengine/revert-19127-set_cell_undo
...
Revert "Improve TileMap undo operations"
2018-05-25 13:01:41 +02:00