Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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 #20146 from dodgyville/bezier_fixes_19777 | Rémi Verschelde | |
fix issue with bezier tracks using incorrect duration for interpolating values | |||
2018-07-17 | Merge pull request #20176 from Chaosus/vs_namefixes | Rémi Verschelde | |
Several name fixes for visual shaders | |||
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky | |
2018-07-15 | Several name fixes for visual shader | Chaosus | |
2018-07-14 | Visual Shaders are back. | Juan Linietsky | |
2018-07-14 | fix issue with bezier tracks using incorrect duration for interpolating values | Luke Miller | |
2018-07-12 | Merge pull request #19540 from muiroc/cylinder | Max Hilbrunner | |
Cylinder resource and collision shape (bullet only) | |||
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-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-03 | Merge pull request #19398 from godotengine/remove-left-margin | Max Hilbrunner | |
Remove default non-zero left margin | |||
2018-07-03 | Ensure, if a texture meant for a normal map is imported and size limit ↵ | Juan Linietsky | |
exists, that it's renormalized after resize. | |||
2018-07-03 | Merge pull request #19843 from Calinou/fix-dynamicfont-hinting-setting | Max Hilbrunner | |
Fix the DynamicFont hinting setting being ineffective | |||
2018-07-02 | Added ability for SSAO to affect AO textures too | Juan Linietsky | |
2018-07-02 | -Fixes to how hashing happened, now StringName and NodePath use default ↵ | Juan Linietsky | |
hasher, this was leading to some severe slowdown in scenarios -Fixes to some duplication scenarios for instanced scenes | |||
2018-07-01 | added cylinder shape support | muiroc | |
2018-06-30 | Minor changes to the AnimationPlayer editor. | Michael Alexsander Silva Dias | |
2018-06-29 | Fix the DynamicFont hinting setting being ineffective | Hugo Locurcio | |
2018-06-29 | Small fixes | Juan Linietsky | |
2018-06-28 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio | |
2018-06-21 | Add render mode to ensure correct normals when using non-uniform scaling | JFonS | |
2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | |
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | |||
2018-06-13 | Merge pull request #19487 from JFonS/better_3d_select | Rémi Verschelde | |
Improve 3D selection | |||
2018-06-13 | Polished 3D selection | JFonS | |
2018-06-08 | updated ranges for primitive meshes | clayjohn | |
2018-06-08 | Avoid animation length from ever being completely, fixes #19420 | Juan Linietsky | |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky | |
2018-06-06 | Remove default non-zero left margin | Pedro J. Estébanez | |
2018-05-27 | Added support Python 3 in "make_header.py" file | Mintormo | |
2018-05-26 | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docs | Max Hilbrunner | |
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis | |||
2018-05-20 | Up vector implementation and OrientedPathFollow. | danilo2205 | |
2018-05-18 | -Hid texture flags by default so they dont take so much space | Juan Linietsky | |
-make curve texture preview not so large, so its easier to embed the editor | |||
2018-05-18 | Merge pull request #18978 from Chaosus/cubebugfix | Rémi Verschelde | |
Fix property bug in CubeMesh which prevent it from changing in inspector | |||
2018-05-17 | Merge pull request #18960 from isaacremnant/autotile_3x3_minimal | Mariano Javier Suligoy | |
Restore support for minimal 3x3 autotile sets | |||
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky | |
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better | |||
2018-05-17 | Fix bug in CubeMesh | Chaosus | |
2018-05-17 | Restore support for minimal 3x3 autotile sets | isaacremnant | |
2018-05-17 | Merge pull request #18862 from endragor/remove-font-width-ceiling | Rémi Verschelde | |
Ceil char width within Label instead of Font | |||
2018-05-16 | Merge pull request #18814 from PJB3005/18-05-12-imagetexture-load-error | Rémi Verschelde | |
ImageTexture.load returns an error code. | |||
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||
2018-05-14 | ImageTexture.load returns an error code. | Pieter-Jan Briers | |
2018-05-14 | Ceil char width within Label instead of Font | Ruslan Mustakov | |
Some classes use Font::get_char_size directly and not only for autowrapping. RichTextLabel is one such example. So this commit reverts aa8561d (PR #17504) and instead ceils character width within Label. This makes sure Label autowraps correctly while not affecting other Font clients. Fixes #18835. | |||
2018-05-14 | Fixed some warnings found with Cppcheck. | Michael Alexsander Silva Dias | |
2018-05-11 | Update oversampling of outlines after window size change | Ruslan Mustakov | |
Fixes #18774. | |||
2018-05-08 | Merge pull request #18374 from JFonS/fix_particles_animation | Juan Linietsky | |
Fix particle animation controls |