Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-25 | Use BoolVariable for module options. | Elliott Sales de Andrade | |
2017-09-25 | Use BoolVariable for third-party options. | Elliott Sales de Andrade | |
2017-09-25 | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | |
2017-09-25 | Use EnumVariable for choice-based build options. | Elliott Sales de Andrade | |
2017-09-25 | Merge pull request #11577 from ISylvox/AudioEffectChorus-VoiceCount | Rémi Verschelde | |
Fix Voice_Count Issues in AudioEffectChorus [ci skip] | |||
2017-09-25 | Merge pull request #11579 from Noshyaar/pr- | Rémi Verschelde | |
2DEditor: fix duplicated 'id_pressed' connection [ci skip] | |||
2017-09-25 | 2DEditor: fix duplicated 'id_pressed' connection | Poommetee Ketson | |
2017-09-25 | Fixed Voice_Count issues in AudioEffectChorus: | Indah Sylvia | |
- Setting voice_count value to 4 (MAX_VOICES) is now allowed - Fixed slider glitch on setting voice_count value | |||
2017-09-25 | AudioEffectLimiter: fix wrong soft_clip_ratio getter | Poommetee Ketson | |
2017-09-25 | Merge pull request #11553 from cbscribe/kcc_spriteframes_doc | Poommetee Ketson | |
[DOCS] Update SpriteFrames class ref [ci skip] | |||
2017-09-25 | Merge pull request #11552 from Tetane/master | Poommetee Ketson | |
Add missing constant binding STRETCH_ASPECT_EXPAND in SceneTree | |||
2017-09-25 | Merge pull request #11571 from ISylvox/phyisics-to-physics | Rémi Verschelde | |
Remove print_line in Physics2DServerWrapMT::init() [ci skip] | |||
2017-09-25 | Removed print_line in Physics2DServerWrapMT::init() | Indah Sylvia | |
2017-09-25 | Merge pull request #11570 from djrm/pr_fix_tooltip | Rémi Verschelde | |
Fixed tooltip font color | |||
2017-09-25 | Fixed tooltip font color | Daniel J. Ramirez | |
2017-09-25 | Merge pull request #10796 from djrm/pr_better_project_creation | Rémi Verschelde | |
Improved New Project and Import project experience | |||
2017-09-25 | Merge pull request #11563 from QuLogic/scons-version | Poommetee Ketson | |
Bump required scons version to 0.98.1. | |||
2017-09-24 | Bump required scons version to 0.98.1. | Elliott Sales de Andrade | |
* Environment.AddPostAction() and the global AlwaysBuild() were added in 0.93, so requiring 0.14 is broken. * Environment.Decider and Glob were added in some intermediate 0.97 release. * The Variables object was added in 0.98.1. | |||
2017-09-24 | [DOCS] Update SpriteFrames class ref | Chris Bradfield | |
2017-09-24 | Add a missing constant binding in SceenTree | Tetane | |
Add missing constant binding "STRETCH_ASPECT_EXPAND" (I cannot test it because godot does not compile anymore on my pc (windows10)) | |||
2017-09-24 | Fix typo in fixed-fps help line | Hein-Pieter van Braam | |
2017-09-24 | Merge pull request #11549 from hpvb/fix-11543 | Hein-Pieter van Braam | |
Fix Dictionary set_named | |||
2017-09-24 | Merge pull request #11550 from marcelofg55/get_named_ret | Hein-Pieter van Braam | |
Fix Variant::get_named return when p_index is invalid | |||
2017-09-24 | Fix Variant::get_named return when p_index is invalid | Marcelo Fernandez | |
2017-09-24 | Fix Dictionary set_named | Hein-Pieter van Braam | |
Reduz optimized field indexing in 3c85703 but the changes didn't apply to dictionary so this code remained untouched. However, the logic for validity checking was changed but not updated for the dictionary case. | |||
2017-09-24 | Dist: Fix typos in manpage | Rémi Verschelde | |
[ci skip] | |||
2017-09-24 | Dist: Use HTTPS for screenshot link in AppData file | Rémi Verschelde | |
[ci skip] | |||
2017-09-24 | Merge pull request #11532 from GiantBlargg/master | Rémi Verschelde | |
Discarding now works in shaders | |||
2017-09-24 | Merge pull request #11473 from hpvb/fix-11466 | Rémi Verschelde | |
Implement operator != on Pool*Array types | |||
2017-09-24 | Merge pull request #11519 from hpvb/fix-gcc-lto | Rémi Verschelde | |
Fix gcc lto [ci skip] | |||
2017-09-24 | Merge pull request #11536 from akien-mga/version-hash | Rémi Verschelde | |
main: Add --version switch and git hash to --help [ci skip] | |||
2017-09-24 | Merge pull request #11537 from BastiaanOlij/osx_remove_get_resource_dir | Rémi Verschelde | |
Removed get_resource_dir from osx platform [ci skip] | |||
2017-09-24 | Merge pull request #11530 from cbscribe/kcc_area_doc | Poommetee Ketson | |
[DOCS] Area/Area2D class ref update [ci skip] | |||
2017-09-24 | Merge pull request #11535 from damarindra/master | Poommetee Ketson | |
Fix: CollisionObject shape owner indexing is inconsistent | |||
2017-09-24 | Dist: Add man page for Linux packagers | Rémi Verschelde | |
[ci skip] | |||
2017-09-24 | main: Add --version switch and git hash to --help | Rémi Verschelde | |
Also fix some help strings. | |||
2017-09-24 | Removed get_resource_dir from osx platform | BastiaanOlij | |
2017-09-24 | Fix: CollisionObject shape owner indexing is inconsistent | damarindra | |
2017-09-24 | Merge pull request #11524 from marcelofg55/fix_bucket_infloop | Rémi Verschelde | |
Fix possible infinite loop with bucket fill tool | |||
2017-09-24 | Dist: Add desktop and AppStream files for Linux packagers | Rémi Verschelde | |
[ci skip] | |||
2017-09-24 | Discarding now works in shaders | Daniel Doran | |
"discard" has been added to the list of recognised keywords. A flag specifing when discarding is allowed is now set correctly. | |||
2017-09-24 | [DOCS] Area/Area2D class ref update | Chris Bradfield | |
2017-09-24 | Merge pull request #11527 from QuLogic/system-zstd | Rémi Verschelde | |
Enable building against system zstd. | |||
2017-09-24 | Merge pull request #11528 from QuLogic/openssl110 | Rémi Verschelde | |
Add support for OpenSSL 1.1.0. | |||
2017-09-24 | Add support for OpenSSL 1.1.0. | Elliott Sales de Andrade | |
This release hides many struct members which provides easier forward compatibility but is a break from previous releases. A few small macros provide compatibility between both 1.1.0 and 1.0.x. Fixes #8624. | |||
2017-09-23 | Improved New Project and Import project experience | Daniel J. Ramirez | |
2017-09-23 | Enable building against system zstd. | Elliott Sales de Andrade | |
2017-09-24 | Merge pull request #11526 from cbscribe/kcc_collision_doc | Poommetee Ketson | |
[DOCS] Update CollisionObject/CollisionObject2D class ref [ci skip] | |||
2017-09-23 | [DOCS] Update CollisionObject/CollisionObject2D class ref | Chris Bradfield | |
2017-09-23 | Fix possible infinite loop with bucket fill tool | Marcelo Fernandez | |