Commit History

Author SHA1 Message Date
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 5 years ago
  Rémi Verschelde 13a9bfbca7 Style: Harmonize header guards to style guide [Core] 5 years ago
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 years ago
  Rémi Verschelde bde52cc688 Merge pull request #34618 from qarmin/vector_please_dont_crash 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Rafał Mikrut 1ac701cc37 Don't use constant reference in Vector push_back, insert and append_array 5 years ago
  Rémi Verschelde 6d16f2f053 Fix error macro calls not ending with semicolon 6 years ago
  Rémi Verschelde b7cc2bb1e2 Core: Ensure classes match their header filename 6 years ago
  Ibrahn Sahir cbb396c006 Repair String lstrip and rstrip. 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Hein-Pieter van Braam 3ef7ecf546 Don't allocate in Vector's ctor 6 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Hein-Pieter van Braam 2d98b40d47 Fix nested Vectors 7 years ago
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 years ago
  AndreaCatania b204389762 Added function append_array to vector 7 years ago
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting 7 years ago
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 7 years ago
  Juan Linietsky bc2e8d99e5 Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 7 years ago
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers 8 years ago
  Marcelo Fernandez eab850524e Add closest_power_of_2 func and implement mix_rate/latency on OS X 8 years ago
  Wilson E. Alvarez 21d281c4a9 Use const reference where favorable 8 years ago
  Pedro J. Estébanez 211c451890 Implement well-defined handling of unrecoverable errors 8 years ago
  Rémi Verschelde df61dc4b2b Add "Godot Engine contributors" copyright line 8 years ago
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) 8 years ago
  eska e06edc67c0 Enable WebGL2 in web export, start fixing build 8 years ago
  Juan Linietsky 2ab83e1abb Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 8 years ago
  Juan Linietsky 53ce643e52 -Changed memory functions, Memory::alloc_static*, simplified them, made them aligned to 16 8 years ago
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! 8 years ago
  George Marques 269d570420 Add 'from' argument to Array.find() 9 years ago