Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Fix uniform alignment, closes #14962 | Juan Linietsky | |
2018-01-12 | Merge pull request #15625 from bruvzg/osx-open-with | Rémi Verschelde | |
[macOS] Adds ability to open files with "Open With" or double-click from Finder | |||
2018-01-12 | Make burley default for materials, fixes #15054 | Juan Linietsky | |
2018-01-12 | Properly resize textures so they can be ETC compressed, fixes #15139 | Juan Linietsky | |
this may make import times slower though, will have to wait for 3.1 for background texture import and compressonator. | |||
2018-01-12 | [macOS] Adds ability to open files with "Open With" or double-click from Finder | bruvzg | |
2018-01-12 | Make members a bit more visible color wise | Juan Linietsky | |
2018-01-12 | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky | |
2018-01-12 | Merge pull request #15622 from Paulloz/fix-mono-build | Rémi Verschelde | |
Fix mono build | |||
2018-01-12 | get_target_fps and set_target_fps now both use an int | Paul Joannon | |
2018-01-12 | fix set_stream_peer binding in PacketPeer | Paul Joannon | |
2018-01-12 | Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapes | Rémi Verschelde | |
Update collision shapes data on tree entered | |||
2018-01-12 | Instance dependency for particles was not being get rid of. Again fixes #15591 | Juan Linietsky | |
2018-01-12 | Merge pull request #15620 from AndreaCatania/p4 | Rémi Verschelde | |
Reset collider on ray node | |||
2018-01-12 | Reset collider on ray node | AndreaCatania | |
2018-01-12 | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵ | Juan Linietsky | |
of tree notification. Updated doc accordingly. | |||
2018-01-12 | Fix malformed doc after #15611 | Rémi Verschelde | |
2018-01-12 | Merge pull request #15611 from bojidar-bg/x-bind-more-properties | Rémi Verschelde | |
Bind many more properties to scripts | |||
2018-01-12 | Merge pull request #15613 from eska014/html5-feature-tags | Rémi Verschelde | |
Fix HTML5 feature tags | |||
2018-01-12 | -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵ | Juan Linietsky | |
#14686. -Refresh progress bar less often, makes baking, exporting, etc. faster. | |||
2018-01-11 | Restored multiplication by texture | Juan Linietsky | |
2018-01-12 | Fix HTML5 feature tags | Leon Krause | |
'HTML5' is the platform tag, the 'JavaScript' tag indicates availability of the JavaScript.eval singleton. Also report texture compression support. | |||
2018-01-11 | Removed extra multiplication in baker | Juan Linietsky | |
2018-01-12 | Update docs | Bojidar Marinov | |
[ci skip] | |||
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov | |
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | |||
2018-01-11 | Merge pull request #15610 from groud/fix_node_resize_setting_anchors | Rémi Verschelde | |
Fixes nodes being resized or moved when changing an anchor | |||
2018-01-11 | Fixes nodes being resized or moved when changing an anchor | Gilles Roudiere | |
2018-01-11 | Properly fix blend equations for both transparent and non transparent ↵ | Juan Linietsky | |
framebuffers. Closes #15047 | |||
2018-01-11 | Merge pull request #15609 from groud/script_button_update | Rémi Verschelde | |
Fixes add script button update | |||
2018-01-11 | Fixes add script button update | Gilles Roudiere | |
2018-01-11 | Merge pull request #15528 from AndreaCatania/p1 | Rémi Verschelde | |
Fixed viewport node error on editor | |||
2018-01-11 | Update collision shapes data on tree entered | Pedro J. Estébanez | |
This is needed because the final startup values for shapes may change between parenting and entering the scene tree. For instance, if the collision shape belongs to a inherited scene. Fixes #13835. | |||
2018-01-11 | Merge pull request #15531 from AndreaCatania/p2 | Juan Linietsky | |
Fixed crash on duplicate GIProbe baking | |||
2018-01-12 | Merge pull request #15605 from volzhs/fix-android-build-27 | volzhs | |
Fix Android build error | |||
2018-01-12 | Fix Android build error | volzhs | |
Fix #15603 Fix #15513 | |||
2018-01-11 | solved particle memory leak, fixes #15591 | Juan Linietsky | |
2018-01-11 | Forced no duplication of animation data | AndreaCatania | |
2018-01-11 | Fixed crash on duplicate GIProbe baking | AndreaCatania | |
2018-01-11 | Fixed resource setup handling | AndreaCatania | |
2018-01-11 | Merge pull request #15571 from RandomShaper/fix-crash-save-branch | Rémi Verschelde | |
Fix crash on save-branch-as-scene | |||
2018-01-11 | Merge pull request #15580 from karroffel/gdnative-api-fixes | Rémi Verschelde | |
[GDNative] updates to string API and const fixes | |||
2018-01-11 | Merge pull request #15589 from endragor/defer-audio-server-destr | Rémi Verschelde | |
Destroy AudioServer after other non-core types are unregistered | |||
2018-01-11 | Merge pull request #15594 from AndreaCatania/p4 | Rémi Verschelde | |
Fixed graphic artifact caused by anisotropic filter | |||
2018-01-11 | Merge pull request #15595 from endragor/fix-light-data-type | Rémi Verschelde | |
Fix registered light_data property type name | |||
2018-01-11 | Update documentation to clarify that list of overlaps is not updated ↵ | Juan Linietsky | |
immediately. | |||
2018-01-11 | Merge pull request #15596 from endragor/cache-no-error | Rémi Verschelde | |
Dont print error when loading resource from cache | |||
2018-01-11 | Dont print error when loading resource from cache | Ruslan Mustakov | |
2018-01-11 | Fix registered light_data property type name | Ruslan Mustakov | |
2018-01-11 | Fixed graphic artifact caused by anisotropic filter | AndreaCatania | |
2018-01-11 | Merge pull request #15579 from damarindra/add-receptor-tileset | Rémi Verschelde | |
fix updating tileset list when assign texture and set autotile true | |||
2018-01-11 | Merge pull request #15572 from poke1024/fix15366 | Rémi Verschelde | |
Fixes snap button getting out of sync (issue 15366) |