Rémi Verschelde
|
0d728123c6
|
Merge pull request #26818 from vnen/class_name-inheritance
Allow class_name scripts to have nested inheritance
|
2019-03-09 14:27:43 +01:00 |
Rémi Verschelde
|
9d36ce25e8
|
Merge pull request #26807 from akien-mga/editor-hint-gles2-fallback
Set editor hint early for Project Manager and Editor
|
2019-03-09 12:36:42 +01:00 |
George Marques
|
25f9aee005
|
Allow class_name scripts to have nested inheritance
|
2019-03-09 00:47:27 -03:00 |
Daeil Kim
|
1edc2134c9
|
Prevent invisible/inactive cpuparticles to redraw(3d)
|
2019-03-09 10:50:44 +09:00 |
Rémi Verschelde
|
d462e5153d
|
Set editor hint early for Project Manager and Editor
We need it in setup() already before initializing the renderer,
as it's used to force fallback to GLES2 if GLES3 fails.
Fixes #26806.
|
2019-03-09 01:04:55 +01:00 |
Rémi Verschelde
|
86d6a72c97
|
Merge pull request #26738 from samH-FIT/MeshColor
Fixed MeshInstance2d copying Line2d's default color
|
2019-03-08 23:44:39 +01:00 |
samHFIT
|
fbaee40b1d
|
Added default color to mesh render
|
2019-03-08 18:26:58 +01:00 |
Rémi Verschelde
|
60d910b191
|
Merge pull request #26756 from marcelofg55/android_rec_perm
Request Android record permission when needed
|
2019-03-08 18:22:38 +01:00 |
Juan Linietsky
|
95c6d9caba
|
Fix crash in texture previeer, closes #26749, probably others
|
2019-03-08 14:18:12 -03:00 |
DESKTOP-3H3MR3A\eloisa
|
b22cf46fdb
|
Request Android record permission when needed
|
2019-03-08 12:38:36 -03:00 |
Rémi Verschelde
|
241a85de7c
|
Merge pull request #26791 from Calinou/fix-typo-gdscript-warning
Fix typo in GDScript narrowing conversion warning message
|
2019-03-08 14:51:04 +01:00 |
Hugo Locurcio
|
5a574a4f29
|
Fix typo in GDScript narrowing conversion warning message
This closes #26790.
|
2019-03-08 14:28:33 +01:00 |
Robear Selwans
|
b852a7a854
|
Added the ability to change the default cursor property for the RichTextLabel component.
|
2019-03-08 13:33:34 +02:00 |
Rémi Verschelde
|
a38bf5287a
|
Merge pull request #26781 from YeldhamDev/editfilediag_favdir_fix
Fix "Favorite" button not being toggled when navigating to a faved folder manually
|
2019-03-08 08:26:55 +01:00 |
Rémi Verschelde
|
a1f5d2529c
|
Merge pull request #26767 from qarmin/fix_text_entered_error
Fix error when trying to enter to folder/node directly via address bar
|
2019-03-08 08:21:38 +01:00 |
Daeil Kim
|
608af1a786
|
Prevent invisible/inactive cpupparticles2d to redraw
|
2019-03-08 16:05:00 +09:00 |
Ignacio Roldán Etcheverry
|
65487ed4ed
|
Merge pull request #26746 from shartte/godot-trace-listener
Add a custom TraceListener on Startup for Mono
|
2019-03-08 07:05:41 +01:00 |
qarmin
|
8c4051819e
|
Fix error when trying to enter to folder/node directly via address bar
|
2019-03-08 06:15:42 +01:00 |
Michael Alexsander Silva Dias
|
ec1c879746
|
Fix "Favorite" button not being toggled when navigating to a faved folder manually
|
2019-03-07 21:48:12 -03:00 |
Ignacio Roldán Etcheverry
|
488884178e
|
Merge pull request #26776 from neikeq/issue-26616
Fix CSharpInstance::set not working with base classes
|
2019-03-08 01:16:27 +01:00 |
Ignacio Etcheverry
|
a4825c2f8b
|
Fix CSharpInstance::set not working with base classes
|
2019-03-08 00:12:19 +01:00 |
Rémi Verschelde
|
201cb8d7ed
|
Merge pull request #26745 from akien-mga/android-modules-def
Define android/modules globally so it appears in Project Settings
|
2019-03-07 23:06:05 +01:00 |
Rémi Verschelde
|
6ee3002237
|
Merge pull request #26773 from neikeq/issue-26628
Mono: Fix crash with exported field of custom Reference derived type
|
2019-03-07 22:54:03 +01:00 |
Rémi Verschelde
|
bce56cf337
|
Fix -Wc++11-extensions warning after #26737
Fixes #26769.
|
2019-03-07 22:48:00 +01:00 |
Rémi Verschelde
|
91fb807088
|
Merge pull request #26762 from groud/fix_odd_texture_size_gizmo
Fixes bad gizmo alignment for textures with odd size
|
2019-03-07 22:41:24 +01:00 |
Ignacio Etcheverry
|
c5f8b0960a
|
Mono: Fix crash with exported field of custom Reference derived type
|
2019-03-07 22:38:31 +01:00 |
Ignacio Etcheverry
|
17a55861f1
|
Merge pull request #26770 from neikeq/issue-26675
Mono: Partially implement some Godot debug api functions
|
2019-03-07 22:00:59 +01:00 |
Ignacio Etcheverry
|
47407ba2df
|
Merge pull request #26761 from Chaosus/fix_mono_wrap
Fix division by zero at wrap functions in mono
|
2019-03-07 21:34:03 +01:00 |
Gilles Roudière
|
a6c229bbfd
|
Fixes bad gizmo alignment for textures with odd size
|
2019-03-07 21:05:23 +01:00 |
Ignacio Etcheverry
|
8e2e0795bb
|
Mono: Partially implement some Godot debug api functions
Debug breaks sent with debug_break and debug_break_parse should display correctly in the Godot debugger now.
|
2019-03-07 21:02:57 +01:00 |
Sebastian Hartte
|
37d448fca7
|
Added a Godot TraceListener, which is automatically installed on startup. Fixes that Debug/Trace Assertions are simply swallowed by Godot.
|
2019-03-07 21:00:19 +01:00 |
Chaosus
|
752055ccba
|
Fix division by zero at wrap functions in mono
|
2019-03-07 22:57:12 +03:00 |
Ignacio Etcheverry
|
4c0b0a6bdd
|
Merge pull request #26765 from neikeq/issue-25959
Mono: Fix crash when re-using script binding after domain reloading
|
2019-03-07 20:50:37 +01:00 |
Ignacio Etcheverry
|
d2be02f21e
|
Merge pull request #26755 from shartte/fix-exported-props-for-tool-scripts
Update exported variables for Mono tool scripts
|
2019-03-07 20:43:57 +01:00 |
Ignacio Etcheverry
|
e904f814c8
|
Mono: Fix crash when re-using script binding after domain reloading
|
2019-03-07 19:55:40 +01:00 |
Sebastian Hartte
|
f8a6a6c8a2
|
Update scripts exports even when normal script instances are created to better support tool scripts with exported variables.
|
2019-03-07 18:52:43 +01:00 |
Juan Linietsky
|
9af7fa193f
|
Do not annoy unrelated textures with texture editor.
|
2019-03-07 13:54:05 -03:00 |
Rémi Verschelde
|
b38f44e177
|
Merge pull request #26758 from qarmin/fix_error_dragging_empty_script_editor
Fix error when dragging empty script list in Script Editor
|
2019-03-07 17:40:42 +01:00 |
Juan Linietsky
|
b376273f1b
|
Force inspector to clean up on delete, fixes crash.
|
2019-03-07 12:39:53 -03:00 |
Juan Linietsky
|
6cb841edcb
|
Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733
|
2019-03-07 12:16:20 -03:00 |
qarmin
|
7837276597
|
Fix error when dragging empty script list in Script Editor
|
2019-03-07 16:09:02 +01:00 |
Rémi Verschelde
|
e28e849012
|
Merge pull request #21534 from volzhs/fix-scrollcontainer-size
Precise size calculation of ScrollContainer
|
2019-03-07 14:19:43 +01:00 |
Juan Linietsky
|
06dbeab5d4
|
No longer crash due to wrongly requesting a gizmo, fixes #26735
|
2019-03-07 09:26:49 -03:00 |
Rémi Verschelde
|
c74bf2e6b1
|
Define android/modules globally so it appears in Project Settings
Until now people had to add it manually to project.godot to load custom modules.
|
2019-03-07 11:25:58 +01:00 |
Rémi Verschelde
|
6976181638
|
Merge pull request #26696 from TweaklabOrg/master
OS X: update mouse position on mouse down
|
2019-03-07 11:18:46 +01:00 |
Rémi Verschelde
|
eb4a6a8147
|
Merge pull request #26737 from MidZik/rng-seed-fix
Fixed get_seed() not returning the correct seed.
|
2019-03-07 11:18:18 +01:00 |
Rémi Verschelde
|
8f5d9b6391
|
doc: Sync classref with current source
|
2019-03-07 10:54:42 +01:00 |
Philip Whitfield
|
b717eb714c
|
osx: update mouse position on mouse press
|
2019-03-07 10:10:33 +01:00 |
MidZik
|
4eccb58bc5
|
Fixed get_seed() not returning the correct seed.
|
2019-03-07 02:45:18 -06:00 |
Juan Linietsky
|
7141c73ae8
|
Use glCopyTexSubImage2D instead of glCopyTexImage2D, should be safer and faster.
May be a solution to #26500
|
2019-03-07 00:14:13 -03:00 |