Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-24 | Merge pull request #18806 from Calinou/bilinear-textureprogress | Rémi Verschelde | |
Add support for bilinear bars in TextureProgress | |||
2018-07-24 | Merge pull request #19225 from Paulb23/open_all_files_in_script_editor | Max Hilbrunner | |
Open all files in script editor | |||
2018-07-24 | Merge pull request #19781 from razcore-art/fix-tween | Rémi Verschelde | |
Fix and make Tween node less confusing | |||
2018-07-24 | Merge pull request #20391 from YeldhamDev/expose_tileset_modulate | Rémi Verschelde | |
Expose 'modulate' set/get in TileSet resource | |||
2018-07-24 | Removed unnecessary assignments | Wilson E. Alvarez | |
2018-07-23 | Expose 'modulate' set/get in TileSet resource | Michael Alexsander Silva Dias | |
2018-07-23 | Merge pull request #12678 from AndreaCatania/soft | Juan Linietsky | |
Soft body | |||
2018-07-23 | Implemented Soft body | AndreaCatania | |
- Soft Body Physics node - Soft Body Rendering - Soft body Editor - Soft body importer | |||
2018-07-23 | Fix issues with CPUParticles and related conversion from Particles. Closes ↵ | Juan Linietsky | |
#20126 | |||
2018-07-23 | Merge pull request #12403 from AndreaCatania/phymat | Juan Linietsky | |
Physics material | |||
2018-07-23 | Merge pull request #19888 from AndreaCatania/pry | Juan Linietsky | |
Implemented proceses priority | |||
2018-07-23 | Implemented proceses priority | Andrea Catania | |
2018-07-22 | Defer TileMap::update_dirty_quadrants once again. | Pieter-Jan Briers | |
This fixes #20323. #11077 is now technically re-broken, but you can now call update_dirty_quadrants as workaround. | |||
2018-07-22 | Allow opening and editing of any utf_8 file in script editor | Paulb23 | |
2018-07-21 | Merge pull request #19264 from vnen/typed-gdscript-final | Rémi Verschelde | |
Typed GDScript | |||
2018-07-21 | -Fix disable_3d flag | Juan Linietsky | |
-Add extra flag optimize=[size,speed] to be able to prioritize size | |||
2018-07-20 | Add editor highlight for type-safe lines | George Marques | |
The line number is hightlighted to indicate that the line contains only type-safe code. | |||
2018-07-20 | -Fix tooltips in inspector, now they show as rich text. | Juan Linietsky | |
2018-07-18 | Print an error when calling an invalid method on an Animation | Marcelo Fernandez | |
2018-07-18 | Several improvements to editor inspector usability and style | Juan Linietsky | |
2018-07-18 | Ability to disable scale in nodes, closes #19927 | Juan Linietsky | |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | |
2018-07-18 | Export: Properly reload preset when opening dialog | Rémi Verschelde | |
Fixes #20119 where newly installed templates were not detected. Also fix a bug with preset deletion where it would attempt to edit an already removed preset. For this I made it so that ItemList::deselect_all() also resets `current` to -1, as a manual ItemList::deselect(idx) already does. | |||
2018-07-18 | Merge pull request #20140 from EIREXE/ambient_light_disable_shader | Rémi Verschelde | |
Add disable ambient light flag to shaders and materials | |||
2018-07-18 | Merge pull request #20232 from marcelofg55/fix_enums_vs | Rémi Verschelde | |
Fix some missing BIND_ENUM_CONSTANT for visual_shader_nodes.cpp | |||
2018-07-17 | Fix some missing BIND_ENUM_CONSTANT for visual_shader_nodes.cpp | Marcelo Fernandez | |
2018-07-17 | Add disable ambient light flag to shaders and materials | Alex Roman | |
2018-07-18 | Fix Label autowrap clips text | volzhs | |
2018-07-17 | Merge pull request #19044 from Mintormo/make_header_fix | Max Hilbrunner | |
Added support of Python 3 in make_header.py | |||
2018-07-17 | Merge pull request #19087 from danvalho/master | Max Hilbrunner | |
SpriteFrames: expose method to get array containing animation names | |||
2018-07-17 | Merge pull request #20146 from dodgyville/bezier_fixes_19777 | Rémi Verschelde | |
fix issue with bezier tracks using incorrect duration for interpolating values | |||
2018-07-17 | Further fixes to KinematicBody2D API, support for sync motion in moving objects | Juan Linietsky | |
2018-07-17 | Merge pull request #20176 from Chaosus/vs_namefixes | Rémi Verschelde | |
Several name fixes for visual shaders | |||
2018-07-17 | Merge pull request #20150 from ibrahn/fix-scrollbar-atlas | Max Hilbrunner | |
fix scrollbar icons with atlas texture. | |||
2018-07-17 | Merge pull request #20191 from jvdnbus/line2d-stretch | Max Hilbrunner | |
Line2D texture stretch mode | |||
2018-07-16 | Changes to how snap works (I think this makes more sense now) | Juan Linietsky | |
2018-07-16 | -Added support for raycast in KinematicBody2D | Juan Linietsky | |
-Added support for snapping in KinematicBody2D | |||
2018-07-16 | Line2D texture stretch mode | Jorn Van denbussche | |
Prototype for stretching the texture across the whole line. Fixed end cap tile mode. | |||
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky | |
2018-07-16 | Merge pull request #20034 from Faless/master_fixes | Thomas Herzog | |
Fix server and GDNative in master branch | |||
2018-07-16 | More accurate UV round begin cap | Jorn Van denbussche | |
2018-07-15 | Several name fixes for visual shader | Chaosus | |
2018-07-14 | Visual Shaders are back. | Juan Linietsky | |
2018-07-14 | fix scrollbar icons with atlas texture. | Ibrahn Sahir | |
Draw scrollbar icons through their textures, rather than calling directly to the server. Allows atlas textures to manipulate the source rect as required. | |||
2018-07-14 | fix issue with bezier tracks using incorrect duration for interpolating values | Luke Miller | |
2018-07-12 | Merge pull request #20068 from Xrayez/submenu-popup-delay | Max Hilbrunner | |
Add ability to set submenu's popup delay time on mouse hovering | |||
2018-07-12 | Merge pull request #19540 from muiroc/cylinder | Max Hilbrunner | |
Cylinder resource and collision shape (bullet only) | |||
2018-07-10 | Fix possible bug with AudioStreamPlayer2D audio position | Marcelo Fernandez | |
2018-07-10 | fix ColorPickerButton.get_popup() | Alexander Holland | |
2018-07-10 | Merge pull request #20014 from Chaosus/scrollable | Max Hilbrunner | |
Added scrollable property for sliders |