Rémi Verschelde
fe3bbaa9d0
Merge pull request #11076 from hpvb/fix-10935
...
Fix crash on wrong type drag into the vs editor
2017-09-13 19:28:13 +02:00
Rémi Verschelde
095ff6dda8
Merge pull request #11063 from toger5/svg_generation_optimization
...
optimized color conversion for svg generation
2017-09-13 19:27:21 +02:00
Rémi Verschelde
ea25573297
Merge pull request #10995 from GodotExplorer/pr-tree
...
Add custom minumus height to TreeItem
2017-09-13 19:25:55 +02:00
Rémi Verschelde
27ae3c839d
Merge pull request #7908 from SaracenOne/recast
...
In-editor navmesh generation.
2017-09-13 19:22:29 +02:00
Rémi Verschelde
d85472bef0
Merge pull request #10826 from tuga3d/toggle-comment-behavior
...
Smarter toggle comment block. fixes #10720
2017-09-13 19:21:25 +02:00
Hein-Pieter van Braam
d6b392825f
Merge pull request #11061 from marcelofg55/dump_backtrace
...
Add a segfault handler to dump the backtrace on Windows, Linux and OS X
2017-09-13 18:05:31 +02:00
Hein-Pieter van Braam
322b0bee49
Merge pull request #11240 from hpvb/fix-array-oob
...
Fix out of bound array indexing (reverb_vol)
2017-09-13 17:50:10 +02:00
Hein-Pieter van Braam
89c50f73c7
Fix out of bound array indexing (reverb_vol)
...
Same issue as in a3f9fe52
. AudioFrame[3] being indexed at [3]
2017-09-13 17:47:51 +02:00
Hein-Pieter van Braam
933ca6bb8a
Merge pull request #11239 from hpvb/fix-array-oob
...
Fix out of bound array indexing
2017-09-13 17:42:31 +02:00
Hein-Pieter van Braam
a3f9fe52ec
Fix out of bound array indexing
...
730d36f350
introduced introduced some code that indexes AudioFrame[3],
it is however defined as AudioFrame[3]. This increases the size to [4]
2017-09-13 17:38:09 +02:00
Hein-Pieter van Braam
4140e5261c
Merge pull request #11207 from toger5/fixed_margin_for_theme
...
fixed margin beeing squared
2017-09-13 17:32:34 +02:00
Gilles Roudiere
b8ad46d383
Merge pull request #11210 from toger5/fix_little_border_for_vieport
...
fixed border on the right of viewport
2017-09-13 17:00:12 +02:00
toger5
c40fb45e59
fixed border on the right of viewport
2017-09-13 15:36:05 +02:00
Marcelo Fernandez
83fe937362
Added a crash handler to dump the backtrace on Windows, Linux and OS X
2017-09-13 10:07:23 -03:00
Rémi Verschelde
c2741e2385
Merge pull request #11069 from aroncds/master
...
KinematicBody2D api most friendlier
2017-09-13 15:07:17 +02:00
Juan Linietsky
06138bf18c
Renamed play to playing property, but now playing and is_playing is the same, to avoid confusing. Closes #11211
2017-09-13 08:41:26 -03:00
Julian Murgia
cb3bb26521
Documentation for AtlasTexture.
2017-09-13 13:37:33 +02:00
Rémi Verschelde
42504ef0d4
Merge pull request #11062 from BastiaanOlij/osx_datapack
...
Fixed loading package from resource folder, exporting textures to bun…
2017-09-13 11:11:01 +02:00
Rémi Verschelde
e73e00d369
Style: Apply clang-format to @reduz's changes
...
[ci skip]
2017-09-13 09:13:34 +02:00
Rémi Verschelde
a4005221f5
doc: Sync classref with current source
...
[ci skip]
2017-09-13 08:53:01 +02:00
Geequlim
ae18b1f83f
Expose more methods for UndoRedo
2017-09-13 12:18:51 +08:00
Marcelo Fernandez
e5f905a735
Implemented DirAccess get_drive and get_drive_count for Linux
2017-09-12 23:43:08 -03:00
toger5
4ccf3bb2ed
made tabs visible in debugger fixes : #11212
...
- the stylebox is changed so the top part is transparent when the
debugger is selected
2017-09-13 02:37:33 +02:00
Juan Linietsky
5cb90ad67e
When method or property has no description, a link asks you to create it
2017-09-12 19:16:59 -03:00
toger5
3ee0086f2d
fixed margin beeing squared
2017-09-12 23:46:23 +02:00
toger5
ee5dc05a09
optimized color conversion for svg generation
2017-09-12 23:33:51 +02:00
Rémi Verschelde
4e392517da
DocData: Drop unused brief description for properties
2017-09-12 23:31:27 +02:00
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