Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | Show documentation for properties on hover. | Juan Linietsky | |
This works if the property has been documented (about half are at this point) | |||
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes ↵ | Juan Linietsky | |
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report. | |||
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-03-23 | Camel casing being capitalized only happens in the inspector now. | Nathan Warden | |
2015-03-22 | Revert "Camelcased script variables will now capitalize in the inspector." | Juan Linietsky | |
2015-03-22 | Merge pull request #1396 from Spooner/fix_sprintf_errors | Juan Linietsky | |
Fix sprintf errors | |||
2015-02-19 | Camelcased script variables will now capitalize in the inspector. | Nathan Warden | |
2015-02-19 | Correctly halt on error in sprintf parsing (fixes #1393) | Bil Bas (Spooner) | |
2015-02-01 | Completed implementing standard formatting. | Bil Bas (Spooner) | |
2015-01-10 | Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)]) | Bil Bas (Spooner) | |
2015-01-03 | -fixed issue with denormals in half precission, closes #1073 | Juan Linietsky | |
-added h_offset and v_offset to 3D Camera, should allow to do the same as in #1102 | |||
2014-10-09 | -Rasterizer supports meshes with both skeletons and blend shapes | Juan Linietsky | |
-Collada exporter supports Blend Shapes (even on actions via set driven keys) | |||
2014-08-01 | Small Issues & Maintenance | Juan Linietsky | |
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes | |||
2014-03-13 | -fix bug in cache for atlas import/export | Juan Linietsky | |
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now | |||
2014-02-09 | GODOT IS OPEN SOURCE | Juan Linietsky | |