Commit History

Author SHA1 Message Date
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
  Rémi Verschelde 70ae90e0e8 Core: Drop custom `copymem`/`zeromem` defines 4 years ago
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 years ago
  Pedro J. Estébanez b02e0b0c4b Fix debugger error when Dictionary key is a freed Object 5 years ago
  George Marques 3718f8f592 GDScript: Validate object instance on `is` operation 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  qarmin 17732fe698 Added some obvious errors explanations 6 years ago
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
  Ibrahn Sahir 4e4697b1c4 Added release function to PoolVector::Access. 6 years ago
  Rémi Verschelde eaaff9da31 Merge pull request #29941 from qarmin/redundant_code_and_others 6 years ago
  qarmin 4e5310cc60 Some code changed with Clang-Tidy 6 years ago
  Rémi Verschelde a9cff880d6 doc: Document EncodedObjectAsID, expose its property 6 years ago
  qarmin 072e40368e Fix always true/false values 6 years ago
  Lukas Zanner c35f4e8808 Initialize padding on PoolByteArray serialization 6 years ago
  Rémi Verschelde c8994b56f9 Style: Apply new changes from clang-format 8.0 6 years ago
  Fabio Alessandrelli e61a074a8e Use same boolean for objects encode and decode. 6 years ago
  marxin 8d51618949 Add -Wshadow=local to warnings and fix reported issues. 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Wilson E. Alvarez 08f22f1cf0 Moved member variables to initializer list 6 years ago
  Fabio Alessandrelli 83acd5f17e One less local variable in marshalls 7 years ago
  Rémi Verschelde 6ab78d9ffb Fix some more warnings reported by CI 7 years ago
  Rémi Verschelde ffa8420aec Merge pull request #22223 from Faless/fix_int32_encode 7 years ago
  Rémi Verschelde 7b081a7fc8 Fix warnings about unhandled enum value in switch [-Wswitch] 7 years ago
  Fabio Alessandrelli dba8c3999d Fix put_var encoding some 32bits ints as 64bits. 7 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Fabio Alessandrelli feaf03421d Fix marshalls size checks. 7 years ago
  Juan Linietsky cbd849d13f Merge pull request #16033 from poke1024/marshalls-dict 7 years ago
  Andrew Dunai 0269e366f1 Fix garbage in string padding. 7 years ago