Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | Merge pull request #22642 from YeldhamDev/inspector_metadata | Rémi Verschelde | |
Expose "meta" to the Inspector | |||
2019-07-19 | Merge pull request #30683 from bojidar-bg/30671-triplanar-binormal | Rémi Verschelde | |
Fix binormal sign when using triplanar mapping | |||
2019-07-19 | Merge pull request #29180 from fire/vs_type_hints | Rémi Verschelde | |
Visualscript: Add types for get and set. | |||
2019-07-19 | Visualscript: Add types for base type get and set. | K. S. Ernest (iFIre) Lee | |
2019-07-19 | Merge pull request #30600 from vortexofdoom/dualshock_joypad | Rémi Verschelde | |
Added DualShock Equivalents to Joypad Button 10 and 11 | |||
2019-07-19 | Merge pull request #30645 from Meriipu/document_tree_minwidth | Rémi Verschelde | |
Documented the Tree column behaviour of min_width in conjunction with expand | |||
2019-07-19 | Merge pull request #30686 from Calinou/enable-auto-brace-complete | Rémi Verschelde | |
Enable the script editor's "Auto Brace Complete" by default | |||
2019-07-19 | Merge pull request #30674 from FlamyAT/patch-1 | Rémi Verschelde | |
Added missing InputEvent documentation | |||
2019-07-19 | Merge pull request #30684 from Calinou/improve-assetlib-image-display | Rémi Verschelde | |
Improve preview and screenshot display in the asset library | |||
2019-07-18 | Enable the script editor's "Auto Brace Complete" by default | Hugo Locurcio | |
This also adds a setting hint for the "Code Complete Delay" setting and cleans up some duplicated default setting values. This closes #30662. | |||
2019-07-18 | Improve preview and screenshot display in the asset library | Hugo Locurcio | |
Images are now resized with Lanczos interpolation for higher quality. Video thumbnails now display a "pointing hand" cursor when hovered as they will open in an external browser. | |||
2019-07-18 | Fix binormal sign when using triplanar mapping | Bojidar Marinov | |
Fixes #30671 | |||
2019-07-18 | Merge pull request #30226 from lawnjelly/interpolate | Rémi Verschelde | |
Add access to interpolation fraction for fixed timestep interpolation | |||
2019-07-18 | Added missing InputEvent documentation | FlamyAT | |
2019-07-18 | Merge pull request #30656 from Calinou/lower-directional-shadow-max-distance | Rémi Verschelde | |
Lower the default directional shadow maximum distance to 100 | |||
2019-07-18 | Merge pull request #30648 from NilsIrl/useless_casts | Rémi Verschelde | |
Remove useless casts to String | |||
2019-07-18 | Merge pull request #30641 from YeldhamDev/assetlib_minor_improvements | Rémi Verschelde | |
Minor improvements to the AssetLib | |||
2019-07-18 | Merge pull request #30663 from bojidar-bg/30269-stack-underflow | Rémi Verschelde | |
Fix stack underflows when yielding twice | |||
2019-07-17 | Fix stack underflows when yielding twice | Bojidar Marinov | |
Also, refactor GDScriptFunctionState::_signal_callback, removing some excessive repetition. Fixes #30269. | |||
2019-07-17 | Merge pull request #30655 from Xrayez/bmp-compression-fix | Rémi Verschelde | |
Fix BMP loader to distinguish between compression types | |||
2019-07-17 | Merge pull request #30657 from hadrien-psydk/optimize_dir_access_unix_get_next | Rémi Verschelde | |
Optimize DirAccessUnix::get_next() for some file systems | |||
2019-07-17 | Optimize DirAccessUnix::get_next() for some file systems | Hadrien | |
On some file systems, like ext4 on Linux, readdir() gives enough information to determine the entry type in order to avoid doing a stat() system call. Use this information and call stat() only if necessary. | |||
2019-07-17 | Lower the default directional shadow maximum distance to 100 | Hugo Locurcio | |
With the default camera node settings, this makes directional shadows look consistent between the editor and the running project. The original issue occurs because the editor camera defaults to a Z-far value of 500, whereas the Camera node defaults to a Z-far value of 100. Since the directional shadow maximum distance is clamped to the Z-far value, it caused the running project's effective shadow distance to be lower compared to the editor (100 instead of 200). This partially addresses #13575. | |||
2019-07-17 | Fix BMP loader to distinguish between compression types | Andrii Doroshenko (Xrayez) | |
Some of the values in compression enumeration represent uncompressed formats: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/4e588f70-bd92-4a6f-b77f-35d0feaf7a57 This allows the loader to proceed with uncompressed formats. Note that loading compressed BMP's is still not supported. | |||
2019-07-17 | Minor improvements to the AssetLib | Michael Alexsander Silva Dias | |
2019-07-17 | Document Tree column behaviour of min_width in conjunction w expand | Meriipu | |
2019-07-17 | Remove useless casts to String | Nils ANDRÉ-CHANG | |
2019-07-17 | Merge pull request #30647 from Calinou/add-scons-platform-list | Rémi Verschelde | |
Add a `platform=list` SCons argument to list platforms | |||
2019-07-17 | Add a `platform=list` SCons argument to list platforms | Hugo Locurcio | |
This also improves the message display and makes an invalid selection exit with a non-zero status code. | |||
2019-07-17 | Merge pull request #30646 from Meriipu/document_TreeItem_disable_button | Rémi Verschelde | |
documented TreeItem.set_button_disabled | |||
2019-07-17 | Merge pull request #30608 from sparkart/fix-script-not-clearing-when-renamed | Rémi Verschelde | |
Fix losing scene modifications when renaming file | |||
2019-07-17 | Merge pull request #30634 from Xrayez/fix-bmp-table-assertion | Rémi Verschelde | |
Fix BMP loader incorrectly interpreting color table size | |||
2019-07-17 | documented set_button_disabled | Meriipu | |
2019-07-17 | Merge pull request #30633 from creikey/fix-headless-export-crash | Rémi Verschelde | |
Fix headless export crash | |||
2019-07-17 | Merge pull request #30570 from SonerSound/gles2_inconsistent_fix | Rémi Verschelde | |
Fix inconsistent lighting in GLES2 | |||
2019-07-17 | Merge pull request #30626 from creikey/fix-anchor-helpers | Rémi Verschelde | |
Lower priority of anchor helper input | |||
2019-07-17 | Merge pull request #30625 from bojidar-bg/27880-curvetexture-save-to-png | Rémi Verschelde | |
Fix CurveTexture being listed as saveable to .png | |||
2019-07-17 | Merge pull request #30624 from bojidar-bg/29955-invalid-write-audiostreamsample | Rémi Verschelde | |
Fix invalid write in AudioStreamSample::save_to_wav | |||
2019-07-17 | Merge pull request #30631 from fire/update_xatlas | Rémi Verschelde | |
Update xatlas to f65a664. | |||
2019-07-16 | CameraServer is needed for editor node | Cameron Reikes | |
- Editor asks ClassDB for docs - ClassDB asks CameraFeed for default parameters - In CameraFeed's constructor, polls CameraServer | |||
2019-07-17 | Fix BMP loader incorrectly interpreting color table size | Andrii Doroshenko (Xrayez) | |
Color table should exist for images with bit count <= 8. Importing 16-bit BMP images could also likely have a color table but they're not currently supported in Godot. | |||
2019-07-16 | Update xatlas to f65a664. | K. S. Ernest (iFIre) Lee | |
xatlas is now multicore. | |||
2019-07-16 | Lower priority of anchor helper input | Cameron Reikes | |
- Fixes #30132 | |||
2019-07-16 | Fix CurveTexture being listed as saveable to .png | Bojidar Marinov | |
Fixes #27880 | |||
2019-07-16 | Fix invalid write in AudioStreamSample::save_to_wav | Bojidar Marinov | |
Fixes #29955 | |||
2019-07-16 | Merge pull request #30602 from n-k-chilagani/first_time | Rémi Verschelde | |
Fixed Make 3D viewport locked nodes unselectable as in 2D viewport | |||
2019-07-16 | Fixed Make 3D viewport locked nodes unselectable as in 2D viewport #29903 | Nikhil Kumar | |
2019-07-16 | Merge pull request #30548 from Calinou/tweak-audio-cutoff-property-hints | Rémi Verschelde | |
Tweak audio cutoff property hints to allow reasonable values only | |||
2019-07-16 | Merge pull request #30561 from Calinou/2d-guides-use-resize-cursors | Rémi Verschelde | |
Use resize cursors when hovering or dragging guides in the 2D editor | |||
2019-07-16 | Merge pull request #30567 from NilsIrl/static_func_inside_class | Rémi Verschelde | |
Show static functions inside classes in method list |