dee1001390
Merge pull request #11667 from toger5/help_bg
...
fixed help bg
2017-09-29 12:48:25 +02:00
11c7323043
Merge pull request #11681 from ISylvox/texure-to-texture
...
Fix Typo: 'Texure' to 'Texture'
2017-09-29 11:03:50 +02:00
392a94686c
Fixed typo: 'texure' to 'texture'
2017-09-29 04:40:01 +07:00
541b0d0238
fixed help bg
2017-09-28 23:21:44 +02:00
4f39ce32b9
Fixes to light shaders, should work now..
2017-09-27 21:45:47 -03:00
da144fed4c
Merge pull request #11617 from groud/fix_bad_display
...
Fixes bad display
2017-09-27 22:15:00 +02:00
78423320d7
Merge pull request #11618 from tagcup/button_toggle
...
Fix toggle mode of BaseButton.
[ci skip]
2017-09-27 15:47:59 +02:00
64ac2b13ed
Merge pull request #11632 from guilhermefelipecgs/fix_icon
...
Fix remove icon in autoload panel
[ci skip]
2017-09-27 15:34:58 +02:00
bad5dd37b0
Merge pull request #11624 from tagcup/burley_pow
...
Avoid pow in Burley diffuse.
2017-09-27 15:34:38 +02:00
d5cccf26a9
Merge pull request #11633 from marcelofg55/fix_audio_clear
...
Fixed bug with clearing the stream in AudioPlayerStream
2017-09-27 10:31:24 -03:00
f12b4e5fa3
Fixed bug with clearing the stream in AudioPlayerStream
2017-09-27 10:30:08 -03:00
bdd5361548
Fix remove icon in autoload panel
2017-09-27 10:08:28 -03:00
dc18b8d7e8
Merge pull request #11622 from scayze/opcode_break_fix
...
Fixed error when extending another class in GDscript
2017-09-27 09:03:13 +02:00
6eb5af2b5a
Merge pull request #11625 from cbscribe/kcc_sprite_doc
...
[DOCS] Update AnimatedSprite class ref
[ci skip]
2017-09-27 08:58:39 +02:00
129a37421d
[DOCS] Update AnimatedSprite class ref
2017-09-26 22:56:16 -07:00
ae78413bb1
Avoid pow in Burley diffuse.
2017-09-26 22:15:38 -04:00
0722df4829
Fixed wrong break statement in GDFunction::call
2017-09-27 03:23:39 +02:00
9c516d8383
Fix toggle mode of BaseButton.
...
..which got broken with #11480 .
2017-09-26 20:10:44 -04:00
bd8a5fba30
Fixes set_anchors_and_margins_preset()
2017-09-27 00:38:41 +02:00
6f185cc9f7
Remove unecessary anchors&margins set causing bad display (sons of containers)
2017-09-27 00:38:28 +02:00
0dbec3abbb
Merge pull request #11612 from hpvb/fix-11602
...
Build MSVC safe_refcount in a separate compilation unit
2017-09-27 00:30:23 +02:00
350fcb6d98
Build MSVC safe_refcount in a separate compilation unit
...
Including windows.h in a globally included header gives all kinds of
issues. Move the MSVC implementation for safe_refcount back into a .cpp
file to prevent this from happening.
2017-09-27 00:01:02 +02:00
203fed204c
CI: Disable MinGW build on Travis and add AppVeyor badge
...
Now that AppVeyor handles testing Windows builds with MSVC,
we can skip the need to test against Travis' old MinGW toolchain
and have a faster CI process.
Also try building X11 binaries against system OpenSSL, should
speed up build.
2017-09-26 19:34:17 +02:00
9a87fe37c1
Merge pull request #11607 from volzhs/theme-update
...
Update theme property respectively
2017-09-26 19:17:21 +02:00
7119858ce6
Merge pull request #11611 from fcobos/lto_jobs
...
Reduce gcc lto build time by telling the linker to use the number of jobs indicated by -j
[ci skip]
2017-09-26 17:18:40 +02:00
ec644ccb69
Reduce gcc lto build time by telling the linker to
...
use the number of jobs indicated by -j
2017-09-26 17:04:04 +02:00
7123a81e43
Merge pull request #11610 from sbeca/pr-osx-version
...
Change OSX version from 2.2-dev to 3.0-dev
[ci skip]
2017-09-26 14:54:48 +02:00
1c6a49b5f5
Change OSX version from 2.2-dev to 3.0-dev
2017-09-26 22:45:02 +10:00
92c34eaf9c
Add AppVeyor CI file for MSVC builds
...
This improves our compiler coverage in our CI builds.
2017-09-26 13:16:37 +02:00
3e0d18b9c0
Update theme property respectively
2017-09-26 20:08:25 +09:00
ccb4a6acee
Merge pull request #11600 from volzhs/fix-crash-lineedit
...
Fix crash when scene has LineEdit and run from editor
2017-09-26 09:30:51 +02:00
c5f0717053
Fix crash when scene has LineEdit and run from editor
2017-09-26 16:19:02 +09:00
59c3f61d57
Merge pull request #11587 from Zylann/directional_light_init
...
In editor, instance DirectionalLight with an initial orientation
[ci skip]
2017-09-26 08:11:57 +02:00
da03791e45
Merge pull request #11598 from djrm/pr_fix_code_editor_close
...
Fix missing code editor find and replace missing hover icon.
[ci skip]
2017-09-26 08:03:41 +02:00
777f26fe29
Merge pull request #11597 from djrm/pr_interface_colors
...
Removed most of the custom colors from the interface.
2017-09-26 08:03:00 +02:00
1da6b4d1d1
Merge pull request #11558 from djrm/pr_spatial_grid
...
Removed transparency from spatial editor grid.
2017-09-26 08:01:11 +02:00
541c4bfd6e
Fix missing code editor find and replace missing hover icon.
2017-09-25 23:40:22 -05:00
e2861a3b7c
Removed transparency from spatial editor grid.
2017-09-25 21:45:53 -05:00
b622c92fad
Removed most of the custom colors from the interface.
2017-09-25 21:43:20 -05:00
f577efd47e
Merge pull request #11424 from groud/control_node_presets
...
Implements set_margins_preset(...)
2017-09-26 00:11:46 +02:00
e9e1753c3c
Merge pull request #11445 from Cradmon/refactorCoreMap
...
Refactor core/map.h
2017-09-25 23:53:18 +02:00
c79fc6716e
Merge pull request #11518 from hpvb/gdscript-direct-dispatch
...
Some more GDScript performance optimizations
2017-09-25 23:25:42 +02:00
2ac8c2fa91
In editor, instance DirectionalLight with an initial sun-like orientation
2017-09-25 23:17:23 +02:00
938681724f
Merge pull request #11541 from Paulb23/tree_arrow_goto_parent
...
Goto to parent on left arrow in tree with single column
[ci skip]
2017-09-25 23:16:06 +02:00
1aabf4c166
Merge pull request #11542 from marcelofg55/bucket_limit
...
Bucket fill will now incrementally process the queue on preview mode
2017-09-25 23:12:12 +02:00
5567cbe6ae
Merge pull request #11545 from Paulb23/line_edit_caret_blink_resetting_issue_10764
...
Fixed caret blink and speed resetting in scenes, issue 10764
[ci skip]
2017-09-25 23:10:32 +02:00
7bb9a26de3
Merge pull request #11546 from Paulb23/scrollbar_jitter
...
Fixed scrollbar Jitter when clicking
[ci skip]
2017-09-25 23:08:48 +02:00
2526456807
Merge pull request #11564 from djrm/pr_editor_settings_undo
...
Added the ability to revert to initial value in editor settings.
2017-09-25 23:02:50 +02:00
78aa7b382a
Merge pull request #11567 from QuLogic/scons-var-types
...
Add types to scons command-line options
2017-09-25 22:44:05 +02:00
5195935156
Merge pull request #11569 from djrm/pr_audio_buses_fixes
...
Improved audio buses editor
2017-09-25 22:33:56 +02:00