Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-09 | Update TextureRect class ref | Chris Bradfield | |
2017-09-02 | Merge pull request #10889 from Rubonnek/remove-empty-separator | Rémi Verschelde | |
Removed empty segment [ci skip] | |||
2017-09-02 | Merge pull request #10887 from Paulb23/fix_scrolling_up_jitter | Rémi Verschelde | |
Fixed jitter when scrolling up | |||
2017-09-02 | Merge pull request #10890 from Noshyaar/an-pr | Rémi Verschelde | |
Fix typos 'a' and 'an' [ci skip] | |||
2017-09-02 | Removed empty segment | Wilson E. Alvarez | |
2017-09-02 | Fix typos 'a' and 'an' | Poommetee Ketson | |
2017-09-02 | Made triplanar local space by default, world space optionally, closes #10159 | Juan Linietsky | |
2017-09-02 | Fixed jitter when scrolling up | Paulb23 | |
2017-09-02 | Update AUTHORS with recent contributors | Rémi Verschelde | |
Adding @groud, @ISylvox, @endragor, @Rubonnek, @bruvzg. [ci skip] | |||
2017-09-02 | Merge pull request #10858 from letheed/add-shadow_filter-variant | Rémi Verschelde | |
add shadow_filter variant PCF7 | |||
2017-09-02 | doc: Sync classref with current source | Rémi Verschelde | |
Lots of changes due to new MethodBind logic, a few issues here and there that will need to be fixed later on (wrong default values, imprecise return types). | |||
2017-09-02 | Merge pull request #10882 from hpvb/fix-missing-pragma-push | Rémi Verschelde | |
Fix missing pragma push [ci skip] | |||
2017-09-02 | Fix missing pragma push | Hein-Pieter van Braam | |
I forgot to pragma push the ignored warning in #10877 this adds the missing ones. | |||
2017-09-02 | Merge pull request #10877 from hpvb/fix-unitialized-variables | Rémi Verschelde | |
Fix use of unitialized variables | |||
2017-09-01 | Fixed missing return value in glTF2.0 importer camera, closes #10130 | Juan Linietsky | |
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam | |
The second in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-09-01 | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde | |
Fix signed and unsigned comparisons | |||
2017-09-01 | Merge pull request #10854 from MednauN/ogg-fix | Rémi Verschelde | |
Fix crash when destroying AudioStreamPlaybackOGGVorbis | |||
2017-09-01 | Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ↵ | Juan Linietsky | |
#10093 | |||
2017-09-01 | Merge pull request #10775 from marcelofg55/buffersize_fixes | Rémi Verschelde | |
Corrections to audio buffer size calculations | |||
2017-09-01 | Merge pull request #10864 from Noshyaar/pr-beginning | Rémi Verschelde | |
Fix typo 'begining' to 'beginning' [ci skip] | |||
2017-09-01 | Fix AnimationTreePlayer bogus argument name | Rémi Verschelde | |
Regression from 6fa6149517b974fccd97e41f6b0a6466c83473fc. | |||
2017-09-01 | Merge pull request #10865 from neikeq/woah | Rémi Verschelde | |
etc: Append -std=gnu++11 to CCFLAGS instead of CXXFLAGS [ci skip] | |||
2017-09-01 | Merge pull request #10862 from neikeq/fix-defvals-methodinfo | Ignacio Etcheverry | |
Fixes reversed order of default arguments in MethodInfo | |||
2017-09-01 | Fix some argument ordering, closes #10010 | Juan Linietsky | |
2017-09-01 | Fix detectin of existing file being a dir in new script creation, closes #9958 | Juan Linietsky | |
2017-09-01 | etc: Append -std=gnu++11 to CCFLAGS instead of CXXFLAGS | Ignacio Etcheverry | |
This way it can override the -std flags passed to scons. | |||
2017-09-01 | Removed ontop property, added a material rendering priority system. Fixes ↵ | Juan Linietsky | |
#9935, closes #10135 | |||
2017-09-01 | Fix typo 'begining' to 'beginning' | Poommetee Ketson | |
2017-09-01 | Fixes reversed order of default arguments in MethodInfo | Ignacio Etcheverry | |
2017-09-01 | Merge pull request #10861 from Noshyaar/pr-header | Rémi Verschelde | |
Fix files header [ci skip] | |||
2017-09-01 | Corrections to audio buffer size calculations | Marcelo Fernandez | |
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-09-01 | add shadow_filter variant PCF7 | letheed | |
2017-09-01 | Merge pull request #10318 from endragor/ordered-hash-map | Rémi Verschelde | |
Implement OrderedHashMap | |||
2017-09-01 | Fix crash when destroying AudioStreamPlaybackOGGVorbis | Evgeny Zuev | |
2017-09-01 | Merge pull request #10853 from leezh/pcre_html5_fix | Rémi Verschelde | |
Disabled PCRE-JIT in HTML5. Fixes #10834 [ci skip] | |||
2017-09-01 | Disabled PCRE-JIT in HTML5. Fixes #10834 | Zher Huei Lee | |
2017-09-01 | Merge pull request #10848 from hpvb/fix-has-method-on-script | Rémi Verschelde | |
Has_method is already provided by Object [ci skip] | |||
2017-09-01 | Has_method is already provided by Object | Hein-Pieter van Braam | |
c812c17633 introduces some extra gdscript bindings for signal discovery and adds a binding for has_method() to Script objects. This method is already provided by the ancestor Object. This fixes the startup message: ERROR: bind_methodfi: Class Script already has a method has_method At: core/class_db.cpp:1178. | |||
2017-09-01 | Merge pull request #10832 from Paulb23/auto_indent_setting | Rémi Verschelde | |
Added setting to toggle auto indent. | |||
2017-09-01 | Merge pull request #10821 from rtroncoso/fix-import-defaults | Rémi Verschelde | |
Fix import dock "Set as default" actions | |||
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam | |
The first in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-09-01 | Merge pull request #10841 from djrm/pr_update_builtin_types | Rémi Verschelde | |
Updated Editor Built-In types. | |||
2017-09-01 | Merge pull request #10840 from rtroncoso/fix-reimporter-defaults-load | Rémi Verschelde | |
Fix importer not applying default settings | |||
2017-08-31 | Updated Editor Built-In types. | Daniel J. Ramirez | |
2017-08-31 | Fix special case where KinematicBody fails one way collisions by adding ↵ | Juan Linietsky | |
exclusion lists, closes #9729 | |||
2017-08-31 | Fix importer not applying saved default settings on load | Rodrigo Troncoso | |
2017-08-31 | Fix issues regarding reload of resources in imported scenes. Closes #10017 | Juan Linietsky | |
2017-08-31 | Merge pull request #10837 from touilleMan/fix-godot_string_find_last-name | Thomas Herzog | |
Correct GDnative's godot_string_find_last method name |