summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-29New sync RPC modes to match all combinationsFabio Alessandrelli
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
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
2018-05-29Fix index out of size error of image.cppvolzhs
2018-05-28fixed building using scons with python3Ibrahn Sahir
I broke python 3 builds by using py2 specific dict functions in commit 98846b39ee039358584884b439b96e799f1d2bd0 Fixed with functions in compat.py
2018-05-28Enable singletons to be recognized as constant expressionsGeorge Marques
Fix #14681
2018-05-28Fix MethodInfo for EditorInspectorPlugin.can_handleRémi Verschelde
2018-05-28Merge pull request #19218 from guilhermefelipecgs/fix_invalid_image2Max Hilbrunner
Change position of validation in set_custom_mouse_cursor
2018-05-28Sync classref with current sourceRémi Verschelde
Also fix binding of Basis.slerp
2018-05-28Change position of validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-28Merge pull request #19217 from ↵Juan Linietsky
godotengine/revert-18998-customizable-performance-reporting-rate Revert "Make the performance reporting update frequency customizable"
2018-05-28Revert "Make the performance reporting update frequency customizable"Juan Linietsky
2018-05-28Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner
Add validation in set_custom_mouse_cursor
2018-05-28Merge pull request #19213 from bit-shift-io/masterRémi Verschelde
Fix for not picking up locale of some .po translation files
2018-05-28Merge pull request #19181 from guilhermefelipecgs/fix_memory_leakMax Hilbrunner
Fix memory leak in set_custom_mouse_cursor
2018-05-28Merge pull request #18410 from GodotExplorer/debugger-inherited-variablesRémi Verschelde
Add inherited variables support for script debugger
2018-05-28Merge pull request #18899 from ibrahn/gdscript-license-infoRémi Verschelde
GDScript access to copyright, license, author and donor information.
2018-05-28Merge pull request #19194 from YeldhamDev/scenetree_doc_groupcallRémi Verschelde
Fixed GroupCallFlags links in the SceneTree's doc
2018-05-28Fix for not picking up locale of some .po translation filesFabian
2018-05-27Add validation in set_custom_mouse_cursorGuilherme Felipe
Check if the image is valid.
2018-05-27Merge pull request #18691 from Web-eWorks/atlasfixesJuan Linietsky
Fix Sprite3d using AtlasTexture... Again.
2018-05-27Merge pull request #19201 from neikeq/issue-13837Ignacio Etcheverry
Mono: Fix MonoImage filename being set to an invalid path
2018-05-27Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry
2018-05-27Improved kinematic test_body_motion codeAndrea Catania
2018-05-27Merge pull request #19029 from BastiaanOlij/more_viewport_texture_fixesBastiaan Olij
Fixed generating radiance texture when using viewport texture for sky
2018-05-27Fixed GroupCallFlags links in the SceneTree's doc.Michael Alexsander Silva Dias
2018-05-26Fix memory leak in set_custom_mouse_cursorGuilherme Felipe
2018-05-26Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner
Allow body-up-to-EOF HTTP responses
2018-05-26Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner
Add EditorPlugin.build() build callbacks
2018-05-26Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner
Adding font preview to file browsers
2018-05-26Merge pull request #18349 from Gorgexpress/masterMax Hilbrunner
Fixed 2D intersect_shape limiting broadphase results
2018-05-26Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
2018-05-26Merge pull request #18884 from bojidar-bg/17698-screentex-bugMax Hilbrunner
Fix a corner-case bug in _copy_texscreen in the gles3 renderer
2018-05-26Merge pull request #18885 from Gamblify/AnimationTreeExposePosMax Hilbrunner
Expose animation pos to user for AnimationNodes in AnimationTree
2018-05-26Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner
Move things into the title bars of Visual Script nodes.
2018-05-26Merge pull request #18747 from anakimluke/patch-1Max Hilbrunner
fixed minor doc wording problem
2018-05-26Merge pull request #18998 from Calinou/customizable-performance-reporting-rateMax Hilbrunner
Make the performance reporting update frequency customizable
2018-05-26Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviourMax Hilbrunner
light theme text editor behaviour
2018-05-26Merge pull request #19179 from Zirak/instance-without-parentMax Hilbrunner
Instance scene at root node by default
2018-05-26Merge pull request #19172 from BastiaanOlij/docs_ShaderMaterialMax Hilbrunner
Added some quick info on shaders to the docs
2018-05-26Instance scene at root by defaultZirak
Fix bug in cdcfb9582e6e9f18df1475619f2ebe62b7f0bdce leading to the root node not being selected by default. Fix #18557.
2018-05-26Merge pull request #19177 from Nallebeorn/debugger-long-reasonsRémi Verschelde
Don't cut of long errors in debugger.
2018-05-26Don't cut of long errors in debugger.Benjamin
Autowrap to expand to up to 3 lines + display full error in tooltip.
2018-05-26New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli