summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-09-13Renamed play to playing property, but now playing and is_playing is the ↵Juan Linietsky
same, to avoid confusing. Closes #11211
2017-09-13Merge pull request #11062 from BastiaanOlij/osx_datapackRémi Verschelde
Fixed loading package from resource folder, exporting textures to bun…
2017-09-13Style: Apply clang-format to @reduz's changesRémi Verschelde
[ci skip]
2017-09-13doc: Sync classref with current sourceRémi Verschelde
[ci skip]
2017-09-12When method or property has no description, a link asks you to create itJuan Linietsky
2017-09-12DocData: Drop unused brief description for propertiesRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky
possible to save module files in module directories and the build system will recognize them.
2017-09-12Merge pull request #11204 from djrm/pr_fix_fs_iconsRémi Verschelde
Fixed file system dialog icons [ci skip]
2017-09-12Merge pull request #11088 from StraToN/docssprint-atlastextureRémi Verschelde
Documentation for AtlasTexture. [ci skip]
2017-09-12Documentation for AtlasTexture.Julian Murgia
2017-09-12Fixed file system dialog iconsDaniel J. Ramirez
2017-09-12Merge pull request #10568 from marcelofg55/surround_fixesHein-Pieter van Braam
Fixed issues with surround sound on audio server
2017-09-12Merge pull request #11072 from djrm/pr_better_themeRémi Verschelde
Several visual improvements
2017-09-12Fixed some inconsistent styles, plus some cleanupDaniel J. Ramirez
2017-09-12Improved VS node coloringDaniel J. Ramirez
2017-09-12Improved alternative size thumbnail generationDaniel J. Ramirez
2017-09-12Improved theme generation, and other fixesDaniel J. Ramirez
2017-09-12Fixed issues with surround sound on audio serverMarcelo Fernandez
2017-09-12Merge pull request #11111 from marcelofg55/drive_funcs_osxHein-Pieter van Braam
Implemented DirAccess get_drive and get_drive_count for OS X
2017-09-12Merged docs and small correction to lowdpi feature (it supports windows now)Juan Linietsky
2017-09-12HiDPI support on Windows.. yes this is all it took.Juan Linietsky
2017-09-12Fixed conflict in len() functionJuan Linietsky
2017-09-12Merge pull request #10897 from themindoverall/fix_box_selectRémi Verschelde
Fix draw_rect when width or height < 0
2017-09-12Merge pull request #11123 from fcobos/x11_bypass_compositorAndreas Haas
X11 - Hint the window manager to disable desktop compositing in fullscreen mode
2017-09-12Document AStar (#11056)Franco Falleti
Add code examples
2017-09-12Merge pull request #11106 from hpvb/documentation-fix-poolarraysRémi Verschelde
Correct the Pool*Array documentation
2017-09-12Added descriptions to AudioEffect, AudioEffectAmplify, and AudioEffecChorusaarroz
2017-09-12Merge pull request #11083 from BastiaanOlij/doc_arvr_serverRémi Verschelde
Added documentation for the ARVR server classes
2017-09-12Changed/Added descriptions in @GDScript. Added examples. Fixed return types ↵William Taylor
of two … (#11146) Doc: Improved descriptions in GDScript docs Added examples and fixed return types of two methods.
2017-09-12Merge pull request #11144 from deliciousfudge/thread-docsRémi Verschelde
Rewrite the methods section of the Thread class [ci skip]
2017-09-12Merge pull request #11089 from GDquest/node2d-docsRémi Verschelde
rewrite the methods and member variables for the Node2D class [ci skip]
2017-09-12Merge pull request #11066 from SaracenOne/animation_external_resourcesHein-Pieter van Braam
Allow animations to be saved to external files during scene import.
2017-09-12rewrite the methods and member variables for the Node2D classNathan
2017-09-12Merge pull request #11049 from scayze/astar_get_pointsRémi Verschelde
Add get_points() method to AStar
2017-09-12Merge pull request #11047 from toger5/interpolation_chnageRémi Verschelde
Modify inertia implementation for freelook and orbit
2017-09-12Added documentation for the ARVR server classesBastiaan Olij
2017-09-12Merge pull request #11028 from mrawlingst/color-RGBA32Rémi Verschelde
Change Color.to_32() to Color.to_rgba32() and lowercase other functions
2017-09-12Merge pull request #11025 from volzhs/script-editorRémi Verschelde
Fit script editor grid with others
2017-09-12Merge pull request #11020 from toger5/theme_animation_editor_colorsRémi Verschelde
removed hardcoded color and added theme update for animation editor
2017-09-12Merge pull request #11015 from toger5/rtl_default_stylebox_emptyRémi Verschelde
rtl uses styleBoxEmpty as defualt fixes: #11014
2017-09-12Merge pull request #11002 from NathanWarden/vehicle_wheel_warningRémi Verschelde
Added a warning message when a VehicleWheel is not a child of a VehicleBody.
2017-09-12Merge pull request #11000 from Kibouo/iss10842Rémi Verschelde
Fixes the deletion of an export preset's name when deleting the preset above it.
2017-09-12Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky
2017-09-12Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde
Fix unused variable warnings
2017-09-12Merge pull request #11108 from oOo0oOo/docs-meshesRémi Verschelde
Added docs for Mesh and MeshInstance
2017-09-12Merge pull request #11007 from saltares/issue-9988Rémi Verschelde
Renames _add_child_below_node() to add_child_below_node(). Fixes #9988.
2017-09-12Merge pull request #11052 from djrm/pr_missing_iconsRémi Verschelde
Added some missing icons
2017-09-12Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde
Remove assignment and declarations in if statements
2017-09-12Merge pull request #11058 from hpvb/fix-11043Rémi Verschelde
Don't set editor_hint true for project manager