aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix out of bound array indexingHein-Pieter van Braam2017-09-131-1/+1
| | | | | 730d36f350 introduced introduced some code that indexes AudioFrame[3], it is however defined as AudioFrame[3]. This increases the size to [4]
* Merge pull request #11207 from toger5/fixed_margin_for_themeHein-Pieter van Braam2017-09-131-6/+7
|\ | | | | fixed margin beeing squared
| * fixed margin beeing squaredtoger52017-09-121-6/+7
| |
* | Merge pull request #11210 from toger5/fix_little_border_for_vieportGilles Roudiere2017-09-131-1/+1
|\ \ | | | | | | fixed border on the right of viewport
| * | fixed border on the right of viewporttoger52017-09-131-1/+1
| |/
* | Merge pull request #11069 from aroncds/masterRémi Verschelde2017-09-134-107/+172
|\ \ | | | | | | KinematicBody2D api most friendlier
| * | Added to kinematicbody2d the copy and paste of the API friendler of ↵Aron de Castro2017-09-104-107/+172
| | | | | | | | | | | | KinematicBody
* | | Renamed play to playing property, but now playing and is_playing is the ↵Juan Linietsky2017-09-133-4/+4
| | | | | | | | | | | | same, to avoid confusing. Closes #11211
* | | Merge pull request #11062 from BastiaanOlij/osx_datapackRémi Verschelde2017-09-135-4/+88
|\ \ \ | | | | | | | | Fixed loading package from resource folder, exporting textures to bun…
| * | | Fixed loading package from resource folder, exporting textures to bundle and ↵BastiaanOlij2017-09-085-4/+88
| | | | | | | | | | | | | | | | added a bit of feedback for a debug compile
* | | | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-137-39/+36
| | | | | | | | | | | | | | | | [ci skip]
* | | | doc: Sync classref with current sourceRémi Verschelde2017-09-13266-1451/+1451
| | | | | | | | | | | | | | | | [ci skip]
* | | | When method or property has no description, a link asks you to create itJuan Linietsky2017-09-121-4/+26
| | | |
* | | | DocData: Drop unused brief description for propertiesRémi Verschelde2017-09-123-36/+17
| | | |
* | | | Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-12471-61313/+63728
| |_|/ |/| | | | | | | | | | | | | | possible to save module files in module directories and the build system will recognize them.
* | | Merge pull request #11204 from djrm/pr_fix_fs_iconsRémi Verschelde2017-09-122-23/+7
|\ \ \ | | | | | | | | | | | | | | | | Fixed file system dialog icons [ci skip]
| * | | Fixed file system dialog iconsDaniel J. Ramirez2017-09-122-23/+7
| | | |
* | | | Merge pull request #11088 from StraToN/docssprint-atlastextureRémi Verschelde2017-09-121-20/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Documentation for AtlasTexture. [ci skip]
| * | | | Documentation for AtlasTexture.Julian Murgia2017-09-121-20/+27
|/ / / /
* | | | Merge pull request #10568 from marcelofg55/surround_fixesHein-Pieter van Braam2017-09-1211-262/+363
|\ \ \ \ | |/ / / |/| | | Fixed issues with surround sound on audio server
| * | | Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-1211-262/+363
| | | |
* | | | Merge pull request #11072 from djrm/pr_better_themeRémi Verschelde2017-09-1226-262/+406
|\ \ \ \ | |/ / / |/| | | Several visual improvements
| * | | Fixed some inconsistent styles, plus some cleanupDaniel J. Ramirez2017-09-125-31/+20
| | | |
| * | | Improved VS node coloringDaniel J. Ramirez2017-09-123-11/+30
| | | |
| * | | Improved alternative size thumbnail generationDaniel J. Ramirez2017-09-1215-55/+138
| | | |
| * | | Improved theme generation, and other fixesDaniel J. Ramirez2017-09-127-166/+219
|/ / /
* | | Merge pull request #11111 from marcelofg55/drive_funcs_osxHein-Pieter van Braam2017-09-122-1/+20
|\ \ \ | | | | | | | | Implemented DirAccess get_drive and get_drive_count for OS X
| * | | Implemented DirAccess get_drive and get_drive_count for OS XMarcelo2017-09-112-1/+20
| | |/ | |/|
* | | Merged docs and small correction to lowdpi feature (it supports windows now)Juan Linietsky2017-09-122-124/+180
| | |
* | | HiDPI support on Windows.. yes this is all it took.Juan Linietsky2017-09-121-0/+22
| | |
* | | Fixed conflict in len() functionJuan Linietsky2017-09-121-4/+0
| | |
* | | Merge pull request #10897 from themindoverall/fix_box_selectRémi Verschelde2017-09-121-1/+20
|\ \ \ | | | | | | | | Fix draw_rect when width or height < 0
| * | | Fix draw_rect when width or height < 0. Fixes #10849Chris Serino2017-09-021-1/+20
| | | |
* | | | Merge pull request #11123 from fcobos/x11_bypass_compositorAndreas Haas2017-09-121-0/+11
|\ \ \ \ | | | | | | | | | | X11 - Hint the window manager to disable desktop compositing in fullscreen mode
| * | | | Hint the window manager to disable desktop compositing in fullscreen mode.Felix M. Cobos2017-09-091-0/+11
| | |/ / | |/| |
* | | | Document AStar (#11056)Franco Falleti2017-09-121-13/+58
| | | | | | | | | | | | Add code examples
* | | | Merge pull request #11106 from hpvb/documentation-fix-poolarraysRémi Verschelde2017-09-122-20/+22
|\ \ \ \ | | | | | | | | | | Correct the Pool*Array documentation
| * | | | Correct the Pool*Array documentationHein-Pieter van Braam2017-09-092-20/+22
| |/ / /
* | | | Added descriptions to AudioEffect, AudioEffectAmplify, and AudioEffecChorusaarroz2017-09-121-0/+54
| | | |
* | | | Merge pull request #11083 from BastiaanOlij/doc_arvr_serverRémi Verschelde2017-09-121-0/+119
|\ \ \ \ | | | | | | | | | | Added documentation for the ARVR server classes
| * | | | Added documentation for the ARVR server classesBastiaan Olij2017-09-121-0/+119
| | | | |
* | | | | Changed/Added descriptions in @GDScript. Added examples. Fixed return types ↵William Taylor2017-09-122-36/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of two … (#11146) Doc: Improved descriptions in GDScript docs Added examples and fixed return types of two methods.
* | | | | Merge pull request #11144 from deliciousfudge/thread-docsRémi Verschelde2017-09-121-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rewrite the methods section of the Thread class [ci skip]
| * | | | | Rewrite the methods section of the Thread classRoger Smith2017-09-121-3/+3
| | | | | |
* | | | | | Merge pull request #11089 from GDquest/node2d-docsRémi Verschelde2017-09-121-34/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite the methods and member variables for the Node2D class [ci skip]
| * | | | | | rewrite the methods and member variables for the Node2D classNathan2017-09-121-34/+46
| | | | | | |
* | | | | | | Merge pull request #11066 from SaracenOne/animation_external_resourcesHein-Pieter van Braam2017-09-122-8/+46
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Allow animations to be saved to external files during scene import.
| * | | | | | Allow animations to be saved to external files during scene import.SaracenOne2017-09-112-8/+46
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11049 from scayze/astar_get_pointsRémi Verschelde2017-09-122-0/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add get_points() method to AStar
| * | | | | | Add get_points method to AStarScayze2017-09-072-0/+12
| | | | | | |