Commit graph

7 commits

Author SHA1 Message Date
Vitaly Turovsky
0d8beef65c feat: add gamemode selector in create world screen. always use creative with ?singleplayer=1 2024-05-26 18:58:46 +03:00
Vitaly
b8d47b833b use white in selector 2024-02-15 04:58:21 +03:00
Vitaly Turovsky
eca218f9df fix: sending messages didn't work in chrome android. fixed enter action 2024-02-12 17:10:32 +03:00
Vitaly
afd10e9910 feat: old generator plains is now replaced with a new one (default). No compatibility is preserved for old worlds 2024-02-05 05:09:15 +03:00
Vitaly Turovsky
9e1bc42336 fix: couldn't create worlds in safari < 17 (below ios 17) 2023-11-04 07:22:34 +03:00
Vitaly
d546fa8f41 enable strict null types which improves quality of codebase a lot!
todo add types to worker & world renderer
2023-11-01 03:07:07 +03:00
Vitaly
b199b2e6d8 feat: new singleplayer menu! Now migrated to IndexedDB storage:
- now you can store multiple different worlds and export them for native client at any time
- almost unlimited storage limit
- world auto save now works
- can configure world type
fix: texturepack should be applied when opening folders
feat(world-options): can now save worlds downloaded from url to browser storage (useful for ios, otherwise use folders)
feat: added new export method: directly to folder on the drive (which is faster) - available from main menu
fix: now 'singleplayer' qs opens temporary world which is not saved and 'loadSave' opens save with specific folder name
2023-10-26 04:26:58 +03:00