Commit History

Author SHA1 Message Date
  kobewi 34b485d62b Remove empty constructors and destructors from scene/ 2 months ago
  Thaddeus Crews ad40939b6f Core: Replace C math headers with C++ equivalents 4 months ago
  Thaddeus Crews ea62170dac Core: Add `constexpr` constructors/operators to math structs 8 months ago
  Yufeng Ying 73d85f46c9 Remove unused headers in scene. 7 months ago
  Luiz Fernando Silva 293cc2126e Avoid expensive sqrt operation in hot loop of BitMap.grow_mask 10 months ago
  EddieBreeg 8747c67d9e Fix potential integer underflow in rounded up divisions 1 year ago
  Ninni Pipping 249784ed53 Fix size error in `BitMap.opaque_to_polygons` 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Rémi Verschelde 346efd29e0 Fix typos with codespell 2 years ago
  Ninni Pipping 28c5250c2d BitMap polygon code cleanup 2 years ago
  Ninni Pipping f0099b28b1 Fix polygon generation in BitMap 2 years ago
  kobewi 072f6feaba Make some Image methods static 3 years ago
  Hendrik Brucker ea0472fecf Refactor BitMap and add tests 2 years ago
  kobewi 8be27dc59e Replace Array return types with TypedArray 3 years ago
  Yuri Sizov 1362bc22bd Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript 3 years ago
  reduz 45af29da80 Add a new HashSet template 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  Rémi Verschelde 894e2fddda Merge pull request #55841 from OverloadedOrama/expose-bitmap-methods 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Manolis Papadeas 453912d48d Expose BitMap's `convert_to_image` and `resize` methods to GDScript 3 years ago
  Hugo Locurcio c012fbc8b2 Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` 3 years ago
  Anilforextra cc51b045da Construct values only when necessary. 3 years ago
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
  kleonc 8963be2ef4 BitMask::create Don't request more memory than needed when size is a multiply of 8 4 years ago
  Rémi Verschelde 8247667a3e Core: Drop custom `copymem`/`zeromem` defines 4 years ago
  Anshul7sp1 91181c2086 Fixes small typos and grammar correction 4 years ago
  Rafał Mikrut 7961a1dea3 Initialize class variables with default values in scene/ [2/2] 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() 4 years ago
  Marcel Admiraal 2df9a8ccad Rename Rect2 and Rect2i clip() to intersection() 4 years ago