Historique des commits

Auteur SHA1 Message Date
  Rémi Verschelde 6c243326bd Merge pull request #25650 from willnationsdev/script-icon il y a 6 ans
  Will Nations c4ff433b17 Fix script class icon filepath lookups at runtime. il y a 6 ans
  George Marques 587c1c90cf GDScript: do second pass of parsing on release il y a 6 ans
  George Marques 8464cce857 GDScript: fix default value for autoexported typed vars il y a 6 ans
  George Marques f439397126 GDScript: read constants from parent scripts il y a 6 ans
  George Marques ba13aae9af GDScript: allow local classes to be used as types il y a 6 ans
  Hein-Pieter van Braam f958ba5abc Merge pull request #25069 from vnen/gdscript-fixes il y a 6 ans
  George Marques ced9fcafd4 GDScript: clarify error message about cycles il y a 6 ans
  George Marques 20e6ff263a GDScript: fix type-check of indexed values il y a 6 ans
  Rémi Verschelde b910b22d74 Merge pull request #25001 from jlahman/gdscript-export-var-fix il y a 6 ans
  jlahman 6661ceadcc Fixes export PackedScene "reset to default" throwing errors il y a 6 ans
  George Marques 4f72c6be8a GDScript: consider constructors as always existing il y a 6 ans
  George Marques b0c3a3f2da GDScript: allow objects to be keys of dictionaries il y a 6 ans
  George Marques 573fab7447 GDScript: don't check types on release builds il y a 6 ans
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 il y a 6 ans
  George Marques 74a3bf72f0 Fix type-compatibilty check in GDScript il y a 6 ans
  Rémi Verschelde 1c169413ff Merge pull request #23740 from ttencate/unused_argument_22139 il y a 7 ans
  George Marques 3d2d04afd4 Check for valid values when checking for class members il y a 7 ans
  Thomas ten Cate 4a530433d4 Prevent unused_argument warning when passing arg to parent constructor il y a 7 ans
  George Marques 7f6f9abb2f Make enum values not be script constants if enum is named il y a 7 ans
  Kanabenki 30d473689c Add missing flag for exported enum il y a 7 ans
  Wilson E. Alvarez 71df4caf8f Removed unnecessary assignments il y a 7 ans
  J08nY 6e8f0cfdc6 Do not make a function that returns Variant::NIL a void function. Fix #22791. il y a 7 ans
  Aaron Franke 4f7b33cdcf Remove redundant "== false" code il y a 7 ans
  Rémi Verschelde 95131e6f23 Fix warnings on release builds (not DEBUG_ENABLED) il y a 7 ans
  Rémi Verschelde b1b625f4f5 Fix various Clang 7 warnings about unused stuff il y a 7 ans
  Rémi Verschelde 7b081a7fc8 Fix warnings about unhandled enum value in switch [-Wswitch] il y a 7 ans
  Rémi Verschelde bca2d3ad40 Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] il y a 7 ans
  George Marques 825e85ab23 GDScript: Error on empty blocks at the end of file il y a 7 ans
  George Marques e6a6ea65c7 GDScript: Forbid enum values to shadow constants il y a 7 ans