Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | Merge pull request #19261 from YeldhamDev/logger_period_fix | Rémi Verschelde | |
Don't add a period to a log file name if it has no extension | |||
2018-05-30 | Merge pull request #19272 from akien-mga/svg-buildsystem | Rémi Verschelde | |
SCons: Remove extraneous lib for SVG module | |||
2018-05-30 | Merge pull request #19275 from akien-mga/modules-can_build | Rémi Verschelde | |
SCons: Pass env to modules can_build method | |||
2018-05-30 | SCons: Pass env to modules can_build method | Ré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-30 | SCons: Remove extraneous lib for SVG module | Ré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-30 | Don't add a period to a log file name if it has no extension. | Michael Alexsander Silva Dias | |
2018-05-30 | Merge pull request #19268 from swarnimarun/minor_fixes | Rémi Verschelde | |
Removing duplicate Batch Rename from scene-tree menu | |||
2018-05-30 | Merge pull request #19266 from akien-mga/os-execute-doc | Max Hilbrunner | |
Improve return value and docs on OS.execute regarding blocking/non-blocking variants | |||
2018-05-30 | Merge pull request #19255 from Faless/rpc_sync_mmore | Rémi Verschelde | |
RPCMode refactor, more sync modes (2) | |||
2018-05-30 | Removing Duplicate Batch Rename from scene-tree menu | steincodes | |
2018-05-30 | Improve return value of OS.execute in blocking/non-blocking variants | Ré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-30 | Merge pull request #19171 from BastiaanOlij/add_arvr_interface_gdnative_version | Bastiaan Olij | |
Adding version info to GDNative ARVR interfaces | |||
2018-05-29 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | |
2018-05-29 | New sync RPC modes to match all combinations | Fabio Alessandrelli | |
2018-05-29 | Refactor RPCMode enum and checks | Fabio Alessandrelli | |
2018-05-29 | Allow setting higher numbers in Android version/code | Dmitry Pupinin | |
2018-05-29 | Merge pull request #19243 from godotengine/revert-19021-rpc_sync_fix | Max Hilbrunner | |
Revert "RPCMode refactor, more sync modes" | |||
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | |
2018-05-29 | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | |
RPCMode refactor, more sync modes | |||
2018-05-29 | Merge pull request #19238 from volzhs/fix-image-out-of-size-error | Rémi Verschelde | |
Fix index out of size error of image.cpp | |||
2018-05-29 | Merge pull request #19227 from ibrahn/fix-py3-build | Rémi Verschelde | |
fixed building using scons with python3. | |||
2018-05-29 | Merge pull request #19199 from AndreaCatania/kinimp | Rémi Verschelde | |
Improved kinematic test_body_motion code | |||
2018-05-29 | Fix index out of size error of image.cpp | volzhs | |
2018-05-28 | fixed building using scons with python3 | Ibrahn Sahir | |
I broke python 3 builds by using py2 specific dict functions in commit 98846b39ee039358584884b439b96e799f1d2bd0 Fixed with functions in compat.py | |||
2018-05-28 | Enable singletons to be recognized as constant expressions | George Marques | |
Fix #14681 | |||
2018-05-28 | Fix MethodInfo for EditorInspectorPlugin.can_handle | Rémi Verschelde | |
2018-05-28 | Merge pull request #19218 from guilhermefelipecgs/fix_invalid_image2 | Max Hilbrunner | |
Change position of validation in set_custom_mouse_cursor | |||
2018-05-28 | Sync classref with current source | Rémi Verschelde | |
Also fix binding of Basis.slerp | |||
2018-05-28 | Change position of validation in set_custom_mouse_cursor | Guilherme Felipe | |
2018-05-28 | Merge pull request #19217 from ↵ | Juan Linietsky | |
godotengine/revert-18998-customizable-performance-reporting-rate Revert "Make the performance reporting update frequency customizable" | |||
2018-05-28 | Revert "Make the performance reporting update frequency customizable" | Juan Linietsky | |
2018-05-28 | Merge pull request #19210 from guilhermefelipecgs/fix_invalid_image | Max Hilbrunner | |
Add validation in set_custom_mouse_cursor | |||
2018-05-28 | Merge pull request #19213 from bit-shift-io/master | Rémi Verschelde | |
Fix for not picking up locale of some .po translation files | |||
2018-05-28 | Merge pull request #19181 from guilhermefelipecgs/fix_memory_leak | Max Hilbrunner | |
Fix memory leak in set_custom_mouse_cursor | |||
2018-05-28 | Merge pull request #18410 from GodotExplorer/debugger-inherited-variables | Rémi Verschelde | |
Add inherited variables support for script debugger | |||
2018-05-28 | Merge pull request #18899 from ibrahn/gdscript-license-info | Rémi Verschelde | |
GDScript access to copyright, license, author and donor information. | |||
2018-05-28 | Merge pull request #19194 from YeldhamDev/scenetree_doc_groupcall | Rémi Verschelde | |
Fixed GroupCallFlags links in the SceneTree's doc | |||
2018-05-28 | Fix for not picking up locale of some .po translation files | Fabian | |
2018-05-27 | Add validation in set_custom_mouse_cursor | Guilherme Felipe | |
Check if the image is valid. | |||
2018-05-27 | Merge pull request #18691 from Web-eWorks/atlasfixes | Juan Linietsky | |
Fix Sprite3d using AtlasTexture... Again. | |||
2018-05-27 | Merge pull request #19201 from neikeq/issue-13837 | Ignacio Etcheverry | |
Mono: Fix MonoImage filename being set to an invalid path | |||
2018-05-27 | Mono: Fix MonoImage filename being set to an invalid path | Ignacio Etcheverry | |
2018-05-27 | Improved kinematic test_body_motion code | Andrea Catania | |
2018-05-27 | [WIP] Adding version info to GDNative ARVR interfaces | Bastiaan Olij | |
2018-05-27 | Merge pull request #19029 from BastiaanOlij/more_viewport_texture_fixes | Bastiaan Olij | |
Fixed generating radiance texture when using viewport texture for sky | |||
2018-05-27 | Fixed GroupCallFlags links in the SceneTree's doc. | Michael Alexsander Silva Dias | |
2018-05-26 | Fix memory leak in set_custom_mouse_cursor | Guilherme Felipe | |
2018-05-26 | Merge pull request #18279 from RandomShaper/allow-naive-http | Max Hilbrunner | |
Allow body-up-to-EOF HTTP responses | |||
2018-05-26 | Merge pull request #15489 from willnationsdev/gdnative-hook | Max Hilbrunner | |
Add EditorPlugin.build() build callbacks | |||
2018-05-26 | Merge pull request #18234 from flashyincceo/font-preview | Max Hilbrunner | |
Adding font preview to file browsers |