Commit History

Author SHA1 Message Date
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  qarmin 17732fe698 Added some obvious errors explanations 5 years ago
  Fabio Alessandrelli c19871af6d Move CryptoCore to it's own folder. 6 years ago
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
  Fabio Alessandrelli 564d93ff10 CryptoCore class to access to base crypto utils. 6 years ago
  qarmin 4e5310cc60 Some code changed with Clang-Tidy 6 years ago
  qarmin 072e40368e Fix always true/false values 6 years ago
  Juan Linietsky cd4449e7ab Add FileAccess::set_unix_permissions for Unix platforms 6 years ago
  Juan Linietsky a20235aeb0 Add ability to edit editor feature profiles 6 years ago
  George Marques 4f0590338f Add function to get String from FileAccess 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Chaosus 70c3270dfa Removed error message arriving whenever csv file changed 6 years ago
  allkhor eacb8600f4 FileAccess::store_csv_line() don't added unnecessary double quotes. 6 years ago
  Kanabenki 48166a9f3c Add store_csv_line method for File 6 years ago
  Rémi Verschelde 7b081a7fc8 Fix warnings about unhandled enum value in switch [-Wswitch] 6 years ago
  Rémi Verschelde cdc411fd54 Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more 6 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Juan Linietsky ea3d997f9d Revert "added get_creation_time function for gdscript" 7 years ago
  Juan Linietsky 275e0d5ee4 Merge pull request #18914 from notwarp/master 7 years ago
  Unknown 7fbb826422 Fix #20564 HDR import fail 7 years ago
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 years ago
  Daniele Giuliani d315b0fb8a added get_creation_time function for gdscript 7 years ago
  bruvzg b3ddf12fb1 Mono: Allow loading `mscorlib` from resources. 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 988d29bdd8 Reimport now checks source path changes and imported files and their md5, fixes #14728 7 years ago
  poke1024 a3f1ed9af9 Faster FileAccess::get_line() 7 years ago
  Juan Linietsky bc2e8d99e5 Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 7 years ago