Hugo Locurcio
63d1cd9a60
Use 128×128 WebP icons for all demos ( #885 )
2023-03-29 18:59:57 +02:00
InfiniteProductions
a62a4c8534
disconnect unused signal connected to a removed method
...
Handler "_on_pause_pressed" has been removed but not the signal from the button.
2023-03-05 22:41:28 +01:00
Hugo Locurcio
ee5862a782
Improve the Rich Text Label with BBCode demo ( #816 )
2023-01-17 21:39:40 +01:00
Hugo Locurcio
1d5184e235
Update most demos for Godot 4.0.beta10 ( #782 )
2023-01-05 16:50:17 +01:00
Aaron Franke
bbe50fc9da
Convert demos to Godot 4 using regular expressions in a script
2022-03-26 16:09:10 -05:00
Aaron Franke
b7e0a470c7
Update demos to Godot 3.4
2021-11-05 11:48:47 -05:00
Aaron Franke
814909538f
Update projects to Godot 3.3
2021-04-21 19:17:12 -04:00
Aaron Franke
2ee9b47f6c
Use ETC instead of ETC2 for all GLES2 demos
2021-03-29 18:30:14 -04:00
Aaron Franke
0d1f16d073
Remove panel nodes that don't have panels
...
Replace with Control nodes
2020-10-01 23:46:50 -04:00
Hugo Locurcio
fe6103256a
Allow hiDPI in all demos that support multiple resolutions
...
This is required to benefit from crisp display on hiDPI monitors.
This also fixes issues related to fullscreen and input handling
when using an hiDPI display on Windows.
2020-10-01 00:56:12 +02:00
Aaron Franke
d4bf89d364
Link to the asset library from the README of each demo
2020-09-10 15:37:10 -04:00
Aaron Franke
fcc7d5c723
Optimize PNG images using oxipng
2020-08-16 17:48:38 -05:00
Aaron Franke
8dff86d370
Add README files to categories
2020-07-03 20:45:51 -04:00
Aaron Franke
7e09d2fec7
Commit files changed by the formatting script
2020-03-19 20:30:40 -04:00
Aaron Franke
f9e7456b70
Add descriptions to all projects with README files
...
These show up in the project manager when hovering over projects.
2020-03-16 20:50:53 -04:00
Aaron Franke
9e3ffe456b
Add README files to GUI demos
2020-03-09 04:26:24 -04:00
Aaron Franke
aea4010bc8
Convert most demos to GLES 2
...
Also fix Viewport error in 3D scaling demo, add an icon to Multiplayer Bomber, and rename BPM sync files.
2020-03-04 20:59:12 -05:00
Aaron Franke
84c8d6ef69
Update and improve GUI demos
2020-02-01 15:47:44 -05:00
Hugo Locurcio
a45b84a5ad
Handle multiple resolutions in most demos
...
This makes demos render correctly on hiDPI displays,
while also demonstrating how to handle multiple resolutions.
The 3D in 2D demo now uses "3D No-Effects" for the 3D viewport,
which is faster to render. Thanks to this, 4× MSAA is now enabled
for a better result.
The background loading demo now uses mipmaps for better-looking images.
The material testers demo now samples mouse input in a
resolution-independent manner when panning.
Default clear colors were also changed in some projects for visual
consistency with the project's theme.
2020-01-28 19:08:03 +01:00
Hugo Locurcio
184b0fe5f8
Optimize all images using oxipng -o6 --strip all --zopfli
2019-06-11 16:40:50 +02:00
Rémi Verschelde
a38b315064
Port audio, gui, mono, networking and viewport demos to Godot 3.1
2019-02-26 14:50:18 +01:00
Bojidar Marinov
03ba4fc1df
Make some demos work again, reimport
2018-01-16 17:46:10 +02:00
TwistedTwigleg
2181660344
Fix for rich_text_bbcode:
...
Fixed/Changed the link from the github wiki to the BBCode page in the documentation.
2018-01-06 17:51:00 -05:00
sambler
abb08c9d1a
Automatic .import updates made by opening projects in the godot editor
...
These import changes allow the projects to be opened with the runtime.
2018-01-06 22:16:13 +01:00
Rémi Verschelde
f8ca6d0a4d
Sync all demos with current master format
2017-10-30 12:38:39 +01:00
Scott Beca
3f37e754c3
Update project.godot files to latest format
2017-09-30 21:22:16 +10:00
Rémi Verschelde
9365e97c0f
Some more ProjectSettings fixes
2017-07-26 20:25:57 +02:00
Jakub Grzesik
2c012b4e59
basic fixes for project.godot files
2017-07-26 20:06:21 +02:00
Rémi Verschelde
a874fdb94a
Remove .import stuff again...
2017-06-29 17:18:00 +02:00
Juan Linietsky
4593bdcc64
GUI demos converted to 3.0
2017-06-28 15:11:35 -03:00
Juan Linietsky
6ef185c192
begun porting demos, platformer is working (mostly)
2017-06-23 07:44:27 -03:00
Rémi Verschelde
708a0caf4a
Improve code formatting and update to 2.0
...
The scripts were streamlined using more or less the following conventions:
- space after a comma in lists of arguments
- space around weak operators (+, -), no space around strong operators (*, /)
- space after a comment start (#)
- removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now)
- function blocks separate by two newlines
The scene files were resaved with the (current) 2.0 format, and some scenes that were in XML format were converted to SCN, to be consistent across all demos.
2015-12-09 08:38:23 +01:00
Rémi Verschelde
4aeff28680
Replace hardcoded references to Okam Studio by Godot Engine
...
Since the engine development is now independent.
Fixes #2836 .
2015-11-27 18:54:09 +01:00
Rémi Verschelde
1e0f35315b
Make all demo icons 8-bit/color RGB(A)
...
Godot does not seem to like 8-bit colormaps.
Fixes #2874 .
2015-11-23 00:19:00 +01:00
neikeq
2fd6e70d50
Added some demo icons
2015-10-29 20:37:09 +01:00
Juan Linietsky
26301bcda1
Merge pull request #1738 from jackmakesthings/master
...
Updating demo engine.cfgs where name is missing
2015-05-03 23:00:26 -03:00
Juan Linietsky
6085f1507e
missing file for bbcode demo
2015-04-26 09:48:17 -03:00
jack
9d687d71db
Set name on rich text bbcode demo's engine.cfg
2015-04-25 22:21:09 -04:00
Juan Linietsky
3e8fcfddcb
-Many fixes and demo for RichTexLabel
...
-Proper ability to edit BBCode in RTL.
2015-04-21 16:01:58 -03:00