summaryrefslogtreecommitdiff
path: root/scene/resources/bit_map.cpp
AgeCommit message (Expand)Author
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-01-25Merge pull request #55841 from OverloadedOrama/expose-bitmap-methodsRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-12Expose BitMap's `convert_to_image` and `resize` methods to GDScriptManolis Papadeas
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-09-23Construct values only when necessary.Anilforextra
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-08BitMask::create Don't request more memory than needed when size is a multiply...kleonc
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-19Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-07Sprite to polygon conversion improvementsPouleyKetchoupp
2019-05-20Style: Fix issues with clang-format 8.0Rémi Verschelde
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
2019-04-04Fix BitMap calculating incorrect true bit countAndrii Doroshenko (Xrayez)
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde