Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-07-09 | Improved stream paused fade code | Marcelo Fernandez | |
2018-07-09 | Add ability to set submenu's popup delay time on mouse hovering | Andrii Doroshenko (Xrayez) | |
This allows to set delay time for the submenu to popup. Setting this value low can increase responsiveness. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item. | |||
2018-07-08 | Fix some enum export in new Animation editor. | Fabio Alessandrelli | |
2018-07-07 | Add option to convert Particles to CPUParticles | Juan Linietsky | |
2018-07-07 | Added scrollable property to Sliders | Chaosus | |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky | |
2018-07-05 | Merge pull request #19475 from YeldhamDev/animplayer_cosmetic | Max Hilbrunner | |
Minor changes to the AnimationPlayer editor | |||
2018-07-05 | Merge pull request #19498 from guilhermefelipecgs/fix_regression | Max Hilbrunner | |
Fix "find and replace" initializing with wrong size | |||
2018-07-05 | Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream | Max Hilbrunner | |
Fix can't set AudioStreamPlayer stream to null | |||
2018-07-05 | Merge pull request #19735 from Paulb23/text_offset_issue_15688 | Max Hilbrunner | |
Fixed text drawing too high in TextEdit, issue 15688 | |||
2018-07-05 | Merge pull request #19351 from guilhermefelipecgs/fix_reversed_text | Max Hilbrunner | |
Fixes to the new inspector | |||
2018-07-05 | Merge pull request #19187 from Zirak/editor-autocomplete-quote | Max Hilbrunner | |
Editor autocomplete won't insert unnecessary quotes | |||
2018-07-05 | Merge pull request #18028 from gabrii/18026 | Max Hilbrunner | |
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter. | |||
2018-07-04 | Fixes to the new inspector | Guilherme Felipe | |
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit; | |||
2018-07-05 | Merge pull request #19015 from ↵ | Max Hilbrunner | |
toger5/fixed_scrolling_with_trackpad_in_new_inspector fixed scrolling in new ispector when using trackpad pan gesture | |||
2018-07-04 | Merge pull request #19960 from groud/fix_control_size | Max Hilbrunner | |
Fixes control nodes size not updated when outside the tree | |||
2018-07-04 | Merge pull request #19947 from GagaPete/html5-http-fix | Max Hilbrunner | |
Fix CORS problems due to added headers on JS target | |||
2018-07-04 | Fixes control nodes size not updated when outside the tree | groud | |
2018-07-04 | Merge pull request #19782 from Calinou/fix-control-pixel-snap-rounding | Rémi Verschelde | |
Fix control pixel snap rounding using floor() instead of round() | |||
2018-07-04 | Merge pull request #19786 from JFonS/correct_normal_scaling | Rémi Verschelde | |
Add render mode to ensure correct normals when using non-uniform scaling | |||
2018-07-04 | Fix CORS problems due to added headers on JS target | GagaPete | |
Before this change, missing User-Agent and Accept headers were automatically added on all platforms. Setting the User-Agent header forces the browser to do a CORS preflight (see 1) which fails if the HTTP endpoint is not configured appropriate. It's not neccesary to set either header as the browser sets them and so this commit disables that functionality on the JS target. 1: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Simple_requests |