summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-26Merge pull request #13293 from Calinou/tweak-editor-camera-defaultsPoommetee Ketson
Tweak the default editor camera settings
2017-11-26Merge pull request #13295 from Calinou/tweak-camera-node-defaultsPoommetee Ketson
Tweak the default camera node settings
2017-11-26Merge pull request #13288 from RandomShaper/fix-dup-crashRémi Verschelde
Fix crash on node duplication
2017-11-26Merge pull request #13284 from dragmz/patch-2Poommetee Ketson
Fix constant node value edit
2017-11-25Tweak the default camera node settingsHugo Locurcio
- Increase FOV to 70 - Put the Z-near plane at 0.05 meters
2017-11-25Tweak the default editor camera settingsHugo Locurcio
- The default FOV is now 70 - The default Z-near plane is now at 0.05 meters
2017-11-25Fix constant node value editMarcin Zawiejski
2017-11-25Merge pull request #13286 from touilleMan/gnative-wrappers-msvc-flagsThomas Herzog
[GDNative] disable -fPIC flag with msvc compiler
2017-11-25Fix crash on node duplicationPedro 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 compilerEmmanuel 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-25Merge pull request #13278 from eska014/jseval-returntypesRémi Verschelde
Remove contrived JavaScript.eval() return types
2017-11-25Update my name in AUTHORS.mdLeon Krause
2017-11-25Remove contrived JavaScript.eval return typesLeon Krause
2017-11-25Fix mono build after bc2e8d99Rémi Verschelde
2017-11-25Fix build on macOS and Android after bc2e8d99Rémi Verschelde
2017-11-25Merge pull request #13263 from sersoong/master-testRémi Verschelde
3.0beta - Fixed doesn't close open a file window bug
2017-11-25Fix doesn't close open a file window bugsersoong
2017-11-25Add importer option to make meshes bakeable by default.Juan Linietsky
2017-11-25Merge pull request #13261 from ISylvox/fix-windows-buildJuan Linietsky
Complete bc2e8d9 so that Windows can be built
2017-11-25Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be builtIndah Sylvia
2017-11-25Made 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-24doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde
2017-11-24Fixes bug where enumeration is not being savedJuan Linietsky
2017-11-24Merge pull request #13253 from Hinsbart/bind_gesture_eventsRémi Verschelde
Bind InputEventGesture events.
2017-11-24Core: Bind InputEventGesture events.Andreas Haas
2017-11-24doc status: Partial revert of e23454d, setgets are no longer listedRémi Verschelde
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde
2017-11-24Fix block where setter/getters are cached to be skippedJuan Linietsky
2017-11-24Add a bit space around the .import [deps] tag to make it more readable.Juan Linietsky
2017-11-24Merge pull request #13249 from godotengine/Noshyaar-kcdocsRémi Verschelde
Fix a mistake in KinematicCollision docs [ci skip]
2017-11-24Changed reimport logic to also check md5 before reimporting, fixes #13135Juan Linietsky
Has the nice side effect that you can share your .import folder or rename your project and godot wont reimport stuff.
2017-11-24Fix a mistake in KinematicCollision docsPoommetee Ketson
2017-11-24Attempt to remove setters/getters from doc dataJuan Linietsky
2017-11-24Merge pull request #13244 from bojidar-bg/13243-get-static-indexedRémi Verschelde
Fix a crash in get_static_property_type_indexed
2017-11-24Fix a crash in get_static_property_type_indexedBojidar Marinov
Fixes #13243
2017-11-24Merge pull request #13241 from GodotExplorer/pr-menu-button-themeGilles Roudiere
Fix style error with MenuButton in default theme
2017-11-24Fix style error with MenuButton in default themegeequlim
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-24doc: Sync classref with current sourceRémi Verschelde
2017-11-24Merge pull request #13232 from endragor/android-multiple-iconsRémi Verschelde
Allow to specify multiple resolution Android icons
2017-11-24Merge pull request #13229 from sersoong/master-testRémi Verschelde
3.0 - Fix context menu of first node in a new scene
2017-11-24Merge pull request #13227 from tagcup/shader_atan2Poommetee Ketson
Rename two-parameter arc-tangent function to atan in shader language,…
2017-11-24Merge pull request #13231 from endragor/tile-bindings-fixPoommetee Ketson
Fix TileMap and TileSet ClassDB bindings
2017-11-24Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov
2017-11-24Fix context menu of first node in a new scenesersoong
2017-11-24Allow to specify multiple resolution Android iconsRuslan Mustakov
2017-11-23Rename two-parameter arc-tangent function to atan in shader language, as it ↵Ferenc Arn
is in GLSL. Fixes #13214.
2017-11-23Merge pull request #13221 from Paulb23/fix_unfolding_last_lineRémi Verschelde
Fixed not be able to unfold the last line
2017-11-23Merge pull request #13220 from dragmz/patch-1Rémi Verschelde
reduce static memory usage