summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-05Merge pull request #19378 from Faless/udp_bcastMax Hilbrunner
Set SO_BROADCAST socket option for UDP sockets.
2018-06-05Set SO_BROADCAST socket option for UDP sockets.Fabio Alessandrelli
2018-06-05Merge pull request #19377 from godotengine/revert-18172-fix_notificationRémi Verschelde
Revert "Prevent visibility notification from being called twice in object creation"
2018-06-05Revert "Prevent visibility notification from being called twice in object ↵Rémi Verschelde
creation"
2018-06-05Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-monoRémi Verschelde
Fixes ObjectDB leak printout with mono.
2018-06-04Merge pull request #19371 from guilhermefelipecgs/fix_rect2_propGeorge Marques
Fix Rect2 properties typo
2018-06-04Fix Rect2 properties typoGuilherme Felipe
2018-06-03Merge pull request #19332 from Faless/optional_net_pollMax Hilbrunner
Add option to disable automatic multiplayer poll in SceneTree
2018-06-03Dist: update script to make Steam icon setsRémi Verschelde
2018-06-03Add option to disable automatic multiplayer pollFabio Alessandrelli
Automatic poll from SceneTree is enabled by default. This allows for polling (and thus RPCs/RSETs) manually in other loops (e.g. physics, thread, specific step) and for proper mutex protecion when accessing the multiplayer API from threads (e.g. for sending larger files in chunks).
2018-06-01Merge pull request #19310 from hpvb/fix-mingw-static-mono-linkingRémi Verschelde
Fix Mono static linking on Mingw
2018-06-01Fix Mono static linking on MingwHein-Pieter van Braam
2018-06-01Merge pull request #19250 from YeldhamDev/scene_editor_tooltipsRémi Verschelde
Minor changes to the Scene and Canvas editors' tooltips
2018-06-01Merge pull request #19280 from clktmr/masterRémi Verschelde
Add cli paramerter --check-only for script parsing
2018-06-01Merge pull request #19299 from oliverrausch/masterRémi Verschelde
Fix return type of isnan and isinf in the shader language
2018-06-01Fix return type of isnan and isinf in the shader languageOliver Rausch
2018-05-31Add cli paramerter --check-only for script parsingTimur Celik
2018-05-31Merge pull request #19263 from vnen/fix-get-returnRémi Verschelde
Fix return type of _get() virtual method
2018-05-31Revert "Revert "Prevent visibility notification been called twice in object ↵Rémi Verschelde
creation"" This reverts commit 4d277b96ad581358f63870ae051dc73b69c82cd7. Woops, this wasn't meant to be committed. I just reverted it locally to test something, nothing wrong with the original commit :)
2018-05-31makerst.py: Properly escape \ for rstRémi Verschelde
Fixes godotengine/godot-docs#1486.
2018-05-31Revert "Prevent visibility notification been called twice in object creation"Rémi Verschelde
This reverts commit d42b17607ef14aeb72036f8747eb4d5c64979872.
2018-05-31Style: Apply clang-format (5.0) to some missed filesRémi Verschelde
2018-05-31Merge pull request #19270 from akien-mga/recast-buildsystemRémi Verschelde
Move NavigationMeshEditorPlugin to Recast module as should be
2018-05-30Merge pull request #19278 from karroffel/image-rgbe-srgbJuan Linietsky
added rgbe_to_srgb method to Image
2018-05-30Merge pull request #19261 from YeldhamDev/logger_period_fixRémi Verschelde
Don't add a period to a log file name if it has no extension
2018-05-30Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde
Modules can register their own editor plugins (like GridMap does), so no need to put module-specific classes in the `editor/` folder. Also cleans up the previous SCons env pollution from the Recast module, integrating its code into libmodules as other modules.
2018-05-30Merge pull request #19272 from akien-mga/svg-buildsystemRémi Verschelde
SCons: Remove extraneous lib for SVG module
2018-05-30Merge pull request #19275 from akien-mga/modules-can_buildRémi Verschelde
SCons: Pass env to modules can_build method
2018-05-30added rgbe_to_srgb method to Imagekarroffel
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
2018-05-30SCons: Remove extraneous lib for SVG moduleRémi Verschelde
It was likely copy pasted by mistake from the freetype module, which is more complex due to its usage in the core of the engine. The SVG module does not seem to need any special treatment, apart from linking in the main env so that editor can access it.
2018-05-30Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias
2018-05-30Merge pull request #19268 from swarnimarun/minor_fixesRémi Verschelde
Removing duplicate Batch Rename from scene-tree menu
2018-05-30Merge pull request #19266 from akien-mga/os-execute-docMax Hilbrunner
Improve return value and docs on OS.execute regarding blocking/non-blocking variants
2018-05-30Merge pull request #19255 from Faless/rpc_sync_mmoreRémi Verschelde
RPCMode refactor, more sync modes (2)
2018-05-30Removing Duplicate Batch Rename from scene-tree menusteincodes
2018-05-30Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde
Initialized the PID to -2, which will be the value returns in blocking- mode where the PID is not available. (-1 was already taken to signify an execution failure). OS::execute will now properly return a non-OK error code when it fails to execute the target file. The documentation was rewritten to be very clear about the differences between blocking and non-blocking mode. Fixes #19056.
2018-05-30Merge pull request #19171 from BastiaanOlij/add_arvr_interface_gdnative_versionBastiaan Olij
Adding version info to GDNative ARVR interfaces
2018-05-29Fix return type of _get() virtual methodGeorge Marques
2018-05-29New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-29New sync RPC modes to match all combinationsFabio Alessandrelli
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Minor changes to the Scene and Canvas editors' tooltips.Michael Alexsander Silva Dias
2018-05-29Allow setting higher numbers in Android version/codeDmitry Pupinin
2018-05-29Merge pull request #19243 from godotengine/revert-19021-rpc_sync_fixMax Hilbrunner
Revert "RPCMode refactor, more sync modes"
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
RPCMode refactor, more sync modes
2018-05-29Merge pull request #19238 from volzhs/fix-image-out-of-size-errorRémi Verschelde
Fix index out of size error of image.cpp
2018-05-29Merge pull request #19227 from ibrahn/fix-py3-buildRémi Verschelde
fixed building using scons with python3.
2018-05-29Merge pull request #19199 from AndreaCatania/kinimpRémi Verschelde
Improved kinematic test_body_motion code