Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-10 | Merge pull request #7491 from BastiaanOlij/tools-no-fixes | Rémi Verschelde | |
Few small fixes so tools=no and target=release compiles | |||
2017-01-10 | Merge pull request #7490 from touilleMan/issue-7481 | Rémi Verschelde | |
Remove deprecated Vector2.floorf method | |||
2017-01-10 | Merge pull request #7462 from karroffel/error_code | Rémi Verschelde | |
expose OS.set_exit_code and OS.get_exit_code to ClassDB | |||
2017-01-10 | Few small fixes so tools=no and target=release compiles | BastiaanOlij | |
2017-01-10 | Remove deprecated Vector2.floorf method | Emmanuel Leblond | |
2017-01-10 | Groundbreaking!! Godot resources can now be flagged to be local to the scene ↵ | Juan Linietsky | |
being edited! This means that each time this scene is instanced, the resource will be unique! As such, thanks to this, the following features were implemented: -ButtonGroup is no longer a control, it's now a resource local to the scene -ViewportTexture can be created from the editor and set to any object, making ViewportSprite and other kind of nodes obsolete! | |||
2017-01-09 | -Translation text will change automatically for in-game buttons, labels, ↵ | Juan Linietsky | |
poups when translation is changed. -Added a NOTIFICATION_TRANSLATION_CHANGED for controls that need custom code -Sorry, editor will not update automatically because it uses a different translatio method. | |||
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 | 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 | |
As advised by @reduz, as tests depend on other libs. | |||
2017-01-08 | Made Variant::NIL printable as "Null". Please everyone be on the lookout of ↵ | Juan Linietsky | |
bugs related to assigning an empty variant to a string, and expecting it to be not empty! | |||
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 | |
Fixes #6931. | |||
2017-01-08 | Move core engine tests to core/ | Rémi Verschelde | |
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-07 | exposed OS.set_exit_code and OS.get_exit_code to ClassDB | karroffel | |
2017-01-06 | -Changed memory functions, Memory::alloc_static*, simplified them, made them ↵ | Juan Linietsky | |
aligned to 16 -Changed Vector<> template to fit this. | |||
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-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 ↵ | 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 | 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-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 | |
Fixes #7337 | |||
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 | |
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-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 | |
PacketPeerUDP/StreamPeerTCP/TCP_Server now uses an instance variable to store the selected ip_type (IPv4/IPv6/ANY, where ANY = dual stack). All calls to resolve addresses, sending/receving data, connecting/listening will use that socket type. | |||
2016-12-04 | Support for SSAO | Juan Linietsky | |
2016-11-22 | Merge pull request #7149 from Kazuo256/array-last | George Marques | |
Add Array.front() and Array.back() | |||
2016-11-22 | Properly localize absolute path. | Fabio Alessandrelli | |
Calling localize_path will return a localized path in res:// if the path starts with the resource file-system/folder, and will return the unchanged absolute path otherwise. Closes #6979 and #7161. | |||
2016-11-18 | memory ops implemented as OS functions by default | Ariel Manzur | |
(cherry picked from commit 67f65f66391327b2967a20a89c3627e1dd6e84eb) | |||
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 | |
Core: Register TriangleMesh type | |||
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 |