Commit History

Autor SHA1 Mensaxe Data
  Juan Linietsky 6dd7d2c1f7 Implicit inheritance now defaults to Resource, will error for node scripts if extends not used. %!s(int64=8) %!d(string=hai) anos
  Juan Linietsky 9e477babb3 -GDScript support for accessing properties directly %!s(int64=8) %!d(string=hai) anos
  Juan Linietsky 118eed485e ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. %!s(int64=8) %!d(string=hai) anos
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! %!s(int64=8) %!d(string=hai) anos
  yg2f 217e09c79d Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in Release mode %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 37f1e86108 Do ctrl-click on any code identifier to go to definiton or help page. %!s(int64=9) %!d(string=hai) anos
  Bojidar Marinov 9f66f59477 Ternary operator in GDScript (a if x else b) %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 1add52b55e Brand new networked multiplayer %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 5218f35b7f Forgot to clear signals on recompile, closes #5729 %!s(int64=9) %!d(string=hai) anos
  Rémi Verschelde b6ac91c0e6 Removed unused variables (first pass) %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 48959f0590 Merge pull request #5407 from RandomShaper/opt-self-indexing %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 565bb3afcc Fix extends issue, closes #4026 %!s(int64=9) %!d(string=hai) anos
  Pedro J. Estébanez d306b9bea5 Optimize member access with self %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 9ddc13a5cc -All variables from script are visible through get_property_list(), not just those with export() %!s(int64=9) %!d(string=hai) anos
  punto- 86253cbdfe Revert "Fix implicit GDScript Reference inheritance" %!s(int64=9) %!d(string=hai) anos
  eska 3acbf8e71f Fix implicit GDScript Reference inheritance %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky cc0a7b24e7 missed ifdef that broke android build %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 9e745b920f Ability to reload scripts on running game %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky a75f896338 First version of Profiler %!s(int64=9) %!d(string=hai) anos
  Saracen d643a40f95 Subclasses can now extend from other subclasses contained in scripts derived from relative paths. %!s(int64=9) %!d(string=hai) anos
  Hubert Jarosz 4a4f247914 remove trailing whitespace %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 210d332def -wip on addon editor %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky cb39db0b02 Fixed bug with default arguments in gdscript, closes #2024 %!s(int64=9) %!d(string=hai) anos
  George Marques 5be9ff7b67 Update copyright to 2016 in headers %!s(int64=9) %!d(string=hai) anos
  Zher Huei Lee 61a1f596cc added missing null check %!s(int64=9) %!d(string=hai) anos
  reduz 7d2d1442f8 -add breakpoint statement to ease with debugging, closes #3165 %!s(int64=9) %!d(string=hai) anos
  reduz 30c12297dc - added 'onready' keyword to gdscript. Defers initialization of member variables until _ready() is run. %!s(int64=9) %!d(string=hai) anos
  Juan Linietsky 48f1d02da4 added ability to define signals in script %!s(int64=10) %!d(string=hai) anos
  Juan Linietsky 701335e845 -Throw error if setter and getter reference their member variable with self. , fixes #1685 %!s(int64=10) %!d(string=hai) anos
  Juan Linietsky 4661a6e126 -try to avoid errors when path using ".." is present in script include, fixes #1703 %!s(int64=10) %!d(string=hai) anos