Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-26 | Merge pull request #13293 from Calinou/tweak-editor-camera-defaults | Poommetee Ketson | |
Tweak the default editor camera settings | |||
2017-11-26 | Merge pull request #13295 from Calinou/tweak-camera-node-defaults | Poommetee Ketson | |
Tweak the default camera node settings | |||
2017-11-26 | Merge pull request #13288 from RandomShaper/fix-dup-crash | Rémi Verschelde | |
Fix crash on node duplication | |||
2017-11-26 | Merge pull request #13284 from dragmz/patch-2 | Poommetee Ketson | |
Fix constant node value edit | |||
2017-11-25 | Tweak the default camera node settings | Hugo Locurcio | |
- Increase FOV to 70 - Put the Z-near plane at 0.05 meters | |||
2017-11-25 | Tweak the default editor camera settings | Hugo Locurcio | |
- The default FOV is now 70 - The default Z-near plane is now at 0.05 meters | |||
2017-11-25 | Fix constant node value edit | Marcin Zawiejski | |
2017-11-25 | Merge pull request #13286 from touilleMan/gnative-wrappers-msvc-flags | Thomas Herzog | |
[GDNative] disable -fPIC flag with msvc compiler | |||
2017-11-25 | Fix crash on node duplication | Pedro J. Estébanez | |
That happened when an instanced scene was being duplicated while it also contained nodes added to it in the scene holding the instance. Plus: - Add comments about the logic behind all this. - Move the null guard to where it can protect the most, but consider it a runtime error rather that a situation we expect. Fixes #13282. | |||
2017-11-25 | [GDNative] disable -fPIC flag with msvc compiler | Emmanuel Leblond | |
2017-11-25 | -Fixed height fog (was broken) | Juan Linietsky | |
-Make sure materials are named in OBJ importer, so they can be saved outside as resources. | |||
2017-11-25 | Merge pull request #13278 from eska014/jseval-returntypes | Rémi Verschelde | |
Remove contrived JavaScript.eval() return types | |||
2017-11-25 | Update my name in AUTHORS.md | Leon Krause | |
2017-11-25 | Remove contrived JavaScript.eval return types | Leon Krause | |
2017-11-25 | Fix mono build after bc2e8d99 | Rémi Verschelde | |
2017-11-25 | Fix build on macOS and Android after bc2e8d99 | Rémi Verschelde | |
2017-11-25 | Merge pull request #13263 from sersoong/master-test | Rémi Verschelde | |
3.0beta - Fixed doesn't close open a file window bug | |||
2017-11-25 | Fix doesn't close open a file window bug | sersoong | |
2017-11-25 | Add importer option to make meshes bakeable by default. | Juan Linietsky | |
2017-11-25 | Merge pull request #13261 from ISylvox/fix-windows-build | Juan Linietsky | |
Complete bc2e8d9 so that Windows can be built | |||
2017-11-25 | Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be built | Indah Sylvia | |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | |
wrong function, leading to unnecesary copy on writes and reduced performance. | |||
2017-11-24 | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | |
2017-11-24 | Fixes bug where enumeration is not being saved | Juan Linietsky | |
2017-11-24 | Merge pull request #13253 from Hinsbart/bind_gesture_events | Rémi Verschelde | |
Bind InputEventGesture events. | |||
2017-11-24 | Core: Bind InputEventGesture events. | Andreas Haas | |
2017-11-24 | doc status: Partial revert of e23454d, setgets are no longer listed | Rémi Verschelde | |
2017-11-24 | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | |
2017-11-24 | Fix block where setter/getters are cached to be skipped | Juan Linietsky | |
2017-11-24 | Add a bit space around the .import [deps] tag to make it more readable. | Juan Linietsky | |
2017-11-24 | Merge pull request #13249 from godotengine/Noshyaar-kcdocs | Rémi Verschelde | |
Fix a mistake in KinematicCollision docs [ci skip] | |||
2017-11-24 | Changed reimport logic to also check md5 before reimporting, fixes #13135 | Juan Linietsky | |
Has the nice side effect that you can share your .import folder or rename your project and godot wont reimport stuff. | |||
2017-11-24 | Fix a mistake in KinematicCollision docs | Poommetee Ketson | |
2017-11-24 | Attempt to remove setters/getters from doc data | Juan Linietsky | |
2017-11-24 | Merge pull request #13244 from bojidar-bg/13243-get-static-indexed | Rémi Verschelde | |
Fix a crash in get_static_property_type_indexed | |||
2017-11-24 | Fix a crash in get_static_property_type_indexed | Bojidar Marinov | |
Fixes #13243 | |||
2017-11-24 | Merge pull request #13241 from GodotExplorer/pr-menu-button-theme | Gilles Roudiere | |
Fix style error with MenuButton in default theme | |||
2017-11-24 | Fix style error with MenuButton in default theme | geequlim | |
2017-11-24 | doc: Update header version for 3.0-beta | Rémi Verschelde | |
2017-11-24 | doc: Sync classref with current source | Rémi Verschelde | |
2017-11-24 | Merge pull request #13232 from endragor/android-multiple-icons | Rémi Verschelde | |
Allow to specify multiple resolution Android icons | |||
2017-11-24 | Merge pull request #13229 from sersoong/master-test | Rémi Verschelde | |
3.0 - Fix context menu of first node in a new scene | |||
2017-11-24 | Merge pull request #13227 from tagcup/shader_atan2 | Poommetee Ketson | |
Rename two-parameter arc-tangent function to atan in shader language,… | |||
2017-11-24 | Merge pull request #13231 from endragor/tile-bindings-fix | Poommetee Ketson | |
Fix TileMap and TileSet ClassDB bindings | |||
2017-11-24 | Fix TileMap and TileSet ClassDB bindings | Ruslan Mustakov | |
2017-11-24 | Fix context menu of first node in a new scene | sersoong | |
2017-11-24 | Allow to specify multiple resolution Android icons | Ruslan Mustakov | |
2017-11-23 | Rename two-parameter arc-tangent function to atan in shader language, as it ↵ | Ferenc Arn | |
is in GLSL. Fixes #13214. | |||
2017-11-23 | Merge pull request #13221 from Paulb23/fix_unfolding_last_line | Rémi Verschelde | |
Fixed not be able to unfold the last line | |||
2017-11-23 | Merge pull request #13220 from dragmz/patch-1 | Rémi Verschelde | |
reduce static memory usage |