Commit History

Author SHA1 Message Date
  Rémi Verschelde f13207254c Revert "Check if global class file still exists before registering it" 5 years ago
  Fabio Alessandrelli fceb64827e Remap script path when registering class. 5 years ago
  Wilson E. Alvarez e264ae20d2 Check if global class file still exists before registering it 5 years ago
  George Marques 2b9d9bc364 Remove multilevel calls 5 years ago
  Paulb23 be119c5c47 Add core types to ScriptLanguage 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 years ago
  Fabio Alessandrelli b8ddaf9c33 Refactor ScriptDebugger. 5 years ago
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago
  Andrea Catania eb07e87981 Optmized data sent during RPC and RSet calls. 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Patrick Wuttke d8b36a452c check for cyclic inheritance when adding a global class 5 years ago
  Rémi Verschelde 4f294b958f doc: Sync classref with current source 5 years ago
  willnationsdev 88f79802f6 Expose Script reflection methods to scripting API. 6 years ago
  Leonard Meagher f7eb426e2e Allow overriding how scripted objects are converted to strings 6 years ago
  George Marques 25f9aee005 Allow class_name scripts to have nested inheritance 6 years ago
  Bojidar Marinov 9637e42705 Fix enums coming from other classes without preload 6 years ago
  marxin 8d51618949 Add -Wshadow=local to warnings and fix reported issues. 6 years ago
  Ignacio Etcheverry 9df44c2d2c Use script instance binding for objects constructed from C# 6 years ago
  Rémi Verschelde 658296856c Merge pull request #24877 from neikeq/issue-24280 6 years ago
  Ignacio Etcheverry ea85ff0dc2 Fix properties being lost when reloading placeholder GDScript instance 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Ignacio Etcheverry 7c4c646749 Fix GDScript placeholder fallback 6 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Ignacio Etcheverry f3c7527225 Fix case where exported properties value is lost 7 years ago
  Juan Linietsky a3f1ee5c57 Global class names (and GDScript support for it) 7 years ago