Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-07-16 | Merge pull request #30579 from NilsIrl/from_if_to_switch | Rémi Verschelde | |
Use switch instead of if statement in editor_node.cpp | |||
2019-07-16 | Merge pull request #30604 from YeldhamDev/line_align_caret_fix | Rémi Verschelde | |
Fix incorrect caret position when clicking a 'LineEdit' with a non-left alignment | |||
2019-07-16 | Merge pull request #30611 from Chaosus/local_array_init_fix | Yuri Roubinsky | |
Allows to use non-constants in the local shader array initializer | |||
2019-07-16 | Allows to use non-constants in the local shader array initializer | Chaosus | |
2019-07-16 | Merge pull request #30596 from Chaosus/shader_array_init | Yuri Roubinsky | |
Added local shader array initializer | |||
2019-07-16 | Added local array initializer | Chaosus | |
2019-07-15 | Fix losing scene modifications when renaming file | Emmanuel Barroga | |
Closes: #30436 When renaming/moving a file in the filesystem docker, changes on a scene that has dependencies on the file being renamed/moved are lost. To resolve this, this patch saves the scenes that depend on the file first, to save its current state. | |||
2019-07-15 | Fix incorrect caret position when clicking a 'LineEdit' with a non-left ↵ | Michael Alexsander Silva Dias | |
alignment | |||
2019-07-15 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-15 | Merge pull request #30590 from clayjohn/particle_life | Rémi Verschelde | |
Added individual particle random lifetime | |||
2019-07-15 | Merge pull request #30563 from NathanWarden/texels_per_unit_doc | Rémi Verschelde | |
Documentation for texels per unit on BakedLightmap. | |||
2019-07-15 | Use switch instead of if statement | Nils ANDRÉ-CHANG | |
2019-07-15 | Show static functions inside classes in method list | Nils ANDRÉ-CHANG | |
2019-07-15 | Merge pull request #30583 from hbina/fix_crash_issue_30493 | Rémi Verschelde | |
Fix crashing when changing Node type. | |||
2019-07-15 | Merge pull request #30594 from Anutrix/editor-help-font-fix | Rémi Verschelde | |
Fixed editor_doc properties font alignment bug | |||
2019-07-15 | Completed documentation for BakedLightmap node. | Nathan Warden | |
2019-07-15 | Fixed editor_doc properties font alignment bug | unknown | |
2019-07-15 | Merge pull request #30500 from Chaosus/shader_arrays | Rémi Verschelde | |
Implemented local shader arrays | |||
2019-07-15 | Fix crash when changing Node type | hbina085 | |
Prevent the application from crashing by simply checking if current "selection" is not null before accessing it. Fixes #30493 | |||
2019-07-15 | Implemented local shader arrays | Chaosus | |
2019-07-15 | Use resize cursors when hovering or dragging guides in the 2D editor | Hugo Locurcio | |
This also tweaks the casing in undo/redo action names for consistency. This closes #30550. Co-authored-by: Emmanuel Barroga <emmanuelbarroga@gmail.com> | |||
2019-07-15 | Merge pull request #30516 from kawa-yoiko/editor-settings-search | Rémi Verschelde | |
Improvements on searching in the settings dialog | |||
2019-07-15 | Merge pull request #30549 from Calinou/improve-2d-raycast-oneway-drawing | Rémi Verschelde | |
Improve 2D RayCast and one-way collision drawing | |||
2019-07-15 | Merge pull request #30540 from Calinou/add-gles2-line-antialiasing | Rémi Verschelde | |
Implement CanvasItem line antialiasing in GLES2 | |||
2019-07-15 | Merge pull request #30591 from Chaosus/shader_missing_texture_overload | Rémi Verschelde | |
Added missed "textureProjLod" shader built-in overload for 3D textures | |||
2019-07-15 | Merge pull request #30581 from KoBeWi/tiled_shorts | Rémi Verschelde | |
Add tilemap editor rotation hotkeys | |||
2019-07-15 | Added missed "textureProjLod" shader built-in overload for 3D textures | Chaosus | |