提交歷史

作者 SHA1 備註 提交日期
  Pedro J. Estébanez 8e128726f0 Modernize atomics 4 年之前
  Pedro J. Estébanez 99fe462452 Modernize Thread 4 年之前
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 年之前
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() 4 年之前
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 5 年之前
  Rémi Verschelde 85220fec01 Style: Remove unnecessary semicolons from `core` 5 年之前
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 年之前
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 年之前
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 年之前
  Pedro J. Estébanez 9a3a2b03b8 Drop old semaphore implementation 5 年之前
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> 5 年之前
  Juan Linietsky c613ead5fa Added a spinlock template as well as a thread work pool class. 6 年之前
  Marcel Admiraal 5af3b4ca27 Remove duplicate ERR_PRINT macro. 6 年之前
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 年之前
  qarmin 17732fe698 Added some obvious errors explanations 6 年之前
  Fabio Alessandrelli b574e476ec Implement IP.get_local_interfaces. 6 年之前
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 年之前
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 年之前
  Fabio Alessandrelli 97757cd1d1 Fix DNS resolution when cache is invalid. 7 年之前
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting 7 年之前
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 7 年之前
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers 8 年之前
  Ignacio Etcheverry 32dd9a9f66 ClassDB: Provide the enum name of integer constants 8 年之前
  Poommetee Ketson 49c7620326 Add object type hint for docs 8 年之前
  Marcelo Fernandez bba8f1db30 Fixed the IP resolver code blocking the main thread, it uses a Mutex now to lock its own thread. 8 年之前
  Rémi Verschelde df61dc4b2b Add "Godot Engine contributors" copyright line 8 年之前
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) 8 年之前
  Hein-Pieter van Braam 411ee71b4d Rename the _MD macro to D_METHOD 8 年之前
  Fabio Alessandrelli 98a7e2b4e0 Convert validity checks of IP_Address to is_valid method. 8 年之前
  Juan Linietsky 118eed485e ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 8 年之前