Commit Graph

12 Commits

Author SHA1 Message Date
Vaillant Jeremy 770434482d Fix Setting.gd Vector2/Window API, re-import all assets for Godot 4
- apply_resolution: Vector2 strings -> Vector2i(int, int); use
  Window.content_scale_size instead of removed
  Viewport.set_size_2d_override variants.
- Re-import 162 assets to Godot 4 format (.godot/imported/ now,
  .stex -> .ctex, FontFile, CompressedTexture2D, etc.).
- Add .uid sidecars Godot 4 generates next to every script.
- Ignore .godot/ cache and android/ template directories.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 19:26:10 +02:00
Vaillant Jeremy 01ea3af253 Run godot --convert-3to4 (automated conversion)
Apply Godot 4.6 automated conversion: renames Spatial.translate->position,
margin_*->offset_*, tool->@tool, .empty()->.is_empty(), DynamicFont->FontFile,
onready->@onready, export()->@export, and many more.

127 files changed by the tool. Manual fixes still required for:
 - godot_db_manager plugin (incompatible APIs: WindowDialog, Tabs, etc.)
 - lod plugin (Spatial -> Node3D renames)
 - ResourceLoader.load_interactive removed -> load_threaded_request
 - OS.set_window_fullscreen removed -> DisplayServer
 - Viewport.set_size_override removed

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 19:18:27 +02:00
stilobique-surface 58eb0624d2 Update HO props with a lightmap setup 2021-05-18 12:09:33 +02:00
stilobique-surface 1766b1d71c Move dissolve test shader 2021-05-13 20:29:06 +02:00
stilobique-surface 207cdfc0e1 Fix shader Dagger and Parchment 2021-05-12 17:40:57 +02:00
VAILLANT Jeremy cf280f88b0 Create an example of scene with dissovle apply for 3 meshes 2021-05-12 13:03:34 +02:00
VAILLANT Jeremy 722e634ef4 Add effect dissolve when player click/touch object 2021-05-12 13:03:33 +02:00
stilobique-surface ae9583e3b1 Add material dissolve test 2021-05-11 11:38:36 +02:00
VAILLANT Jeremy 1b0a81e3dc Add folder for exporting project 2021-05-10 14:41:54 +02:00
stilobique-surface c53a8db0e4 Update the dagger with a lightmap setup 2021-05-09 21:57:25 +02:00
stilobique-surface 5c688fc07d Fix dagger default size 2021-05-09 17:16:16 +02:00
stilobique-surface 351790f3ce Add asset "dagger" 2021-05-08 14:33:34 +02:00