summaryrefslogtreecommitdiffstats
path: root/scene/resources/bit_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid expensive sqrt operation in hot loop of BitMap.grow_maskLuiz Fernando Silva2024-09-121-2/+3
* Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-1/+1
* Fix size error in `BitMap.opaque_to_polygons`Ninni Pipping2023-04-281-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix typos with codespellRémi Verschelde2022-12-151-1/+1
* BitMap polygon code cleanupNinni Pipping2022-11-221-78/+23
* Fix polygon generation in BitMapNinni Pipping2022-11-171-39/+123
* Make some Image methods statickobewi2022-10-141-3/+1
* Refactor BitMap and add testsHendrik Brucker2022-09-011-65/+85
* Replace Array return types with TypedArraykobewi2022-08-221-2/+3
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-1/+1
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Merge pull request #55841 from OverloadedOrama/expose-bitmap-methodsRémi Verschelde2022-01-251-0/+2
|\
| * Expose BitMap's `convert_to_image` and `resize` methods to GDScriptManolis Papadeas2021-12-121-0/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Construct values only when necessary.Anilforextra2021-09-231-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* BitMask::create Don't request more memory than needed when size is a multiply...kleonc2021-05-081-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-7/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal2020-12-191-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-16/+27
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-29/+0
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-7/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Small fixes to redundand code, copy paste bugsqarmin2019-10-141-1/+1
* Sprite to polygon conversion improvementsPouleyKetchoupp2019-10-071-17/+39
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-201-21/+19
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+58
* Fix BitMap calculating incorrect true bit countAndrii Doroshenko (Xrayez)2019-04-041-1/+2
* Fix -Wsign-compare warnings.marxin2019-02-271-1/+1
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+625