Commit History

Author SHA1 Message Date
  Pedro J. Estébanez 31af5a31fb Skip asserts on non-debug builds at compiler level 8 years ago
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) 8 years ago
  Rémi Verschelde f44ee891be Style: Fix statements ending with ';;' 8 years ago
  Juan Linietsky 4261880c94 Merge pull request #6845 from karroffel/master 8 years ago
  Rémi Verschelde 93ab45b6b5 Style: Fix whole-line commented code 8 years ago
  Juan Linietsky 6dd7d2c1f7 Implicit inheritance now defaults to Resource, will error for node scripts if extends not used. 8 years ago
  Karroffel e781a7e07e pattern matcher: Implemented backend 9 years ago
  Karroffel d445f0639f pattern matcher: Implemented transformations 9 years ago
  Juan Linietsky 9e477babb3 -GDScript support for accessing properties directly 8 years ago
  Juan Linietsky 118eed485e ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 8 years ago
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! 8 years ago
  yg2f 217e09c79d Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in Release mode 9 years ago
  Juan Linietsky 37f1e86108 Do ctrl-click on any code identifier to go to definiton or help page. 9 years ago
  Bojidar Marinov 9f66f59477 Ternary operator in GDScript (a if x else b) 9 years ago
  Juan Linietsky 1add52b55e Brand new networked multiplayer 9 years ago
  Juan Linietsky 5218f35b7f Forgot to clear signals on recompile, closes #5729 9 years ago
  Rémi Verschelde b6ac91c0e6 Removed unused variables (first pass) 9 years ago
  Juan Linietsky 48959f0590 Merge pull request #5407 from RandomShaper/opt-self-indexing 9 years ago
  Juan Linietsky 565bb3afcc Fix extends issue, closes #4026 9 years ago
  Pedro J. Estébanez d306b9bea5 Optimize member access with self 9 years ago
  Juan Linietsky 9ddc13a5cc -All variables from script are visible through get_property_list(), not just those with export() 9 years ago
  punto- 86253cbdfe Revert "Fix implicit GDScript Reference inheritance" 9 years ago
  eska 3acbf8e71f Fix implicit GDScript Reference inheritance 9 years ago
  Juan Linietsky cc0a7b24e7 missed ifdef that broke android build 9 years ago
  Juan Linietsky 9e745b920f Ability to reload scripts on running game 9 years ago
  Juan Linietsky a75f896338 First version of Profiler 9 years ago
  Saracen d643a40f95 Subclasses can now extend from other subclasses contained in scripts derived from relative paths. 9 years ago
  Hubert Jarosz 4a4f247914 remove trailing whitespace 9 years ago
  Juan Linietsky 210d332def -wip on addon editor 9 years ago
  Juan Linietsky cb39db0b02 Fixed bug with default arguments in gdscript, closes #2024 9 years ago