Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-08 | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky | |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky | |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | |
renamed to PoolVector | |||
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-09 | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | |
2016-11-18 | Add Array.front() and Array.back() | Kazuo256 | |
2016-10-18 | adding ipv6 | Ariel Manzur | |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky | |
-Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working | |||
2016-10-03 | Merge pull request #6675 from J08nY/issue-vector3-angle-to | Rémi Verschelde | |
Adds Vector.angle_to(Vector other), fixes #3912 [ci skip] | |||
2016-10-03 | Vector3: added angle_to(Vector3 other) | J08nY | |
2016-10-03 | Merge pull request #6304 from razvanc-r/master | Rémi Verschelde | |
(Array) .pop_front, .pop_back & .remove return values instead of void | |||
2016-09-19 | Expose Vector2::clamped() to scripts | Andreas Haas | |
Needed this and wondered that there's no built-in function for it. So I wanted to implement it and saw that it's actually already there, just wasn't bound ^^ | |||
2016-09-11 | (Array) pop_front, pop_back return values | Răzvan Cosmin Rădulescu | |
pop_front, pop_back now return values instead of `void`. Things I didn't know how to properly implement: 1. pop_front & pop_back shows in the help menu Object as return value. I know this is incorrect but if not Object than what? Cause it can't be void. It needs to be a generic type that includes all the Array types | |||
2016-09-10 | Merge pull request #5879 from gau-veldt/subarray_patch | Juan Linietsky | |
Subarray patch | |||
2016-09-05 | Merge pull request #6352 from hurikhan/fix_release_build_II | Rémi Verschelde | |
Fix release build. (II) | |||
2016-09-02 | Basic type constants for visual script | Juan Linietsky | |
2016-09-01 | Fix release build. (II) | Mario Schlack | |
2016-08-03 | More progress on visual script editing | Juan Linietsky | |
2016-07-24 | Merge pull request #5524 from pkowal1982/master | Juan Linietsky | |
Array has(var value) function | |||
2016-07-23 | Added slicing operation to DVector via DVector.subarray(int start,int end) ↵ | Gau o fthe Veldt | |
method. Negative indices index from the end of the array. Indices are range checked before attempting and return appropriate error when out of range. Binding for RawArray in gdscript to access DVector.subarray() provided. Documentation of RawArray.subarray() in classes.xml provided. | |||
2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | |
Also position TEXTURE_SPHERE constant properly. | |||
2016-07-07 | Array has(var value) function | Pawel Kowal | |
2016-07-05 | Make sure builtin types' constants remain in order | George Marques | |
This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml. | |||
2016-06-25 | Expose *Array.invert() to script | George Marques | |
Properly solve #4601. | |||
2016-06-23 | Add sha256_buffer() function to String | George Marques | |
2016-06-22 | *Array: added bindings for other DVector methods | J08nY | |
- affects {RAW,INT,REAL,STRING,VECTOR2,VECTOR3,COLOR}_ARRAY - adds bindings for append(),append_array(),remove(),insert() - broadens #4245 | |||
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde | |
Improve code completion search | |||
2016-06-20 | Property reporty base type when a function fails, fixes #4581 probably also ↵ | Juan Linietsky | |
closes other issues | |||
2016-06-19 | Add similarity comparison to String | George Marques | |
Uses the Sorensen-Dice coefficient to calculate similarity. This also adds String.bigrams() as a convenience function needed by the comparison. | |||
2016-06-17 | Add sha256 to String and File/FileAccess. | Bojidar Marinov | |
Probably does #4166 | |||
2016-06-15 | Merge pull request #5192 from J08nY/issue-5190 | Rémi Verschelde | |
Dictionary: rename param in .has() .has_all() .erase() | |||
2016-06-14 | String documentation: .ord_at() returns int not String | J08nY | |
fixes #5189 | |||
2016-06-13 | Dictionary: rename param in .has() .has_all() .erase() | J08nY | |
fixes #5190, param should be named key, not value | |||
2016-06-12 | Add 'is_subsequence_of' function to String | George Marques | |
2016-06-10 | Add 'rfind' function to Array | George Marques | |
2016-06-10 | Add 'from' argument to Array.find() | George Marques | |
2016-06-07 | Exposed Image.INTERPOLATE_* | J08nY | |
2016-06-06 | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky | |
Expose extra methods and constants to scripts | |||
2016-06-05 | Added Dictionary.values() | J08nY | |
2016-06-03 | Added Array.find_last() and Array.count() | J08nY | |
2016-06-01 | Expose Vector2 abs method to scripts | Saracen | |
2016-06-01 | Expose string 'erase' method to script | Saracen | |
2016-05-11 | Added possibility to strip left and right to strip_edges (#4594) | Mattias Cibien | |
2016-05-06 | Variant: readd String.ends_with and Dict.has_all | Rémi Verschelde | |
Erroneously removed in cfd3efd09785301eed733abe9e46fd89da3ad114. | |||
2016-05-05 | export fix_alpha_edges | Ariel Manzur | |
2016-04-17 | string ends_with | Alexander Holland | |
2016-04-04 | dictionary has_all | Alexander Holland | |
2016-01-24 | Removed get() function from many variant typed arrays, fixes #2135 | Juan Linietsky | |