summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-07Merge pull request #10078 from Noshyaar/pr-viewportRémi Verschelde
SpatialEditor: uniform min/max of fov,znear,zfar
2017-08-07Merge pull request #10067 from toger5/default_extended_script_templateRémi Verschelde
builtin_script_template_improvements
2017-08-07Merge pull request #10143 from bruvzg/3.0-rerevert-s3tcRémi Verschelde
Re-revert #378b1e6 for s3tc
2017-08-07Merge pull request #9878 from toger5/theme_border_settings_changeRémi Verschelde
Theme border settings change + updating styles
2017-08-07Re-revert #378b1e6 for s3tcbruvzg
2017-08-07Merge pull request #10140 from neikeq/Texture-not-ImageTexture-ok-thxRémi Verschelde
Texture: Fix wrong method bind instance type
2017-08-07Texture: Fix wrong method bind instance typeIgnacio Etcheverry
2017-08-07Merge pull request #10139 from bruvzg/3.0-s3tcRémi Verschelde
Revert #378b1e6 for s3tc
2017-08-07Revert #378b1e6 for s3tcbruvzg
2017-08-07Merge pull request #10045 from marcelofg55/audioserver_finishRémi Verschelde
Fix double finalisation of audio drivers
2017-08-07Merge pull request #9394 from supagu/sync-rpc-fixRémi Verschelde
Queue RPC packet before calling method locally to ensure correct RPC …
2017-08-07UWP: Add Gamepad vibration supportGeorge Marques
2017-08-07UWP: Fix Gamepad removal logicGeorge Marques
Fix #9209
2017-08-06Fixed some string names and animation playback options, closes #9446Juan Linietsky
2017-08-06RGTC and S3TC are now always enabled on desktop, given the spect dictates ↵Juan Linietsky
they should be. Fixes #9267, Fixes #9939
2017-08-06Use vertex distance instead of z, fixes #9108Juan Linietsky
2017-08-06Merge pull request #10123 from bojidar-bg/7695-key-kp-enterJuan Linietsky
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
2017-08-06Added a .gdignore check to ignore specific folders. Closes #8461Juan Linietsky
2017-08-06Added missing binding to ImageTexture, closes #8371Juan Linietsky
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
Closes #7695
2017-08-06keep default exported script values unless overriden, closes #8127Juan Linietsky
2017-08-06Merge pull request #10121 from endragor/fix-cleanup-typoThomas Herzog
Fix is_class check typo in ObjectDB::cleanup
2017-08-06Fix is_class check typo in ObjectDB::cleanupRuslan Mustakov
2017-08-06Merge pull request #10117 from neikeq/pr-classdb-getpropidxIgnacio Etcheverry
ClassDB: Adds get_property_index method
2017-08-05few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky
explicit bool constructor has thus now been removed, as it served it's mission!
2017-08-06ClassDB: Adds get_property_index methodIgnacio Etcheverry
2017-08-06[GDNative] fixed double variant callKarroffel
This bug got discovered thanks to clang!
2017-08-05Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky
2017-08-05Merge pull request #10116 from neikeq/prop_method_ambiguitiesJuan Linietsky
Renames properties and methods to avoid ambiguities
2017-08-05Renames properties and methods to avoid ambiguitiesIgnacio Etcheverry
- Method Node2D.scale(Vector2) renamed to Node2D.apply_scale(Vector2) - Property BaseButton.is_pressed renamed to BaseButton.pressed
2017-08-05emit signal properly when frame has changed in autoplay, fixes #7730Juan Linietsky
2017-08-05Properly update frame range after modifying the vframe/hframes, closes #7624Juan Linietsky
2017-08-05Warn about resizing a rigidbody (2D or 3D), covers the most common cases, ↵Juan Linietsky
closes #7615
2017-08-05renamed node path, closes #5691Juan Linietsky
2017-08-04Merge pull request #10085 from endragor/no-uninitialized-cbThomas Herzog
Dont call nativescript callbacks if lib is not initialized
2017-08-04Dont call nativescript callbacks if lib is not initializedRuslan Mustakov
2017-08-04editor: update helps and script panel on theme could change.toger5
2017-08-04Builtin script template loading improvementstoger5
2017-08-04SpatialEditor: uniform min/max of fov,znear,zfarPoommetee Ketson
Clamp FOV to [0.01, 179], Znear and Zfar to [0.01, 10000]
2017-08-04Merge pull request #9976 from ISylvox/update-gradle-android-masterRémi Verschelde
[3.0] Update Gradle-Android buildtool
2017-08-04Merge pull request #10072 from karroffel/gdnative-header-include-pathsThomas Herzog
[GDNative] fixed a bug with ambiguous include paths
2017-08-04[GDNative] fixed a bug with ambiguous include pathsKarroffel
fixes #10071. The problem is that the json.h file includes the local variant.h instead of the "absolute" core/variant.h
2017-08-03Full GLTF 2.0 Specification support! cheers!Juan Linietsky
2017-08-03TileMap: Fix infinite loop when trying to bucket-delete empty tiles.Andreas Haas
Right-clicking when the bucket tool is enabled means "erase all instances of this tile". So it doesn't make sense to try doing this for empty tiles :P Fixes #10065
2017-08-03Merge pull request #10066 from marcelofg55/scons_fix3Rémi Verschelde
Fix scons failing when not building sources
2017-08-03Fix scons failing when not building sourcesMarcelo Fernandez
2017-08-03Merge pull request #10060 from endragor/nativescript-frameThomas Herzog
Forward frame call to GDNative libraries
2017-08-03Merge pull request #10046 from Hinsbart/script_open_resourceRémi Verschelde
ScriptEditor: ctrl+click can open scenes & resources.
2017-08-03Merge pull request #10062 from BastiaanOlij/arvr_add_anchorRémi Verschelde
Added ARVRAnchor support and a few small enhancements
2017-08-03border settings doesn't remove necessary borders anymoretoger5