Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-03 | doc: Sync classref with current source | Rémi Verschelde | |
2021-05-03 | Merge pull request #48413 from MaxStgs/phash_master | Rémi Verschelde | |
Check OptimizedTranslation generate p_from is valid | |||
2021-05-03 | Merge pull request #48198 from KoalasinTraffic/fix-indent-left-line-selection | Rémi Verschelde | |
Fix start line selection for indent_selected_lines_left | |||
2021-05-03 | Merge pull request #48416 from JFonS/fix_gpu_lightmapper | Rémi Verschelde | |
Assorted fixes to UV unwrapping and GPU lightmapper | |||
2021-05-03 | Assorted fixes to UV unwrapping and GPU lightmapper | jfons | |
Various fixes to UV2 unwrapping and the GPU lightmapper. Listed here for context in case of git blame/bisect: * Fix UV2 unwrapping on import, also cleaned up the unwrap cache code. * Fix saving of RGBA images in EXR format. * Fixes to the GPU lightmapper: - Added padding between atlas elements, avoids bleeding. - Remove old SDF generation code. - Fix baked attenuation for Omni/Spot lights. - Fix baking of material properties onto UV2 (wireframe was wrongly used before). - Disable statically baked lights for objects that have a lightmap texture to avoid applying the same light twice. - Fix lightmap pairing in RendererSceneCull. - Fix UV2 array generated from `RenderingServer::mesh_surface_get_arrays()`. - Port autoexposure fix for OIDN from 3.x. - Save debug textures as EXR when using floating point format. | |||
2021-05-03 | Check PHashTranslation generate p_from is valid | MaxStgs | |
2021-05-03 | Merge pull request #48406 from Calinou/tweak-leaked-rid-messages | Rémi Verschelde | |
2021-05-03 | Merge pull request #48407 from vnen/randomize-use-same-type | Rémi Verschelde | |
Cast Unix time to uint in the randomize function | |||
2021-05-03 | Merge pull request #48404 from Faless/net/4.x_rpc_string_name_err | Rémi Verschelde | |
[Net] Fix rpc/rpc_id error message. | |||
2021-05-03 | Cast Unix time to uint in the randomize function | George Marques | |
This returns a double while the other values are all uint64_t. The clang compiler gives a warning since converting the constant to double loses precision. | |||
2021-05-03 | Tweak warning messages related to leaked RIDs | Hugo Locurcio | |
- Use hardcoded pluralization for messages. - Since these messages are English-only, it's fine to hardcode it. - Use double quotes for consistency with other messages. | |||
2021-05-03 | Merge pull request #48403 from kleonc/tilemap-editor-modulate-autotile-preview | Rémi Verschelde | |
TileMapEditor Modulate autotile previews | |||
2021-05-03 | Merge pull request #48400 from kleonc/tilemap_bucket_fill_fix | Rémi Verschelde | |
TileMapEditor::_bucket_fill Check autotile coordinates only if autotile is selected | |||
2021-05-03 | Merge pull request #35245 from qarmin/unsigned_bit_shift | Rémi Verschelde | |
Don't allow to use in bit shift negative operands | |||
2021-05-03 | [Net] Fix rpc/rpc_id error message. | Fabio Alessandrelli | |
The check was updated to expect a `StringName` instead of a `String` but the error message still reported it should be a `String`. | |||
2021-05-03 | Merge pull request #47958 from Xrayez/gdscript-rename-test-scripts | Rémi Verschelde | |
Rename GDScript test script filenames to use `snake_case` | |||
2021-05-03 | TileMapEditor Modulate autotile previews | kleonc | |
2021-05-03 | TileMapEditor::_bucket_fill Check autotile coordinates only if autotile is ↵ | kleonc | |
selected | |||
2021-05-03 | Merge pull request #47059 from BastiaanOlij/forward_mobile_render | Rémi Verschelde | |
2021-05-03 | Merge pull request #48205 from Faless/net/4.x_url_parsing | Fabio Alessandrelli | |
[Net] Implement String::parse_url for parsing URLs. | |||
2021-05-03 | Create mobile renderer | Bastiaan Olij | |
2021-05-03 | Merge pull request #48396 from YeldhamDev/script_thumbnail_comment | Rémi Verschelde | |
Add comment highlighting to script thumbnails | |||
2021-05-02 | Add comment highlighting to script thumbnails | Michael Alexsander | |
2021-05-02 | Merge pull request #48363 from aaronfranke/tan | Rémi Verschelde | |
Fix some tangent Color typos in GLTF | |||
2021-05-02 | Merge pull request #46488 from kuruk-mm/fix_filesystem_bug | Rémi Verschelde | |
FileSystem: Force update when we delete a folder from the editor and … | |||
2021-05-02 | Merge pull request #48377 from rafallus/fix_CSGPolygon_path | Rémi Verschelde | |
Change Path to Path3D in CSGPolygon3D | |||
2021-05-01 | Change Path to Path3D in CSGPolygon3D | rafallus | |
2021-05-01 | FileSystem: Force update when we delete a folder from the editor and ↵ | Mateo Kuruk Miccino | |
searching changes only if we change the directory successfully in the scan_fs_changes | |||
2021-05-01 | Fix some tangent Color typos in GLTF | Aaron Franke | |
2021-05-01 | Merge pull request #48345 from madmiraal/fix-48242-docs | Rémi Verschelde | |
Fix documentation following implementation of particle trails | |||
2021-05-01 | Fix documentation following implementation of particle trails | Marcel Admiraal | |
2021-05-01 | Merge pull request #48341 from sboron/fix-tangent-issue | Rémi Verschelde | |
Fix broken tangents in vulkan rendering server on godot 4 | |||
2021-05-01 | Merge pull request #48283 from BastiaanOlij/xr_viewport | Rémi Verschelde | |
Move XR flag from subviewport into viewport | |||
2021-05-01 | Move XR flag from subviewport into viewport | Bastiaan Olij | |
2021-05-01 | fix-tangents-on-rendering-server | Stefan Boronczyk | |
2021-04-30 | Merge pull request #48242 from reduz/particle-trails | Rémi Verschelde | |
Implement Particle Trails | |||
2021-04-30 | Merge pull request #48336 from bruvzg/fix_mixed_url_decode | Rémi Verschelde | |
Fix `url_decode` with mixed percent-encoding/Unicode strings. | |||
2021-04-30 | Merge pull request #48335 from pycbouh/editor-control-theme-autocompletion | Rémi Verschelde | |
Fix autocompletion for `Control`'s `Theme` properties | |||
2021-04-30 | Implement Particle Trails | reduz | |
-Enable the trails and set the length in seconds -Provide a mesh with a skeleton and a skin -Or, alternatively use one of the built-in TubeTrailMesh/RibbonTrailMesh -Works deterministically -Fixed particle collisions (were broken) -Not working in 2D yet (that will happen next) | |||
2021-04-30 | Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix ↵ | bruvzg | |
drive names as UTF-8 encoded. | |||
2021-04-30 | Merge pull request #48333 from MaxStgs/master | Rémi Verschelde | |
Add WebSocketMultiplayerPeer _incoming_packets check bound | |||
2021-04-30 | Fix autocompletion for Control's Theme properties | Yuri Sizov | |
2021-04-30 | Add WebSocketMultiplayerPeer _incoming_packets check bound | MaxStgs | |
2021-04-30 | Merge pull request #34823 from qarmin/collision_mask_layer | Rémi Verschelde | |
Prevent setting too big or too small Collision Mask and Layer | |||
2021-04-30 | Prevent setting too big or too small Collision Mask and Layer | Rafał Mikrut | |
2021-04-30 | Merge pull request #48305 from Calinou/doc-call-group-deferred | Rémi Verschelde | |
Document that `SceneTree.call_group()` is deferred | |||
2021-04-30 | Merge pull request #48323 from naithar/fix/ios-virtual-keyboard-range | Rémi Verschelde | |
[iOS] Nonnegative start index for virtual keyboard range | |||
2021-04-30 | [iOS] Nonnegative start index for virtual keyboard range | Sergey Minakov | |
2021-04-30 | Merge pull request #48319 from Faless/js/4.x_modern_emcc | Fabio Alessandrelli | |
[HTML5] Fix builds with recent emscripten versions | |||
2021-04-30 | [HTML5] Fix builds with recent emscripten versions | Fabio Alessandrelli | |
Library suffix should be `.a`, the `EXTRA_` in `EXTRA_EXPORTED_RUNTIME_METHODS` is deprecated. |