Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-02 | [DOCS] Write member, signals and constants in the Control class | Nathan | |
I left the following properties and constants out: - rect_clip_content, I think it should let me resize the node below the content's size, but even with the minimum size set to (0,0) Godot won't let me - mouse_filter, grow_horizontal and grow_vertical, same issue, after testing I don't know when they're necessary, so can't document them. - GROW_DIRECTION_BEGIN, GROW_DIRECTION_END, MOUSE_FILTER_STOP, MOUSE_FILTER_PASS, MOUSE_FILTER_IGNORE, constants that correspond to the member variables above For the mouse_filter, I couldn't see what it does in 3.0 alpha 1. For the grow_direction, I can see they might change the size calculation when the node's size changes, but in practice, with containers, I couldn't see a difference. If you know when to use it, please tell me and I'll add them to the PR. | |||
2017-09-30 | Merge pull request #11712 from BastiaanOlij/fix_windows_reserved_far_near | Juan Linietsky | |
near and far are reserved for near and far pointers in MSVC | |||
2017-09-30 | Merge pull request #11668 from scayze/open_empty_script_fix | Gilles Roudiere | |
fixed not beeing able to open empty scripts | |||
2017-09-30 | Merge pull request #11684 from toger5/tab_container_menu_button_center | Gilles Roudiere | |
Vertical alignement (TabContainer menu button) | |||
2017-09-30 | Merge pull request #11701 from toger5/coustom_script_bg_fix | Gilles Roudiere | |
fixed custom background weird offset for code editor | |||
2017-09-30 | Merge pull request #11704 from Hinsbart/move_interface_properties | Gilles Roudiere | |
EditorSettings: Move interface/ properties to interface/editor | |||
2017-09-30 | near and far are reserved for near and far pointers in MSVR | Bastiaan Olij | |
2017-09-29 | Restored ability to import OBJ files as meshes directly. Finally closes #9445. | Juan Linietsky | |
2017-09-29 | Properly allow completion on variable initializer arguments, closes #9359 | Juan Linietsky | |
2017-09-29 | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ↵ | Juan Linietsky | |
Closes #9186 | |||
2017-09-29 | EditorSettings: Move interface/ properties to interface/editor | Andreas Haas | |
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories. | |||
2017-09-29 | fixed coustom bg weired offset for code editor | toger5 | |
2017-09-29 | Merge pull request #11672 from tagcup/fix_oren_nayar | Gilles Roudiere | |
Fix Oren-Nayar diffuse. | |||
2017-09-29 | Vertical alignement (TabContainer menu button) | toger5 | |
2017-09-29 | Merge pull request #11667 from toger5/help_bg | Gilles Roudiere | |
fixed help bg | |||
2017-09-29 | Merge pull request #11681 from ISylvox/texure-to-texture | Gilles Roudiere | |
Fix Typo: 'Texure' to 'Texture' | |||
2017-09-28 | Fix Oren-Nayar diffuse. | Ferenc Arn | |
2017-09-28 | fix not beeing able to open empty scripts | Scayze | |
2017-09-29 | Fixed typo: 'texure' to 'texture' | Indah Sylvia | |
2017-09-28 | fixed help bg | toger5 | |
2017-09-27 | Fixes to light shaders, should work now.. | Juan Linietsky | |
2017-09-27 | Merge pull request #11617 from groud/fix_bad_display | Rémi Verschelde | |
Fixes bad display | |||
2017-09-27 | Merge pull request #11618 from tagcup/button_toggle | Rémi Verschelde | |
Fix toggle mode of BaseButton. [ci skip] | |||
2017-09-27 | Merge pull request #11632 from guilhermefelipecgs/fix_icon | Rémi Verschelde | |
Fix remove icon in autoload panel [ci skip] | |||
2017-09-27 | Merge pull request #11624 from tagcup/burley_pow | Rémi Verschelde | |
Avoid pow in Burley diffuse. | |||
2017-09-27 | Merge pull request #11633 from marcelofg55/fix_audio_clear | Juan Linietsky | |
Fixed bug with clearing the stream in AudioPlayerStream | |||
2017-09-27 | Fixed bug with clearing the stream in AudioPlayerStream | Marcelo Fernandez | |
2017-09-27 | Fix remove icon in autoload panel | Guilherme Felipe | |
2017-09-27 | Merge pull request #11622 from scayze/opcode_break_fix | Hein-Pieter van Braam | |
Fixed error when extending another class in GDscript | |||
2017-09-27 | Merge pull request #11625 from cbscribe/kcc_sprite_doc | Rémi Verschelde | |
[DOCS] Update AnimatedSprite class ref [ci skip] | |||
2017-09-26 | [DOCS] Update AnimatedSprite class ref | Chris Bradfield | |
2017-09-26 | Avoid pow in Burley diffuse. | Ferenc Arn | |
2017-09-27 | Fixed wrong break statement in GDFunction::call | Scayze | |
2017-09-26 | Fix toggle mode of BaseButton. | Ferenc Arn | |
..which got broken with #11480. | |||
2017-09-27 | Fixes set_anchors_and_margins_preset() | Gilles Roudiere | |
2017-09-27 | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | |
2017-09-27 | Merge pull request #11612 from hpvb/fix-11602 | Rémi Verschelde | |
Build MSVC safe_refcount in a separate compilation unit | |||
2017-09-27 | Build MSVC safe_refcount in a separate compilation unit | Hein-Pieter van Braam | |
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-26 | CI: Disable MinGW build on Travis and add AppVeyor badge | Rémi Verschelde | |
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 | Merge pull request #11607 from volzhs/theme-update | Rémi Verschelde | |
Update theme property respectively | |||
2017-09-26 | Merge pull request #11611 from fcobos/lto_jobs | Rémi Verschelde | |
Reduce gcc lto build time by telling the linker to use the number of jobs indicated by -j [ci skip] | |||
2017-09-26 | Reduce gcc lto build time by telling the linker to | Felix M. Cobos | |
use the number of jobs indicated by -j | |||
2017-09-26 | Merge pull request #11610 from sbeca/pr-osx-version | Rémi Verschelde | |
Change OSX version from 2.2-dev to 3.0-dev [ci skip] | |||
2017-09-26 | Change OSX version from 2.2-dev to 3.0-dev | Scott Beca | |
2017-09-26 | Add AppVeyor CI file for MSVC builds | Rémi Verschelde | |
This improves our compiler coverage in our CI builds. | |||
2017-09-26 | Update theme property respectively | volzhs | |
2017-09-26 | Merge pull request #11600 from volzhs/fix-crash-lineedit | Rémi Verschelde | |
Fix crash when scene has LineEdit and run from editor | |||
2017-09-26 | Fix crash when scene has LineEdit and run from editor | volzhs | |
2017-09-26 | Merge pull request #11587 from Zylann/directional_light_init | Rémi Verschelde | |
In editor, instance DirectionalLight with an initial orientation [ci skip] | |||
2017-09-26 | Merge pull request #11598 from djrm/pr_fix_code_editor_close | Rémi Verschelde | |
Fix missing code editor find and replace missing hover icon. [ci skip] |