| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Allow configuring the script filename casing rule | RedMser | 2024-03-05 | 1 | -2/+5 |
* | | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -14/+14 |
* | | Hide snap_2d_vertices_to_pixel setting to advanced | Adam Scott | 2024-02-28 | 1 | -1/+3 |
* | | Add ufbx for FBX importing | K. S. Ernest (iFire) Lee | 2024-02-23 | 1 | -6/+6 |
* | | [Docs] Fix some experimental/deprecated hints | A Thousand Ships | 2024-02-23 | 1 | -2/+1 |
* | | Expose pixel snapping settings add pixel-art notes | Sabs, like Sobs | 2024-02-17 | 1 | -2/+3 |
* | | Merge pull request #86608 from TokageItLab/add-warn-setting-anim | Rémi Verschelde | 2024-02-17 | 1 | -0/+6 |
|\ \ |
|
| * | | Add option to silence some warnings in AnimationMixer caching | Silc Lizard (Tokage) Renew | 2024-02-14 | 1 | -0/+6 |
* | | | Add `--no-header` option to clean output | Anatoli Babenia | 2024-02-15 | 1 | -0/+3 |
* | | | Merge pull request #88130 from AlekseyKapustyanenko/Rotary_Input | Rémi Verschelde | 2024-02-13 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add rotary input support. Fix documentation | ALEKSEY KAPUSTYANENKO | 2024-02-13 | 1 | -0/+3 |
* | | | Allow configuring the maximum width for atlas import | A Thousand Ships | 2024-02-13 | 1 | -0/+3 |
* | | | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin... | Dario | 2024-02-12 | 1 | -0/+14 |
* | | | Add means for fixing navmap synchronization errors | Pawel Lampe | 2024-02-11 | 1 | -0/+3 |
* | | | Rewrite docs for physics damping project settings | Tiger Jove | 2024-02-09 | 1 | -8/+20 |
|/ / |
|
* | | Merge pull request #82376 from MewPurPur/add-missing-docs | Rémi Verschelde | 2024-02-08 | 1 | -1/+2 |
|\ \ |
|
| * | | Add missing docs for worker thread pool ProjectSettings and TreeItem.uncollap... | MewPurPur | 2024-01-16 | 1 | -1/+2 |
* | | | Merge pull request #88040 from Calinou/doc-projectsettings-initial-position | Rémi Verschelde | 2024-02-08 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Document initial position project settings not affecting run from editor | Hugo Locurcio | 2024-02-07 | 1 | -0/+3 |
* | | | | Add a V-Sync editor setting | Hugo Locurcio | 2024-02-05 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #84745 from lawnjelly/lightcull | Rémi Verschelde | 2024-01-31 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Shadow volume culling and tighter shadow caster culling | lawnjelly | 2024-01-30 | 1 | -0/+4 |
* | | | | Add Wayland support | Riteo | 2024-01-30 | 1 | -0/+18 |
|/ / / |
|
* | | | Update blender_path behavior to require exact path to executable instead of t... | mxaddict | 2024-01-27 | 1 | -1/+1 |
* | | | Add `--log-file` command line argument to write output log to a file | Hugo Locurcio | 2024-01-19 | 1 | -2/+4 |
* | | | Merge pull request #86246 from ecmjohnson/doc-threaded_cull_minimum_instances | Yuri Sizov | 2024-01-17 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add descpription for rendering/limits/spatial_indexer/threaded_cull_minimum_i... | Erik Johnson | 2024-01-15 | 1 | -0/+1 |
* | | | Replace some "uncommon" words in class reference | Micky | 2024-01-15 | 1 | -2/+2 |
* | | | Merge pull request #86587 from RandomShaper/wtp_enhance | Rémi Verschelde | 2024-01-11 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | WorkerThreadPool: Overhaul scheduling and synchronization | Pedro J. Estébanez | 2024-01-08 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge pull request #84886 from Calinou/doc-window-resizable | Rémi Verschelde | 2024-01-11 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | Document changing the window's resizable status at runtime | Hugo Locurcio | 2023-11-14 | 1 | -1/+3 |
* | | | | Acyclic Command Graph for RenderingDevice. | Dario | 2024-01-08 | 1 | -2/+0 |
* | | | | Fix various typos in documentation | Septian | 2024-01-05 | 1 | -4/+4 |
* | | | | Merge pull request #86570 from RandomShaper/remove_traces_of_rid_prealloc | Rémi Verschelde | 2024-01-02 | 1 | -3/+0 |
|\ \ \ \ |
|
| * | | | | Remove traces of the extinct RID preallocate feature | Pedro J. Estébanez | 2023-12-28 | 1 | -3/+0 |
| | |/ /
| |/| | |
|
* / | | | [D3D12] Dynamically load Agility SDK. | bruvzg | 2024-01-02 | 1 | -0/+3 |
|/ / / |
|
* | | | Merge pull request #70315 from RandomShaper/d3d12_mesa | Rémi Verschelde | 2023-12-12 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | Add Direct3D 12 RenderingDevice implementation | Pedro J. Estébanez | 2023-12-12 | 1 | -0/+12 |
| |/ / |
|
* / / | Add 3D MSAA and scaling support to GLES3 | Bastiaan Olij | 2023-12-05 | 1 | -0/+2 |
|/ / |
|
* | | Don't apply frame delay project setting to the editor | Hugo Locurcio | 2023-11-12 | 1 | -1/+2 |
* | | [Windows] Add some AMD GPUs to the OpenGL blocklist. | bruvzg | 2023-11-09 | 1 | -1/+1 |
* | | Remove a redundant semicolon from max_fps documentation | Haoyu Qiu | 2023-11-09 | 1 | -1/+1 |
* | | Merge pull request #84513 from bruvzg/x11_fallback_and_spam | Rémi Verschelde | 2023-11-09 | 1 | -0/+4 |
|\ \ |
|
| * | | [X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam. | bruvzg | 2023-11-06 | 1 | -0/+4 |
* | | | Use default samplers in base uniform set when rendering to reflection probes | clayjohn | 2023-11-07 | 1 | -1/+0 |
|/ / |
|
* | | Merge pull request #83753 from bruvzg/mac_angle_fb | Rémi Verschelde | 2023-10-31 | 1 | -13/+19 |
|\ \ |
|
| * | | [macOS] Fallback to native OpenGL renderer if ANGLE initialization failed. Re... | bruvzg | 2023-10-21 | 1 | -13/+19 |
* | | | Merge pull request #82801 from allenwp/82587-untyped-declaration-usability | Rémi Verschelde | 2023-10-30 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Added recommendation to turn on Add Type Hints with Untyped Declaration warning | Allen Pestaluky | 2023-10-30 | 1 | -0/+1 |