Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-12 | Merge pull request #33555 from akien-mga/x11-memleak-utf8string | Rémi Verschelde | |
X11: Fix memory leak in handle_key_event | |||
2019-11-12 | Merge pull request #33557 from nekomatata/empty-tree-crash | Rémi Verschelde | |
Fixed crash when pressing down key on empty Tree | |||
2019-11-12 | Fixed crash when pressing down key on empty Tree | PouleyKetchoupp | |
Fixes #33554 | |||
2019-11-12 | Merge pull request #33311 from SneakyFish5/update-opus | Rémi Verschelde | |
Update opus to 1.3.1 and opusfile to 0.11 | |||
2019-11-12 | X11: Fix memory leak in handle_key_event | Rémi Verschelde | |
Extracted from #27189. | |||
2019-11-11 | doc: Sync classref with current source | Rémi Verschelde | |
2019-11-11 | Merge pull request #33544 from YeldhamDev/camera_override_tooltip_adustment | Rémi Verschelde | |
Minor adjustment in the "Game Camera Override" button's tooltip. | |||
2019-11-11 | Merge pull request #33540 from Calinou/doc-dictionary-hash-equality | Rémi Verschelde | |
Mention that `Dictionary.hash()` can be used for equality comparisons | |||
2019-11-11 | Merge pull request #33545 from YeldhamDev/filesys_mainscn_not_current | Rémi Verschelde | |
Hide "Set As Main Scene" in FileSystem dock if the scene is already the main one | |||
2019-11-11 | Hide "Set As Main Scene" in FileSystem dock if the scene is already the main one | Michael Alexsander | |
2019-11-11 | Merge pull request #33542 from akien-mga/oggvorbis-loop-property | Rémi Verschelde | |
AudioStreamOGGVorbis: Expose loop and loop_offset as properties | |||
2019-11-11 | Minor adjustment in the "Game Camera Override" button's tooltip. | Michael Alexsander | |
2019-11-11 | AudioStreamOGGVorbis: Expose loop and loop_offset as properties | Rémi Verschelde | |
Fixes #11231. | |||
2019-11-11 | Mention that `Dictionary.hash()` can be used for equality comparisons | Hugo Locurcio | |
See #27615. | |||
2019-11-11 | Merge pull request #33517 from madmiraal/fix-_MSG-macros | Rémi Verschelde | |
Send *_MSG macros' explanations directly to the _err_print_error(). | |||
2019-11-11 | Merge pull request #33482 from piratesephiroth/master | Rémi Verschelde | |
Set ShellExecuteW's verb to NULL - fixes #33388 | |||
2019-11-11 | Merge pull request #33537 from Xrayez/fs-icon-main-scene | Rémi Verschelde | |
Display icon for "Set As Main Scene" in filesystem popup | |||
2019-11-11 | Display icon for "Set As Main Scene" in filesystem popup | Andrii Doroshenko (Xrayez) | |
2019-11-11 | Merge pull request #33518 from BastiaanOlij/msaa_ext_modes | Rémi Verschelde | |
Add MSAA mode for Quest | |||
2019-11-11 | Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisation | Bastiaan Olij | |
2019-11-11 | Remove ERR_EXPLAIN macros and the scaffolding they needed. | Marcel Admiraal | |
2019-11-11 | Remove all uses of ERR_EXPLAIN macros. | Marcel Admiraal | |
2019-11-11 | Merge pull request #29579 from mrcdk/fix_29575 | Rémi Verschelde | |
Drop the physics mouseover whenever a input has been handled. | |||
2019-11-11 | Merge pull request #33529 from code-xD/master | Rémi Verschelde | |
fixes #33439. The feature now changes according to the feature profile. | |||
2019-11-11 | Merge pull request #33499 from nekomatata/animation-filter-function | Rémi Verschelde | |
Fixed function/audio/anim tracks in blend tree animation filter | |||
2019-11-11 | Merge pull request #33453 from Calinou/expose-low-processor-mode-sleep-usec | Rémi Verschelde | |
Expose the `OS.low_processor_usage_mode_sleep_usec` property | |||
2019-11-11 | Merge pull request #33496 from QbieShay/spring-arm-doc | Rémi Verschelde | |
Added documentation for SpringArm doc | |||
2019-11-11 | fixes #33439. The feature now changes according to the feature profile. | Shivansh Anand | |
2019-11-10 | Merge pull request #33524 from SneakyFish5/update-std-vorbis | Rémi Verschelde | |
Update stb_vorbis to 1.17 | |||
2019-11-10 | Update stb_vorbis to 1.17 | Jonathan Mannancheril | |
2019-11-10 | Added documentation for SpringArm doc | QbieShay | |
2019-11-10 | Merge pull request #33507 from SneakyFish5/update-zstd | Rémi Verschelde | |
Update zstd to 1.4.4 | |||
2019-11-10 | Merge pull request #33516 from qarmin/small_fixes | Rémi Verschelde | |
Memory leaks and crash fixes | |||
2019-11-10 | Merge pull request #33501 from akien-mga/camera-project_position-defval | Rémi Verschelde | |
Camera: Don't set default value for project_position | |||
2019-11-10 | Merge pull request #33452 from Chaosus/fix_tilemap | Rémi Verschelde | |
Fix incorrect offset for old-format tilemaps | |||
2019-11-10 | Merge pull request #33515 from nekomatata/case-mismatch-file-not-found | Rémi Verschelde | |
Handle missing file properly when checking for case mismatch | |||
2019-11-10 | Merge pull request #33513 from nekomatata/multi-selection-focus | Rémi Verschelde | |
Keep focus on the top-most node for multi-selection in scene tree | |||
2019-11-10 | Merge pull request #33512 from nekomatata/multi-selection-switch-scene | Rémi Verschelde | |
Multi-selection restored properly after switching scenes | |||
2019-11-10 | Handle missing file properly when checking for case mismatch | PouleyKetchoupp | |
This was causing false alarms to be randomly reported on Windows for files that didn't exist. | |||
2019-11-10 | Memory leak and crash fixes | Rafał Mikrut | |
2019-11-10 | Keep focus on the top-most node for multi-selection in scene tree | PouleyKetchoupp | |
Makes behavior consistent with selecting/deselecting single nodes and fixes a regression about the focused node being lost when multi-selecting. Fixes #33332 | |||
2019-11-10 | Multi-selection restored properly after switching scenes | PouleyKetchoupp | |
Fixes #33511 | |||
2019-11-10 | Send m_msg directly to _err_print_error(). | Marcel Admiraal | |
2019-11-09 | Update zstd to 1.4.4 | Jonathan Mannancheril | |
2019-11-10 | Camera: Don't set default value for project_position | Rémi Verschelde | |
A z_depth of 0 returns the camera position, which is not really useful. This also makes the API breakage from 3.1 clearer as 3.1 code will now fail to compile, so users will have to adapt and use the new parameter. For the reference, in 3.1, the z_depth was hardcoded to the near plane. Closes #33493. | |||
2019-11-10 | Merge pull request #33498 from nekomatata/error-save-scene-preview | Rémi Verschelde | |
Fixed errors when saving scene with a shrunk viewport | |||
2019-11-10 | Merge pull request #33500 from nekomatata/button-icon-override-crash-2 | Rémi Verschelde | |
Fixed crash when using icon override in button | |||
2019-11-09 | Fixed crash when using icon override in button | PouleyKetchoupp | |
Missing change for PR #33495 | |||
2019-11-09 | Fixed function/audio/anim tracks in blend tree animation filter | PouleyKetchoupp | |
2019-11-09 | Fixed errors when saving scene with a shrunk viewport | PouleyKetchoupp | |
Handle viewport size larger than preview size but very close, when the ratio was 1 the size ended up being 0. Fixes #33497 |