Commit History

Author SHA1 Message Date
  David Cambré d7205ef1d0 The built in function math/seed was missing the sequenceport. 4 years ago
  Rémi Verschelde e196733e88 Re-bind posmod, use int64_t instead of int 4 years ago
  reduz 1aa2823fa3 Removed _change_notify 4 years ago
  Aaron Franke f55445079a Replace ColorN and from HTML with a string constructor 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Marcel Admiraal b743a2ef3c Rename Math::stepify to snapped 4 years ago
  Aaron Franke 02161aad5a Remove empty lines around braces with the formatting script 4 years ago
  reduz 221a2a1742 Refactored variant constructor logic 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  Yuri Roubinsky 38fb26794b Exposed randi_range to global funcs + renamed rand_range to randf_range 5 years ago
  bruvzg 80b8eff6aa [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Nico Mitchell f7cc2b090c Change MATH_POSMOD return type back to INT 5 years ago
  Nico Mitchell c2ffaf5b2b Change round return type to float 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Juan Linietsky 33b5c57199 Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 5 years ago
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 years ago
  Rémi Verschelde bd78b9f445 Remove deprecated decimals builtin 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  64epicks e430f8ca61 Implemented `ord` function in VisualScript 6 years ago
  Rémi Verschelde 07e289963c doc: Sync classref with current source 6 years ago
  Chaosus 6694c119d0 Added lerp_angles built-in function 6 years ago
  Aaron Franke a60f242982 Add integer posmod and rename default arg names 6 years ago
  Giacom c00427add3 Added move_toward functions for float, Vector2 and Vector3 6 years ago
  Rémi Verschelde c8994b56f9 Style: Apply new changes from clang-format 8.0 6 years ago
  Rémi Verschelde d211aff777 Merge pull request #27231 from Chaosus/smoothstep 6 years ago
  Chaosus 514a3fb96a Added smoothstep built-in function 6 years ago