Rémi Verschelde
61e95fc0bb
Merge pull request #17617 from eska014/emsc-assertions
...
Disable Emscripten assertions in release_debug builds
2018-03-19 06:18:22 +01:00
Poommetee Ketson
fc4e772286
Merge pull request #17606 from PJB3005/18-03-18-just-pressed-action-docs-update
...
Improve Input.is_action_just_* docs.
[ci skip]
2018-03-19 08:34:59 +07:00
Ignacio Etcheverry
883afd1b4d
Merge pull request #17619 from neikeq/mono-runtime-main-args
...
Mono: Runtime main args and assembly search fixes
2018-03-18 23:16:44 +01:00
Ignacio Etcheverry
fa1d656af4
Mono: Runtime main args and assembly search fixes
...
- Setup runtime main args during initialization. This must be done manually by embedders who do not call mono_runtime_run_main. Fixes NullReferenceException in System.Environment.
- Continue to search the assembly in the rest of the search locations if loading it from one of them failed.
2018-03-18 23:07:04 +01:00
Leon Krause
d6c9d8d778
Disable Emscripten assertions in release_debug builds
...
The messages generated by some assertions can be confusing to users.
2018-03-18 21:33:54 +01:00
Pieter-Jan Briers
11aa330a6f
Improve Input.is_action_just_* docs.
...
More clarification.
2018-03-18 13:41:25 +01:00
Poommetee Ketson
760b0567a6
Merge pull request #17590 from YeldhamDev/iph_typo_fix
...
Fixed small typo in the "InstancePlaceholder" doc
[ci skip]
2018-03-18 08:33:41 +07:00
Michael Alexsander Silva Dias
712d6e724a
Fixed small typo in the "InstancePlaceholder" doc.
2018-03-17 16:00:36 -03:00
Rémi Verschelde
201d2d7226
Merge pull request #17564 from ShyRed/fixbuild
...
Open textfile in textmode
2018-03-17 08:50:21 +01:00
Ignacio Etcheverry
389ad72399
Merge pull request #17179 from paulloz/mono-assemblies-preload-facades
...
[mono] add the 'Facades' subfolder to the searched directories
2018-03-16 21:40:42 +01:00
Fabio Alessandrelli
c531262190
Merge pull request #16947 from Faless/ui_actions
...
GUI elements ui_action usage, improvements
2018-03-16 20:55:11 +01:00
ShyRed
75308d7a30
Open textfile in textmode
...
Open mapping files in textmode as they are textfiles.
2018-03-16 16:28:05 +01:00
Leon Krause
e06a56eac8
Fix typo in engine.js
2018-03-16 15:40:00 +01:00
Max Hilbrunner
7275fb6170
[DOCS] Node: Remove duplicate information
2018-03-16 11:48:45 +01:00
Rémi Verschelde
cc617dc5d1
SCons: properly close files when reading controller mappings
...
Fixup to #17296 .
2018-03-16 08:40:33 +01:00
Rémi Verschelde
f17c35b447
Merge pull request #17537 from Noshyaar/intcam
...
InterpolatedCamera: use internal_process
2018-03-16 08:10:37 +01:00
Hein-Pieter van Braam
395ecc2235
Merge pull request #16964 from mrcdk/audio_server_bus_changed_fix
...
AudioServer emit bus_layout_changed signal when adding, moving or del…
2018-03-16 00:10:52 +01:00
Hein-Pieter van Braam
bb331d85b8
Merge pull request #17130 from nical/issue-17050
...
Fix polyline rendering when width <= 1.
2018-03-16 00:04:07 +01:00
Hein-Pieter van Braam
009b0bab49
Merge pull request #17248 from Cygon/implement-extra-culling-margin
...
Apply culling margin (fixes issue #16115 )
2018-03-15 23:45:59 +01:00
Poommetee Ketson
6b22ec5f6c
InterpolatedCamera: use internal_process
2018-03-16 05:15:26 +07:00
Hein-Pieter van Braam
99f286e23f
Merge pull request #17264 from poke1024/fix-gesture-key-event-accepted
...
Fix gesture events being blocked
2018-03-15 23:13:04 +01:00
Hein-Pieter van Braam
aed2fedd16
Merge pull request #17291 from Warlaan/master
...
completed-signal for coroutines with more than one yield
2018-03-15 23:11:37 +01:00
Hein-Pieter van Braam
64b336b367
Merge pull request #17293 from bncastle/basebutton_fix_pressed
...
Fix "ui_accept" action not calling _pressed() function in GDScript Button
2018-03-15 22:58:49 +01:00
Fabio Alessandrelli
b0186b41bb
Merge pull request #17237 from RandomShaper/fix-ssl-handshake
...
Fix HTTPClient SNI support when verify is off
2018-03-15 22:43:34 +01:00
Hein-Pieter van Braam
e4e0ba908a
Merge pull request #17296 from cart/controller-mapping-autogen
...
Generate controller mapping class from one or more SDL2 database files
2018-03-15 22:42:06 +01:00
Hein-Pieter van Braam
9bc0503c91
Merge pull request #17376 from marcelofg55/file_get_path
...
Added File.get_path and File.get_path_absolute functions
2018-03-15 22:21:21 +01:00
Hein-Pieter van Braam
f8706cbdf2
Merge pull request #17407 from poke1024/fix-hsv-mismatch
...
Fix mismatch between Color.h and Color.from_hsv()
2018-03-15 22:16:57 +01:00
Rémi Verschelde
9bb1b55486
Merge pull request #17514 from brylie/patch-1
...
Add brief description
2018-03-15 20:45:26 +01:00
Rémi Verschelde
e2dd6671dc
Merge pull request #17527 from poke1024/fix-17522
...
Fix debugger_stdout_settings being ignored
2018-03-15 20:40:14 +01:00
Rémi Verschelde
d3648b51b1
Merge pull request #17533 from JFonS/shader_allow_hint_defaults
...
Hinted shader uniforms can have a default value
2018-03-15 20:24:44 +01:00
Rémi Verschelde
d5f3f3ddc2
Merge pull request #17541 from mhilbrunner/docs-node
...
[DOCS] Node: Networking updates, fix outdated and missing docs
2018-03-15 20:03:13 +01:00
mhilbrunner
5a3e841c60
[DOCS] Node: Networking updates, fix outdated and missing docs
2018-03-15 20:00:34 +01:00
Rémi Verschelde
99c1323a08
Merge pull request #17388 from Hinsbart/mono_class_name
...
Mono: Avoid invalid class names.
2018-03-15 19:47:39 +01:00
Andreas Haas
700d07cf7c
Mono: Avoid invalid class names.
...
Disallow reserved keywords as class names and prefix base class with the Godot
namespace if it's the same as the class name.
Fixes #12483
2018-03-15 19:25:06 +01:00
Rémi Verschelde
a8147d0f8b
Merge pull request #17536 from bruvzg/fix_mingw_build
...
Fix MinGW cross-build
2018-03-15 16:50:01 +01:00
bruvzg
e337eecd17
Fix MinGW cross-build
2018-03-15 17:29:55 +02:00
JFonS
479f531635
Hinted shader uniforms can have a default value
2018-03-15 15:23:40 +01:00
Rémi Verschelde
d2f929304b
Merge pull request #17529 from Noshyaar/patch-1
...
Fix script template on `_ready` behavior
2018-03-15 14:05:23 +01:00
Rémi Verschelde
6f8b79ea5f
Merge pull request #17528 from BastiaanOlij/missing_uwp_boolvariable
...
Added missing import BoolVariable
2018-03-15 12:47:43 +01:00
Poommetee Ketson
01ec06d9ae
Fix script template on _ready
behavior
2018-03-15 18:38:53 +07:00
Bastiaan Olij
cc9e8aa732
Added missing import BoolVariable
...
Didn't like the missing BoolVariable :)
2018-03-15 22:35:44 +11:00
Bernhard Liebl
2b728de8f2
Fix debugger_stdout_settings being ignored
2018-03-15 12:22:10 +01:00
Rémi Verschelde
506c492657
Merge pull request #17520 from eska014/wasm-webgl1
...
Check only for WebGL 1.0 before starting downloads, move test to HTML file
2018-03-15 08:55:14 +01:00
Leon Krause
61026e62bf
Check only for WebGL 1.0, move test to HTML file
...
Whether to use WebGL 1.0 or 2.0 can only be determined at runtime after
reading project settings, so check for the lower version.
The test is now in the HTML file, so if desired WebGL 2.0 can be
checked early by changing the behaviour there.
2018-03-15 04:04:24 +01:00
Brylie Christopher Oxley
32fc6c9041
Add brief description
2018-03-14 23:23:38 +02:00
Rémi Verschelde
955397dfd5
Merge pull request #17194 from garyo/scons_find_msvc
...
Enable SCons to autodetect Windows MSVC compiler
2018-03-14 21:27:00 +01:00
Bernhard Liebl
1d3b5d5a2f
Fix mismatch between Color.h and Color.from_hsv()
2018-03-14 21:04:02 +01:00
Lars Kokemohr
3dfef37628
completed-signal is emitted by all GDScriptFunctionStates of a coroutine now, allowing to yield for completion of a function with more than one yield inside.
2018-03-14 16:42:13 +01:00
Rémi Verschelde
e767482952
Merge pull request #17506 from akien-mga/scons-no-platform
...
SCons: Fix running 'scons' without platform argument
2018-03-14 15:42:39 +01:00
Rémi Verschelde
a44f9ca545
SCons: Fix running 'scons' without platform argument
...
The cache and progress logic assumed the 'env' to be defined,
but it is only when the selected platform is in the supported list.
Fixes #17497 .
2018-03-14 15:25:59 +01:00