Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-04 | Re-bind posmod, use int64_t instead of int | Rémi Verschelde | |
Fixes #48420, fixes #48421. The binding was missed when moving GDScript built-in to Global Scope it seems. Co-authored-by: kleonc <9283098+kleonc@users.noreply.github.com> | |||
2021-05-04 | Merge pull request #47855 from aaronfranke/doubleclick | Rémi Verschelde | |
Rename `doubleclick` to `double_click` | |||
2021-05-04 | Merge pull request #41321 from EricEzaM/output-log-enhancements | Rémi Verschelde | |
2021-05-04 | Merge pull request #48008 from LightningAA/scrollcontainer-hide-scrollbars-4.0 | Rémi Verschelde | |
Add the ability to hide `ScrollContainer`'s scrollbars | |||
2021-05-04 | Merge pull request #35893 from KoBeWi/a_tree_pr | Rémi Verschelde | |
Calculate __focus_rect when TreeItem is focused | |||
2021-05-04 | Merge pull request #35375 from Calinou/version-click-to-copy | Rémi Verschelde | |
Make it possible to copy the Godot version identifier by clicking it | |||
2021-05-04 | Merge pull request #48434 from nekomatata/friction-bounce-greater-than-1 | Rémi Verschelde | |
Allow values > 1 for friction and bounce in PhysicsMaterial | |||
2021-05-04 | Merge pull request #48394 from kleonc/tilemap-world_to_map-hack-fix | Rémi Verschelde | |
TileMap::world_to_map Ensure half offset is added according to the returned value | |||
2021-05-04 | Merge pull request #48274 from groud/undoredo_dependencies | Rémi Verschelde | |
Allow to hook a callback into inspector's undo/redo | |||
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke | |
2021-05-04 | Provide a way to hook into Inspectors UndoRedo. | Gilles Roudière | |
2021-05-04 | Merge pull request #48182 from ↵ | Rémi Verschelde | |
EricEzaM/PR/fix-viewport-not-updating-mouse-pos-on-click | |||
2021-05-04 | Merge pull request #48418 from KoBeWi/press_enter_to_complete | Rémi Verschelde | |
Add Enter as alternate key to complete code | |||
2021-05-04 | Merge pull request #48221 from nekomatata/solver-multithreaded | Rémi Verschelde | |
Godot Physics collisions and solver processed on threads | |||
2021-05-04 | Improve output log performance. | Eric M | |
Added method to create a new line in RichTextLabel without adding an ItemNewline to the previous line. Previously, removing a line then adding a newline was adding unnecessary ItemNewline instances to the previous line, significantly the remove_line method. | |||
2021-05-04 | Output log rewrite and enhancements. | Eric M | |
Added message type filters. Added ability to search. Added ability to collapse multiple duplicate messages into one line. Updated layout to allow for more vertical space in log text area. | |||
2021-05-04 | Merge pull request #47798 from ray90514/bug#47620 | Rémi Verschelde | |
Fix constants at function scope are not defined as constants for completion | |||
2021-05-03 | Allow values > 1 for friction and bounce in PhysicsMaterial | PouleyKetchoupp | |
2021-05-03 | Merge pull request #48410 from akien-mga/ci-doctool-check | Rémi Verschelde | |
CI: Add `--doctool` check to find missing classref updates | |||
2021-05-03 | CI: Add `--doctool` check to find missing classref updates | Rémi Verschelde | |
This will enforce that PRs properly sync the class reference templates to match their changes to the public API, and help notice binding bugs in the process (e.g. missing enum bindings, unexpected API changes or missing argument names). This should also serve as a reminder to contributors that their changes impact the scripting API and might warrant actually filling the descriptions for the new methods/properties/etc. | |||
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 | Add Enter as alternate key to complete code | kobewi | |
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 | TileMap::world_to_map Ensure half offset is added according to the returned ↵ | kleonc | |
value Decide whether half offset should be added based on the value used for calculating the return value of this method. | |||
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 |