aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-12Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde1-1/+13
2017-01-12opus: Update to upstream opusfile 0.8Rémi Verschelde5-72/+111
2017-01-12Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde7-16/+9
2017-01-12x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde1-2/+13
2017-01-12i18n: Add support for Scots (sco) languageRémi Verschelde1-0/+1
2017-01-12Move core engine tests to mainRémi Verschelde39-8/+4
2017-01-12exposed OS.set_exit_code and OS.get_exit_code to ObjectTypeDBkarroffel2-0/+16
2017-01-12opus: Update to upstream libopus 1.1.3Rémi Verschelde10-77/+238
2017-01-12zlib: Update to upstream 1.2.10Rémi Verschelde22-758/+3406
2017-01-12libpng: Update to upstream 1.6.28Rémi Verschelde7-58/+46
2017-01-12Fix for the huge audio latency of the SamplePlayer (>200 ms)lonesurvivor4-126/+140
2017-01-12Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz1-16/+6
2017-01-12Exposing edit_resource method of EditorNode in the EditorPlugin (#7355)Bruno Ortiz3-0/+14
2017-01-12Add the 'finished' signal to AnimatedSpriteWilhem Barbier2-0/+9
2017-01-12Welcome in 2017, dear changelog reader!Rémi Verschelde1329-1335/+1363
2017-01-12TileMap: _update_dirty_quadrants() cancel pending update pre returnIgnacio Etcheverry1-3/+3
2017-01-12Added option to toggle bucket fill previewMarc Gilleron1-2/+3
2017-01-12Added bucket fill previewMarc Gilleron2-8/+87
2017-01-12Update DebugMesh when NavMesh changesktksgit1-0/+5
2017-01-12Disallow assignment to expressionsBojidar Marinov1-0/+9
2017-01-12Properly localize absolute path.Fabio Alessandrelli1-1/+2
2017-01-12Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov1-0/+3
2017-01-12Show visual notice for visibility on Scene Dockvolzhs4-3/+28
2017-01-12Able to change visibility when ancestor node is hiddenvolzhs2-20/+2
2017-01-12Scroll horizontally with mouse wheel when horizontal enabled onlyvolzhs1-6/+14
2017-01-12fix ColorPicker not correctly updating after pasting hex html colorchanon1-1/+1
2017-01-12Add new option to always open output on playGuilherme Felipe1-0/+3
2017-01-12Fix visibility of bottom panel when start playingGuilherme Felipe2-14/+2
2017-01-12Expose set_bone_name and get_bone_name to GDscriptElia Argentieri2-0/+7
2017-01-12Update libwebp to 0.5.2volzhs28-230/+311
2017-01-12PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje4-4/+50
2017-01-12Fix issue #7331REBELLIOUSX\Rebel_X1-1/+1
2017-01-12Fix duplicated string on RichTextLabel if starts with '\n'volzhs1-1/+2
2017-01-12Allows to start the scene with custom arguments within the editorbebae2-12/+9
2017-01-12Remove extraneous line in .po reader, which caused it to disregard first lineBojidar Marinov1-2/+0
2017-01-12Register SpatialGizmo as a scene typeIgnacio Etcheverry1-0/+1
2017-01-12Fix search to find "whole" words at end of lineJohnson Earls1-1/+1
2017-01-12doc improvement for get_colliding_bodies() methodsJerome670001-2/+2
2017-01-12Add named colors to GDScript/core.Bojidar Marinov5-1/+210
2017-01-12Fix #7303, Quad node mesh data leakBojidar Marinov2-0/+5
2017-01-12fix for crash when no ALSA or Pulse installed on linuxGustav Lund2-0/+7
2017-01-12KinematicBody: Fix wrong method bind return typeIgnacio Etcheverry2-2/+2
2017-01-12small improvement to y_sort: make clear which item has to be drawn first when...Patrick Reh1-1/+4
2017-01-12TextureRegionEditor: Fix mouse wheel scroll speed.Andreas Haas1-2/+2
2017-01-12Curve2D/3D: Add clear_points method.Andreas Haas2-0/+21
2017-01-12Particles2D: Fix initial size randomness property having no effect.Andreas Haas1-1/+1
2017-01-12Fix crash on project importing by dragging a folder.Andreas Haas1-1/+1
2017-01-12Show selected node in Scene dock when parent node is foldedvolzhs1-0/+6
2017-01-12Check keystore field when export Android release apkvolzhs3-0/+222
2017-01-12Fix console output for MinGW compilersRémi Verschelde1-2/+10