aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #19384 from guilhermefelipecgs/fix_loses_focusJuan Linietsky2018-06-051-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [Inspector] Fix search field losing focus when typing
| * | | | | | | | | | | | [Inspector] Fix search field losing focus when typingGuilherme Felipe2018-06-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #19382
* | | | | | | | | | | | | Doc: Fix typo in File documentationRémi Verschelde2018-06-051-2/+2
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #19383.
* | | | | | | | | | | | Merge pull request #19378 from Faless/udp_bcastMax Hilbrunner2018-06-051-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Set SO_BROADCAST socket option for UDP sockets.
| * | | | | | | | | | | | Set SO_BROADCAST socket option for UDP sockets.Fabio Alessandrelli2018-06-051-0/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #19377 from godotengine/revert-18172-fix_notificationRémi Verschelde2018-06-051-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Revert "Prevent visibility notification from being called twice in object creation"
| * | | | | | | | | | | | Revert "Prevent visibility notification from being called twice in object ↵Rémi Verschelde2018-06-051-2/+1
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creation"
* | | | | | | | | | | | Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-monoRémi Verschelde2018-06-051-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes ObjectDB leak printout with mono.
| * | | | | | | | | | | | Fixes ObjectDB leak printout with mono.Pieter-Jan Briers2018-05-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18767
* | | | | | | | | | | | | Merge pull request #19371 from guilhermefelipecgs/fix_rect2_propGeorge Marques2018-06-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Fix Rect2 properties typo
| * | | | | | | | | | | | Fix Rect2 properties typoGuilherme Felipe2018-06-041-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #19332 from Faless/optional_net_pollMax Hilbrunner2018-06-034-6/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Add option to disable automatic multiplayer poll in SceneTree
| * | | | | | | | | | | | Add option to disable automatic multiplayer pollFabio Alessandrelli2018-06-034-6/+26
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* / | | | | | | | | | | Dist: update script to make Steam icon setsRémi Verschelde2018-06-031-5/+24
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #19310 from hpvb/fix-mingw-static-mono-linkingRémi Verschelde2018-06-011-2/+9
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | Fix Mono static linking on Mingw
| * | | | | | | | | | Fix Mono static linking on MingwHein-Pieter van Braam2018-06-011-2/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #19250 from YeldhamDev/scene_editor_tooltipsRémi Verschelde2018-06-012-7/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Minor changes to the Scene and Canvas editors' tooltips
| * | | | | | | | | | Minor changes to the Scene and Canvas editors' tooltips.Michael Alexsander Silva Dias2018-05-292-7/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #19280 from clktmr/masterRémi Verschelde2018-06-011-0/+8
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Add cli paramerter --check-only for script parsing
| * | | | | | | | | | Add cli paramerter --check-only for script parsingTimur Celik2018-05-311-0/+8
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #19299 from oliverrausch/masterRémi Verschelde2018-06-011-6/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | Fix return type of isnan and isinf in the shader language
| * | | | | | | | | | Fix return type of isnan and isinf in the shader languageOliver Rausch2018-06-011-6/+6
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #19263 from vnen/fix-get-returnRémi Verschelde2018-05-311-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix return type of _get() virtual method
| * | | | | | | | | | Fix return type of _get() virtual methodGeorge Marques2018-05-291-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Revert "Revert "Prevent visibility notification been called twice in object ↵Rémi Verschelde2018-05-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :)
* | | | | | | | | | | makerst.py: Properly escape \ for rstRémi Verschelde2018-05-311-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes godotengine/godot-docs#1486.
* | | | | | | | | | | Revert "Prevent visibility notification been called twice in object creation"Rémi Verschelde2018-05-311-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d42b17607ef14aeb72036f8747eb4d5c64979872.
* | | | | | | | | | | Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-317-39/+35
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #19270 from akien-mga/recast-buildsystemRémi Verschelde2018-05-317-29/+13
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | Move NavigationMeshEditorPlugin to Recast module as should be
| * | | | | | | | | | Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde2018-05-307-29/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | Merge pull request #19278 from karroffel/image-rgbe-srgbJuan Linietsky2018-05-302-0/+33
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | added rgbe_to_srgb method to Image
| * | | | | | | | | | | added rgbe_to_srgb method to Imagekarroffel2018-05-302-0/+33
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #19261 from YeldhamDev/logger_period_fixRémi Verschelde2018-05-301-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | Don't add a period to a log file name if it has no extension
| * | | | | | | | | | | Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias2018-05-301-1/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #19272 from akien-mga/svg-buildsystemRémi Verschelde2018-05-301-18/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | SCons: Remove extraneous lib for SVG module
| * | | | | | | | | | | SCons: Remove extraneous lib for SVG moduleRémi Verschelde2018-05-301-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | Merge pull request #19275 from akien-mga/modules-can_buildRémi Verschelde2018-05-3033-61/+53
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | SCons: Pass env to modules can_build method
| * | | | | | | | | | | SCons: Pass env to modules can_build methodRémi Verschelde2018-05-3033-61/+53
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* | | | | | | | | | | Merge pull request #19268 from swarnimarun/minor_fixesRémi Verschelde2018-05-301-2/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | / / / / / | | |_|_|_|/ / / / / | |/| | | | | | | | Removing duplicate Batch Rename from scene-tree menu
| * | | | | | | | | Removing Duplicate Batch Rename from scene-tree menusteincodes2018-05-301-2/+0
| | | | | | | | | |
* | | | | | | | | | Merge pull request #19266 from akien-mga/os-execute-docMax Hilbrunner2018-05-303-16/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improve return value and docs on OS.execute regarding blocking/non-blocking variants
| * | | | | | | | | | Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde2018-05-303-16/+18
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Merge pull request #19255 from Faless/rpc_sync_mmoreRémi Verschelde2018-05-3031-333/+322
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | RPCMode refactor, more sync modes (2)
| * | | | | | | | | New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-2910-5/+84
| | | | | | | | | |
| * | | | | | | | | New sync RPC modes to match all combinationsFabio Alessandrelli2018-05-293-4/+25
| | | | | | | | | |
| * | | | | | | | | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-2925-328/+217
| |/ / / / / / / /
* | | | | | | | | Merge pull request #19171 from BastiaanOlij/add_arvr_interface_gdnative_versionBastiaan Olij2018-05-303-1/+13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Adding version info to GDNative ARVR interfaces
| * | | | | | | | [WIP] Adding version info to GDNative ARVR interfacesBastiaan Olij2018-05-273-1/+13
| | | | | | | | |
* | | | | | | | | Allow setting higher numbers in Android version/codeDmitry Pupinin2018-05-291-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #19243 from godotengine/revert-19021-rpc_sync_fixMax Hilbrunner2018-05-2930-319/+333
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "RPCMode refactor, more sync modes"