summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-15Merge pull request #5212 from vnen/fix-emscripten-buildRémi Verschelde
Fix javascript build in Windows
2016-06-15Merge pull request #5195 from Ovnuniarchos/Shape2DIconsRémi Verschelde
New Shape2D* icons.
2016-06-15Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde
Dictionary: rename param in .has() .has_all() .erase()
2016-06-15Merge pull request #5210 from J08nY/issue-5189Rémi Verschelde
String documentation: .ord_at() returns int not String
2016-06-15Merge pull request #5163 from Paulb23/script_editor_shortcutsRémi Verschelde
2016-06-15Merge pull request #5162 from GungnirInd/app_bundle_retinaRémi Verschelde
Make .app bundle high resolution aware
2016-06-15Merge pull request #5149 from m4nu3lf/masterRémi Verschelde
TimeSeek node in AnimationTreePlayer now propagates filters
2016-06-15Update russian translation from Weblate (#5140)Dmitriy Salnikov
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier
2016-06-14Fix javascript build in WindowsGeorge Marques
Fix #3438
2016-06-14String documentation: .ord_at() returns int not StringJ08nY
fixes #5189
2016-06-14does not fix the bug reported in #4326 and #4818,Juan Linietsky
but at least make sure it throws and error and does not crash
2016-06-14Merge pull request #5137 from nunodonato/fixaxismessagesJuan Linietsky
show correct message when transforming with axis-constraint (fixes #4870)
2016-06-14correctly wrap lines longer than width in richtextlabel, fixes #4735Juan Linietsky
2016-06-13Merge pull request #5203 from Hinsbart/update_mappingsGeorge Marques
Update gamepad mappings.
2016-06-13Better error text when trying to add/remove/move child nodes in a busy ↵Juan Linietsky
parent, closes #4838
2016-06-13fix crash when clearing dynamicfontdata, closes #4877Juan Linietsky
2016-06-13changed visual server free() to free_rid() like in the other servers. Fixes ↵Juan Linietsky
#4917
2016-06-13added a function CanvasItem.get_item_and_children_rect() , fixes #4738Juan Linietsky
2016-06-14Update gamepad mappings.Andreas Haas
Merge mappings from https://github.com/gabomdq/SDL_GameControllerDB
2016-06-13propagate theme changes properly even through 2D nodes, fixes #4754Juan Linietsky
2016-06-13New Shape2D* icons.Ovnuniarchos
2016-06-13Merge pull request #5058 from neikeq/pr-issue-1461Juan Linietsky
Preserve signal connections when replacing target node
2016-06-13Merge pull request #5127 from bojidar-bg/asset-library-update-onshowJuan Linietsky
Update asset library assets only when opening the respective tab
2016-06-13Merge pull request #5138 from Geequlim/TextureRegionEditorJuan Linietsky
Edit the region of AtlasTexture by TextureRegionEditorPlugin
2016-06-13Merge pull request #5160 from neikeq/pr-issue-5136Juan Linietsky
FindReplaceBar: Fix search bug when text is selected
2016-06-13Merge pull request #5165 from neikeq/pr-issue-5116Juan Linietsky
ConnectionsDock: Double click to create and go to signal connection
2016-06-13Merge pull request #5173 from Hinsbart/fix_xrandrJuan Linietsky
x11: fix XRandr GetMonitors
2016-06-13Merge pull request #5176 from marcelofg55/masterJuan Linietsky
Fixed overloaded virtual functions with const vs none warning
2016-06-13Merge pull request #5187 from volzhs/find-nomatch-noticeJuan Linietsky
change "No matches" noticeable on finder
2016-06-13Merge pull request #5179 from RandomShaper/better-android-exportJuan Linietsky
Enhanced Android export
2016-06-13Dictionary: rename param in .has() .has_all() .erase()J08nY
fixes #5190, param should be named key, not value
2016-06-13Sync classrefJ08nY
2016-06-13Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky
Add subsequence search to tools
2016-06-13Merge pull request #5139 from zaps166/init_navigation_pointerGeorge Marques
GridMap: Initialize "navigation" pointer
2016-06-13change "No matches" noticeable on findervolzhs
2016-06-13Added shader editor shortcutsPaulb23
2016-06-13Added script editor shortcutsPaulb23
2016-06-13Changed reload logic to auto-hard-reload scripts on save. It's simpler to ↵Juan Linietsky
use and also fixes #4756
2016-06-13-Avoid negative zero from being saved to config files o resource files, ↵Juan Linietsky
fixes #4758
2016-06-13-Add visible IO errors when closing a file fails due to it being locked ↵Juan Linietsky
(most likely on windows), closes #4760
2016-06-12resolve numerical error when comparing instancing an inheritance to avoid ↵Juan Linietsky
saving changed properties when they didn't, closes 4759
2016-06-13Zip-align exported APKPedro J. Estébanez
2016-06-12fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky
2016-06-12Changed how min/max icon size in ItemList works and replaced it by a fixed ↵Juan Linietsky
size. Fixes many issues, closes #4907
2016-06-12Merge pull request #5178 from Ovnuniarchos/MiscDocsGeorge Marques
Documented many Physics2D* classes
2016-06-12project history was not being saved after a recent fix, this should fix itJuan Linietsky
2016-06-12Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky
2016-06-12Documented many Physics2D* classesOvnuniarchos
2016-06-12Add documentation to String.is_subsequence_of{,i}George Marques