Rémi Verschelde
8e73629def
Merge pull request #19575 from tagcup/skeleton_doc
...
Added some details in skeleton docs.
2018-06-15 08:49:27 +02:00
tagcup
195e963613
Added some details in skeleton docs.
...
Workaround for #19551 .
2018-06-14 19:07:03 -04:00
Guilherme Felipe
c75e7f4848
[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)
2018-06-14 19:34:16 -03:00
letheed
90c5f60f1d
Tweak adaptative guideline and completion_background color
2018-06-15 00:31:43 +02:00
Guilherme Felipe
a63683e312
Small improvement to solarized theme
2018-06-14 09:07:40 -03:00
Pedro J. Estébanez
4810eae03b
Import morph target names from glTF
...
If mesh.extras.targetNames is available. Keep the former naming pattern as fallback.
2018-06-14 00:25:22 +02:00
Rémi Verschelde
4da621603e
Merge pull request #19545 from akien-mga/gizmos-defval
...
Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard
2018-06-13 22:45:51 +02:00
Rémi Verschelde
e5e23c7ebf
Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard
...
Likely added by mistake in #19487 .
Should fix #19543 .
2018-06-13 22:29:54 +02:00
Rémi Verschelde
576db2acee
Merge pull request #19488 from Paulb23/text_editor_colour_refactor
...
Text editor colour refactor
2018-06-13 20:27:38 +02:00
Paulb23
08c036b706
Removed duplicate default colours and removed GDScriptHighligher colours from main editor.
2018-06-13 18:25:02 +01:00
Paulb23
8f7e791ab6
Theme saving no longer hard coded
2018-06-13 18:21:44 +01:00
Rémi Verschelde
ea5512fc25
Merge pull request #19541 from SaracenOne/ime2
...
Make LineEdit IME position hook ignore placeholder text
2018-06-13 18:52:43 +02:00
Rémi Verschelde
8efbe9ed3d
Merge pull request #19487 from JFonS/better_3d_select
...
Improve 3D selection
2018-06-13 18:49:35 +02:00
JFonS
9cd1c20f6a
Polished 3D selection
2018-06-13 17:52:37 +02:00
Saracen
9d0bdf69c4
LineEdit IME position will now ignore placeholder text.
2018-06-13 16:42:36 +01:00
Rémi Verschelde
1651dbb54d
Merge pull request #19539 from nemerle/master
...
A typo in ShaderCompilerGLES2 constructor code '==' used instead of '='
2018-06-13 16:14:17 +02:00
nemerle
7d9a55bdc5
A typo in ShaderCompilerGLES2 constructor code '==' used instead of '='
2018-06-13 15:49:13 +02:00
Rémi Verschelde
44050cd24f
Merge pull request #19503 from akien-mga/osx-ctrl-cmd
...
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD
2018-06-13 15:43:54 +02:00
Juan Linietsky
c6ad75c277
Merge pull request #19505 from BastiaanOlij/improve_stereo_render
...
Improvement for stereo render, reuse culling and lighting for both eyes
2018-06-13 10:39:29 -03:00
Rémi Verschelde
d6d8237a5a
Merge pull request #19509 from SaracenOne/ime
...
IME context detection.
2018-06-13 15:26:50 +02:00
Rémi Verschelde
7bb6b39c10
Merge pull request #19514 from Chaosus/solarized_themes
...
Added Solarized Dark and Light themes
2018-06-13 15:17:43 +02:00
Rémi Verschelde
9c2de8ae2d
Merge pull request #19516 from groud/fix_crash_on_hover
...
Fixes a crash on draw_hover
2018-06-13 15:10:24 +02:00
Chaosus
e1abb84524
Added Solarized Dark and Light themes
2018-06-13 16:05:04 +03:00
Rémi Verschelde
cca0b8cb03
Merge pull request #19528 from guilhermefelipecgs/fix_tab_resize
...
Fix TabContainer not showing tabs on left when resizing.
2018-06-13 15:02:08 +02:00
Rémi Verschelde
9165e550f8
Style fixes for commit d5bb6faa
2018-06-13 14:42:55 +02:00
Rémi Verschelde
f0fa590210
Merge pull request #19526 from robojumper/fix_tutorials
...
Add support for tutorial links to makerst.py
2018-06-13 14:29:45 +02:00
Max Hilbrunner
62b75a94ec
Merge pull request #19515 from YeldhamDev/log_creation_fix
...
Fixed regression making the logger not respect the max files limit
2018-06-13 12:14:39 +02:00
Rémi Verschelde
d2b75557a5
Merge pull request #19524 from jahd2602/master
...
Inner classes' functions now appear in the editor's functions panel
2018-06-12 21:16:39 +02:00
Guilherme Felipe
b904c37a54
Fix TabContainer not showing tabs on left when resizing.
...
Fix #19510 .
2018-06-12 15:59:53 -03:00
Michael Alexsander Silva Dias
1971baf8a9
Fixed regression making the logger not respect the max files limit.
2018-06-12 12:57:48 -03:00
robojumper
98b59cf2a3
Add support for tutorial links to makerst.py
...
Also change the <tutorials> structure to make use of individual <link> tags
2018-06-12 17:40:24 +02:00
Jairo Honorio
afcac41d31
Inner classes' functions now appear in the editor's functions panel
...
Fixes #19386
2018-06-12 10:43:37 -03:00
groud
71cea6b515
Fixes a crash on draw_hover
2018-06-12 11:01:24 +02:00
Juan Linietsky
d5bb6faac7
-Make sure that ProjectSettings are properly dumped when dumping docs.
...
-Documented all properties of project settings
Update documentation for ProjectSettings
2018-06-11 13:41:16 -03:00
Saracen
c5bdb5b1d8
IME context detection.
2018-06-11 17:22:11 +01:00
Bastiaan Olij
3fc9b5d93f
Moved culling, updated lights and shadows into a prepare function so it is only called once for stereo rendering
2018-06-11 21:51:30 +10:00
Rémi Verschelde
76875ba145
Merge pull request #19494 from clayjohn/doc_viewport
...
Updated Viewport docs
2018-06-11 09:20:50 +02:00
Rémi Verschelde
9d65c0f195
Merge pull request #19492 from clayjohn/particle_properties
...
updated some ParticleMaterial properties
2018-06-11 09:20:05 +02:00
Rémi Verschelde
1319f3852d
Merge pull request #19489 from Nallebeorn/csg-reparent
...
Fix CSG issues when reparenting shape nodes.
2018-06-11 09:19:06 +02:00
Rémi Verschelde
3f09cac267
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD
...
KEY_MASK_CMD is automatically replaced by KEY_MASK_CTRL on non-OSX
and KEY_MASK_META (Command key) on OSX, so it should be used for all
Ctrl/Cmd + key shortcuts.
Also de-hacked the macOS shortcut replacements with proper conditional
definition. Not tested on macOS, cannot judge if they are good shortcuts.
Fixes #10761 .
2018-06-11 07:53:28 +02:00
clayjohn
650ebdc832
updated Viewport docs to correct wrong information and fill out empty sections
2018-06-10 11:40:25 -07:00
clayjohn
fafa197ca5
updated some particlematerial properties
2018-06-10 11:15:02 -07:00
Benjamin
1535ffab06
Fix CSG issues when reparenting shape nodes.
2018-06-10 17:54:42 +02:00
Rémi Verschelde
acd9646ede
Merge pull request #19461 from touilleMan/correct-test_get_names
...
Correct test list returned by test_get_names
2018-06-10 12:51:50 +02:00
Rémi Verschelde
fc00af99ce
Merge pull request #19459 from clayjohn/primitive_mesh_ranges
...
Updated Ranges for Primitive Mesh Properties
2018-06-10 12:48:38 +02:00
Rémi Verschelde
a18fe06773
Update AUTHORS and DONORS list
...
New contributors added to AUTHORS:
@Nallebeorn, @ibrahn, @KellyThomas, @ShyRed
Thanks to all contributors and donors for making Godot possible!
[ci skip]
2018-06-09 22:05:33 +02:00
Max Hilbrunner
e949230837
Merge pull request #18298 from gabrii/TextEditScaledSelection
...
TextEdit scaled selection
2018-06-09 19:35:48 +02:00
Max Hilbrunner
0c2622a856
Merge pull request #19462 from volzhs/fix-autoload-dnd
...
Fix drag and drop autoload
2018-06-09 19:21:15 +02:00
volzhs
12f93e9a0e
Fix drag and drop autoload
2018-06-09 20:07:58 +09:00
Emmanuel Leblond
7e3b605ff4
Correct test list returned by test_get_names
2018-06-09 13:02:05 +02:00