aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* classref: Directory and ConfigFileRémi Verschelde2016-05-122-6/+6
* Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien2016-05-123-14/+18
* fix percent decode utf8 errorAlexander Holland2016-05-121-5/+6
* Add missing Vector2Array case to Variant::operator String()Ignacio Etcheverry2016-05-061-0/+12
* Variant: readd Dict.has_allRémi Verschelde2016-05-061-0/+2
* ability to shrink all images x2 on loadJuan Linietsky2016-05-052-0/+61
* export fix_alpha_edgesAriel Manzur2016-05-051-2/+2
* math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2016-05-011-1/+3
* fix - HTTPClient connection keep-alive duplicate Headers #4208Alexander Holland2016-04-291-0/+1
* Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.Hinsbart2016-04-271-2/+4
* add sign comparison for joystick axis events in InputMap::_find_eventHinsbart2016-04-271-1/+1
* Fix File.get_csv_line not including quoted newlines in the outputBojidar Marinov2016-04-271-1/+3
* dictionary has_allAlexander Holland2016-04-273-0/+14
* Update vector.hpunto-2016-04-111-2/+3
* Remove duplicateRémi Verschelde2016-04-071-1/+0
* Remove trailing spacesRémi Verschelde2016-04-021-24/+24
* remove trailing whitespaceHubert Jarosz2016-04-02116-2949/+2949
* Variant::blend: add Quat, fix Vector3.Josh Grams2016-04-021-1/+7
* fix InputMap::action_erase_event()hondres2016-04-021-4/+1
* Add support for patch versions (2.0.x)Rémi Verschelde2016-03-061-0/+4
* AnimationTreePlayer: blend value tracks (closes #2299)Josh Grams2016-03-053-0/+70
* Fix allocation bug if compiled with modern clang or gccest312016-02-272-9/+56
* Fix missing dependency resolver in Windowseska2016-02-211-0/+1
* adds original http headers to response_headersAriel Manzur2016-02-191-4/+4
* adds original http header to response_headersAriel Manzur2016-02-191-1/+1
* better array alignmentAriel Manzur2016-02-191-4/+4
* fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs te...Ariel Manzur2016-02-192-5/+5
* Reject any native video player calls on iOS that point to files within .pck a...Aren Villanueva2016-02-194-0/+11
* fix color when hue is set to 1Nuno Donato2016-02-181-5/+7
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-173-3/+3
* Merge pull request #3743 from StraToN/fix_ustring_camelcase2underscoreRémi Verschelde2016-02-172-12/+21
|\
| * Fixed String::camelcase_to_underscore() so it works in all cases. Fixes PR #1650Julian Murgia - StraToN2016-02-172-12/+21
* | Correct octree's AABB intersect test, fixes #3576 and #3253sheepandshepherd2016-02-172-6/+24
|/
* doc: use correct identifier for InputEventJoystick{Motion, Button}hondres2016-02-101-2/+2
* support horizontal mouse wheel, use in text editorhondres2016-02-042-1/+6
* Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde2016-02-032-0/+11
|\
| * x11: use different strings for WM_CLASS depending on contexthondres2016-01-272-0/+11
* | Merge pull request #3502 from trtstm/csvRémi Verschelde2016-02-034-7/+9
|\ \
| * | File: Added delimiter to get_csv_linetmt2016-01-284-7/+9
| |/
* | Merge pull request #3538 from Hinsbart/tempRémi Verschelde2016-02-031-86/+0
|\ \
| * | remove pc_joystick_map.hhondres2016-02-011-86/+0
* | | -Correctly flip BG texture if viewport is flipped, fixes #3507Juan Linietsky2016-02-021-0/+2
* | | -Propertly detect mantissa floats in variantparser, fixes #3257Juan Linietsky2016-02-011-0/+3
* | | Make sure variant parser recognizes "nil" for compatibility with old engine.c...Juan Linietsky2016-02-011-1/+1
* | | Merge pull request #3532 from eska014/fix-globals-vectorsJuan Linietsky2016-02-011-0/+8
|\ \ \
| * | | Encode vectors in Globalseska2016-02-011-0/+8
| |/ /
* | | Merge pull request #3533 from Biliogadafr/FixColorArrayTscnRémi Verschelde2016-02-011-1/+1
|\ \ \
| * | | Parse ColorArrays correctly (tscn)., fixes #3530Biliogadafr2016-02-011-1/+1
| |/ /
* / / thread renamingAriel Manzur2016-01-314-24/+18
|/ /
* | -Added method flags to global constants for scriptJuan Linietsky2016-01-312-0/+11