Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properties for move_and_slide and remove move_and_slide_with_snap | PouleyKetchoupp | 2021-06-04 | 8 | -152/+286 |
| | | | | | | | - snap property to replace move_and_slide_with_snap() - floor_max_angle, stop_on_slope, infinite_inertia, max_slides, up_direction properties to replace arguments from move_and_slide() - up direction now defaults to Vector3.UP and Vector2.UP | ||||
* | KinematicBody split between new CharacterBody and PhysicsBody | PouleyKetchoupp | 2021-06-04 | 26 | -793/+592 |
| | | | | | | | | | | | PhysicsBody now has methods move_and_collide/test_move and needed properties for these methods: safe margin, locked axes (3D only). Moved collision_exceptions from StaticBody to PhysicsBody for 3D (same as 2D, and conforms to documentation). RigidBody doesn't have test_motion method anymore, it's now redundant with PhysicsBody.test_move. | ||||
* | Merge pull request #48920 from aaronfranke/accept | Rémi Verschelde | 2021-06-04 | 3 | -3/+3 |
|\ | |||||
| * | Use a more specific type for AcceptDialog register_text_enter | Aaron Franke | 2021-06-03 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #47124 from aaronfranke/disable-skeleton3d | Rémi Verschelde | 2021-06-04 | 10 | -59/+58 |
|\ \ | | | | | | | Disable Skeleton3D when compiling without 3D | ||||
| * | | Disable Skeleton3D when compiling without 3D | Aaron Franke | 2021-06-04 | 10 | -59/+58 |
| | | | | | | | | | | | | Make animation code not depend on Skeleton3D or even Node3D | ||||
* | | | Merge pull request #49304 from aaronfranke/tr3d-tr-compat-vp | Rémi Verschelde | 2021-06-04 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Add "Transform" compatibility name for "Transform3D" in VariantParser | ||||
| * | | Add "Transform" compatibility name for "Transform3D" in VariantParser | Aaron Franke | 2021-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #49297 from aaronfranke/anim-type-tr3d | Rémi Verschelde | 2021-06-04 | 13 | -70/+70 |
|\ \ \ | |/ / |/| | | Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D | ||||
| * | | Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D | Aaron Franke | 2021-06-03 | 13 | -70/+70 |
| |/ | |||||
* | | Merge pull request #49303 from BastiaanOlij/gdnative_variant_transform_rename | Rémi Verschelde | 2021-06-04 | 1 | -1/+1 |
|\ \ | | | | | | | Rename GODOT_VARIANT_TYPE_TRANSFORM to GODOT_VARIANT_TYPE_TRANSFORM3D | ||||
| * | | Rename GODOT_VARIANT_TYPE_TRANSFORM to GODOT_VARIANT_TYPE_TRANSFORM3D | Bastiaan Olij | 2021-06-04 | 1 | -1/+1 |
|/ / | |||||
* | | doc: Sync classref after merge of #47336 | Rémi Verschelde | 2021-06-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #48902 from pycbouh/editor-improve-template-downloader | Rémi Verschelde | 2021-06-04 | 2 | -366/+669 |
|\ \ | | | | | | | Improve the UI/UX of the Export Template Manager dialog | ||||
| * | | Improve the UI/UX of the Export Template Manager dialog | Yuri Sizov | 2021-06-03 | 2 | -366/+669 |
| | | | |||||
* | | | Merge pull request #44198 from madmiraal/rename-translation-position | Rémi Verschelde | 2021-06-04 | 5 | -16/+16 |
|\ \ \ | | | | | | | | | Rename Node3D's property translation to position | ||||
| * | | | Rename Node3D's property translation to position | Marcel Admiraal | 2021-06-04 | 5 | -16/+16 |
| | | | | |||||
* | | | | Merge pull request #47336 from Calinou/rename-shader-file-extension | Rémi Verschelde | 2021-06-04 | 5 | -6/+12 |
|\ \ \ \ | |/ / / |/| | | | Rename the `.shader` file extension to `.gdshader` | ||||
| * | | | Rename the `.shader` file extension to `.gdshader` | Hugo Locurcio | 2021-03-24 | 5 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | This lets third-party software recognize Godot shaders more easily, without relying on guesswork since the `.shader` extension is generic. | ||||
* | | | | Merge pull request #47871 from aaronfranke/assetlib-pm | Rémi Verschelde | 2021-06-04 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Rename tabs in the project manager | ||||
| * | | | | Rename tabs in the project manager | Aaron Franke | 2021-06-03 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #49300 from aaronfranke/editor-prop-tr3d | Rémi Verschelde | 2021-06-04 | 6 | -17/+17 |
|\ \ \ \ | | | | | | | | | | | Rename EditorPropertyTransform to EditorPropertyTransform3D | ||||
| * | | | | Rename EditorPropertyTransform to EditorPropertyTransform3D | Aaron Franke | 2021-06-03 | 6 | -17/+17 |
| |/ / / | |||||
* | | | | Merge pull request #37013 from aaronfranke/2d-flip | Rémi Verschelde | 2021-06-04 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Flip 2D icon to match Godot's handedness | ||||
| * | | | | Flip 2D icon to match Godot's handedness | Aaron Franke | 2021-06-03 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #47116 from aaronfranke/3d-modules | Rémi Verschelde | 2021-06-04 | 7 | -6/+7 |
|\ \ \ \ | |/ / / |/| | | | Disable 3D-only modules when 3D is disabled | ||||
| * | | | Disable 3D-only modules when 3D is disabled | Aaron Franke | 2021-06-03 | 7 | -6/+7 |
|/ / / | |||||
* | | | Merge pull request #38430 from aaronfranke/transform3d | Rémi Verschelde | 2021-06-03 | 324 | -2022/+2019 |
|\ \ \ | |||||
| * | | | Update documentation for Transform3D | Aaron Franke | 2021-06-03 | 43 | -153/+153 |
| | | | | |||||
| * | | | Rename Transform to Transform3D in GDNative | Aaron Franke | 2021-06-03 | 8 | -40/+42 |
| | | | | |||||
| * | | | Rename files and the exposed name for Transform3D | Aaron Franke | 2021-06-03 | 22 | -24/+24 |
| | | | | |||||
| * | | | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke | 2021-06-03 | 48 | -132/+132 |
| | | | | | | | | | | | | Also _transform to _transform3d | ||||
| * | | | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 257 | -1703/+1698 |
| | | | | |||||
* | | | | Merge pull request #43450 from aaronfranke/mouse-mode-bitwise | Rémi Verschelde | 2021-06-03 | 12 | -37/+69 |
|\ \ \ \ | | | | | | | | | | | Add MOUSE_MODE_CONFINED_HIDDEN to MouseMode enum | ||||
| * | | | | Add MOUSE_MODE_CONFINED_HIDDEN | Aaron Franke | 2021-06-03 | 12 | -37/+69 |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | ||||
* | | | | | Merge pull request #49283 from KoBeWi/a&b | Rémi Verschelde | 2021-06-03 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Improve sort_custom() description | ||||
| * | | | | | Improve sort_custom() description | kobewi | 2021-06-03 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #45624 from aaronfranke/clamp | Rémi Verschelde | 2021-06-03 | 20 | -24/+254 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Allow clamping vectors and colors in addition to floats and ints | ||||
| * | | | | Allow clamping vectors and colors | Aaron Franke | 2021-06-03 | 19 | -0/+190 |
| | | | | | |||||
| * | | | | Rename Vector2 clamped to limit_length and add limit_length to Vector3 | Aaron Franke | 2021-06-03 | 10 | -35/+75 |
| |/ / / | |||||
* | | | | Merge pull request #49282 from pycbouh/editor-fix-broken-paths | Rémi Verschelde | 2021-06-03 | 5 | -17/+5 |
|\ \ \ \ | | | | | | | | | | | Replace `get_settings_dir` with `get_config_dir` when fetching configuration paths | ||||
| * | | | | Replace get_settings_dir with get_config_dir when fetching configuration paths | Yuri Sizov | 2021-06-03 | 5 | -17/+5 |
| |/ / / | |||||
* | | | | Merge pull request #49269 from sarchar/fix-dns-locks | Rémi Verschelde | 2021-06-03 | 1 | -12/+2 |
|\ \ \ \ | |/ / / |/| | | | Fix DNS resolve mutex locks | ||||
| * | | | Fix DNS resolve mutex locks | Chuck | 2021-06-03 | 1 | -12/+2 |
| | | | | | | | | | | | | | | | | This fixes #49261, which was happening because of a deadlock in the resolver mutex. There was leftover old mutex code and it's all be converted to new MutexLock class now. | ||||
* | | | | Merge pull request #38224 from Calinou/increase-audiostreamplayer3d-unit-size | Rémi Verschelde | 2021-06-03 | 3 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Increase the default AudioStreamPlayer3D unit size to 10 | ||||
| * | | | | Increase the default AudioStreamPlayer3D unit size to 10 | Hugo Locurcio | 2021-05-06 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to hear sound while setting up the node. Since this changes the default value, this may break existing projects slightly. This also tweaks the Unit Size editor property hint for better usability. See discussion in #25468. | ||||
* | | | | | Merge pull request #48889 from Calinou/file-rename-endian-swap | Rémi Verschelde | 2021-06-03 | 11 | -43/+43 |
|\ \ \ \ \ | | | | | | | | | | | | | Rename File's `endian_swap` to `big_endian` | ||||
| * | | | | | Rename File's `endian_swap` to `big_endian` | Hugo Locurcio | 2021-05-20 | 11 | -43/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | This new name is more consistent with ResourceSaver and StreamPeer. | ||||
* | | | | | | Merge pull request #49277 from pycbouh/docs-editor-plugins-proofread | Rémi Verschelde | 2021-06-03 | 1 | -7/+7 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Proofread `add_*_plugin`/`remove_*_plugin` descriptions in `EditorPlugin` | ||||
| * | | | | | Proofread add_*_plugin/remove_*_plugin descriptions in EditorPlugin | Yuri Sizov | 2021-06-03 | 1 | -7/+7 |
|/ / / / / |