Commit History

Author SHA1 Message Date
  Rémi Verschelde b97401f304 Update copyright statements to 2020 4 years ago
  Rémi Verschelde 7562ce053a Update copyright statements to 2019 5 years ago
  Rémi Verschelde 2712014744 Update copyright statements to 2018 7 years ago
  Rémi Verschelde 9d598833d2 Use HTTPS URL for Godot's website in the headers 7 years ago
  Marcelo Fernandez 647c4ae5bf Add closest_power_of_2 func and implement mix_rate/latency on OS X 7 years ago
  Rémi Verschelde e9b045d9e5 Add "Godot Engine contributors" copyright line 8 years ago
  Rémi Verschelde f8db8a3faa Bring that Whole New World to the Old Continent too 8 years ago
  Rémi Verschelde dbf0137576 Style: Fix statements ending with ';;' 8 years ago
  Rémi Verschelde d8223ffa75 Welcome in 2017, dear changelog reader! 8 years ago
  Bojidar Marinov 85585c7fc5 Add named colors to GDScript/core. 8 years ago
  Fabio Alessandrelli d5ee98bb2c Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" 8 years ago
  Rémi Verschelde b3bf3c392a i18n: Fix string that broke msgmerge 8 years ago
  Fabio Alessandrelli ba095b8dcc Add warning when (pre)loading paths with leading / (#4280 - #3106) 8 years ago
  Juan Linietsky 9151eb591d Changed the way the step decimals are computed to a safer way, fixes many issues. 8 years ago
  Rémi Verschelde b6ac91c0e6 Removed unused variables (first pass) 8 years ago
  Geequlim 71245995a4 Add @GDScript.type_exists 8 years ago
  Rémi Verschelde 7723579237 Fix type hint for the seed argument 8 years ago
  Juan Linietsky f860915ae0 Made many built-in gdscript functions return more descriptive errors, closes #5150 8 years ago
  George Marques 43dad78209 Fix Color8 constructor using wrong value range 8 years ago
  Rémi Verschelde b58e261d41 GDScript: Fix method info for is_nan and is_inf 9 years ago
  Juan Linietsky 0c57a58056 ability to drag scenes from filesystem to tree for instancing 9 years ago
  Rémi Verschelde 002ff3cc9a Revert "Merge pull request #3814 from est31/iterators_for_for" 9 years ago
  est31 f81153eb69 Add xrange builtin function 9 years ago
  Rémi Verschelde 7af864f467 Merge pull request #3445 from akien-mga/master 9 years ago
  Rémi Verschelde e38b797c97 Add missing return for typeof() MethodInfo 9 years ago
  Juan Linietsky 23441ec867 Added var2bytes and bytes2var to convet any variable to bytes and back. Closes #2075 9 years ago
  George Marques 5be9ff7b67 Update copyright to 2016 in headers 9 years ago
  Juan Linietsky 64872ca811 small fixes to color8 9 years ago
  Juan Linietsky 37f2222dd7 -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Color, to deal with colors in the 0-255 range. Closes #2345 9 years ago
  Juan Linietsky ec3d17b4e2 force thread model to single-safe when running editor, fixes #2387 9 years ago