| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1 | Spartan322 | 2024-10-22 | 1 | -0/+1 |
|\ |
|
| * | Don't include `core/io/image.h` in `core/os/os.h` | Yevhen Babiichuk (DustDFG) | 2024-10-18 | 1 | -0/+1 |
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6 | Spartan322 | 2024-10-14 | 1 | -2/+7 |
|\| |
|
| * | Fix crash when creating thumbnails for 3d textures | BlueCube3310 | 2024-10-09 | 1 | -2/+7 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Add image previews for 3D and layered textures | BlueCube3310 | 2024-09-10 | 1 | -6/+36 |
* | Prevent generating preview for zero sized texture | jsjtxietian | 2024-06-18 | 1 | -0/+4 |
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | A Thousand Ships | 2024-05-02 | 1 | -1/+1 |
* | Add tooltip plugin for AudioStream | kobewi | 2024-04-15 | 1 | -0/+2 |
* | Use `Vector*` component-wise `min/max/clamp` functions where applicable | A Thousand Ships | 2024-03-20 | 1 | -1/+1 |
* | Rework viewport capture in preview generation | Pedro J. Estébanez | 2024-02-21 | 1 | -42/+6 |
* | Fix member names of `AudioFrame` to match extension | A Thousand Ships | 2024-02-13 | 1 | -4/+4 |
* | Generate script resource preview without parsing | Yuri Sizov | 2024-01-26 | 1 | -10/+27 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Abort threaded preview generators on exit | Yuri Sizov | 2023-11-10 | 1 | -0/+12 |
* | Highlight doc comments in a different color | Danil Alexeev | 2023-10-08 | 1 | -1/+10 |
* | Extract ScriptInstance to simplify includes | Yuri Sizov | 2023-09-06 | 1 | -0/+1 |
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+3 |
* | Add metadata to resource previews | kobewi | 2023-05-10 | 1 | -14/+15 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Add safety-checks before some servers `free()` | Adam Scott | 2022-12-29 | 1 | -0/+3 |
* | Rename Image's `get_rect` to `get_region` | Micky | 2022-11-01 | 1 | -1/+1 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -6/+6 |
* | Make some Image methods static | kobewi | 2022-10-14 | 1 | -9/+3 |
* | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT | Micky | 2022-09-06 | 1 | -3/+3 |
* | Refactor BitMap and add tests | Hendrik Brucker | 2022-09-01 | 1 | -1/+1 |
* | Implement Physical Light Units as an optional setting. | clayjohn | 2022-08-31 | 1 | -0/+14 |
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -1/+1 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -3/+3 |
* | Implement BPM support | reduz | 2022-07-23 | 1 | -1/+1 |
* | Add static methods for creating Image and ImageTexture | kobewi | 2022-07-08 | 1 | -46/+10 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -14/+5 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -2/+2 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -2/+2 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -11/+11 |
* | Add gradient resource preview generator | Hendrik Brucker | 2022-04-21 | 1 | -0/+31 |
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -1/+1 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+1 |
* | Refactor some object type checking code with `cast_to` | Rémi Verschelde | 2022-02-08 | 1 | -3/+3 |
* | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -9/+5 |
* | Use fill() to fill an entire image instead of setting pixels individually. | Anilforextra | 2022-01-08 | 1 | -5/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Merge pull request #56041 from Zylann/null_checks2 | Rémi Verschelde | 2021-12-18 | 1 | -0/+1 |
|\ |
|
| * | Fix crash if font fails loading when generating a preview | Marc Gilleron | 2021-12-18 | 1 | -0/+1 |
* | | Fix font preview text color on light background | Haoyu Qiu | 2021-12-18 | 1 | -1/+3 |
|/ |
|
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | Fix previews sometimes displaying wrong/blank image | Brian Semrau | 2021-11-05 | 1 | -23/+27 |
* | Use Callable in RS::request_frame_drawn_callback | Brian Semrau | 2021-11-05 | 1 | -18/+6 |