Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-26 | AudioStreamSample can now be saved to a WAV file | Gustav Lund | |
8 and 16 bit sample saving has been implemented. | |||
2018-07-26 | Audio Recording module | Gustav Lund | |
Implements an Audio bus effect that outputs the audio from the bus into a wav file Now channels audio recording into an AudioStreamSample instead of saving to wav | |||
2018-07-20 | Fix build issues and typos after c69de2ba4 | Rémi Verschelde | |
2018-07-20 | Fix typo in gdnative module path in CODEOWNERS | Rémi Verschelde | |
Supersedes and closes #20293. | |||
2018-07-20 | Merge pull request #20257 from oisincar/fix_basis | Ignacio Etcheverry | |
Fix bug with Basis.Transposed() | |||
2018-07-20 | Merge pull request #20295 from volzhs/fix-restart | volzhs | |
Fix unwanted restarting | |||
2018-07-20 | Fix unwanted restarting | volzhs | |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky | |
-Project/Editor settings now show tooltips properly -Settings thar require restart now will show a restart warning -Video driver is now visible all the time, can be changed easily -Added function to request current video driver | |||
2018-07-19 | Merge pull request #20117 from ↵ | Rémi Verschelde | |
ordigdug/inspector-fix-inconsistencies-with-exported-enums Fix -new inspector- Inconsistencies with exported enums - Fixes remai… | |||
2018-07-19 | Merge pull request #20265 from BastiaanOlij/csg_documentation | Max Hilbrunner | |
Added some documentation for the CSG nodes | |||
2018-07-19 | Added some documentation for the CSG nodes | Bastiaan Olij | |
2018-07-19 | Merge pull request #20259 from marcelofg55/anim_call_err | Rémi Verschelde | |
Print an error when calling an invalid method on an Animation | |||
2018-07-18 | Improvements to vector fields, show axis in color with a background | Juan Linietsky | |
2018-07-18 | Print an error when calling an invalid method on an Animation | Marcelo Fernandez | |
2018-07-18 | Fix -new inspector- Inconsistencies with exported enums - Fixes remaining ↵ | ordigdug | |
issues in #19534 | |||
2018-07-19 | Fix bug with Basis.Transposed() | oisincar | |
Fix bug where Basis.Transposed() incorrectly updated local basis, and returned an unmodified copy. This also fixes Transform.Inverse(). | |||
2018-07-18 | Several improvements to editor inspector usability and style | Juan Linietsky | |
2018-07-18 | Merge pull request #20253 from neikeq/nobranchnameideasfeelsbadman | Ignacio Etcheverry | |
Make C# bindings generator ignore disabled classes | |||
2018-07-18 | Make C# bindings generator ignore disabled classes | Ignacio Etcheverry | |
2018-07-18 | Fix spin slider, was not registering drag properly | Juan Linietsky | |
2018-07-18 | Merge pull request #20243 from karroffel/object-windows-doof | Rémi Verschelde | |
fix nameclash with MSVC | |||
2018-07-18 | fix nameclash with MSVC | karroffel | |
2018-07-18 | Ability to disable scale in nodes, closes #19927 | Juan Linietsky | |
2018-07-18 | Travis: Update clang-format version in shell script | Rémi Verschelde | |
2018-07-18 | Travis: Install libstdc++ >= 4.9 for clang-format-6.0 | Rémi Verschelde | |
2018-07-18 | Merge pull request #19931 from BastiaanOlij/csg_polygon_local | Juan Linietsky | |
Added path_local, path_continuous_u and path_joined properties to CSGPolygon | |||
2018-07-18 | Travis: Update style checks to clang-format 6.0.1 | Rémi Verschelde | |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | |
2018-07-18 | Merge pull request #20242 from akien-mga/export-preset-reload | Max Hilbrunner | |
Export: Properly reload preset when opening dialog | |||
2018-07-18 | Merge pull request #20241 from akien-mga/export-filter-no-res | Max Hilbrunner | |
Export filters: Relax match to allow paths without leading res:// | |||
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 #20240 from matthew1006/has-custom-feature-tag-fix | Rémi Verschelde | |
Fixed OS.has_feature not using custom feature tags. | |||
2018-07-18 | Export filters: Relax match to allow paths without leading res:// | Rémi Verschelde | |
Previously to include "file.txt", you had to set either "res://file.txt", "*file.txt" or "*.txt" as filter. Now you can use "file.txt". | |||
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 #20185 from volzhs/audio-preview | Rémi Verschelde | |
Add audio preview to Inspector dock | |||
2018-07-18 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributor added to AUTHORS: @JFonS Also updated alphabetically sorting with `sort -d`. Thanks to all contributors and donors for making Godot possible! [ci skip] | |||
2018-07-18 | Fixed OS.has_feature not using custom feature tags. | matthew1006 | |
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-18 | Merge pull request #20231 from ibrahn/rework-string-rsplit | Rémi Verschelde | |
reworked ustring.rsplit to fix behaviour. | |||
2018-07-18 | Merge pull request #20227 from volzhs/fix-copy-ttf | Rémi Verschelde | |
Fix copying ttf, otf by DND to editor | |||
2018-07-18 | Merge pull request #20228 from volzhs/fix-autowrap-clip | Rémi Verschelde | |
Fix Label autowrap clips text | |||
2018-07-17 | Fix some missing BIND_ENUM_CONSTANT for visual_shader_nodes.cpp | Marcelo Fernandez | |
2018-07-17 | reworked ustring.rsplit to fix behaviour. | Ibrahn Sahir | |
Previous problems include failure to remove the splitter from the last element found and a possible infinite loop dealing with multi-character splitter strings. | |||
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-18 | Fix copying ttf, otf by DND to editor | volzhs | |
regression from d65ac7378c77648124e0e8acd09cea8fd0d104cd | |||
2018-07-17 | Merge pull request #20186 from Yar-Mukhamedov/master | Rémi Verschelde | |
A fix for the export templates installation error... | |||
2018-07-17 | Merge pull request #20220 from volzhs/texture-size | Rémi Verschelde | |
Fix preview texture size on Inspector | |||
2018-07-17 | Merge pull request #19689 from marcelofg55/audio_profile | Max Hilbrunner | |
Add Audio Server profiling time to the profiler | |||
2018-07-17 | Merge pull request #20222 from godotengine/revert-19764-godot_malbach | Max Hilbrunner | |
Revert "Fix #19507 Not emitted particles affects performance" |