Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-20 | Small ux improvement | Guilherme Felipe | |
2019-04-20 | Merge pull request #24951 from Mr-Slurpy/local-rpc-sender-id-fix | Fabio Alessandrelli | |
Sender network id is now set to local network id for local rpc calls. | |||
2019-04-20 | Merge pull request #28229 from akien-mga/disable_3d-build-fix | Rémi Verschelde | |
Fix disable_3d=yes -Wunused-variable errors | |||
2019-04-20 | Fix disable_3d=yes -Wunused-variable errors | Rémi Verschelde | |
2019-04-20 | Merge pull request #28210 from hpvb/fix-28134 | Rémi Verschelde | |
Object::script may not be a valid Ref<Script> | |||
2019-04-20 | Fix typo in SpriteFrameEditor preview draw | Rémi Verschelde | |
As spotted by @DennisWG. | |||
2019-04-20 | Merge pull request #27820 from ForLoveOfCats/master | Ignacio Roldán Etcheverry | |
Mono: Convert all items to string before printing | |||
2019-04-20 | Object::script may not be a valid Ref<Script> | Hein-Pieter van Braam-Stewart | |
It appears that Object::script may be a valid ScriptInstance but not be castable to Ref<Script>. There were only 5 places in the code that made this assumption. This commit fixes that. | |||
2019-04-19 | Merge pull request #28200 from bojidar-bg/28115-ysort-breaks-shader | Rémi Verschelde | |
Fix nested YSort breaking "Use parent material" | |||
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky | |
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field | |||
2019-04-19 | Mono: Convert all items to string before printing | ForLoveOfCats | |
2019-04-19 | Fix nested YSort breaking use_parent_material | Bojidar Marinov | |
Fixes #28115 | |||
2019-04-19 | Added minimal documentation for _get_configuration_warning method | Hasan Yusuf Ahmed | |
(cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8) | |||
2019-04-19 | Merge pull request #28196 from akien-mga/xatlas-cleanup | Rémi Verschelde | |
xatlas: Document provenance, copyright and custom changes | |||
2019-04-19 | Merge pull request #28193 from akien-mga/drop-thekla | Rémi Verschelde | |
Drop unused thekla_atlas dependency | |||
2019-04-19 | Merge pull request #28192 from akien-mga/doc-unused-demos | Rémi Verschelde | |
doc: Drop unused <demos> tag, sync classref | |||
2019-04-19 | xatlas: Redo our custom changes, but properly documented | Rémi Verschelde | |
2019-04-19 | xatlas: Revert to unmodified upstream code, add to COPYRIGHT | Rémi Verschelde | |
Imported by @reduz from https://github.com/jpcy/xatlas/commit/b8ec29b6b62fb808823e042df5f0f800c07f2e8b Custom changes will be remade properly in the next commit. | |||
2019-04-19 | Drop unused thekla_atlas dependency | Rémi Verschelde | |
Since f12cb82 @reduz dropped the use of the thirdparty thekla_atlas library, which is replaced by xatlas. Fixes #28180. Fixes #28182. | |||
2019-04-19 | Merge pull request #28164 from BastiaanOlij/AndroidCameraPermission | Rémi Verschelde | |
Add camera permissions to android | |||
2019-04-19 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde | |
2019-04-19 | Merge pull request #28051 from WindyDarian/no_utf8_for_vs2013 | Rémi Verschelde | |
Ignore '/utf-8' flag on Visual Studio 2013 | |||
2019-04-18 | Merge pull request #28131 from 2bit-hack/patch-1 | Max Hilbrunner | |
Fixed copy&paste error #28117 | |||
2019-04-18 | Merge pull request #28161 from neikeq/exception-hook-no-abort | Ignacio Roldán Etcheverry | |
Mono: Use exit(status) instead of abort() in exception hook | |||
2019-04-18 | Merge pull request #28165 from neikeq/missing-tostring | Ignacio Roldán Etcheverry | |
C#: Add missing ToString() override methods | |||
2019-04-18 | Add camera permissions to android | Bastiaan Olij | |
2019-04-18 | Mono: Use exit(status) instead of abort() in exception hook | Ignacio Etcheverry | |
2019-04-18 | Merge pull request #28158 from akien-mga/zstd-1.4.0 | Rémi Verschelde | |
zstd: Update to upstream 1.4.0, remove call to experimental API | |||
2019-04-18 | C#: Add missing ToString() override methods | Ignacio Etcheverry | |
Godot.Object, Array, Dictionary and RID were missing ToString() override methods | |||
2019-04-18 | Merge pull request #28146 from volzhs/unique_id_android | Rémi Verschelde | |
Fix get_unique_id() on Android | |||
2019-04-18 | Compression: Set Zstd max window size via public parameter | Rémi Verschelde | |
`ZSTD_DCtx_setMaxWindowSize` is still part of the experimental API (thus unexposed in the shared library). Upstream examples seem to use `ZSTD_d_windowLogSize` instead, so it's probably what we should use too. Fixes #17374. Distro packagers can now unbundle Zstd. | |||
2019-04-18 | Merge pull request #28139 from neikeq/mono-log-level-info | Ignacio Roldán Etcheverry | |
Mono: Logging improvements | |||
2019-04-18 | Merge pull request #28150 from homer666/animationplayer-snap-mode-disable | Rémi Verschelde | |
Fix AnimationPlayer snap mode dropdown behaviour | |||
2019-04-18 | zstd: Update to upstream 1.4.0 | Rémi Verschelde | |
One step towards fixing #17374 as most experimental APIs we use are now part of the stable 1.4.0. | |||
2019-04-18 | Fix AnimationPlayer snap mode dropdown behaviour | homer666 | |
2019-04-18 | Fix get_unique_id() on Android | volzhs | |
2019-04-17 | Mono: Logging improvements | Ignacio Etcheverry | |
- The default log level in debug builds is now 'info' instead of 'debug'. - Add option to specify a different log level with the 'GODOT_MONO_LOG_LEVEL' environment variable. - The name of log files is now a readable date and time. - Always print the log file path (previously it was printed only it in verbose mode). | |||
2019-04-17 | Fixed copy&paste error #28117 | Soham Kar | |
Changed "left to right" in VSplitContainer to "top to bottom". | |||
2019-04-17 | Merge pull request #27821 from mawenzy/pr_sliderfix | Rémi Verschelde | |
Fix slider handle being hard to select | |||
2019-04-16 | Sender network id is now set to local network id for local rpc calls. | Daniel Eliasinski | |
2019-04-16 | Merge pull request #28084 from Faless/fix/audio_miss_enum_bind | Juan Linietsky | |
Bind AudioEffectSpectrumAnalyzer::FFT_Size enums | |||
2019-04-16 | Bind AudioEffectSpectrumAnalyzer::FFT_Size enums | Fabio Alessandrelli | |
2019-04-16 | Merge pull request #27762 from rcorre/anim_docs | Max Hilbrunner | |
AnimationNode* docs | |||
2019-04-16 | Merge pull request #27937 from KoBeWi/sliderdocs | Max Hilbrunner | |
Added some documentation for Slider | |||
2019-04-16 | Merge pull request #27953 from siddharth952/v_scroll_speed | Max Hilbrunner | |
Fixes documentation of v_scroll_speed and wrap_enabled | |||
2019-04-16 | Merge pull request #28050 from Calinou/animation-track-editor-hidpi | Rémi Verschelde | |
Scale animation track editor line widths on hiDPI displays | |||
2019-04-16 | Merge pull request #28038 from CatThingy/area-error-fix | Rémi Verschelde | |
Removed unnecessary error from _area_inout | |||
2019-04-16 | Merge pull request #28052 from muiroc/settings_decodes_objects | Rémi Verschelde | |
Enable object decoding when serializing binary project settings | |||
2019-04-16 | Merge pull request #28073 from lupoDharkael/early-validation | Rémi Verschelde | |
Validate scripts when they are loaded in the text editor |