| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | doc: Fix references to online tutorials after godotengine/godot-docs#1015 | Rémi Verschelde | 2018-01-25 | 1 | -1/+1 |
| | | |||||
| * | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 3 | -3/+3 |
| | | | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage). | ||||
| * | GDScript: always call ResourceLoader::load() in non-completion mode | Bernhard Liebl | 2018-01-21 | 1 | -1/+1 |
| | | |||||
| * | Allow shadowing class members with local variables in GDScript, closes #15896 | Juan Linietsky | 2018-01-20 | 1 | -14/+24 |
| | | |||||
| * | Merge pull request #15849 from poke1024/preload-completion | Rémi Verschelde | 2018-01-18 | 1 | -1/+3 |
| |\ | | | | | GDScript: fix autocompletion for preload() (issue 15766) | ||||
| | * | GDScript: fix autocompletion for preload() (issue 15766) | Bernhard Liebl | 2018-01-18 | 1 | -1/+3 |
| | | | |||||
| * | | Suppress errors on autocompletion for preload() | Bernhard Liebl | 2018-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 2 | -8/+8 |
| |/ | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fixes for parameter names of builtin functions in visual scripts/core | Chaosus | 2018-01-16 | 1 | -3/+3 |
| | | |||||
| * | Filled tutorial field in most relevent classes. | Juan Linietsky | 2018-01-15 | 1 | -0/+1 |
| | | | | | Added tutorial display in doc. | ||||
| * | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 3 | -3/+3 |
| | | |||||
| * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -1/+1 |
| | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | ||||
| * | Mono: Implement stack info for errors and exceptions | Ignacio Etcheverry | 2018-01-09 | 1 | -1/+3 |
| | | |||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 15 | -0/+15 |
| | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
| * | Merge pull request #15089 from poke1024/funcref-warn | Rémi Verschelde | 2018-01-03 | 1 | -1/+1 |
| |\ | | | | | Warn about funcref creation | ||||
| | * | Warn about funcref creation | Bernhard Liebl | 2017-12-26 | 1 | -1/+1 |
| | | | |||||
| * | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 15 | -30/+30 |
| |/ | | | | Happy new year to the wonderful Godot community! | ||||
| * | Cleanup some #if 0'd code | Rémi Verschelde | 2017-12-17 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #12845 from remorse107/Array-Dictionary-Fix | Rémi Verschelde | 2017-12-16 | 1 | -9/+33 |
| |\ | | | | | Fix issue #11400. Fixes issue with arrays and dictionary acting as static objects between different instances of objects. | ||||
| | * | Fix issue #11400. Fixes issue with arrays and dictionary acting as static ↵ | Robert Morse | 2017-11-17 | 1 | -9/+33 |
| | | | | | | | | | objects between different instances of objects. | ||||
| * | | GDScript files are converted to binary on export now. | Juan Linietsky | 2017-12-14 | 1 | -0/+44 |
| | | | |||||
| * | | Scons: Build modules in seperate env. | Andreas Haas | 2017-12-13 | 1 | -1/+4 |
| | | | |||||
| * | | Properly support nested ternary expressions | Bojidar Marinov | 2017-12-11 | 1 | -4/+7 |
| | | | | | | | | | Fixes 14324. | ||||
| * | | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | 2017-12-10 | 1 | -2/+2 |
| | | | |||||
| * | | Make GDScript parser raise error when exporting Object | George Marques | 2017-12-09 | 1 | -0/+4 |
| | | | |||||
| * | | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky | 2017-12-07 | 1 | -2/+2 |
| | | | | | | | | | Made error reporting to opcode_set in gdscript a bit clearer | ||||
| * | | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 5 | -12/+12 |
| | | | |||||
| * | | Style: Apply clang-format again on all files | Rémi Verschelde | 2017-12-07 | 2 | -8/+7 |
| | | | | | | | | | | | Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | ||||
| * | | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 2 | -6/+6 |
| | | | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | ||||
| * | | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 3 | -3/+3 |
| | | | |||||
| * | | Add cartesian to polar conversion functions | pablotato | 2017-11-20 | 2 | -0/+32 |
| | | | |||||
| * | | Allow to extends constant variable | sanikoyes | 2017-11-20 | 2 | -9/+51 |
| | | | |||||
| * | | Merge pull request #11940 from GodotExplorer/debugger | Rémi Verschelde | 2017-11-20 | 3 | -7/+80 |
| |\ \ | | | | | | | Enhanced debugger for godot 3.0 | ||||
| | * | | Move the remote scene tree to the scene tree dock. | Geequlim | 2017-11-17 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | Ignore all script constants in the global section of the breakpoint stack. Check property size before send to avoid too large of data be sent. Fix crash while clear the remote objects from the debugger. | ||||
| | * | | Abstract some method for script system | geequlim | 2017-11-17 | 3 | -6/+66 |
| | |/ | |||||
| * | | Merge pull request #12952 from bojidar-bg/12392-export-enums | Rémi Verschelde | 2017-11-20 | 1 | -9/+69 |
| |\ \ | | | | | | | Allow exporting enums from GDScript | ||||
| | * | | Allow exporting enums from GDScript | Bojidar Marinov | 2017-11-17 | 1 | -9/+69 |
| | |/ | | | | | | | | | Use as `export(E) ...` Closes #12392 | ||||
| * | | Merge pull request #12930 from vnen/gdscrit-output-print | Juan Linietsky | 2017-11-17 | 1 | -1/+1 |
| |\ \ | | | | | | | Make tool scripts print on the editor Output panel | ||||
| | * | | Add print_error function, akin to print_line | George Marques | 2017-11-16 | 1 | -1/+1 |
| | |/ | |||||
| * / | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -5/+5 |
| |/ | | | | Fixes #12973. | ||||
| * | GDScript: Refactor "GD" class prefix to "GDScript" | Rémi Verschelde | 2017-11-16 | 17 | -1176/+1179 |
| | | |||||
| * | Merge pull request #12957 from bojidar-bg/12928-numeric-underscores | Rémi Verschelde | 2017-11-16 | 1 | -1/+4 |
| |\ | | | | | Allow underscores in GDScript numeric literals | ||||
| | * | Allow underscores in GDScript numeric literals | Bojidar Marinov | 2017-11-15 | 1 | -1/+4 |
| | | | | | | | | | Closes #12928 | ||||
| * | | doc: Make all module docs self-contained | Rémi Verschelde | 2017-11-15 | 4 | -3/+115 |
| | | | |||||
| * | | doc: Rename "@Global Scope" to "@GlobalScope" | Rémi Verschelde | 2017-11-15 | 1 | -1/+1 |
| | | | | | | | | | Spaces in filenames are evil. | ||||
| * | | When script changes, defer tree updating. Fixes #9704 | Juan Linietsky | 2017-11-15 | 1 | -2/+3 |
| |/ | |||||
| * | Merge pull request #12922 from eska014/engine-singletons | Rémi Verschelde | 2017-11-14 | 1 | -3/+4 |
| |\ | | | | | Singleton management changes | ||||
| | * | Move singleton management from ProjectSettings to Engine | Leon Krause | 2017-11-14 | 1 | -3/+4 |
| | | | |||||
| * | | Fixed signal connection dialog ignoring indentation settings when creating a ↵ | Michael Alexsander Silva Dias | 2017-11-13 | 1 | -1/+1 |
| |/ | | | | function. | ||||
