| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| | | |||||
| * | Bring that Whole New World to the Old Continent too | Rémi Verschelde | 2017-03-19 | 1 | -1060/+1037 |
| | | | | | | Applies the clang-format style to the 2.1 branch as done for master in 5dbf1809c6e3e905b94b8764e99491e608122261. | ||||
| * | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-03-18 | 1 | -5/+5 |
| | | | | | (cherry picked from commit 2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81) | ||||
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-03-18 | 1 | -11/+11 |
| | | | | | (cherry picked from commit f44ee891beaad397481dd88da41cb80e6539774f) | ||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | 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! (cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e) | ||||
| * | Add Array.front() and Array.back() | Kazuo256 | 2017-01-12 | 1 | -0/+4 |
| | | | | | (cherry picked from commit bf4fda64fd403d589278919cff01c3207164207e) | ||||
| * | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2017-01-04 | 1 | -4/+0 |
| | | | | | (cherry picked from commit c18c5013f837ea7d4de2f022d36f84e0abce6439) | ||||
| * | adding ipv6 | Ariel Manzur | 2016-12-11 | 1 | -0/+5 |
| | | | | | (cherry picked from commit 887a897c02144f2d01896d3112bdae5ce7d6df5c) | ||||
| * | Vector3: added angle_to(Vector3 other) | J08nY | 2016-10-09 | 1 | -0/+2 |
| | | | | | (cherry picked from commit deb36b44d1a67157a44695ed7519605f431a3d89) | ||||
| * | Expose Vector2::clamped() to scripts | Andreas Haas | 2016-10-09 | 1 | -0/+2 |
| | | | | | | | | 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 ^^ (cherry picked from commit c21412fa7e098ac31b5d667d4d9f8eee3f12a2cd) | ||||
| * | Merge pull request #5524 from pkowal1982/master | Juan Linietsky | 2016-07-24 | 1 | -0/+2 |
| |\ | | | | | Array has(var value) function | ||||
| | * | Array has(var value) function | Pawel Kowal | 2016-07-07 | 1 | -0/+2 |
| | | | |||||
| * | | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | 2016-07-08 | 1 | -4/+4 |
| |/ | | | | Also position TEXTURE_SPHERE constant properly. | ||||
| * | Make sure builtin types' constants remain in order | George Marques | 2016-07-05 | 1 | -42/+60 |
| | | | | | | | | | 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. | ||||
| * | Expose *Array.invert() to script | George Marques | 2016-06-25 | 1 | -0/+14 |
| | | | | | Properly solve #4601. | ||||
| * | Add sha256_buffer() function to String | George Marques | 2016-06-23 | 1 | -0/+2 |
| | | |||||
| * | *Array: added bindings for other DVector methods | J08nY | 2016-06-22 | 1 | -7/+42 |
| | | | | | | | - affects {RAW,INT,REAL,STRING,VECTOR2,VECTOR3,COLOR}_ARRAY - adds bindings for append(),append_array(),remove(),insert() - broadens #4245 | ||||
| * | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde | 2016-06-20 | 1 | -0/+4 |
| |\ | | | | | Improve code completion search | ||||
| | * | Add similarity comparison to String | George Marques | 2016-06-19 | 1 | -0/+4 |
| | | | | | | | | | | | Uses the Sorensen-Dice coefficient to calculate similarity. This also adds String.bigrams() as a convenience function needed by the comparison. | ||||
| * | | Property reporty base type when a function fails, fixes #4581 probably also ↵ | Juan Linietsky | 2016-06-20 | 1 | -5/+12 |
| |/ | | | | closes other issues | ||||
| * | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 2016-06-17 | 1 | -0/+2 |
| | | | | | Probably does #4166 | ||||
| * | Merge pull request #5192 from J08nY/issue-5190 | Rémi Verschelde | 2016-06-15 | 1 | -3/+3 |
| |\ | | | | | Dictionary: rename param in .has() .has_all() .erase() | ||||
| | * | Dictionary: rename param in .has() .has_all() .erase() | J08nY | 2016-06-13 | 1 | -3/+3 |
| | | | | | | | | | fixes #5190, param should be named key, not value | ||||
| * | | String documentation: .ord_at() returns int not String | J08nY | 2016-06-14 | 1 | -1/+1 |
| |/ | | | | fixes #5189 | ||||
| * | Add 'is_subsequence_of' function to String | George Marques | 2016-06-12 | 1 | -0/+4 |
| | | |||||
| * | Add 'rfind' function to Array | George Marques | 2016-06-10 | 1 | -0/+2 |
| | | |||||
| * | Add 'from' argument to Array.find() | George Marques | 2016-06-10 | 1 | -2/+2 |
| | | |||||
| * | Exposed Image.INTERPOLATE_* | J08nY | 2016-06-07 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky | 2016-06-06 | 1 | -2/+4 |
| |\ | | | | | Expose extra methods and constants to scripts | ||||
| | * | Expose Vector2 abs method to scripts | Saracen | 2016-06-01 | 1 | -0/+2 |
| | | | |||||
| | * | Expose string 'erase' method to script | Saracen | 2016-06-01 | 1 | -2/+2 |
| | | | |||||
| * | | Added Dictionary.values() | J08nY | 2016-06-05 | 1 | -0/+2 |
| | | | |||||
| * | | Added Array.find_last() and Array.count() | J08nY | 2016-06-03 | 1 | -0/+4 |
| |/ | |||||
| * | Added possibility to strip left and right to strip_edges (#4594) | Mattias Cibien | 2016-05-11 | 1 | -2/+2 |
| | | |||||
| * | Variant: readd String.ends_with and Dict.has_all | Rémi Verschelde | 2016-05-06 | 1 | -0/+4 |
| | | | | | Erroneously removed in cfd3efd09785301eed733abe9e46fd89da3ad114. | ||||
| * | export fix_alpha_edges | Ariel Manzur | 2016-05-05 | 1 | -4/+2 |
| | | |||||
| * | string ends_with | Alexander Holland | 2016-04-17 | 1 | -0/+2 |
| | | |||||
| * | dictionary has_all | Alexander Holland | 2016-04-04 | 1 | -0/+2 |
| | | |||||
| * | Removed get() function from many variant typed arrays, fixes #2135 | Juan Linietsky | 2016-01-24 | 1 | -7/+7 |
| | | |||||
| * | added a new function to escape properly json, fixes #3282 | Juan Linietsky | 2016-01-10 | 1 | -0/+6 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | make popup emit index when id is not defined | Juan Linietsky | 2015-12-12 | 1 | -3/+3 |
| | | |||||
| * | add pop_back/pop_front/push_back/push_front to array, to make it according ↵ | Juan Linietsky | 2015-12-12 | 1 | -0/+6 |
| | | | | | to doc, fixes #3040 | ||||
| * | Add constructor for Image built-in type | Franklin Sobrinho | 2015-12-06 | 1 | -0/+7 |
| | | |||||
| * | -Display on animation editor which keys are invalid and which tracks are ↵ | Juan Linietsky | 2015-12-05 | 1 | -2/+2 |
| | | | | | | | unresolved -Added a tool to clean up unresolved tracks and unused keys | ||||
| * | Correct retvals of String::to_ascii() and String::to_utf8() | est31 | 2015-11-24 | 1 | -2/+2 |
| | | | | | | | Both return RawArray, not String. My fault from commit f83f96cb44a5c4f65c6271d0a98606b489adc488. | ||||
| * | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 2015-11-19 | 1 | -2/+2 |
| | | |||||
| * | Implement Quat multiply operator, and xform method | Franklin Sobrinho | 2015-11-11 | 1 | -0/+2 |
| | | |||||
| * | added floor() and ceil() to Vector3 | MrGreenTea | 2015-07-15 | 1 | -10/+8 |
| | | |||||
| * | Added helper methods to InputEvent | Jaguar | 2015-06-23 | 1 | -0/+4 |
| | | |||||
