Historique des commits

Auteur SHA1 Message Date
  Pedro J. Estébanez 46bfe4452f Fix object leaks caused by unfulfilled yields il y a 5 ans
  Pedro J. Estébanez c427334393 Fix leaked objects when game ends with yields in progress il y a 5 ans
  Rémi Verschelde 6aac75afc2 Merge pull request #37318 from ttencate/fix/argument_nulled_37312 il y a 5 ans
  lupoDharkael 95a1400a2a Replace NULL with nullptr il y a 5 ans
  Thomas ten Cate 23a8a8c667 Revert "Allow parameters passed to GDScript functions to be nulled" il y a 5 ans
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 il y a 5 ans
  Fabio Alessandrelli b8ddaf9c33 Refactor ScriptDebugger. il y a 5 ans
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> il y a 5 ans
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. il y a 5 ans
  George Marques 4d960efafc GDScript: Remove self static reference and create one on calls il y a 5 ans
  Juan Linietsky 867d073b98 Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. il y a 5 ans
  Juan Linietsky cf8c679a23 ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits. il y a 5 ans
  Rémi Verschelde 4faaf6089a Remove unused #if 0'ed code il y a 5 ans
  ChibiDenDen 9ffa9a6bac Fix constant access in base class through subclass instance il y a 5 ans
  George Marques 3718f8f592 GDScript: Validate object instance on `is` operation il y a 5 ans
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 il y a 5 ans
  George Marques 475d7f0e52 GDScript: Fix type conversion in assignment with operation il y a 5 ans
  Marcel Admiraal 83069a3c0f Remove ERR_EXPLAIN macros and the scaffolding they needed. il y a 5 ans
  George Marques 9fcd38fc70 GDScript: validate instance before accessing it on error il y a 5 ans
  noname1477 3659e3db9d Fixed some obvious typos in error messages il y a 5 ans
  Mitch Curtis aa8e3e7b0f GDScript: add an optional message parameter to assert() il y a 6 ans
  Bojidar Marinov 112aa6e367 Fix yield check in GDScriptFunction il y a 6 ans
  Robin Hübner 6ab118c464 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. il y a 6 ans
  Bojidar Marinov 8336590154 Fix stack underflows when yielding twice il y a 6 ans
  Rémi Verschelde 4d99408d12 Merge pull request #28884 from vnen/yield-resume-stack il y a 6 ans
  Furkan Türkal 7d8d337b2c fix some crashes il y a 6 ans
  Rémi Verschelde 6750e1b3cd GDScript: Improve error on Object to Object invalid argument calls il y a 6 ans
  George Marques 9df1a2442b Show function name in debugger stack trace il y a 6 ans
  George Marques bdc6649b79 Keep GDScript functions in stack while yielding il y a 6 ans
  Rémi Verschelde 425ec6914c Revert "Forbid implicit type conversion in GDScript" il y a 6 ans