aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Added configuration warning system for nodesJuan Linietsky2016-05-174-1/+78
* Removing round from int interpolationpunto-2016-05-171-1/+1
* New reworked AnimatedSprite!Juan Linietsky2016-05-144-5/+21
* classref: Directory and ConfigFileRémi Verschelde2016-05-122-6/+6
* Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien2016-05-113-14/+18
* Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8Rémi Verschelde2016-05-071-5/+6
|\
| * fix percent decode utf8 errorAlexander Holland2016-05-051-5/+6
* | Variant: readd String.ends_with and Dict.has_allRémi Verschelde2016-05-061-0/+4
* | export fix_alpha_edgesAriel Manzur2016-05-051-4/+2
|/
* Merge pull request #4549 from AlexHolly/httpclient-rawbody-supportRémi Verschelde2016-05-052-2/+57
|\
| * httpclient request withh raw_array bodyAlexander Holland2016-05-042-2/+57
* | Merge pull request #4547 from neikeq/pr-wrong-debug-methodsRémi Verschelde2016-05-051-0/+12
|\ \
| * | Add missing Vector2Array case to Variant::operator String()Ignacio Etcheverry2016-05-041-0/+12
* | | ability to shrink all images x2 on loadJuan Linietsky2016-05-042-0/+61
| |/ |/|
* | Modified editor strings to be translatable in the futureJuan Linietsky2016-05-034-0/+33
|/
* Support for dynamic fonts (TTF)Juan Linietsky2016-05-011-1/+3
* math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2016-05-011-1/+3
* Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia2016-05-011-0/+43
* fix - HTTPClient connection keep-alive duplicate Headers #4208Alexander Holland2016-04-271-0/+1
* Merge pull request #4409 from Hinsbart/encode_axis_valueRémi Verschelde2016-04-241-2/+4
|\
| * Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.Hinsbart2016-04-231-2/+4
* | add sign comparison for joystick axis events in InputMap::_find_eventHinsbart2016-04-221-1/+1
|/
* Merge pull request #4345 from mownier/add/getter/http-client-connectionRémi Verschelde2016-04-182-0/+8
|\
| * Added getter method for the connection property in HTTPClient. (#4336)Mounir Ybanez2016-04-182-0/+8
* | string ends_withAlexander Holland2016-04-171-0/+2
* | Fix File.get_csv_line not including quoted newlines in the outputBojidar Marinov2016-04-161-1/+3
|/
* Merge pull request #4223 from AlexHolly/dictionary-has-allRémi Verschelde2016-04-113-0/+14
|\
| * dictionary has_allAlexander Holland2016-04-043-0/+14
* | Use non-templated nearest_power_of_2punto-2016-04-111-2/+3
* | Remove duplicateRémi Verschelde2016-04-071-1/+0
|/
* Remove trailing spacesRémi Verschelde2016-04-021-24/+24
* Add support for patch versions (2.0.x)Rémi Verschelde2016-03-221-0/+4
* Add function to convert Date time from a dictionary to EpochKyle Luce2016-03-162-28/+157
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-133-5/+10
* Remove undefined bindsRémi Verschelde2016-03-121-2/+0
* Borderless window support for the Win32 build. Default window position is now...Saracen2016-03-123-1/+18
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-124-3/+41
* Merge pull request #3934 from Razzlegames/epocConvertRémi Verschelde2016-03-102-3/+73
|\
| * Added epoc to dictionary converterKyle Luce2016-03-052-3/+73
* | remove trailing whitespaceHubert Jarosz2016-03-09116-2949/+2949
* | Merge pull request #3991 from JoshuaGrams/issue-3711Rémi Verschelde2016-03-081-1/+7
|\ \
| * | Variant::blend: add Quat, fix Vector3.Josh Grams2016-03-081-1/+7
* | | Merge pull request #3833 from AlexHolly/feature-file-md5Rémi Verschelde2016-03-082-0/+11
|\ \ \ | |/ / |/| |
| * | expose md5 for file(s) to gdscriptAlexander Holland2016-02-252-0/+11
* | | fix InputMap::action_erase_event()hondres2016-03-071-4/+1
| |/ |/|
* | -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-042-6/+2
* | Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde2016-03-013-244/+0
* | AnimationTreePlayer: blend value tracks (closes #2299)Josh Grams2016-03-013-0/+70
* | Fix bug with nearest_power_of_2_templatedest312016-02-291-1/+10
* | Add RangeIterator class for loopssheepandshepherd2016-02-283-0/+244