Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | Makes FontData importable resource. | bruvzg | |
Adds multi-channel SDF font texture generation and rendering support. Adds per-font oversampling support. Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading. Adds BMFont binary format and outline support. | |||
2021-08-27 | Merge pull request #52142 from ↵ | K. S. Ernest (iFire) Lee | |
NathanLovato/GDQuest/animation-bezier-editor-improvements Replace close icon with button in the Bezier editor | |||
2021-08-27 | Merge pull request #37209 from Calinou/add-array-pop-method | Gilles Roudière | |
Add an `Array.pop_at()` method to pop an element at an arbitrary index | |||
2021-08-27 | Merge pull request #52003 from BastiaanOlij/xr_interface_extension | Bastiaan Olij | |
Adding GDExtension support to XRInterface | |||
2021-08-26 | Replace close icon with button in the Bezier editor | Nathan Lovato | |
2021-08-27 | Add an `Array.pop_at()` method to pop an element at an arbitrary index | Hugo Locurcio | |
Negative indices are supported to pop an element relative from the end. | |||
2021-08-27 | Merge pull request #39404 from rcorre/proposal-106-copy-prop-path | Tomek | |
Allow copying property path from inspector. | |||
2021-08-26 | Merge pull request #52132 from nekomatata/fix-physics-process-delta | Camille Mohr-Daurat | |
Fix delta passed in _physics_process | |||
2021-08-26 | Fix delta passed in _physics_process | PouleyKetchoupp | |
Regression due to typo in recent GDVIRTUAL_CALL change. | |||
2021-08-26 | Merge pull request #52131 from nekomatata/fix-blend-tree-reset | K. S. Ernest (iFire) Lee | |
Fix AnimationBlendTree reset on resource loading | |||
2021-08-26 | Merge pull request #52121 from groud/fix_localvector_insert | Juan Linietsky | |
Fix LocalVector crash on insert. | |||
2021-08-26 | Merge pull request #52107 from timothyqiu/overriden | Juan Linietsky | |
Fix misspelled "overriden" | |||
2021-08-26 | Fix AnimationBlendTree reset on resource loading | PouleyKetchoupp | |
When reset_state was called on an existing AnimationBlendTree, the output node would disappear, causing some errors in the editor and preventing animations to play properly. This change ensures the output node is always present in the node tree. | |||
2021-08-26 | Merge pull request #51801 from nekomatata/area-one-directional-layer-check | Camille Mohr-Daurat | |
One-directional layer check for Area vs. RigidBody/SoftBody/Area | |||
2021-08-26 | Merge pull request #51870 from BastiaanOlij/half_resolution_3d | Juan Linietsky | |
Optionally render 3D content at scaled resolution | |||
2021-08-26 | Adding GDExtension support to XRInterface | Bastiaan Olij | |
2021-08-26 | Merge pull request #51928 from reduz/extension-loader | Juan Linietsky | |
Implement Extension Loader | |||
2021-08-26 | Merge pull request #52077 from reduz/error-ret-doc | Juan Linietsky | |
Implement error return documentation | |||
2021-08-26 | Optionally scale 3D render content | Bastiaan Olij | |
2021-08-26 | Fix LocalVector crash on insert. | Gilles Roudière | |
2021-08-26 | Merge pull request #50883 from BastiaanOlij/mobile_hdr | Bastiaan Olij | |
Scale color output in the mobile renderer to provide HDR support | |||
2021-08-25 | Merge pull request #52084 from reduz/engine-singleton-register | Juan Linietsky | |
Add ability to register singletons from Engine API | |||
2021-08-25 | Merge pull request #52102 from Calinou/gdscript-tests-add-readme | Gilles Roudière | |
Add a README to link to the GDScript integration tests documentation | |||
2021-08-25 | Merge pull request #51969 from Calinou/doc-image-generate-mipmaps-no-threading | K. S. Ernest (iFire) Lee | |
Document `Image.generate_mipmaps()` always running on the main thread | |||
2021-08-26 | Fix misspelled "overriden" | Haoyu Qiu | |
In recent GDVIRTUAL PR and SkeletonModification3DJiggle doc. | |||
2021-08-25 | Merge pull request #52087 from raulsntos/expose-simplify-path | Max Hilbrunner | |
Expose `String.SimplifyPath` in C# | |||
2021-08-25 | Merge pull request #52086 from raulsntos/rename-string-is-abs-path-method | Max Hilbrunner | |
Rename `String.IsAbsPath()` to `String.IsAbsolutePath()` | |||
2021-08-25 | Merge pull request #52103 from Calinou/ci-diffs-color-codes | Hugo Locurcio | |
Print colored diffs when there are formatting failures in CI | |||
2021-08-25 | Print colored diffs when there are formatting failures in CI | Hugo Locurcio | |
This makes diffs more readable in CI logs. | |||
2021-08-25 | Add a README to link to the GDScript integration tests documentation | Hugo Locurcio | |
This makes the documentation about creating and running GDScript integration tests more discoverable. | |||
2021-08-25 | Expose `String.SimplifyPath` in C# | Raul Santos | |
2021-08-25 | Merge pull request #51995 from drcd1/sphere-mesh-normals-fix | JFonS | |
Fixes the normals of SphereMesh when the sphere/hemisphere is oblong | |||
2021-08-25 | Merge pull request #52098 from mhilbrunner/fix-ci | George Marques | |
Fix CI after concurrency | |||
2021-08-25 | Fix CI after concurrency | Max Hilbrunner | |
2021-08-25 | Merge pull request #52079 from mhilbrunner/ci-concurrency | K. S. Ernest (iFire) Lee | |
CI: Cancel previous builds if new commit is pushed | |||
2021-08-25 | CI: Cancel previous builds if new commit is pushed | Max Hilbrunner | |
2021-08-25 | Merge pull request #52023 from mhilbrunner/vs-fix-reloaded | Max Hilbrunner | |
Fix VisualScriptEditor after namespaces | |||
2021-08-25 | Add ability to register singletons from engine API | reduz | |
* Exposed functions in Engine to register and unregister singletons. * Added the concept of user singletons, which can be removed (the system ones can't). | |||
2021-08-25 | Merge pull request #51821 from Calinou/builtin-shaders-add-comments | JFonS | |
Add comments at the top of each built-in shader to ease debugging | |||
2021-08-25 | Merge pull request #48374 from Calinou/gradienttexture-add-hdr-property | Hugo Locurcio | |
Add an `use_hdr` property to GradientTexture to allow storing HDR colors | |||
2021-08-25 | Merge pull request #47829 from Calinou/improve-crash-handler-display | Hugo Locurcio | |
Improve crash handler message display | |||
2021-08-24 | Merge pull request #52024 from V-Sekai/anim-length | K. S. Ernest (iFire) Lee | |
Calculate proper animation length. | |||
2021-08-24 | Calculate proper animation length. | K. S. Ernest (iFire) Lee | |
2021-08-25 | Rename `String.IsAbsPath()` to `String.IsAbsolutePath()` | Raul Santos | |
2021-08-24 | Merge pull request #51904 from nekomatata/move-and-slide-fixes-3d | Camille Mohr-Daurat | |
Port recent move_and_slide fixes to 3D | |||
2021-08-24 | Port recent move_and_slide fixes to 3D | PouleyKetchoupp | |
Improves stop on slopes, sliding on walls and gravity handling by porting existing changes from CharacterBody2D to CharacterBody3D. Co-authored-by: fabriceci <fabricecipolla@gmail.com> | |||
2021-08-24 | Implement error return documetation | reduz | |
Adds ability to add error return documetation to the binder and class reference. Usage example: ```C++ void MyClass::_bind_method() { [..] BIND_METHOD_ERR_RETURN_DOC("load", ERR_FILE_CANT_OPEN, ERR_FILE_UNRECOGNIZED); } ``` One function of ConfigFile was changed as example. | |||
2021-08-24 | Fix Visual Script editor | Max Hilbrunner | |
2021-08-24 | Merge pull request #52001 from floppyhammer/fix-window-decor-size-on-windows | Max Hilbrunner | |
Fix window decoration size on Windows | |||
2021-08-24 | Merge pull request #52041 from Rubonnek/expose-simplify-path | Max Hilbrunner | |
Expose `String.simplify_path` |