summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-06-18-Changed how Dir works so it's more user friendly, closes #4705Juan Linietsky
2016-06-18-made get_space_left() return values more homogenous, also for script, conver...Juan Linietsky
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-17Merge pull request #5250 from bojidar-bg/add-sha256Juan Linietsky
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
2016-06-17-added missing .inc filesJuan Linietsky
2016-06-16Fixed PacketPeer.get_var() return type in docsJ08nY
2016-06-15Classref: Added docs for StreamPeer* (#5216)J08nY
2016-06-15Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde
2016-06-15Merge pull request #5210 from J08nY/issue-5189Rémi Verschelde
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier
2016-06-14String documentation: .ord_at() returns int not StringJ08nY
2016-06-13Merge pull request #5179 from RandomShaper/better-android-exportJuan Linietsky
2016-06-13Dictionary: rename param in .has() .has_all() .erase()J08nY
2016-06-13Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky
2016-06-13Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky
2016-06-13-Avoid negative zero from being saved to config files o resource files, fixes...Juan Linietsky
2016-06-13-Add visible IO errors when closing a file fails due to it being locked (most...Juan Linietsky
2016-06-13Zip-align exported APKPedro J. Estébanez
2016-06-12Add 'is_subsequence_of' function to StringGeorge Marques
2016-06-12Made error when signal calls a method with the wrong number of parameters mor...Juan Linietsky
2016-06-11-All variables from script are visible through get_property_list(), not just ...Juan Linietsky
2016-06-10Add 'rfind' function to ArrayGeorge Marques
2016-06-10Add 'from' argument to Array.find()George Marques
2016-06-08-Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky
2016-06-07Merge pull request #4861 from brakhane/negative-indexingJuan Linietsky
2016-06-07Exposed Image.INTERPOLATE_*J08nY
2016-06-07Fix indentation issues in last commitsRémi Verschelde
2016-06-06Merge pull request #4693 from kjohnson0451/dvector_invertJuan Linietsky
2016-06-06Merge pull request #4895 from TheoXD/_fix_interactive_loader_cacheJuan Linietsky
2016-06-06Merge pull request #4977 from SaracenOne/scripting_exposeJuan Linietsky
2016-06-06Merge pull request #5026 from Geequlim/patch9frame-extensionJuan Linietsky
2016-06-06Merge pull request #5048 from J08nY/dictionaryJuan Linietsky
2016-06-06Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-06-06Added function get_signals_connected_to_this_this()Juan Linietsky
2016-06-06Add missing license information (MiniZip)Roberto
2016-06-05vsync supportJuan Linietsky
2016-06-05Add support for Python-like negative indexingDennis Brakhane
2016-06-05Move repetitive code to macrosDennis Brakhane
2016-06-05fix ui_* input events in EditorAndreas Haas
2016-06-05Added Dictionary.values()J08nY
2016-06-05Make Input Actions config not affect the editorJuan Linietsky
2016-06-04-customizable shortcuts in editorJuan Linietsky
2016-06-04Merge pull request #5036 from J08nY/inputmap-actionsRémi Verschelde
2016-06-04Merge pull request #4999 from volzhs/fix-project-pathRémi Verschelde
2016-06-05Add texture region support for stylebox renderGeequlim
2016-06-04Created a NodeDock with signals and groupsJuan Linietsky
2016-06-04Added InputMap.get_actions()J08nY
2016-06-03Added Array.find_last() and Array.count()J08nY