summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-15Add GDScript slave keyword deprecation warning.Fabio Alessandrelli
2018-09-15Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli
NOTE: This changes the RPC_MODE_* enum values. Games should be re-exported. GDNative rebuilt.
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases.
2018-09-14ProjectSettings: Fix InputMap editor on HiDPIRémi Verschelde
Fixes #20898.
2018-09-14Merge pull request #21954 from isaacremnant/fix_inputsRémi Verschelde
Fix is_action_pressed for InputEventActions
2018-09-14Merge pull request #22026 from fire/scons_vsproj_17843Rémi Verschelde
Fix #17843 describing inability to generate vs projects without being…
2018-09-14Merge pull request #22051 from fire/vs_expression_20885Rémi Verschelde
Update visual scripting to use new expression class #20885
2018-09-14Merge pull request #21717 from willnationsdev/edicon-refactorRémi Verschelde
Refactor editor icon retrieval
2018-09-14Merge pull request #21569 from JFonS/add_noise_texturesRémi Verschelde
Add SimplexNoise and NoiseTexture as new resources
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects.
2018-09-14Merge pull request #21502 from Web-eWorks/atlasfixesRémi Verschelde
AtlasTexture fixes, part 2.
2018-09-14doc: Mention get_node in Node.get_child documentationRémi Verschelde
See #22052.
2018-09-14Merge pull request #22057 from elasota/fix-compressed-zero-byteRémi Verschelde
Fix get_8 returning 0 for last byte of compressed files
2018-09-14Merge pull request #22053 from akien-mga/animtexture-frame-internalRémi Verschelde
Mark AnimatedTexture frame_* properties as internal
2018-09-14Merge pull request #22035 from karroffel/gdnative-variant-opRémi Verschelde
[GDNative] add Variant::Operator
2018-09-13Fix FileAccessCompressed::get_8 returning 0 for the last byte of a fileelasota
2018-09-13Merge pull request #21806 from JFonS/inspector_uniform_defaultsJuan Linietsky
Set uniform default values in inspector
2018-09-13Set uniform default values in inspectorJFonS
2018-09-13Mark AnimatedTexture frame_* properties as internalRémi Verschelde
This way they no longer appear in the documentation, and the related setters and getters do.
2018-09-13Update visual scripting to use new expression class #20885K. S. Ernest (iFire) Lee
2018-09-13Merge pull request #22027 from akien-mga/plain-text-gles-toggleRémi Verschelde
Use plain text instead of icons for video driver toggle
2018-09-13[GDNative] add Variant::OperatorThomas Herzog
2018-09-13Merge pull request #22034 from mhilbrunner/docs-projectsettings-clearcolorMax Hilbrunner
[DOCS] Project Settings: Default clear color
2018-09-13[DOCS] Project Settings: Default clear colorMax Hilbrunner
2018-09-13Merge pull request #22030 from Faless/sockets_fixesRémi Verschelde
Properly initialize Winsock on startup
2018-09-13Merge pull request #21847 from Calinou/light-gizmo-update-inspectorRémi Verschelde
Update Light properties in the inspector when dragging their gizmos
2018-09-13Properly initialize Winsock on startupFabio Alessandrelli
Also fix typo in _get_last_error which caused Winsock connect to fail.
2018-09-13Merge pull request #21540 from YeldhamDev/image_reimp_error_fixRémi Verschelde
Fix error when reimporting an Image resource
2018-09-13Fix #17843 inability to generate vs projects without being in a MSVC command ↵K. S. Ernest (iFire) Lee
prompt by guessing variables. The vcxproj extension has been in MSVC 2012. The sln extension has been in MSVC 2012.
2018-09-13Document provenance of Penner easing equations in TweenRémi Verschelde
As noted in #21600.
2018-09-13Use plain text instead of icons for video driver toggleRémi Verschelde
Fixes #21660, supersedes and closes #21724.
2018-09-13Merge pull request #21730 from reisraff/fixing_key_shortcutRémi Verschelde
#21500 Fixing key shortcut
2018-09-13Merge pull request #21819 from DualMatrix/built-in-scriptRémi Verschelde
Made editor automatically open the scene of built in scripts
2018-09-13Merge pull request #22017 from YeldhamDev/errors_tab_changesRémi Verschelde
Add expand/collapse all buttons for the "Errors" tab
2018-09-13Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde
Fix non chunked HTTP reading till eof.
2018-09-13Merge pull request #22013 from akien-mga/doc-unify-editor-rstRémi Verschelde
doc: Make property sections in rst similar to editor docs
2018-09-13Merge pull request #22015 from vnen/uwp-arm-zstdRémi Verschelde
Patch zstd to build for UWP ARM
2018-09-13Merge pull request #22020 from Faless/tcp_fixRémi Verschelde
Fix TCP connecting state not set correctly
2018-09-13Merge pull request #22000 from Faless/lws_uwp32Rémi Verschelde
Fix libwebsockets 32-bits UWP builds.
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
Misc. typos
2018-09-13Fix TCP connecting state not set correctlyFabio Alessandrelli
2018-09-12Add expand/collapse all buttons for the "Errors" tabMichael Alexsander Silva Dias
2018-09-12Misc. typosluz.paz
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
2018-09-12Patch zstd to build for UWP ARMGeorge Marques
Patch comes from upstream and can be removed when it makes to stable release.
2018-09-13Merge pull request #21979 from Faless/script_debugger_connect_logRémi Verschelde
Add message when ScriptDebugger connects.
2018-09-13Merge pull request #22014 from ↵Rémi Verschelde
godotengine/revert-21780-animatedsprite-deprecated Revert "Drop deprecated compatibility methods from AnimatedSprite"
2018-09-13Revert "Drop deprecated compatibility methods from AnimatedSprite"Rémi Verschelde
2018-09-13Fix libwebsockets 32-bits UWP builds.Fabio Alessandrelli
Also fix bogus windows detect.py
2018-09-13doc: Make property sections in rst similar to editor docsRémi Verschelde
There is now an overview table with hyperlinks, and further down a detailed list of properties with their setter/getter and description. Theme items are now also included in the rst output. Refactored make_method() a bit.