aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed PacketPeer.get_var() return type in docsJ08nY2016-06-161-1/+1
* Classref: Added docs for StreamPeer* (#5216)J08nY2016-06-151-1/+0
* Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde2016-06-151-3/+3
|\
| * Dictionary: rename param in .has() .has_all() .erase()J08nY2016-06-131-3/+3
* | Merge pull request #5210 from J08nY/issue-5189Rémi Verschelde2016-06-151-1/+1
|\ \
| * | String documentation: .ord_at() returns int not StringJ08nY2016-06-141-1/+1
* | | Add joystick vibration support on Linux (#5043)Wilhem Barbier2016-06-152-0/+9
|/ /
* | Merge pull request #5179 from RandomShaper/better-android-exportJuan Linietsky2016-06-131-4/+13
|\ \ | |/ |/|
| * Zip-align exported APKPedro J. Estébanez2016-06-131-4/+13
* | Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky2016-06-133-0/+51
|\ \
| * | Add 'is_subsequence_of' function to StringGeorge Marques2016-06-123-0/+51
* | | Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky2016-06-133-2/+17
* | | -Avoid negative zero from being saved to config files o resource files, fixes...Juan Linietsky2016-06-131-16/+23
* | | -Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky2016-06-132-1/+9
* | | Made error when signal calls a method with the wrong number of parameters mor...Juan Linietsky2016-06-121-2/+2
|/ /
* | -All variables from script are visible through get_property_list(), not just ...Juan Linietsky2016-06-112-0/+2
* | Add 'rfind' function to ArrayGeorge Marques2016-06-103-3/+20
* | Add 'from' argument to Array.find()George Marques2016-06-104-10/+10
|/
* -Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky2016-06-081-0/+1
* Merge pull request #4861 from brakhane/negative-indexingJuan Linietsky2016-06-071-248/+71
|\
| * Add support for Python-like negative indexingDennis Brakhane2016-06-051-5/+33
| * Move repetitive code to macrosDennis Brakhane2016-06-051-243/+38
* | Exposed Image.INTERPOLATE_*J08nY2016-06-071-0/+3
* | Fix indentation issues in last commitsRémi Verschelde2016-06-072-4/+4
* | Merge pull request #4693 from kjohnson0451/dvector_invertJuan Linietsky2016-06-061-0/+13
|\ \
| * | Adds the invert() method to DVector.kjohnson04512016-05-161-0/+13
* | | Merge pull request #4895 from TheoXD/_fix_interactive_loader_cacheJuan Linietsky2016-06-061-1/+5
|\ \ \
| * | | fixed interactive_loader() not returning a cached sceneTheoXD2016-05-301-1/+5
* | | | Merge pull request #4977 from SaracenOne/scripting_exposeJuan Linietsky2016-06-062-2/+18
|\ \ \ \
| * | | | Expose Vector2 abs method to scriptsSaracen2016-06-011-0/+2
| * | | | Exposed remaining PROPERTY_USAGE constants to scriptSaracen2016-06-011-0/+14
| * | | | Expose string 'erase' method to scriptSaracen2016-06-011-2/+2
* | | | | Merge pull request #5026 from Geequlim/patch9frame-extensionJuan Linietsky2016-06-061-0/+126
|\ \ \ \ \
| * | | | | Add texture region support for stylebox renderGeequlim2016-06-051-0/+126
* | | | | | Merge pull request #5048 from J08nY/dictionaryJuan Linietsky2016-06-063-2/+15
|\ \ \ \ \ \
| * | | | | | Added Dictionary.values()J08nY2016-06-053-2/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-06-068-6/+98
|\ \ \ \ \ \
| * | | | | | Add missing license information (MiniZip)Roberto2016-06-068-6/+98
* | | | | | | Added function get_signals_connected_to_this_this()Juan Linietsky2016-06-062-0/+8
|/ / / / / /
* | | | | | vsync supportJuan Linietsky2016-06-054-0/+25
* | | | | | fix ui_* input events in EditorAndreas Haas2016-06-051-24/+24
|/ / / / /
* | | | | Make Input Actions config not affect the editorJuan Linietsky2016-06-052-0/+63
* | | | | -customizable shortcuts in editorJuan Linietsky2016-06-041-1/+38
* | | | | Merge pull request #5036 from J08nY/inputmap-actionsRémi Verschelde2016-06-042-0/+32
|\ \ \ \ \
| * | | | | Added InputMap.get_actions()J08nY2016-06-042-0/+32
* | | | | | Merge pull request #4999 from volzhs/fix-project-pathRémi Verschelde2016-06-042-0/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-032-0/+10
* | | | | | Created a NodeDock with signals and groupsJuan Linietsky2016-06-042-0/+19
| |/ / / / |/| | | |
* | | | | Added Array.find_last() and Array.count()J08nY2016-06-033-0/+37
* | | | | Fix typo in http_client.hJ08nY2016-06-031-1/+1