Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde | |
Handle removal of Pool*Array types and other recent changes. | |||
2020-02-12 | doc: Sync classref with current source | Rémi Verschelde | |
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer. | |||
2020-01-31 | Update docs to version 4.0 | clayjohn | |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde | |
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | |||
2020-01-20 | Fix AtlasPacker ignoring semi-transparent pixels | Eric Rybicki | |
Fixes #33106 | |||
2020-01-14 | Completed documentation for many visual nodes | clayjohn | |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde | |
2019-11-08 | Fix some small text mistakes | Tomasz Chabora | |
2019-11-02 | Merge pull request #33151 from thiagoamendola/doc_setpixelv | Rémi Verschelde | |
Add documentation for Image's set_pixelv method | |||
2019-11-02 | Add documentation for Image's set_pixelv method | Thiago Amendola | |
2019-11-02 | Code format for true/false/null to make documentation consistent | PouleyKetchoupp | |
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde | |
Fix misc. source comment typos | |||
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-15 | Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentation | Hugo Locurcio | |
2019-08-13 | doc: Sync classref with current source | Rémi Verschelde | |
2019-08-07 | Add Image.save_exr() | Marc Gilleron | |
2019-07-15 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde | |
Thanks to @bojidar-bg's impressive work in #29380. | |||
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio | |
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies | |||
2019-06-27 | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde | |
2019-06-27 | doc: Complete and harmonize all _MAX constant descriptions | Rémi Verschelde | |
2019-06-08 | Adding details about `Image.lock()` function | Maxime Leroy | |
2019-05-05 | Implement Lanczos image filter | Daw11 | |
2019-04-22 | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | |
Consistently wrap booleans in [code] | |||
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde | |
2019-04-17 | Consistently wrap booleans in [code] | Tomasz Chabora | |
2019-04-05 | Merge pull request #27465 from ↵ | Rémi Verschelde | |
neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support | |||
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde | |
2019-03-29 | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry | |
Modified makerst to generate code tags for these to avoid hyperlinks to the same class. | |||
2019-02-10 | doc: Misc formatting fixes | Rémi Verschelde | |
2019-01-28 | Prevent upscaled SVG from exceeding Image bounds | Rémi Verschelde | |
Also expose Image MAX_WIDTH and MAX_HEIGHT. Fixes #24455. | |||
2018-09-21 | doc: Misc formatting fixes | Rémi Verschelde | |
2018-09-13 | Add documentation details about Image formats and color space conversion | Florian Jung | |
2018-07-23 | Merge pull request #19313 from RandomShaper/improve-image | Juan Linietsky | |
Image trilinear scaling + Optimization | |||
2018-07-23 | Add trilinear filtering to image scaling | Pedro J. Estébanez | |
2018-07-17 | Add webp buffer loader for Image | geequlim | |
Cleanup the code memory load related code for Image Fix jpeg buff load function always returns OK event failed | |||
2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky | |
-Documented all properties of project settings Update documentation for ProjectSettings | |||
2018-05-14 | ImageTexture.load returns an error code. | Pieter-Jan Briers | |
2018-05-12 | Sync classref with current source | Rémi Verschelde | |
2018-04-10 | doc: Sync classref with current source | Rémi Verschelde | |
2018-03-10 | Update Image format enumeration documentation | Neil Moore | |
Provides more information about each image format. | |||
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde | |
It has no practical use case and just generates noise for each alpha, beta, etc. | |||
2018-02-19 | doc: Update version string in header | Rémi Verschelde | |
2018-01-31 | Errata fix on Image get_format() description | Profesor Tartelett | |
The description of this function seems to be duplicated from the preceding description. | |||
2018-01-25 | doc: Sync with current source | Rémi Verschelde | |
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage). | |||
2018-01-13 | doc: Update version string in XML | Rémi Verschelde | |
2018-01-06 | Fix crash when using Image.resize() without calling Image.create() first | Jerome67000 | |
2018-01-04 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-03 | doc: Sync classref with current source | Rémi Verschelde | |
2017-11-27 | Further changes to Image class docs | Sergei ZH | |
Were missed when squashing the previous 024c4f14. [ci skip] |