aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed file system dialog iconsDaniel J. Ramirez2017-09-122-23/+7
|
* 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
| | | | | |
* | | | | | Merge pull request #11047 from toger5/interpolation_chnageRémi Verschelde2017-09-123-51/+40
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Modify inertia implementation for freelook and orbit
| * | | | | fix always updating +removed print +use EDITOR_DEFtoger52017-09-111-12/+10
| | | | | |
| * | | | | Modify inertia implementation for freelook and orbittoger52017-09-073-45/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - freelook now uses position based inertia (holding a key for a specific time always rults in the same distance traveled independent of inertia setting) - orbit inertia now is angle bases. (not transformation based) -> camera always takes the same path. - added setting for orbit inertia - added setting hints for freelook settings.
| * | | | | Revert "Removed camera interpolation in orthogonal mode (I have no idea how ↵toger52017-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to fix this due to how orthogonal works), closes #10718" This reverts commit 895140389a7306eafc9a36f51d892ece0001f223.
* | | | | | Merge pull request #11028 from mrawlingst/color-RGBA32Rémi Verschelde2017-09-127-23/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change Color.to_32() to Color.to_rgba32() and lowercase other functions
| * | | | | | Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst2017-09-077-23/+23
| | | | | | |
* | | | | | | Merge pull request #11025 from volzhs/script-editorRémi Verschelde2017-09-122-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fit script editor grid with others
| * | | | | | | Fit script editor grid with othersvolzhs2017-09-072-0/+7
| |/ / / / / /
* | | | | | | Merge pull request #11020 from toger5/theme_animation_editor_colorsRémi Verschelde2017-09-122-93/+100
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | removed hardcoded color and added theme update for animation editor
| * | | | | | | update icons for animation_player_plugin (top bar)toger52017-09-091-56/+62
| | | | | | | |
| * | | | | | | update for icons on theme change animation editortoger52017-09-091-32/+28
| | | | | | | |
| * | | | | | | removed hardcoded colors in animation editortoger52017-09-091-5/+10
| |/ / / / / /
* | | | | | | Merge pull request #11015 from toger5/rtl_default_stylebox_emptyRémi Verschelde2017-09-121-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | rtl uses styleBoxEmpty as defualt fixes: #11014
| * | | | | | | rtl uses styleBoxEmpty as defualttoger52017-09-061-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #11002 from NathanWarden/vehicle_wheel_warningRémi Verschelde2017-09-122-0/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added a warning message when a VehicleWheel is not a child of a VehicleBody.
| * | | | | | | | Added a warning message when a VehicleWheel is not a child of a VehicleBody.Nathan Warden2017-09-052-0/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #11000 from Kibouo/iss10842Rémi Verschelde2017-09-121-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixes the deletion of an export preset's name when deleting the preset above it.
| * | | | | | | | | Fixed clearing of an export preset's name when deleting the one above it.Mihaly Csonka2017-09-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleting an export preset cleared the name of the item below it. This was caused by ProjectExportDialog::_edit_preset(-1) which sets the deleted preset's data to empty values. This on its turn called ProjectExportDialog::_name_changed() which operates on the new current preset (the one under the deleted item). Fixes issue #10842
* | | | | | | | | | Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky2017-09-127-134/+130
| | | | | | | | | |
* | | | | | | | | | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-1238-210/+70
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix unused variable warnings