Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-15 | Add GDScript slave keyword deprecation warning. | Fabio Alessandrelli | |
2018-09-15 | Clearly 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-15 | Rename slave keyword to puppet | Fabio Alessandrelli | |
The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases. | |||
2018-09-14 | ProjectSettings: Fix InputMap editor on HiDPI | Rémi Verschelde | |
Fixes #20898. | |||
2018-09-14 | Merge pull request #21954 from isaacremnant/fix_inputs | Rémi Verschelde | |
Fix is_action_pressed for InputEventActions | |||
2018-09-14 | Merge pull request #22026 from fire/scons_vsproj_17843 | Rémi Verschelde | |
Fix #17843 describing inability to generate vs projects without being… | |||
2018-09-14 | Merge pull request #22051 from fire/vs_expression_20885 | Rémi Verschelde | |
Update visual scripting to use new expression class #20885 | |||
2018-09-14 | Merge pull request #21717 from willnationsdev/edicon-refactor | Rémi Verschelde | |
Refactor editor icon retrieval | |||
2018-09-14 | Merge pull request #21569 from JFonS/add_noise_textures | Rémi Verschelde | |
Add SimplexNoise and NoiseTexture as new resources | |||
2018-09-14 | Refactor editor icon retrieval | willnationsdev | |
2018-09-14 | Add SimplexNoise and NoiseTexture as new resources | JFonS | |
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-14 | Merge pull request #21502 from Web-eWorks/atlasfixes | Rémi Verschelde | |
AtlasTexture fixes, part 2. | |||
2018-09-14 | doc: Mention get_node in Node.get_child documentation | Rémi Verschelde | |
See #22052. | |||
2018-09-14 | Merge pull request #22057 from elasota/fix-compressed-zero-byte | Rémi Verschelde | |
Fix get_8 returning 0 for last byte of compressed files | |||
2018-09-14 | Merge pull request #22053 from akien-mga/animtexture-frame-internal | Rémi Verschelde | |
Mark AnimatedTexture frame_* properties as internal | |||
2018-09-14 | Merge pull request #22035 from karroffel/gdnative-variant-op | Rémi Verschelde | |
[GDNative] add Variant::Operator | |||
2018-09-13 | Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file | elasota | |
2018-09-13 | Merge pull request #21806 from JFonS/inspector_uniform_defaults | Juan Linietsky | |
Set uniform default values in inspector | |||
2018-09-13 | Set uniform default values in inspector | JFonS | |
2018-09-13 | Mark AnimatedTexture frame_* properties as internal | Rémi Verschelde | |
This way they no longer appear in the documentation, and the related setters and getters do. | |||
2018-09-13 | Update visual scripting to use new expression class #20885 | K. S. Ernest (iFire) Lee | |
2018-09-13 | Merge pull request #22027 from akien-mga/plain-text-gles-toggle | Rémi Verschelde | |
Use plain text instead of icons for video driver toggle | |||
2018-09-13 | [GDNative] add Variant::Operator | Thomas Herzog | |
2018-09-13 | Merge pull request #22034 from mhilbrunner/docs-projectsettings-clearcolor | Max Hilbrunner | |
[DOCS] Project Settings: Default clear color | |||
2018-09-13 | [DOCS] Project Settings: Default clear color | Max Hilbrunner | |
2018-09-13 | Merge pull request #22030 from Faless/sockets_fixes | Rémi Verschelde | |
Properly initialize Winsock on startup | |||
2018-09-13 | Merge pull request #21847 from Calinou/light-gizmo-update-inspector | Rémi Verschelde | |
Update Light properties in the inspector when dragging their gizmos | |||
2018-09-13 | Properly initialize Winsock on startup | Fabio Alessandrelli | |
Also fix typo in _get_last_error which caused Winsock connect to fail. | |||
2018-09-13 | Merge pull request #21540 from YeldhamDev/image_reimp_error_fix | Rémi Verschelde | |
Fix error when reimporting an Image resource | |||
2018-09-13 | Fix #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-13 | Document provenance of Penner easing equations in Tween | Rémi Verschelde | |
As noted in #21600. | |||
2018-09-13 | Use plain text instead of icons for video driver toggle | Rémi Verschelde | |
Fixes #21660, supersedes and closes #21724. | |||
2018-09-13 | Merge pull request #21730 from reisraff/fixing_key_shortcut | Rémi Verschelde | |
#21500 Fixing key shortcut | |||
2018-09-13 | Merge pull request #21819 from DualMatrix/built-in-script | Rémi Verschelde | |
Made editor automatically open the scene of built in scripts | |||
2018-09-13 | Merge pull request #22017 from YeldhamDev/errors_tab_changes | Rémi Verschelde | |
Add expand/collapse all buttons for the "Errors" tab | |||
2018-09-13 | Merge pull request #21976 from Faless/http_client_eof_fix | Rémi Verschelde | |
Fix non chunked HTTP reading till eof. | |||
2018-09-13 | Merge pull request #22013 from akien-mga/doc-unify-editor-rst | Rémi Verschelde | |
doc: Make property sections in rst similar to editor docs | |||
2018-09-13 | Merge pull request #22015 from vnen/uwp-arm-zstd | Rémi Verschelde | |
Patch zstd to build for UWP ARM | |||
2018-09-13 | Merge pull request #22020 from Faless/tcp_fix | Rémi Verschelde | |
Fix TCP connecting state not set correctly | |||
2018-09-13 | Merge pull request #22000 from Faless/lws_uwp32 | Rémi Verschelde | |
Fix libwebsockets 32-bits UWP builds. | |||
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | |
Misc. typos | |||
2018-09-13 | Fix TCP connecting state not set correctly | Fabio Alessandrelli | |
2018-09-12 | Add expand/collapse all buttons for the "Errors" tab | Michael Alexsander Silva Dias | |
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-09-12 | Patch zstd to build for UWP ARM | George Marques | |
Patch comes from upstream and can be removed when it makes to stable release. | |||
2018-09-13 | Merge pull request #21979 from Faless/script_debugger_connect_log | Rémi Verschelde | |
Add message when ScriptDebugger connects. | |||
2018-09-13 | Merge pull request #22014 from ↵ | Rémi Verschelde | |
godotengine/revert-21780-animatedsprite-deprecated Revert "Drop deprecated compatibility methods from AnimatedSprite" | |||
2018-09-13 | Revert "Drop deprecated compatibility methods from AnimatedSprite" | Rémi Verschelde | |
2018-09-13 | Fix libwebsockets 32-bits UWP builds. | Fabio Alessandrelli | |
Also fix bogus windows detect.py | |||
2018-09-13 | doc: Make property sections in rst similar to editor docs | Ré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. |