Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-12 | Must now register with set_transform_notify() to get ↵ | Juan Linietsky | |
NOTIFICATION_TRANSFORM_CHANGED | |||
2017-01-12 | some class renames | Juan Linietsky | |
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect | |||
2017-01-12 | Implicit inheritance now defaults to Resource, will error for node scripts ↵ | Juan Linietsky | |
if extends not used. | |||
2017-01-11 | More efficient iteration syntax, and range() is converted behind the scenes ↵ | Juan Linietsky | |
to it. | |||
2017-01-11 | Merge pull request #6930 from bojidar-bg/gdscript-export-array-hint | Rémi Verschelde | |
Allow typing hints for Array class (in GDScript and Inspector) | |||
2017-01-11 | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | |
2017-01-11 | Merge pull request #7093 from bojidar-bg/named-colors | Rémi Verschelde | |
Add named colors to GDScript/Visual Script/core. | |||
2017-01-11 | Type renames: | Juan Linietsky | |
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray | |||
2017-01-10 | It is now possible to name layers of different kinds! | Juan Linietsky | |
2017-01-10 | uses the global thread to protect the instacnes map in GDScript, closes #4615 | Juan Linietsky | |
2017-01-10 | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a ↵ | Juan Linietsky | |
container! | |||
2017-01-09 | -All types have editable script now in properties | Juan Linietsky | |
-Changed clip to a property in Control which can be set by the user | |||
2017-01-08 | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky | |
2017-01-08 | Removed Musepack, it's a pretty obsolete format nowadays. | Juan Linietsky | |
2017-01-08 | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | |
2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of ↵ | Juan Linietsky | |
item_pressed, closes #3188 | |||
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky | |
2017-01-08 | Fix code completion for new getnode syntax | Juan Linietsky | |
2017-01-08 | -Fix bugs related to PoolVector crashes | Juan Linietsky | |
-Added ability to request nodes using $Name in GDScript :) | |||
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | |
renamed to PoolVector | |||
2017-01-05 | Editor settings categories are now tidy and beautiful! | Juan Linietsky | |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | |
categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | |||
2017-01-04 | -GDScript support for accessing properties directly | Juan Linietsky | |
-Added code lookup and code completion support for properties too | |||
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 | |
-Modified help to display properties GDScript can still not make use of them, though. | |||
2017-01-03 | Use right handed coordinate system for rotation matrices and quaternions. ↵ | Ferenc Arn | |
Also fixes Euler angles (XYZ convention, which is used as default by Blender). Furthermore, functions which expect a rotation matrix will now give an error simply, rather than trying to orthonormalize such matrices. The documentation for such functions has be updated accordingly. This commit breaks code using 3D rotations, and is a part of the breaking changes in 2.1 -> 3.0 transition. The code affected within Godot code base is fixed in this commit. | |||
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | |
Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | |
Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :) | |||
2017-01-02 | Revert expression reduction from #7390 | Rémi Verschelde | |
Fixes #7412. | |||
2017-01-02 | Merge pull request #7390 from bojidar-bg/gdscript-assign-error | Rémi Verschelde | |
Disallow assignment to constants and expressions | |||
2017-01-02 | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde | |
Fixes and improvementes for IPv6 implementation. | |||
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde | |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||
2016-12-29 | Disallow assignment to constants and expressions | Bojidar Marinov | |
Fixes #6221, fixes #6824 | |||
2016-12-17 | Add named colors to GDScript/Visual Script/core. | Bojidar Marinov | |
Names and values taken from https://en.wikipedia.org/wiki/X11_color_names | |||
2016-12-09 | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli | |
IP_Address changes: - Converts to and from String transparently while handling IPv4 as IPv6 mapped (::ffff:[IP]) address internally. - Completely remove AddrType enum. - Setting/Getting of ip array is now only possible through dedicated functions (ie. set_ipv4, get_ipv4, set_ipv6, get_ipv6) - Add function to know if the address is a valid IPv4 (for IP implementation and enet) | |||
2016-12-08 | WebM: Fix compilation on Linux/X11 ARM platform | Błażej Szczygieł | |
2016-12-04 | Remove incomplete Inverse Kinematic module | Rémi Verschelde | |
The plan is to implement IK properly in the core engine for version 3.1, together with ragdolls in the Skeleton node to let them reuse the same limits and constraints. Therefore we remove this module as part of the API breakage in 3.0, so that we are not limited by staying compatible with it in 3.1. | |||
2016-11-16 | WebM: Fix iPhone x86 compilation | Błażej Szczygieł | |
2016-11-11 | Add "Positive" operator to VisualScript | George Marques | |
2016-11-11 | Merge pull request #6802 from henriquelalves/master | Rémi Verschelde | |
Added small modification on gdscript parser to allow users insert '+' before variables | |||
2016-11-06 | Merge pull request #7028 from bojidar-bg/gdscript-multiline-comment-fixup | Rémi Verschelde | |
Make GDScript parser ignore floating strings in class definition | |||
2016-11-06 | Merge pull request #7019 from vnen/rename-winrt-uwp | Rémi Verschelde | |
Rename WinRT platform to UWP | |||
2016-11-03 | opus: Move public headers to match system install | Rémi Verschelde | |
2016-11-03 | Rename remaining WinRT references to UWP | George Marques | |
2016-11-03 | Rename WinRT files to UWP | George Marques | |
2016-11-03 | Make GDScript parser ignore floating strings in class definition | Bojidar Marinov | |
Fixes #1320 | |||
2016-11-03 | scons: Reorder options for clarity | Rémi Verschelde | |
Also prefix all thirdparty-related toggles with `builtin`. | |||
2016-11-01 | Make regex compilable with RTTI disabled | Pedro J. Estébanez | |
2016-11-01 | style: Various other PEP8 fixes in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E7`, fixes: - E701 - Put colon-separated compound statement on separate lines. - E702 - Put semicolon-separated compound statement on separate lines. - E703 - Put semicolon-separated compound statement on separate lines. - E711 - Fix comparison with None. - E712 - Fix (trivial case of) comparison with boolean. - E713 - Fix (trivial case of) non-membership check. - E721 - Fix various deprecated code (via lib2to3). | |||
2016-11-01 | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines. |