提交历史

作者 SHA1 备注 提交日期
  Juan Linietsky 25678b1876 -Renamed GlobalConfig to ProjectSettings, makes more sense. 7 年之前
  ducdetronquito 074801e7a9 [#7212] Fixed missing 'Variant' return values in documentation. 7 年之前
  Ignacio Etcheverry 30835f9d37 PackedScene: Fix wrong DEFVAL 8 年之前
  Rémi Verschelde df61dc4b2b Add "Godot Engine contributors" copyright line 8 年之前
  Rémi Verschelde debeee56f7 Fix typos in source code using codespell 8 年之前
  Pedro J. Estébanez 3b36df3730 Fix redundant connections saved in sub-inheritance 8 年之前
  Pedro J. Estébanez 383dea5796 Fix node duplication in scene sub-inheritance 8 年之前
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) 8 年之前
  Juan Linietsky de0045cf1b -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 8 年之前
  Hein-Pieter van Braam b696beea65 Correct hash behavior for floating point numbers 8 年之前
  Juan Linietsky da11d6d9e8 Many fixes to make exported scenes work better, still buggy. 8 年之前
  Hein-Pieter van Braam 411ee71b4d Rename the _MD macro to D_METHOD 8 年之前
  Hein-Pieter van Braam 0f687f0ccb Remove use of _SCS from ADD_METHOD 8 年之前
  Rémi Verschelde f44ee891be Style: Fix statements ending with ';;' 8 年之前
  Rémi Verschelde 93ab45b6b5 Style: Fix whole-line commented code 8 年之前
  BastiaanOlij bf990b0822 Few small fixes so tools=no and target=release compiles 8 年之前
  Juan Linietsky a503f8aadc Groundbreaking!! Godot resources can now be flagged to be local to the scene being edited! 8 年之前
  Juan Linietsky 2ab83e1abb Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 8 年之前
  Juan Linietsky 118eed485e ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 8 年之前
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! 8 年之前
  Juan Linietsky 0988970c1f Fixed properly not save signals that already exist in their base scenes, closes #5656 8 年之前
  Juan Linietsky 9de33e18f1 WIP bugfix for existing connections 8 年之前
  Rémi Verschelde f40f360a2c Remove unused variables (fourth pass) + dead code 9 年之前
  Juan Linietsky b391306828 Make both signals be ordered and samplelibrary items too, fixes scenes changing for git, closes #5289 9 年之前
  Juan Linietsky 8e1c0f287d Fixed bug in instance state ordering, closes #3904 9 年之前
  Juan Linietsky 6bdd17f07c Fix error storing path for children of instanced nodes in .tscn, fixes #4320 fixes #4579 fixes #4580 9 年之前
  Juan Linietsky f0abda999e resolve numerical error when comparing instancing an inheritance to avoid saving changed properties when they didn't, closes 4759 9 年之前
  Juan Linietsky c195c0df6b -Added configuration warning system for nodes 9 年之前
  Hubert Jarosz 4a4f247914 remove trailing whitespace 9 年之前
  Juan Linietsky b91b89cf60 Add support for placeholders in tscn, which was missing. Closes #3652 9 年之前