Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-21 | Make it smarter to infer paths from history data, closes #20005 | Juan Linietsky | |
2018-11-21 | Ensure double sided normalmaps work, fixes #23760 | Juan Linietsky | |
2018-11-21 | Merge pull request #22983 from Ashafix/master | Max Hilbrunner | |
Better error message for malformed plugins | |||
2018-11-21 | Merge pull request #23862 from neikeq/theaxismadness | Rémi Verschelde | |
C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructor | |||
2018-11-20 | Reworked how non-imported resources are reloaded on change, fixes #19852 | Juan Linietsky | |
2018-11-20 | C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructor | Ignacio Etcheverry | |
2018-11-20 | Merge pull request #23851 from ↵ | Rémi Verschelde | |
SimonSikstrom/android-long-calldeferred-issue23845 Support for java.lang.Long values in Android GodotLib.calldeferred calls | |||
2018-11-20 | Merge pull request #23645 from Calinou/add-dynamicfont-antialias-option | Rémi Verschelde | |
Add a property to control DynamicFont anti-aliasing | |||
2018-11-20 | Merge pull request #23124 from Faless/net_enet | Rémi Verschelde | |
Use NetSocket directly for ENet. | |||
2018-11-20 | Adding support for java.lang.Long values in Android GodotLib.calldeferred calls | Simon Sikström | |
2018-11-20 | Add some links to CONTRIBUTING.md | Rémi Verschelde | |
2018-11-20 | Merge pull request #23728 from groud/keep_splitcontainer_offset | Rémi Verschelde | |
Keep the SplitContainer offset value when it is shrinked | |||
2018-11-20 | Merge pull request #23802 from JFonS/add_save_option | Rémi Verschelde | |
Add Save option to resource property menu | |||
2018-11-20 | Merge pull request #23760 from BastiaanOlij/fix_tangent_direction | Rémi Verschelde | |
Fixing tangent and binormal logic | |||
2018-11-20 | Merge pull request #21339 from Placinta/master | Rémi Verschelde | |
Fix regular macOS build by passing -isysroot to compiler so correct system headers are found | |||
2018-11-20 | Merge pull request #23822 from bruvzg/mac_109_compat_ver_check | Rémi Verschelde | |
[macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK | |||
2018-11-20 | Merge pull request #23824 from BastiaanOlij/polygon_caps | Rémi Verschelde | |
Adding UVs on end caps for CSGPolygon | |||
2018-11-20 | Added possibility to override or add target basis to tip bone | Andrea Catania | |
2018-11-20 | Remove trailing whitespace | Rémi Verschelde | |
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`). | |||
2018-11-20 | doc: Another indentation fixup | Rémi Verschelde | |
2018-11-20 | doc: Indentation fixups | Rémi Verschelde | |
2018-11-20 | doc: Sync classref with current source | Rémi Verschelde | |
2018-11-20 | Merge pull request #23813 from JFonS/change_gizmo_default | Rémi Verschelde | |
Change default gizmo visibility and icons | |||
2018-11-20 | Merge pull request #23812 from YeldhamDev/clear_history_version_optional | Rémi Verschelde | |
Add argument to UndoRedo's "clear_history()" to not increase the version | |||
2018-11-20 | Merge pull request #23815 from marcelofg55/x11_fs_fix | Rémi Verschelde | |
Fix X11 running a project with fullscreen setting on and resizable off with multiple screens | |||
2018-11-20 | Make add_property error more explicit on duplicates | Rémi Verschelde | |
Would have helped solve #23800 faster. | |||
2018-11-20 | Merge pull request #23834 from YeldhamDev/doc_translation_classes | Rémi Verschelde | |
Fill info for translation related docs | |||
2018-11-20 | Merge pull request #23835 from ibrahn/remove-dup-prop-6dof | Rémi Verschelde | |
Removed duplicate property bind in Generic6DOFJoint. | |||
2018-11-20 | Remove debug print in RasterizerStorageGLES3 | Rémi Verschelde | |
2018-11-20 | Merge pull request #23833 from neikeq/hh | Ignacio Etcheverry | |
C#: Fix Basis(Vec3,Vec3,Vec3) constructor | |||
2018-11-20 | Fill info for translation related docs | Michael Alexsander Silva Dias | |
2018-11-20 | Removed duplicate property bind in Generic6DOFJoint. | Ibrahn Sahir | |
Probably a copy paste error. | |||
2018-11-19 | Fixed how floats are printed to the GLSL shader, closes #19803 | Juan Linietsky | |
2018-11-19 | Remove the "is able to sleep" condition for adding visibility notifier ↵ | Juan Linietsky | |
nodes, fixes #19659 I think the previous behavior was more useful, but I understand it's not obvious or discoverable. | |||
2018-11-20 | C#: Fix Basis(Vec3,Vec3,Vec3) constructor | Ignacio Etcheverry | |
Now it sets axes in order to match GDScript implementation. | |||
2018-11-19 | Don't post process on tiny render targets, fixes #19628 | Juan Linietsky | |
2018-11-19 | Fix crash on canvas with BG_MODE_KEEP, closes #19590 | Juan Linietsky | |
2018-11-19 | Do not draw particles if they are not processing at all, fixes #19507 | Juan Linietsky | |
2018-11-19 | Properly handle multiple parent drag, fixes #19460 | Juan Linietsky | |
2018-11-19 | [macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK, | bruvzg | |
2018-11-19 | Merge pull request #20627 from malcolmhoward/core-dictionary-get-key | Rémi Verschelde | |
#20488 core dictionary get key | |||
2018-11-19 | Added Python-like .get() method to Dictionary in GDScript #20488 | m | |
Added .get() method to Dictionary class in GDScript to return the value if the key exists, or return Null if the key does not exist. | |||
2018-11-19 | Reseek if cachees were cleared in animation player, fixes #19424 | Juan Linietsky | |
2018-11-19 | Ensure bone AABBs are properly transformed to affect mesh AABB, fixes #19281 | Juan Linietsky | |
2018-11-19 | Fixing tangent and binormal logic | Bastiaan Olij | |
2018-11-19 | Adding UVs on end caps | Bastiaan Olij | |
2018-11-19 | Merge pull request #23823 from Calinou/tweak-hue-variation-property-hint | Rémi Verschelde | |
Tweak the Hue Variation property hint to allow finer adjustments | |||
2018-11-19 | Tweak the Hue Variation property hint to allow finer adjustments | Hugo Locurcio | |
2018-11-19 | Merge pull request #23770 from SeleckyErik/issue-23769 | Rémi Verschelde | |
SCons: Corrects $LIBSUFFIXES environment variable for Windows | |||
2018-11-19 | Merge pull request #23819 from YeldhamDev/relation_lines_extra_hide_guides | Rémi Verschelde | |
Add more places to hide guides if relationship lines are enabled |