Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2018-05-26 | Merge pull request #18349 from Gorgexpress/master | Max Hilbrunner | |
Fixed 2D intersect_shape limiting broadphase results | |||
2018-05-26 | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docs | Max Hilbrunner | |
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis | |||
2018-05-26 | Merge pull request #18884 from bojidar-bg/17698-screentex-bug | Max Hilbrunner | |
Fix a corner-case bug in _copy_texscreen in the gles3 renderer | |||
2018-05-26 | Merge pull request #18885 from Gamblify/AnimationTreeExposePos | Max Hilbrunner | |
Expose animation pos to user for AnimationNodes in AnimationTree | |||
2018-05-26 | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-bars | Max Hilbrunner | |
Move things into the title bars of Visual Script nodes. | |||
2018-05-26 | Merge pull request #18747 from anakimluke/patch-1 | Max Hilbrunner | |
fixed minor doc wording problem | |||
2018-05-26 | Merge pull request #18998 from Calinou/customizable-performance-reporting-rate | Max Hilbrunner | |
Make the performance reporting update frequency customizable | |||
2018-05-26 | Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviour | Max Hilbrunner | |
light theme text editor behaviour | |||
2018-05-26 | Merge pull request #19179 from Zirak/instance-without-parent | Max Hilbrunner | |
Instance scene at root node by default | |||
2018-05-26 | Merge pull request #19172 from BastiaanOlij/docs_ShaderMaterial | Max Hilbrunner | |
Added some quick info on shaders to the docs | |||
2018-05-26 | Instance scene at root by default | Zirak | |
Fix bug in cdcfb9582e6e9f18df1475619f2ebe62b7f0bdce leading to the root node not being selected by default. Fix #18557. | |||
2018-05-26 | Merge pull request #19177 from Nallebeorn/debugger-long-reasons | Rémi Verschelde | |
Don't cut of long errors in debugger. | |||
2018-05-26 | Don't cut of long errors in debugger. | Benjamin | |
Autowrap to expand to up to 3 lines + display full error in tooltip. | |||
2018-05-26 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | |