Commit History

Author SHA1 Message Date
  Rémi Verschelde cdc411fd54 Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more 7 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
  Rémi Verschelde 73049d115e Rename OS::get_data_dir to OS::get_user_data_dir 7 years ago
  Ruslan Mustakov 1a2311e350 Extract logging logic 8 years ago
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers 8 years ago
  TwistedTwigleg 00f6c85928 Synchronize parameter names in definition and declaration 8 years ago
  Rémi Verschelde 76005a8e75 Style: Apply clang-format on all files 8 years ago
  Marcelo Fernandez 2144093fe6 Fix cvs files freezing the editor when a double quote is not closed 8 years ago
  Juan Linietsky 25678b1876 -Renamed GlobalConfig to ProjectSettings, makes more sense. 8 years ago
  Juan Linietsky bb20f230ad -Added .hdr format support 8 years ago
  Rémi Verschelde 2398eb6ed4 Move core thirdparty files to thirdparty/{minizip,misc} 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
  Juan Linietsky de0045cf1b -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 8 years ago
  Juan Linietsky 0f7af4ea51 -Changed most project settings in the engine, so they have major and minor categories. 8 years ago
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! 8 years ago
  Bojidar Marinov 7073bb0bb2 Add sha256 to String and File/FileAccess. 9 years ago
  Juan Linietsky 7f02627290 -Add visible IO errors when closing a file fails due to it being locked (most likely on windows), closes #4760 9 years ago
  Bojidar Marinov 7a18bb8ace Fix File.get_csv_line not including quoted newlines in the output 9 years ago