Commit History

Author SHA1 Message Date
  Ruslan Mustakov 61ddf52983 Add NIL_IS_VARIANT usage to few definitions 8 years ago
  Hein-Pieter van Braam 6c15c23889 Replace a OPCODE_BREAK with break in opcode 31 8 years ago
  Scayze 0722df4829 Fixed wrong break statement in GDFunction::call 8 years ago
  Hein-Pieter van Braam 0a338a28d9 Remove several checks on DEBUG_RELEASE 8 years ago
  Hein-Pieter van Braam 520d84e042 Use computed goto to dispatch next opcode 8 years ago
  Hein-Pieter van Braam 22358babda Implement Linux-style likely()/unlikely() macros 8 years ago
  Hein-Pieter van Braam 833c3917b2 Allow booleanization of all types 8 years ago
  Hein-Pieter van Braam 60790c8c5a Remove more GDScript runtime checks on release 8 years ago
  Poommetee Ketson 459f526119 Fix typos 'a' and 'an' 8 years ago
  Hein-Pieter van Braam 9c63ab99f0 Fix use of unitialized variables 8 years ago
  Hein-Pieter van Braam 8064fbb174 Fix a crash in gdscript callbacks 8 years ago
  Rémi Verschelde 7ad14e7a3e Dead code tells no tales 8 years ago
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers 8 years ago
  Hein-Pieter van Braam cacced7e50 Convert Object::cast_to() to the static version 8 years ago
  Wilson E. Alvarez 428f03cf06 Updated function argument names 8 years ago
  Ignacio Etcheverry 2f290038d6 Removes type information from method binds 8 years ago
  Indah Sylvia 5ae78fdf6a Makes all Godot API's methods Lower Case 8 years ago
  Ignacio Etcheverry 07fe7d99ea Adds completed signal to GDFunctionState 8 years ago
  Andreas Haas 015d36d18b GDScript: Use "is" keyword for type checking. 8 years ago
  Pedro J. Estébanez b69d4ebff4 Add extended check option to GDFunctionState::is_valid() 8 years ago
  Rémi Verschelde df61dc4b2b Add "Godot Engine contributors" copyright line 8 years ago
  Pedro J. Estébanez 0664a9ef8e Fix random crashes when using yield() 8 years ago
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) 8 years ago
  Rémi Verschelde e1c1d7d1d7 Add a bunch of missing Godot headers in own files 8 years ago
  Thaer Razeq f50488a361 Various fixes detected using PVS-Studio static analyzer. 8 years ago
  Hein-Pieter van Braam e8611966de Remove bounds check when resuming from yield. 8 years ago
  Hein-Pieter van Braam 411ee71b4d Rename the _MD macro to D_METHOD 8 years ago
  Rémi Verschelde e0faf8a51b Style: Cosmetic fixes to play nice with clang-format 8 years ago
  Juan Linietsky e6583117df Both Array and Dictionary are always in shared mode (removed copy on write). 8 years ago
  Juan Linietsky 9e477babb3 -GDScript support for accessing properties directly 8 years ago