Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-07 | Merge pull request #10078 from Noshyaar/pr-viewport | Rémi Verschelde | |
SpatialEditor: uniform min/max of fov,znear,zfar | |||
2017-08-07 | Merge pull request #10067 from toger5/default_extended_script_template | Rémi Verschelde | |
builtin_script_template_improvements | |||
2017-08-07 | Merge pull request #10143 from bruvzg/3.0-rerevert-s3tc | Rémi Verschelde | |
Re-revert #378b1e6 for s3tc | |||
2017-08-07 | Merge pull request #9878 from toger5/theme_border_settings_change | Rémi Verschelde | |
Theme border settings change + updating styles | |||
2017-08-07 | Re-revert #378b1e6 for s3tc | bruvzg | |
2017-08-07 | Merge pull request #10140 from neikeq/Texture-not-ImageTexture-ok-thx | Rémi Verschelde | |
Texture: Fix wrong method bind instance type | |||
2017-08-07 | Texture: Fix wrong method bind instance type | Ignacio Etcheverry | |
2017-08-07 | Merge pull request #10139 from bruvzg/3.0-s3tc | Rémi Verschelde | |
Revert #378b1e6 for s3tc | |||
2017-08-07 | Revert #378b1e6 for s3tc | bruvzg | |
2017-08-07 | Merge pull request #10045 from marcelofg55/audioserver_finish | Rémi Verschelde | |
Fix double finalisation of audio drivers | |||
2017-08-07 | Merge pull request #9394 from supagu/sync-rpc-fix | Rémi Verschelde | |
Queue RPC packet before calling method locally to ensure correct RPC … | |||
2017-08-07 | UWP: Add Gamepad vibration support | George Marques | |
2017-08-07 | UWP: Fix Gamepad removal logic | George Marques | |
Fix #9209 | |||
2017-08-06 | Fixed some string names and animation playback options, closes #9446 | Juan Linietsky | |
2017-08-06 | RGTC and S3TC are now always enabled on desktop, given the spect dictates ↵ | Juan Linietsky | |
they should be. Fixes #9267, Fixes #9939 | |||
2017-08-06 | Use vertex distance instead of z, fixes #9108 | Juan Linietsky | |
2017-08-06 | Merge pull request #10123 from bojidar-bg/7695-key-kp-enter | Juan Linietsky | |
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | |||
2017-08-06 | Added a .gdignore check to ignore specific folders. Closes #8461 | Juan Linietsky | |
2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky | |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | |
Closes #7695 | |||
2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | |
2017-08-06 | Merge pull request #10121 from endragor/fix-cleanup-typo | Thomas Herzog | |
Fix is_class check typo in ObjectDB::cleanup | |||
2017-08-06 | Fix is_class check typo in ObjectDB::cleanup | Ruslan Mustakov | |
2017-08-06 | Merge pull request #10117 from neikeq/pr-classdb-getpropidx | Ignacio Etcheverry | |
ClassDB: Adds get_property_index method | |||
2017-08-05 | few 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-06 | ClassDB: Adds get_property_index method | Ignacio Etcheverry | |
2017-08-06 | [GDNative] fixed double variant call | Karroffel | |
This bug got discovered thanks to clang! | |||
2017-08-05 | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky | |
2017-08-05 | Merge pull request #10116 from neikeq/prop_method_ambiguities | Juan Linietsky | |
Renames properties and methods to avoid ambiguities | |||
2017-08-05 | Renames properties and methods to avoid ambiguities | Ignacio Etcheverry | |
- Method Node2D.scale(Vector2) renamed to Node2D.apply_scale(Vector2) - Property BaseButton.is_pressed renamed to BaseButton.pressed | |||
2017-08-05 | emit signal properly when frame has changed in autoplay, fixes #7730 | Juan Linietsky | |
2017-08-05 | Properly update frame range after modifying the vframe/hframes, closes #7624 | Juan Linietsky | |
2017-08-05 | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, ↵ | Juan Linietsky | |
closes #7615 | |||
2017-08-05 | renamed node path, closes #5691 | Juan Linietsky | |
2017-08-04 | Merge pull request #10085 from endragor/no-uninitialized-cb | Thomas Herzog | |
Dont call nativescript callbacks if lib is not initialized | |||
2017-08-04 | Dont call nativescript callbacks if lib is not initialized | Ruslan Mustakov | |
2017-08-04 | editor: update helps and script panel on theme could change. | toger5 | |
2017-08-04 | Builtin script template loading improvements | toger5 | |
2017-08-04 | SpatialEditor: uniform min/max of fov,znear,zfar | Poommetee Ketson | |
Clamp FOV to [0.01, 179], Znear and Zfar to [0.01, 10000] | |||
2017-08-04 | Merge pull request #9976 from ISylvox/update-gradle-android-master | Rémi Verschelde | |
[3.0] Update Gradle-Android buildtool | |||
2017-08-04 | Merge pull request #10072 from karroffel/gdnative-header-include-paths | Thomas Herzog | |
[GDNative] fixed a bug with ambiguous include paths | |||
2017-08-04 | [GDNative] fixed a bug with ambiguous include paths | Karroffel | |
fixes #10071. The problem is that the json.h file includes the local variant.h instead of the "absolute" core/variant.h | |||
2017-08-03 | Full GLTF 2.0 Specification support! cheers! | Juan Linietsky | |
2017-08-03 | TileMap: 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-03 | Merge pull request #10066 from marcelofg55/scons_fix3 | Rémi Verschelde | |
Fix scons failing when not building sources | |||
2017-08-03 | Fix scons failing when not building sources | Marcelo Fernandez | |
2017-08-03 | Merge pull request #10060 from endragor/nativescript-frame | Thomas Herzog | |
Forward frame call to GDNative libraries | |||
2017-08-03 | Merge pull request #10046 from Hinsbart/script_open_resource | Rémi Verschelde | |
ScriptEditor: ctrl+click can open scenes & resources. | |||
2017-08-03 | Merge pull request #10062 from BastiaanOlij/arvr_add_anchor | Rémi Verschelde | |
Added ARVRAnchor support and a few small enhancements | |||
2017-08-03 | border settings doesn't remove necessary borders anymore | toger5 | |