Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Revert "Merge pull request #3814 from est31/iterators_for_for" | Rémi Verschelde | |
This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d. | |||
2016-02-28 | Add xrange builtin function | est31 | |
Also update classes.xml in order to document xrange | |||
2016-01-26 | Merge pull request #3445 from akien-mga/master | Rémi Verschelde | |
Add missing return for typeof() MethodInfo | |||
2016-01-25 | Add missing return for typeof() MethodInfo | Rémi Verschelde | |
2016-01-02 | Added var2bytes and bytes2var to convet any variable to bytes and back. ↵ | Juan Linietsky | |
Closes #2075 | |||
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-31 | small fixes to color8 | Juan Linietsky | |
2015-12-31 | -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to ↵ | Juan Linietsky | |
Color, to deal with colors in the 0-255 range. Closes #2345 | |||
2015-12-31 | force thread model to single-safe when running editor, fixes #2387 | Juan Linietsky | |
2015-12-31 | -Changed var2str and str2var in GDScript to use VariantWriter and VariantParser | Juan Linietsky | |
-It is now finally possible to parse back a variant from text! | |||
2015-12-14 | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky | |
2015-09-20 | Make dict2inst set internal members of instance | George Marques | |
Fix #2490 | |||
2015-05-09 | -Added prints() function, fixes #1132, #1859 | Juan Linietsky | |
-Tabs work inside built-in log window, fixes #1867 | |||
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-04-18 | -renamed function to get object from instance id | Juan Linietsky | |
-added function to get list of tiles used | |||
2015-04-07 | Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-inst | Juan Linietsky | |
Pr-GDScript-seed-get-inst | |||
2015-04-06 | fix printraw to make it actually print raw | yg2f | |
2015-03-25 | Add seed/get_inst function for GDScript | sanikoyes | |
seed -> Math::seed get_inst -> ObjectDB::get_instance | |||
2015-02-20 | Updated the variable in the lerp function to be weight instead of percent. | Nathan Warden | |
2015-02-15 | begin new serialization framework | Juan Linietsky | |
also got rid of STL dependency on triangulator | |||
2015-01-03 | -Work in progress visual shader editor *DOES NOT WORK YET* | Juan Linietsky | |
2014-06-16 | More 3D Work | Juan Linietsky | |
-=-=-=-=-=- -ESM Shadow Mapping for softer and less glitchy shadows -HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end) -Fix to xml parse bug | |||
2014-04-05 | -Support for changing fonts | Juan Linietsky | |
-Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes | |||
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-24 | -moved script to modules | Juan Linietsky | |