Age | Commit message (Expand) | Author |
2017-01-10 | Groundbreaking!! Godot resources can now be flagged to be local to the scene ... | Juan Linietsky |
2017-01-09 | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky |
2017-01-09 | -All types have editable script now in properties | Juan Linietsky |
2017-01-08 | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky |
2017-01-08 | Remove XML format, as promised, for 3.0 | Juan Linietsky |
2017-01-08 | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky |
2017-01-08 | Move tests again from core to main | Rémi Verschelde |
2017-01-08 | Made Variant::NIL printable as "Null". Please everyone be on the lookout of b... | Juan Linietsky |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |
2017-01-08 | Dictionary keys are now sorted by insertion order | Juan Linietsky |
2017-01-08 | i18n: Add support for Scots (sco) language | Rémi Verschelde |
2017-01-08 | Move core engine tests to core/ | Rémi Verschelde |
2017-01-08 | -Fix bugs related to PoolVector crashes | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-06 | -Changed memory functions, Memory::alloc_static*, simplified them, made them ... | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-04 | -GDScript support for accessing properties directly | Juan Linietsky |
2017-01-04 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-03 | Use right handed coordinate system for rotation matrices and quaternions. Als... | Ferenc Arn |
2017-01-03 | Begin modifying properties to make them more friendly to script and doc. | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-02 | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-31 | Some fixes and clean ups | Juan Linietsky |
2016-12-21 | Some BRDF fixes | Juan Linietsky |
2016-12-20 | Remove extraneous line in .po reader, which caused it to disregard first line | Bojidar Marinov |
2016-12-20 | work in progress global illumination | Juan Linietsky |
2016-12-13 | Expose HTTP classes' set_ip_type to scripting | Fabio Alessandrelli |
2016-12-10 | DOF blur, near and far fields.. | Juan Linietsky |
2016-12-09 | Separate hostname resolve cache based on ip_type | Fabio Alessandrelli |
2016-12-09 | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli |
2016-12-09 | Allow setting ip_type for TCP/UDP and HTTP classes | Fabio Alessandrelli |
2016-12-09 | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli |
2016-12-09 | Use an instance variable for ip_type in raw sockets | Fabio Alessandrelli |
2016-12-04 | Support for SSAO | Juan Linietsky |
2016-11-22 | Merge pull request #7149 from Kazuo256/array-last | George Marques |
2016-11-22 | Properly localize absolute path. | Fabio Alessandrelli |
2016-11-18 | memory ops implemented as OS functions by default | Ariel Manzur |
2016-11-18 | Add Array.front() and Array.back() | Kazuo256 |
2016-11-15 | Blimey! Ye Pirate locale be anchor' a'port! | Rémi Verschelde |
2016-11-12 | Merge pull request #6968 from neikeq/pr-register-trnglmesh | Ignacio Etcheverry |
2016-11-11 | Merge pull request #6802 from henriquelalves/master | Rémi Verschelde |
2016-11-11 | Merge pull request #6862 from Faless/fix_6388 | Rémi Verschelde |
2016-11-09 | all light types and shadows are working, pending a lot of clean-up | Juan Linietsky |
2016-11-09 | Merge pull request #7039 from RandomShaper/fix-triangulation | Rémi Verschelde |
2016-11-09 | Merge pull request #7070 from ISylvox/vsnc-to-vsync | Rémi Verschelde |
2016-11-08 | vsnc --> vsync | ISylvox |
2016-11-07 | Some missing License notice has been added | SPTelur |