Commit History

作者 SHA1 備註 提交日期
  Lyuma c088a2dd89 Fix crash due to reentrancy in AudioStreamPlayer* finished signal. 4 年之前
  reduz d03b7fbe09 Refactored Node3D rotation modes 4 年之前
  Douglas Leão 39a90751dc Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playback 4 年之前
  Ellen Poe 0e3cab41eb Add polyphony to Audio Stream Player nodes 4 年之前
  Ellen Poe 3598d300cb Do all audio mixing in the AudioServer 4 年之前
  reduz 44d62a9f4b Implement NativeExtension pointer arguments 4 年之前
  reduz 6631f66c2a Optimize StringName usage 4 年之前
  Anshul7sp1 91181c2086 Fixes small typos and grammar correction 4 年之前
  Ellen Poe eb5566f5c5 Don't fade out after pausing unless stream is running 4 年之前
  Pedro J. Estébanez 8e128726f0 Modernize atomics 4 年之前
  Ellen Poe 15b8480b2c Return setseek position if one exists in get_playback_position. 4 年之前
  reduz 1aa2823fa3 Removed _change_notify 4 年之前
  Rafał Mikrut 003bb8e1a8 Initialize class variables with default values in scene/ [1/2] 4 年之前
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 年之前
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 5 年之前
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 年之前
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 年之前
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 年之前
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 年之前
  Rémi Verschelde 01afc442c7 Signals: Port connect calls to use callable_mp 5 年之前
  Juan Linietsky 33b5c57199 Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 5 年之前
  Juan Linietsky 3c0059650d Added StringName as a variant type. 5 年之前
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 年之前
  WARIO-MDMA 61d20b1f56 Reduce AudioStreamPlayer's pitch_scale max value 5 年之前
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 年之前
  qarmin 4e5310cc60 Some code changed with Clang-Tidy 6 年之前
  Rémi Verschelde 6920c82742 Style: Fix issues with clang-format 8.0 6 年之前
  Juan Linietsky 876c509a9d Removed function to compute time, should not be that useful in practice. 6 年之前
  Juan Linietsky c2027c8233 Added functions to further improve music timing 6 年之前
  Juan Linietsky 040b59c010 Properly deal with clicking on audio stream change or stop (AudioStreamPlayer only) 6 年之前