Commit History

Author SHA1 Message Date
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 5 years ago
  Juan Linietsky 4ffc0d6b3f Refactored shadowmapping. 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Rafał Mikrut 359bebd8c0 Fix out of bound array access caused by unassigned variable 5 years ago
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 years ago
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago
  George Marques d490648168 Revert "ClassDB: Workaround double-free for GDScript" 5 years ago
  Rémi Verschelde 8312ead0d9 ClassDB: Workaround double-free for GDScript 5 years ago
  Juan Linietsky acf0f6c8a7 GIProbes working. 5 years ago
  Marcel Admiraal 5af3b4ca27 Remove duplicate ERR_PRINT macro. 5 years ago
  Ignacio Etcheverry 4be87c6016 ClassDB: Exclude method binds starting with '_' from API hash 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
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
  qarmin aab8da25ad Fix some code found by Coverity Scan and PVS Studio 6 years ago
  qarmin 01cc7a996b Use reference to constant in functions 6 years ago
  Rémi Verschelde b0ce9401ff Merge pull request #30126 from qarmin/remove_unnecessary_code 6 years ago
  qarmin 3c154eb93b Remove unnecessary code and add some error explanations 6 years ago
  Bojidar Marinov 55234d62b0 Remove bogus nulls from generated default values 6 years ago
  Bojidar Marinov 0c4c36d823 Add default values to the editor help, docs, and generated RST 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 a20235aeb0 Add ability to edit editor feature profiles 6 years ago
  Ignacio Etcheverry 2f3328a039 Fix wrong method binds and registered class 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Rémi Verschelde 99a4274f51 Make add_property error more explicit on duplicates 6 years ago
  Juan Linietsky f2e54057ae -Moved EditorDefaultValue to ClassDB, made it core 6 years ago
  Rémi Verschelde 95131e6f23 Fix warnings on release builds (not DEBUG_ENABLED) 6 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 6 years ago
  Juan Linietsky f1e5b7cf42 Print an error if you try to instantiate an editor class outside the editor, fixes #17624 7 years ago