Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-25 | Enchance descriptions of @GlobalScope/@GDScript | Yuri Roubinsky | |
2021-11-25 | Move logic for saving project features to ProjectSettings save_custom | Aaron Franke | |
2021-11-24 | Fixes variable/singal nodes not renaming in visualscript editor | Umang Kalra | |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | |
2021-11-23 | Merge pull request #54949 from Chaosus/fix_warning | Rémi Verschelde | |
2021-11-23 | Merge pull request #55243 from KoBeWi/some_random_stuff_idk | Rémi Verschelde | |
2021-11-23 | Improve various texts | kobewi | |
2021-11-22 | Fix crash when exporting meshes to gltf that have no skin. | jitspoe | |
2021-11-22 | Merge pull request #55151 from Chaosus/control_reset_size | Rémi Verschelde | |
2021-11-22 | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky | |
2021-11-22 | Merge pull request #54919 from ↵ | JFonS | |
williamd67/GPULightmapper-improve-noise-to-prevent-artifacts GPULightmapper: better algorithm to generate rays for indirect lighting | |||
2021-11-21 | Fix merge conflict between #42711 and #42374 | Marcel Admiraal | |
2021-11-20 | Merge pull request #55126 from akien-mga/wslay-45d22583b | Rémi Verschelde | |
2021-11-20 | Merge pull request #55127 from akien-mga/libwebp-1.2.1 | Rémi Verschelde | |
2021-11-20 | Merge pull request #55115 from akien-mga/tinyexr-1.0.1 | Rémi Verschelde | |
2021-11-20 | Add shape data to area overlap data. | Marcel Admiraal | |
2021-11-19 | wslay: Sync with upstream 45d22583b | Rémi Verschelde | |
https://github.com/tatsuhiro-t/wslay/commit/45d22583b488f79d5a4e598cc7675c191c5ab53f Mostly style changes, a couple new methods and fixes. Tweak file structure a bit. | |||
2021-11-19 | GPULightmapper: better algorithm to generate rays for indirect lighting | William Deurwaarder | |
Previous algorithm used an algorithm to generate rays that was not completely random. This caused artifacts when large lighmap textures were used. The new algorithm creates better rays and by that prevents artifacts. | |||
2021-11-19 | libwebp: Sync with upstream 1.2.1 | Rémi Verschelde | |
Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.1/NEWS | |||
2021-11-19 | miniupnpc: Update to version 2.2.3 | Rémi Verschelde | |
Library code and public headers are now properly separated, we can fix include paths to remove the redundant subfolder. | |||
2021-11-19 | tinyexr: Sync with upstream 1.0.1 | Rémi Verschelde | |
Removes miniz as a bundled dependency, relies on our own zlib instead. Includes a couple commits ahead of `v1.0.1` tag to fix MinGW builds. | |||
2021-11-18 | Merge pull request #42374 from madmiraal/fix-32776 | Camille Mohr-Daurat | |
Trigger RigidBodyBullet space override updates when Area properties change. | |||
2021-11-18 | Merge pull request #42306 from madmiraal/fix-39947 | Camille Mohr-Daurat | |
Update Bullet Area overlaps when Area properties or shapes change. | |||
2021-11-18 | Merge pull request #44726 from madmiraal/fix-44644 | Camille Mohr-Daurat | |
Ignore Bullet collision contact points with distance = 0 | |||
2021-11-17 | Fix `randfn` in visual scripts | Yuri Roubinsky | |
2021-11-17 | Expose `randfn` to global scope | Yuri Roubinsky | |
2021-11-16 | Rename built-in `SGN()` macro to `SIGN()` | Hugo Locurcio | |
This matches the name of the GDScript function (except it's uppercase here). | |||
2021-11-16 | Merge pull request #54581 from aaronfranke/operator-docs | Rémi Verschelde | |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | |
2021-11-15 | Fix mono build after invalid rename of `KEY_READ` | Stefan Boronczyk | |
Follow-up to #51684. | |||
2021-11-14 | Add path to functions that return iporter options | reduz | |
-Allows displaying custom options for specific file format variants -Added support for scene format import to retrieve custom options This PR is necessary for #54886 to be implemented properly. | |||
2021-11-13 | Allow using built-in names for variables, push warnings instead | Yuri Roubinsky | |
2021-11-12 | Use "enum class" for input enums | Aaron Franke | |
2021-11-12 | Make OpenSimplex and VisualScript modules not depend on the editor | Aaron Franke | |
2021-11-12 | Add a minimal template build to CI | Aaron Franke | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-11-12 | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde | |
2021-11-11 | Show built-in script names in the debugger | kobewi | |
2021-11-11 | [GDScript] Check string literals for Unicode direction control characters. | bruvzg | |
2021-11-10 | Merge pull request #54840 from Calinou/mono-move-exception-policy-setting | Rémi Verschelde | |
2021-11-10 | Move Mono unhandled exception setting to be located within a subsection | Hugo Locurcio | |
Settings that aren't within a subsection are difficult to reach when other settings do have a subsection. This also adds documentation for the project setting. | |||
2021-11-10 | Fix errors in CharacterBody when floor is destroyed or removed | PouleyKetchoupp | |
In all physics servers, body_get_direct_state() now silently returns nullptr when the body has been already freed or is removed from space, so the client code can detect this state and invalidate the body rid. In 2D, there is no change in behavior (just no more errors). In 3D, the Bullet server returned a valid direct body state when the body was removed from the physics space, but in this case it didn't make sense to use the information from the body state. | |||
2021-11-10 | Merge pull request #54676 from Chaosus/gds_restrict_names | Rémi Verschelde | |
2021-11-10 | Merge pull request #54358 from ↵ | Rémi Verschelde | |
Shawak/feature-allow-root-node-paths-without-quote | |||
2021-11-10 | fix pingpong in math | Silc 'Tokage' Renew | |
2021-11-09 | Merge pull request #53819 from TokageItLab/re-implement-ping-pong | Rémi Verschelde | |
Reimplement ping-pong animation and reverse playback | |||
2021-11-09 | Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_that | Rémi Verschelde | |
Improve save handling for built-in scripts | |||
2021-11-09 | Allow using $/root node paths | Maximilian | |
format fix shadowing use match instead of comparison Update gdscript_parser.cpp | |||
2021-11-09 | Merge pull request #54798 from Calinou/gdscript-opcode-no-hash | Rémi Verschelde | |
2021-11-09 | Remove hash symbol in front of opcode error messages in GDScript | Hugo Locurcio | |
The hash symbol creates spurious issue references on GitHub if the message is posted outside a code block, which means some issues have a lot more references than originally intended. | |||
2021-11-09 | Merge pull request #47600 from qarmin/enable_mono_editor | Rémi Verschelde | |