Rémi Verschelde
b36d6f0db2
Merge pull request #998 from Calinou/truck-town-mobile
...
Add mobile controls and optimized settings to Truck Town
2024-01-19 09:56:55 +01:00
Rémi Verschelde
81ea8edf47
Merge pull request #1010 from BastiaanOlij/fix_start_vr_script
...
Fixed typo in start vr script for selecting refresh rate
2024-01-15 10:54:39 +01:00
Bastiaan Olij
567931097e
Fixed typo in start vr script for selecting refresh rate
2024-01-13 22:20:15 +11:00
Bastiaan Olij
4a4b46cbe1
Add OpenXR movement demos ( #977 )
2023-11-18 11:49:06 +01:00
Hugo Locurcio
cdbdbac1e7
Add mobile controls and optimized settings to Truck Town
...
On mobile platforms, the vehicle automatically accelerates.
Touch the left and right edges of the screen to steer.
Touch the middle of the screen to brake/reverse
(this also temporarily stops acceleration).
- Fix braking not working correctly (and make breaking stronger
to make vehicles easier to control at high speeds).
- Allow using the D-Pad for steering and X/Square for braking.
- Tweak exhaust particles to be more subtle and fade more smoothly.
- Change spawn position to a location that's more straightforward
to drive.
2023-11-17 20:11:31 +01:00
Bastiaan Olij
5eed925b7b
Add compute texture demo ( #938 )
2023-11-17 12:55:09 +01:00
Hugo Locurcio
c76c4e8a5c
Add alpha antialiasing example to 3D Antialiasing demo
...
- Add colored planes below some examples to make antialiasing
differences easier to see.
- Change various textures to make antialiasing differences easier to see.
2023-11-15 20:17:01 +01:00
Hugo Locurcio
a2557fce51
Add a run-time saving/loading demo project
...
This is useful to load user-generated content without requiring users
to create a PCK file for it.
2023-11-03 16:12:14 +01:00
Nazarwadim
40ce32c5da
Fix player trail appearance in Dodge The Creeps ( #986 )
2023-10-30 18:47:37 +01:00
Alex
7af99c55ef
Update WebSocket Minimal demo for Godot 4.1 ( #990 )
2023-10-30 18:44:30 +01:00
Alex
232eb35acf
Update Mobile Sensors demo for Godot 4.1 ( #992 )
2023-10-30 18:44:11 +01:00
David Briscoe
757cc4261c
Update 2D Skeleton demo for Godot 4.1 ( #976 )
2023-10-25 04:42:32 +02:00
Alex
851862f8db
Update Multitouch Cubes demo for Godot 4.1 ( #989 )
2023-10-25 01:51:22 +02:00
Alex
5689210c46
Fix player occasionally not being hit by bomb in Multiplayer Bomber ( #987 )
...
If the bomb and the player are at the same position, then `intersect_ray` returns no result.
`query.hit_from_inside = true` fixes the problem. The other changes were made automatically by Godot.
2023-10-23 00:09:54 +02:00
Aaron Franke
4d31672264
Merge pull request #982 from satoshidisciple/fix_bug/webrtc_signaling
...
Example of "webrtc_signaling" not working on the web
2023-10-20 19:34:29 -05:00
Alex
7e9d31bb04
Fix one-way collision script error in 2D Physics Tests ( #962 )
2023-10-18 03:24:59 +02:00
David Briscoe
1b61bc4bb0
Use NavigationAgent3D in 3D Navigation demo ( #975 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2023-10-18 03:23:57 +02:00
Tomek
84b7f9ea36
Add dynamic TileMap layer demo ( #954 )
2023-10-18 03:22:09 +02:00
S Manikanta Varshit
d880218056
Fix typo in Mobile sensors script comment ( #947 )
2023-10-18 03:19:05 +02:00
David Briscoe
3706e3e998
Map attack to gamepad X, revise text in Finite State Machine demo ( #937 )
2023-10-18 02:53:17 +02:00
Alex
e2abd0e7fb
Update Matrix Transform demo to Godot 4.1 ( #978 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2023-10-18 02:38:00 +02:00
Alex
647002a75c
Port Navigation Polygon 2D demo to Godot 4.1 ( #955 )
2023-10-18 01:58:34 +02:00
Alex
9484fbbace
Fix errors in Physics-Based Platformer 2D demo ( #958 )
2023-10-18 01:40:43 +02:00
Alex
1c169add0d
Add FPS counter, V-Sync and Limit FPS to 3D Anti-Aliasing demo ( #968 )
2023-10-18 01:36:39 +02:00
Alex
7e43dbf64b
Make animations smoother in Audio Spectrum demo ( #972 )
2023-10-18 01:31:12 +02:00
Alex
ce4600350e
Add Limit FPS option to the 3D Graphics Settings demo ( #970 )
2023-10-18 01:30:06 +02:00
Satoshi Disciple
db8ac0422d
make websocket pool every time
2023-10-16 22:53:00 -03:00
Hugo Locurcio
fc7ff91882
Add glass material to Procedural materials demo ( #980 )
2023-10-11 22:35:23 +02:00
Alex
0dfb54ff7f
Fix HSlider and test_collision_pairs in 3D Physics Tests ( #971 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2023-10-01 03:55:10 +02:00
Hugo Locurcio
65b34f8192
Update Voxel demo for Godot 4.1.1 ( #965 )
2023-09-24 23:41:35 +02:00
behrooz bozorg chami
ad2cdfebd4
Update Multitouch View demo for Godot 4.1 ( #960 )
2023-09-22 21:42:37 +02:00
Hugo Locurcio
1113bafac4
Merge pull request #945 from AThousandShips/fix_global
...
[Squash The Creeps] Use `Basis.looking_at` to control facing
2023-09-09 17:14:11 +02:00
A Thousand Ships
0938a48563
[Squash The Creeps] Use Basis.looking_at to control facing
...
Co-authored-by: Aaron Franke <arnfranke@yahoo.com >
2023-09-07 19:36:17 +02:00
Aaron Franke
68aefef5b9
Merge pull request #944 from godotengine/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-09-04 16:05:28 -05:00
dependabot[bot]
e85494a57a
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 19:33:06 +00:00
Hugo Locurcio
e9f0f75c5b
Update "Grid-based Navigation with AStarGrid2D" demo for 4.1 ( #914 )
...
Update "Grid-based Navigation with AStarGrid2D" demo for 4.1
2023-08-07 14:00:14 +02:00
Rémi Verschelde
9c8dc6383e
Merge pull request #928 from Calinou/bbcode-fix-typo
...
Fix typo in Rich Text Label with BBCode
2023-08-01 16:38:59 +02:00
Hugo Locurcio
f7e3ceb31e
Add camera controls to the Physical Light and Camera units demo ( #931 )
2023-07-18 09:03:43 +02:00
Aaron Franke
c3f09a45dc
Merge pull request #933 from Calinou/contributing-fix-typo
...
Fix typo in contribution guidelines
2023-07-09 12:56:25 -05:00
Hugo Locurcio
fbc7341439
Fix typo in contribution guidelines
2023-07-09 18:45:50 +02:00
Hugo Locurcio
179f94528b
Add variable fonts and system fonts to BiDi and Font Features demo
2023-07-07 20:56:17 +02:00
Hugo Locurcio
beaefdc0c0
Fix typo in Rich Text Label with BBCode
...
- Allow toggling pause by pressing the Pause key,
in addition to the existing button.
2023-07-05 15:23:31 +02:00
Seth Louis
ea37c101e0
Fix Z Index on platforms in 2D platformer demo ( #927 )
2023-07-05 15:15:38 +02:00
Aaron Franke
a5d736f624
Merge pull request #926 from Calinou/add-project-tags
...
Add tags to all demo projects
2023-06-28 15:58:40 -05:00
MotH
0a84347d11
Sorted tags
2023-06-28 21:27:10 +02:00
Aaron Franke
b032b75c07
Merge pull request #919 from Calinou/add-procedural-materials-demo
...
Add a 3D procedural materials demo
2023-06-27 22:18:57 -05:00
Aaron Franke
c27056da58
Merge pull request #884 from Calinou/add-squash-the-creeps-demo
...
Add Squash the Creeps (3D) demo
2023-06-27 22:18:19 -05:00
Aaron Franke
302e8727e1
Merge pull request #888 from Calinou/add-physical-light-camera-units-demo
...
Add a 3D physical light and camera units demo
2023-06-27 22:14:16 -05:00
Hugo Locurcio
18c76b6dae
Add tags to all demo projects
...
This makes sorting them in the project manager easier, as you can
click tags in the project manager to filter to a specific tag.
2023-06-26 18:03:50 +02:00
Doug Noël
5867e5e931
Update Drag and Drop GUI demo to Godot 4.0 ( #881 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2023-06-26 11:47:40 +02:00