aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* corrently parse utf8 from zip_io open, closes #1708Juan Linietsky2016-07-091-2/+5
* classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-4/+4
* Make sure builtin types' constants remain in orderGeorge Marques2016-07-081-42/+60
* Prettier str() for arraysIgnacio Etcheverry2016-07-081-6/+12
* Fix style bug in event queueRémi Verschelde2016-07-081-1/+1
* fix bug in reporting of message queue sizeJuan Linietsky2016-07-081-1/+1
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-07-082-1/+62
* Fix bug in String==StrRange comparisonGeorge Marques2016-06-251-5/+2
* Fix File.get_as_text() to return the whole fileGeorge Marques2016-06-251-0/+7
* fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), c...Juan Linietsky2016-06-251-1/+1
* fix bug decompressing bc texture, closes #4404Juan Linietsky2016-06-251-2/+17
* Add quotes to .tscn keys, solves #4366Juan Linietsky2016-06-251-1/+14
* added missing status, closes #4361Juan Linietsky2016-06-251-0/+1
* Fixed PacketPeer.get_var() return type in docsJ08nY2016-06-251-1/+1
* Classref: Added docs for StreamPeer* (#5216)J08nY2016-06-251-1/+0
* String documentation: .ord_at() returns int not StringJ08nY2016-06-251-1/+1
* Dictionary: rename param in .has() .has_all() .erase()J08nY2016-06-251-3/+3
* -Avoid negative zero from being saved to config files o resource files, fixes...Juan Linietsky2016-06-251-16/+23
* Made error when signal calls a method with the wrong number of parameters mor...Juan Linietsky2016-06-251-2/+2
* Exposed Image.INTERPOLATE_*J08nY2016-06-251-0/+3
* fixed interactive_loader() not returning a cached sceneTheoXD2016-06-251-1/+5
* Add missing license information (MiniZip)Roberto2016-06-258-6/+98
* fix ui_* input events in EditorAndreas Haas2016-06-251-24/+24
* Make Input Actions config not affect the editorJuan Linietsky2016-06-252-0/+63
* change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-252-0/+10
* Added InputMap.get_actions()J08nY2016-06-052-0/+32
* Fix typo in http_client.hJ08nY2016-06-051-1/+1
* Make Color.{rgba}8 return int instead floatAndreas Haas2016-06-041-5/+5
* Add spaces to macros in memory.h to make C++11 compilers happyGeequlim2016-06-041-5/+4
* 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