Commit Graph

56 Commits

Author SHA1 Message Date
ca82d6a447 feat: add Spectator Mode 2026-04-18 20:01:29 +08:00
af34d7eb82 fix: y is too height 2026-04-18 16:19:19 +08:00
639648969b fix: range::iota build fail 2026-04-18 15:47:24 +08:00
de4df4b476 fix: data race in world::init_world() 2026-04-18 15:14:11 +08:00
11b6e88d0d feat: initialize world in multiple threads 2026-04-18 12:35:48 +08:00
955c4ddec7 fix: resolve transparency rendering issues 2026-04-18 11:55:53 +08:00
bb888fd7b7 feat: add tree generation 2026-04-18 10:59:37 +08:00
63930dcdc7 refactor: separate biome declaration and definition 2026-04-18 09:20:51 +08:00
30a4713092 refactor: extract biome logic into separate 2026-04-17 22:45:44 +08:00
f2328d19fd refactor: prevent desert from generation adjacent to mountain in biome generation 2026-04-17 22:24:29 +08:00
5723c17f94 feat: add 4 biomes 2026-04-17 19:55:47 +08:00
0b0beaf25c feat: add rendered chunk sum show 2026-04-16 15:58:17 +08:00
cf9aaa62a7 feat: add dirt and stone 2026-04-16 15:05:52 +08:00
1d04fedb0f feat: add DebugCollector 2026-04-16 11:55:25 +08:00
6773157000 fix: potential data race in m_gen_player_pos 2026-04-14 09:42:12 +08:00
16ff954166 feat: async world generation 2026-04-14 09:24:10 +08:00
80c8691999 feat: thread support for world(preview) 2026-04-12 21:11:17 +08:00
295188971d perf: fast chunk generation 2026-04-12 20:52:57 +08:00
662e3ee798 feat: add random seed 2026-04-06 21:56:15 +08:00
f37f458b42 perf: optimize chunk generation 2026-04-06 17:10:36 +08:00
82f0e1deae feat: add run and walk gait 2026-04-05 21:47:32 +08:00
061b72b740 feat: add switch between fly and walk 2026-04-05 21:13:55 +08:00
ae914a944c fear: add r to gen new chunk 2026-04-05 20:19:11 +08:00
23affb78b5 feat: add perlin noise 2026-04-05 18:21:43 +08:00
5ce0810294 refactor: adjust jump height 2026-03-30 20:58:37 +08:00
c23a7de81e feat: add more info output 2026-03-30 09:17:20 +08:00
af27f6f9a0 fix: prevent occasional self-placement of blocks 2026-03-29 21:46:31 +08:00
53b56044b2 fix: ceiling collision prevents descent during jump 2026-03-29 21:37:47 +08:00
fb11fee955 feat: add collision detection 2026-03-29 20:19:08 +08:00
01d6e91da9 feat: update logger with new features 2026-03-29 12:38:06 +08:00
93fbbaca2b perf: adjust player movement speed 2026-03-21 17:04:40 +08:00
3298dde600 fix: unable to move when in corner 2026-03-21 16:14:09 +08:00
08340f15d3 ui: enhance handling feel for smoother controls 2026-03-21 13:14:10 +08:00
e2f0e7ea66 fix: camera cannot pan left or right 2026-03-21 13:07:28 +08:00
9f9aaa4c08 fix: place blocks on body 2026-03-21 11:33:33 +08:00
2980a9b6f3 fix: raycast not correctly targeting blocks 2026-03-21 11:28:12 +08:00
bfc928d91a fix: player can't fall some situations 2026-03-19 13:05:01 +08:00
cc5bf508c6 feat: smooth player movement 2026-03-19 12:53:32 +08:00
4d4bbe82ec feat: add frustum culling 2026-03-19 10:54:13 +08:00
cabac13012 feat: prevent block placement at player's position 2026-03-14 18:08:59 +08:00
7012e5f9fe fix: jump fails in certain cases 2026-03-14 18:00:02 +08:00
fd5314a1d1 feat: add block detection while walking 2026-03-14 16:32:41 +08:00
8b1579b5fd feat: add block placement and destruction 2026-03-14 14:37:27 +08:00
ec2d3c3c0c feat: add gravity 2026-03-14 11:48:26 +08:00
e51a398abe fix: outline not disappearing when no block is targeted 2026-03-14 11:36:04 +08:00
f392a656a7 feat: add outline for block that is looked 2026-03-14 10:18:20 +08:00
d200a5fbc9 fix: movement speed varies depending on viewing angle 2026-03-13 16:58:06 +08:00
77c7511455 fix: address potential GPU resource leaks 2026-03-13 16:52:52 +08:00
98967275ff feat: move players to world instead of main 2026-03-13 16:35:36 +08:00
11324ba1b2 feat: add support for negative chunk coordinates 2026-03-12 22:30:22 +08:00