Commit Graph

103 Commits

Author SHA1 Message Date
0542f5656f Update 2026-04-30 15:45:37 +07:00
c2b0e96570 Update 2026-04-30 15:08:19 +07:00
2c0ec5ab1c Merge branch 'main' of https://scove-vault.duckdns.org/scove/HALLUCINATION 2026-04-30 01:31:08 +07:00
68dd336d00 Update 2026-04-30 01:30:58 +07:00
a8d268c42b Update 2026-04-30 00:55:16 +07:00
Lucastaa
e16862828d Merge branch 'main' of https://scove-vault.duckdns.org/scove/HALLUCINATION 2026-04-29 21:31:49 +07:00
Lucastaa
e1826d24d6 prefabs maze 2026-04-29 21:31:34 +07:00
1222d39fdf Elo system update 2026-04-29 13:10:00 +07:00
ed86fface3 Update 2026-04-29 02:31:15 +07:00
21c999a904 Update 2026-04-29 01:04:28 +07:00
29888fadfa Update 2026-04-28 22:35:03 +07:00
645f89b352 Merge branch 'main' of https://scove-vault.duckdns.org/scove/HALLUCINATION 2026-04-28 19:04:19 +07:00
6a5baedced Update 2026-04-28 19:04:09 +07:00
9484f1f1d4 Update 2026-04-28 18:49:05 +07:00
f4f345b412 Update UI Setting Overlay Screen 2026-04-28 13:16:47 +07:00
c2671e8e87 Update 2026-04-28 13:07:52 +07:00
8e6643beaf Update 2026-04-28 11:35:49 +07:00
99f2b0621a UPdate 2026-04-28 11:03:57 +07:00
3bbc623b2d Update 2026-04-28 10:48:04 +07:00
f925c61277 Update 2026-04-28 10:44:22 +07:00
0ac5256b40 Update 2026-04-28 10:25:34 +07:00
ad03c1fefa Update Correctly run UI 2026-04-28 10:21:28 +07:00
6d5a9a4e5b Update 2026-04-28 10:11:28 +07:00
252489f48a Update 2026-04-28 00:07:42 +07:00
Lucastaa
469f0568a4 Merge branch 'main' of https://scove-vault.duckdns.org/scove/HALLUCINATION 2026-04-27 18:50:34 +07:00
Lucastaa
359fb55cb8 Change 2026-04-27 18:49:54 +07:00
1421e74610 Merge branch 'main' of https://scove-vault.duckdns.org/scove/HALLUCINATION 2026-04-27 17:01:54 +07:00
e8c4fe1889 lặt vặt 2026-04-27 17:01:53 +07:00
e051667037 Update 2026-04-27 16:37:06 +07:00
dbc0b13a06 Update 2026-04-27 16:15:59 +07:00
manhduyhoang90
d7c1b2f6b1 Merge branch 'main' of https://scove-vault.duckdns.org/scove/HALLUCINATION 2026-04-27 15:48:30 +07:00
manhduyhoang90
38161bbfd6 Merge branch 'main' of https://scove-vault.duckdns.org/scove/HALLUCINATION 2026-04-27 15:48:21 +07:00
c259531fcc Update 2026-04-27 15:48:17 +07:00
manhduyhoang90
f39dd9a762 asdasdasd 2026-04-27 15:48:01 +07:00
d075d4d861 Upd 2026-04-27 13:27:40 +07:00
b7436b299b Update 2026-04-26 05:20:47 +07:00
a6891ab5b8 Update 2026-04-26 05:02:49 +07:00
5b22d31259 Update 2026-04-26 04:39:59 +07:00
Lucastaa
a289a447f8 Merge branch 'main' of https://github.com/Scove-Metalreal/temp 2026-04-26 00:59:50 +07:00
Lucastaa
966642bdcd update 2026-04-26 00:27:56 +07:00
fdb2460c3b Update 2026-04-26 00:27:35 +07:00
32c598da8b Remove FusionHub editor assets and update workspace
Delete unused FusionHub editor images and their .meta files, remove several shaders and test prefabs from Assets, and update .idea/.idea.HALLUCINATE/.idea/workspace.xml (cleanup changelist entries and adjust a workItem duration). Also apply modifications to Assets/Scove/UIScaleTest.unity and Assets/Scripts/UI/UIManager.cs. This cleans up editor-only/unused resources and updates the project workspace to reflect those removals.
2026-04-25 19:24:41 +07:00
034b9599f3 Update 2026-04-25 18:20:16 +07:00
62cdf7c754 Update 2026-04-23 23:09:54 +07:00
manhduyhoang90
133f2de285 Merge branch 'main' of https://scove-vault.duckdns.org/scove/HALLUCINATION 2026-04-23 08:56:51 +07:00
manhduyhoang90
fb50541036 update: basicspawner( => random) 2026-04-23 08:56:35 +07:00
Lucastaa
e57c2638cd New UI 2026-04-23 08:09:50 +07:00
1e2b7a0dd2 Update 2026-04-22 00:29:09 +07:00
8de65bb527 Update 2026-04-21 23:28:49 +07:00
3a687a4d58 Refactor maze scripts: namespaces & cleanup
Move Maze-related scripts into the Hallucinate.GameSetup.Maze namespace and perform a broad refactor and cleanup. Make MapLocation a readonly struct, add Corridor/Wall/Path constants, and convert Maze into a clearer base class with serialized fields (width, depth, scale, mapParentObject), proper initialization, virtual Generate, and safer DrawMap behavior. Update neighbor-count helpers, tighten method visibility, and improve algorithm implementations (Crawler, Prims, Recursive, Wilsons) to use the new constants and more robust logic (including logging and loop guards). Add a Fisher–Yates Shuffle extension with a static RNG under Hallucinate.GameSetup.Maze.Extensions. Also update IDE metadata (.idea encodings.xml and workspace.xml) to record file encodings and some project settings.
2026-04-21 21:44:26 +07:00