Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -1/+0 |
| | | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
* | Fix typos 'a' and 'an' | Poommetee Ketson | 2017-09-02 | 1 | -1/+1 |
| | |||||
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary returns and break statements | Wilson E. Alvarez | 2017-08-22 | 1 | -1/+0 |
| | |||||
* | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -8/+8 |
| | | | | | | -Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458 | ||||
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| | |||||
* | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
| | | | | From https://github.com/lucasdemarchi/codespell | ||||
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -606/+552 |
| | | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | ||||
* | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 1 | -0/+28 |
| | |||||
* | Inf and NaN support added to GDScript. | Saracen | 2017-02-28 | 1 | -0/+6 |
| | |||||
* | -Added diectly editable expressions on node to VSEditor, closes #6392 | Juan Linietsky | 2016-09-06 | 1 | -1/+1 |
| | | | | -Added ability for LineEdit to expand to fit text | ||||
* | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky | 2016-09-06 | 1 | -0/+83 |
| | |||||
* | Should Fix Compiling Export Templates | ISylvox | 2016-09-06 | 1 | -1/+1 |
| | | | | | - Works on Windows, Linux x11, Linux Server, Android, HTML5 - Not tested on Mac/iOS (don't have Apple's devices yet) | ||||
* | Added expression nodes to visual script, please test. | Juan Linietsky | 2016-09-04 | 1 | -0/+1440 |