Commit History

作者 SHA1 備註 提交日期
  Rémi Verschelde b97401f304 Update copyright statements to 2020 5 年之前
  Rémi Verschelde 7562ce053a Update copyright statements to 2019 6 年之前
  Rémi Verschelde 2712014744 Update copyright statements to 2018 7 年之前
  Rémi Verschelde 6a4e7198c5 Style: apply clang-format (5.0.0) to current source 7 年之前
  Rémi Verschelde 9d598833d2 Use HTTPS URL for Godot's website in the headers 8 年之前
  Rémi Verschelde 886c7d82d0 Re-apply clang-format to all files 8 年之前
  Hein-Pieter van Braam 364f2e8082 Correct hash behavior for floating point numbers 8 年之前
  Rémi Verschelde e9b045d9e5 Add "Godot Engine contributors" copyright line 8 年之前
  Rémi Verschelde f8db8a3faa Bring that Whole New World to the Old Continent too 8 年之前
  Rémi Verschelde dbf0137576 Style: Fix statements ending with ';;' 8 年之前
  Rémi Verschelde d8223ffa75 Welcome in 2017, dear changelog reader! 8 年之前
  Răzvan Cosmin Rădulescu 97ebfddaaf fixes #6331, Variant::can_convert 9 年之前
  Ignacio Etcheverry 2d4c4b6ea9 Fix regression with str() improvements for math types 9 年之前
  Ignacio Etcheverry 38ed5d9c7d Prettier str() for arrays 9 年之前
  J08nY a95a1f47a4 Remove CHARTYPE_16BITS unused checks 9 年之前
  Juan Linietsky 4bb93c976c Made error when signal calls a method with the wrong number of parameters more detailed, closes #4893 9 年之前
  Juan Linietsky c195c0df6b -Added configuration warning system for nodes 9 年之前
  Ignacio Etcheverry 2060e6616c Add missing Vector2Array case to Variant::operator String() 9 年之前
  Hubert Jarosz 4a4f247914 remove trailing whitespace 9 年之前
  Josh Grams 391ce81c5e AnimationTreePlayer: blend value tracks (closes #2299) 9 年之前
  Juan Linietsky 3d0bd1a3f3 -make signals throw an error when target method is not found, fixes #2036 9 年之前
  Juan Linietsky 1597082c85 -Ability to roll-back script-exported properties to their default value on the script, closes #2128 9 年之前
  George Marques 5be9ff7b67 Update copyright to 2016 in headers 9 年之前
  Juan Linietsky b60a3e7202 -Changed var2str and str2var in GDScript to use VariantWriter and VariantParser 9 年之前
  Juan Linietsky b0aa49accb merged some stuff for okam 10 年之前
  Juan Linietsky 95047562d7 Several performance improvements, mainly in loading and instancing scenes and resources. 10 年之前
  Juan Linietsky 57a78ec06b added conversion from int, string to color 10 年之前
  Juan Linietsky bc3c14a76b Made type-checking for arguments less trict between bool, int real. Fixes #1816 10 年之前
  Juan Linietsky 2d396fb710 -More strict argument type-checking, will make many bugs visible, fixes #1809 10 年之前
  Juan Linietsky 6f8bd89931 -invalidated string -> int automatic conversion, fixes #1788 10 年之前