Skip to content

Commit

Permalink
mac run shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamtowards committed Jan 29, 2023
1 parent c6684bd commit 5b06e48
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,27 @@ Ethertia 有3个更新主题: 建筑 生存 交互,分别预计在 4个月+3
- Vulkan Surface, Swapchain
- 添加一个Blocky Mesh via OBJ.
- cash_register, short_grass, stool, tall_fern. id -> map-order, no reg-order.
- tinyobj loader
- 2023-01-22+
- sky gradient.
- *dyn particles, atlas.
- some mtl mesh.
- *gui worldlist, newworld.
- think 'heap' chunk store.
- 2023-01-29
- *World Store. Palette. simple separate chunk files.
- bugfix: population incorrect: 错误原因是nbt++不支持bool, 所以读到的popul总是true. 要手动int8 as bool
bugfix: delay chunk near mesh. 仅小提升 更精确合理的延迟时间 不阻塞 近处优先
- *GuiScreenSettings init.
- GuiScreenPause top modify. 顶部结构修改
- World Saving Hint 世界保存的提示 (简单

- Lighting
- Material / Texture / Model /meta 架构模式?
- 受到 Cocricot的灵感: 一个轮廓+不同纹理?
- 玩家血量 10
- 手拿物品渲染
- DamageSource - 就像mc的Crepper被骷髅用火箭射到tnt炸死都能追踪到伤害来源是骷弓
- World Saving Hint 世界保存的提示
- 修复bug:有些地方没有population
- [x] GUI 主界面初步
- Vine 藤蔓材质
Expand Down
2 changes: 2 additions & 0 deletions run/run_darwin.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd "$(dirname "$0")"
./bin/darwin-x64/Ethertia
1 change: 0 additions & 1 deletion run/run_darwin.sh

This file was deleted.

1 change: 1 addition & 0 deletions run/run_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./bin/linux-x64/Ethertia

0 comments on commit 5b06e48

Please sign in to comment.