Dylan Enloe
8bff891f3c
Adds 3 and 4 digit html shortcuts to Color
...
Color::html now expands 3 and 4 digit hex values into 6 and 8 digit
values by repeating each digit. This is to bring it in line with how
html handles these values
fixes #10997
2017-09-12 14:05:33 -07:00
toger5
c2c8aac9a3
added highlight area to slider
2017-09-12 22:55:23 +02:00
Juan Linietsky
4f929a0fdf
Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will
...
recognize them.
2017-09-12 17:45:41 -03:00
Rémi Verschelde
175777596e
Merge pull request #11204 from djrm/pr_fix_fs_icons
...
Fixed file system dialog icons
[ci skip]
2017-09-12 22:24:57 +02:00
Rémi Verschelde
a68f40bf30
Merge pull request #11088 from StraToN/docssprint-atlastexture
...
Documentation for AtlasTexture.
[ci skip]
2017-09-12 22:23:21 +02:00
Julian Murgia
b7a0a77f4f
Documentation for AtlasTexture.
2017-09-12 21:58:22 +02:00
Daniel J. Ramirez
15904d66b4
Fixed file system dialog icons
2017-09-12 14:32:04 -05:00
Hein-Pieter van Braam
7f40734a1c
Merge pull request #10568 from marcelofg55/surround_fixes
...
Fixed issues with surround sound on audio server
2017-09-12 20:59:35 +02:00
Rémi Verschelde
fe33ef5a19
Merge pull request #11072 from djrm/pr_better_theme
...
Several visual improvements
2017-09-12 20:19:59 +02:00
Daniel J. Ramirez
57fff67580
Fixed some inconsistent styles, plus some cleanup
2017-09-12 13:16:47 -05:00
Daniel J. Ramirez
60f054d3ac
Improved VS node coloring
2017-09-12 13:16:47 -05:00
Daniel J. Ramirez
3a05bdbaab
Improved alternative size thumbnail generation
2017-09-12 13:16:47 -05:00
Daniel J. Ramirez
1e8048dd45
Improved theme generation, and other fixes
2017-09-12 13:16:38 -05:00
Marcelo Fernandez
730d36f350
Fixed issues with surround sound on audio server
2017-09-12 15:13:28 -03:00
SaracenOne
cc6dce375f
Added missing file system display toggle button.
2017-09-12 18:30:16 +01:00
SaracenOne
7b5a1f6481
Add option to always show directories in filesystem dock
2017-09-12 18:23:16 +01:00
Felix M. Cobos
2e74bf488b
Adding borders back to a borderless window was not working.
2017-09-12 18:53:34 +02:00
Hein-Pieter van Braam
647a914155
Merge pull request #11111 from marcelofg55/drive_funcs_osx
...
Implemented DirAccess get_drive and get_drive_count for OS X
2017-09-12 17:17:55 +02:00
Marcelo Fernandez
8f133e2c4d
Added check_c_headers to SCons env to check for the existence of headers
2017-09-12 12:00:14 -03:00
Juan Linietsky
50bc1f2922
Merged docs and small correction to lowdpi feature (it supports windows now)
2017-09-12 11:40:18 -03:00
Juan Linietsky
eb0f9651b3
HiDPI support on Windows.. yes this is all it took.
2017-09-12 11:18:16 -03:00
Juan Linietsky
512b9fbf4a
Fixed conflict in len() function
2017-09-12 10:51:24 -03:00
Rémi Verschelde
8b76199b4b
Merge pull request #10897 from themindoverall/fix_box_select
...
Fix draw_rect when width or height < 0
2017-09-12 15:36:23 +02:00
Andreas Haas
d0f0d2916f
Merge pull request #11123 from fcobos/x11_bypass_compositor
...
X11 - Hint the window manager to disable desktop compositing in fullscreen mode
2017-09-12 15:17:04 +02:00
Cradmon
15fa2194a6
Refactor core/set.h
2017-09-12 14:10:35 +01:00
Franco Falleti
69017974be
Document AStar ( #11056 )
...
Add code examples
2017-09-12 15:02:57 +02:00
Rémi Verschelde
aebf4fb48c
Merge pull request #11106 from hpvb/documentation-fix-poolarrays
...
Correct the Pool*Array documentation
2017-09-12 15:02:22 +02:00
aarroz
017e6e8a4c
Added descriptions to AudioEffect, AudioEffectAmplify, and AudioEffecChorus
2017-09-12 15:01:55 +02:00
Rémi Verschelde
574fdf89be
Merge pull request #11083 from BastiaanOlij/doc_arvr_server
...
Added documentation for the ARVR server classes
2017-09-12 15:01:24 +02:00
William Taylor
8632408dbd
Changed/Added descriptions in @GDScript. Added examples. Fixed return types of two … ( #11146 )
...
Doc: Improved descriptions in GDScript docs
Added examples and fixed return types of two methods.
2017-09-12 15:00:29 +02:00
Rémi Verschelde
d6fa5e302c
Merge pull request #11144 from deliciousfudge/thread-docs
...
Rewrite the methods section of the Thread class
[ci skip]
2017-09-12 14:59:14 +02:00
Rémi Verschelde
286e95c948
Merge pull request #11089 from GDquest/node2d-docs
...
rewrite the methods and member variables for the Node2D class
[ci skip]
2017-09-12 14:41:35 +02:00
Hein-Pieter van Braam
2648e50779
Merge pull request #11066 from SaracenOne/animation_external_resources
...
Allow animations to be saved to external files during scene import.
2017-09-12 14:28:48 +02:00
Nathan
ae78127ca5
rewrite the methods and member variables for the Node2D class
2017-09-12 14:21:23 +02:00
Rémi Verschelde
26017499a5
Merge pull request #11049 from scayze/astar_get_points
...
Add get_points() method to AStar
2017-09-12 14:07:06 +02:00
Rémi Verschelde
91a85d8805
Merge pull request #11047 from toger5/interpolation_chnage
...
Modify inertia implementation for freelook and orbit
2017-09-12 14:06:04 +02:00
Bastiaan Olij
2bee3fba18
Added documentation for the ARVR server classes
2017-09-12 22:00:08 +10:00
Rémi Verschelde
4f51211dfb
Merge pull request #11028 from mrawlingst/color-RGBA32
...
Change Color.to_32() to Color.to_rgba32() and lowercase other functions
2017-09-12 13:44:43 +02:00
Rémi Verschelde
5f8f8e4922
Merge pull request #11025 from volzhs/script-editor
...
Fit script editor grid with others
2017-09-12 13:39:51 +02:00
Rémi Verschelde
0e8f44016e
Merge pull request #11020 from toger5/theme_animation_editor_colors
...
removed hardcoded color and added theme update for animation editor
2017-09-12 13:29:28 +02:00
Rémi Verschelde
6aa90e35bb
Merge pull request #11015 from toger5/rtl_default_stylebox_empty
...
rtl uses styleBoxEmpty as defualt fixes : #11014
2017-09-12 13:26:18 +02:00
Rémi Verschelde
50eb62ea6e
Merge pull request #11002 from NathanWarden/vehicle_wheel_warning
...
Added a warning message when a VehicleWheel is not a child of a VehicleBody.
2017-09-12 13:11:48 +02:00
Rémi Verschelde
98a36c67f4
Merge pull request #11000 from Kibouo/iss10842
...
Fixes the deletion of an export preset's name when deleting the preset above it.
2017-09-12 13:10:00 +02:00
Juan Linietsky
1c5376ae59
Many fixes to visual script, changed virtuals override for a proper selector.
2017-09-12 07:58:54 -03:00
Rémi Verschelde
aabbd00284
Merge pull request #10908 from hpvb/fix-unused-variables
...
Fix unused variable warnings
2017-09-12 12:55:53 +02:00
Rémi Verschelde
c5e0e31f51
Merge pull request #11108 from oOo0oOo/docs-meshes
...
Added docs for Mesh and MeshInstance
2017-09-12 12:09:48 +02:00
Rémi Verschelde
0f006994d8
Merge pull request #11007 from saltares/issue-9988
...
Renames _add_child_below_node() to add_child_below_node(). Fixes #9988 .
2017-09-12 12:04:03 +02:00
Rémi Verschelde
ee581e1fed
Merge pull request #11052 from djrm/pr_missing_icons
...
Added some missing icons
2017-09-12 11:59:39 +02:00
Rémi Verschelde
cf941fdc35
Merge pull request #11026 from hpvb/fix-assign-in-if
...
Remove assignment and declarations in if statements
2017-09-12 11:57:49 +02:00
Rémi Verschelde
84ccda4e1d
Merge pull request #11058 from hpvb/fix-11043
...
Don't set editor_hint true for project manager
2017-09-12 11:41:44 +02:00