Rémi Verschelde
|
a2e4eb7533
|
Merge pull request #23671 from marcelofg55/export_path_fix
Fix missing bind for _export_path_changed
|
2018-11-12 16:06:58 +01:00 |
|
Rémi Verschelde
|
4fa8b804a9
|
Merge pull request #23670 from merumelu/default-bus-layout-check
Use `ResourceLoader::exists` to check for default audio bus layout
|
2018-11-12 15:59:22 +01:00 |
|
Rémi Verschelde
|
0357d31530
|
Merge pull request #23669 from marcelofg55/gcc_55_fix
Fix compile recent compile issues with gcc 5.5
|
2018-11-12 15:46:50 +01:00 |
|
Marcelo Fernandez
|
aaa650e14a
|
Fix missing bind for _export_path_changed
|
2018-11-12 11:38:26 -03:00 |
|
merumelu
|
660395153f
|
Use ResourceLoader::exists to check for default audio bus layout
|
2018-11-12 14:35:32 +01:00 |
|
Marcelo Fernandez
|
8705c01f5a
|
Fix compile recent compile issues with gcc 5.5
|
2018-11-12 10:24:44 -03:00 |
|
Juan Linietsky
|
baa8678d2a
|
Do not allow samplers where they dont belong (variables/return types), fixes #15133
|
2018-11-12 08:36:26 -03:00 |
|
Juan Linietsky
|
4a0f783732
|
Properly remember EOF when interactive loader is done, fixes #14936
|
2018-11-12 08:24:05 -03:00 |
|
Rémi Verschelde
|
85f0ce40e1
|
Merge pull request #23653 from marcelofg55/as_stop
Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop
|
2018-11-12 08:56:19 +01:00 |
|
Rémi Verschelde
|
d1858cd729
|
Merge pull request #23655 from ibrahn/uninit-cleanup-plugins
Fixed various uninitialised member variables in editor plugins.
|
2018-11-12 08:56:07 +01:00 |
|
Rémi Verschelde
|
a05f136fb0
|
Merge pull request #23654 from YeldhamDev/remove_unused_debug_var
Remove unused variable in ScriptEditorDebugger
|
2018-11-12 08:53:28 +01:00 |
|
Rémi Verschelde
|
8dfe786406
|
Merge pull request #23649 from willnationsdev/fix-scene-icons
Fix scene dock not showing custom icons
|
2018-11-12 08:19:40 +01:00 |
|
Rémi Verschelde
|
e62644377b
|
Merge pull request #23648 from vnen/gdscript-enum
Make enum values not be script constants if enum is named
|
2018-11-12 08:15:55 +01:00 |
|
Michael Alexsander Silva Dias
|
8a08a9fb6a
|
Remove unused variable in ScriptEditorDebugger
|
2018-11-11 15:35:09 -02:00 |
|
Ibrahn Sahir
|
ed337085cf
|
Fixed various uninitialised member variables in editor plugins.
|
2018-11-11 17:32:47 +00:00 |
|
Marcelo Fernandez
|
9c8449a3db
|
Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop
|
2018-11-11 11:00:24 -03:00 |
|
Juan Linietsky
|
d16ce4a8ed
|
Many fixes to script editor remote debugger, closes #13346
|
2018-11-11 09:16:27 -03:00 |
|
Will Nations
|
33e18ab2b5
|
Fix scene dock not showing custom icons
|
2018-11-10 22:46:20 -06:00 |
|
George Marques
|
7f6f9abb2f
|
Make enum values not be script constants if enum is named
Anonymous enums still creates script constants.
Also add a check to see if name used for enum is already defined.
|
2018-11-11 01:42:20 -02:00 |
|
Rémi Verschelde
|
c3023e84c2
|
Merge pull request #23632 from DualMatrix/floating_point
Fixed floating point issue in find() of animation.
|
2018-11-10 23:25:59 +01:00 |
|
DualMatrix
|
b4315abb71
|
Fixed floating point issue in find() of animation.
Fixes #23504
|
2018-11-10 23:09:02 +01:00 |
|
Rémi Verschelde
|
c02cd5139f
|
Merge pull request #23490 from Faless/lws_client_memfix
Fix access to freed mem in WS client after #23241
|
2018-11-10 22:18:42 +01:00 |
|
Rémi Verschelde
|
1808cb466b
|
Merge pull request #23624 from bruvzg/macos_file_associations
[macOS] Fix file associations
|
2018-11-10 22:18:12 +01:00 |
|
Rémi Verschelde
|
9f4d89dffd
|
Merge pull request #23622 from RandomShaper/fix-windows-mouse-capture
Fix mouse mode restoration on Windows
|
2018-11-10 21:55:30 +01:00 |
|
Rémi Verschelde
|
35e533f34f
|
Merge pull request #23597 from vnen/network-fs-fix
Fix deploy with network filesystem
|
2018-11-10 21:54:14 +01:00 |
|
Rémi Verschelde
|
f2873e5d06
|
Merge pull request #23638 from DualMatrix/tileset_spam
Fixed error spam when deleting cell in tileset
|
2018-11-10 21:53:11 +01:00 |
|
Rémi Verschelde
|
2c0a2fbda3
|
Merge pull request #23633 from Naryosha/docs-sync
doc: Sync classref with current source
|
2018-11-10 21:51:18 +01:00 |
|
bruvzg
|
ccafdb5d05
|
[macOS] Fix file associations (for *.scn, *.tscn and project.godot).
|
2018-11-10 22:49:07 +02:00 |
|
Rémi Verschelde
|
54d33fabd1
|
Merge pull request #23618 from bruvzg/macos_spash_fix
[macOS] Fix blank splash screen
|
2018-11-10 21:46:47 +01:00 |
|
Rémi Verschelde
|
5ec30ba096
|
Merge pull request #23635 from Kanabenki/fix-angular-velocity-hints
Fix angular velocity property range in editor for CPUParticles and CPUParticles2D
|
2018-11-10 21:42:04 +01:00 |
|
Rémi Verschelde
|
8c45282d21
|
Merge pull request #23621 from workless/allow_strength_in_action_press
Allow to specify a custom strength when calling Input.action_press(),…
|
2018-11-10 21:35:07 +01:00 |
|
Rémi Verschelde
|
87d27e1250
|
Merge pull request #23639 from neikeq/gg
Fix GDScript placeholder fallback
|
2018-11-10 21:33:19 +01:00 |
|
Ignacio Etcheverry
|
7c4c646749
|
Fix GDScript placeholder fallback
|
2018-11-10 20:06:17 +01:00 |
|
DualMatrix
|
b6c386a3b0
|
Fixed error spam when deleting cell in tileset
Fixes #23556 and should fix #21549
|
2018-11-10 18:52:52 +01:00 |
|
Kanabenki
|
44918e214f
|
Fix wrong editor hints for angular_velocity properties
|
2018-11-10 17:13:21 +01:00 |
|
Juan Linietsky
|
3e128a6d8a
|
Was missing calling _mkid() in shader_gles2.cpp, regarding fix for #12880
|
2018-11-10 10:52:24 -03:00 |
|
Juan Linietsky
|
f00b522705
|
Avoid double underscore from breaking glsl compiler, fixes #12880
|
2018-11-10 10:48:18 -03:00 |
|
Poommetee Ketson
|
0babb60c74
|
doc: Sync classref with current source
|
2018-11-10 20:21:34 +07:00 |
|
Juan Linietsky
|
3226b44f79
|
Make sure rotated shapes with one way direction collisions work, fixes #12791
|
2018-11-10 10:12:35 -03:00 |
|
George Marques
|
9fac01e410
|
Fix deploy with network filesystem
Also make some prints only happen in verbose mode.
|
2018-11-10 10:51:31 -02:00 |
|
Juan Linietsky
|
eb2d7228cd
|
Make TextureRegion grid settings occupy less space, closes #12679
|
2018-11-10 08:08:27 -03:00 |
|
Davide Baldo
|
1b0c7515ff
|
Allow to specify a custom strength when calling Input.action_press(), this allows virtual axis, mainly for mobile.
|
2018-11-10 10:25:59 +00:00 |
|
Rémi Verschelde
|
11b2f90590
|
Merge pull request #23625 from workless/fix_tile_data_format
[BUGFIX] Fixed tilemap saving, format FORMAT_2 was not correctly written since…
|
2018-11-10 09:13:30 +01:00 |
|
Davide Baldo
|
672b1b19c0
|
Fixed tilemap saving, format FORMAT_2 was not correctly written since it was recognized as default value, hence
FORMAT_1 was always the case even when the tile_data was written in FORMAT_2.
|
2018-11-10 01:40:08 +00:00 |
|
Pedro J. Estébanez
|
b5c56f6cca
|
Fix mouse mode restoration on Windows
Fixes #23494.
|
2018-11-09 23:55:19 +01:00 |
|
bruvzg
|
30852d0237
|
[macOS] Fix blank splash screen
|
2018-11-09 21:47:23 +02:00 |
|
Rémi Verschelde
|
a16d9c6ab6
|
Merge pull request #23476 from marcelofg55/export_all
Add an Export All button to the Export dialog
|
2018-11-09 16:55:04 +01:00 |
|
Rémi Verschelde
|
06c42d151c
|
Merge pull request #23542 from marcelofg55/no_pie
Fix binaries incorrectly detected as shared libraries on some linux distros
|
2018-11-09 16:12:16 +01:00 |
|
Rémi Verschelde
|
d4c62e714c
|
Merge pull request #23578 from Liangdi/master
fix tile set editor crash when drawing polygon shapes
|
2018-11-09 15:57:31 +01:00 |
|
Rémi Verschelde
|
ffe5723fde
|
Merge pull request #23614 from DualMatrix/snappy
AnimationPlayer, snap absolute position instead of motion.
|
2018-11-09 15:56:32 +01:00 |
|