MihailRis
|
31eda1abb2
|
lua: world.get_total_time + set_block_user_bits fix
|
2024-01-22 09:52:26 +03:00 |
|
MihailRis
|
ff7f18fa7b
|
added stdlib.lua + lua errors handling update
|
2024-01-22 08:14:52 +03:00 |
|
MihailRis
|
e4ef813705
|
InventoryBuilder add(InventoryPanel), add(SlotLayout)
|
2024-01-22 04:05:41 +03:00 |
|
MihailRis
|
0d62067e5a
|
inventory saving
|
2024-01-22 01:41:57 +03:00 |
|
MihailRis
|
6efbaac18a
|
src/files update + write_binary_json compression argument
|
2024-01-22 00:36:17 +03:00 |
|
MihailRis
|
d2fe51e1ff
|
minor refactor
|
2024-01-21 23:48:56 +03:00 |
|
MihailRis
|
db2108171c
|
inventory render optimized
|
2024-01-21 23:35:41 +03:00 |
|
MihailRis
|
714a49685f
|
Texture.readData
|
2024-01-21 22:29:14 +03:00 |
|
MihailRis
|
6430121cf2
|
addGrid extra slots creation fix
|
2024-01-21 19:46:35 +03:00 |
|
MihailRis
|
aa93c27159
|
InventoryView.addGrid semantics changed
|
2024-01-21 19:21:18 +03:00 |
|
MihailRis
|
9e3c4fb00c
|
InventoryBuilder used for access panel and hotbar
|
2024-01-21 18:34:44 +03:00 |
|
MihailRis
|
d9408a7cfc
|
Merge pull request #123 from clasher113/main
Block animation
|
2024-01-21 17:57:33 +03:00 |
|
clasher113
|
623314e97f
|
Update assetload_funcs.cpp
|
2024-01-21 16:03:15 +02:00 |
|
@clasher113
|
b80e36f008
|
Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp
|
2024-01-21 15:42:38 +02:00 |
|
@clasher113
|
5fb0127915
|
IntelliSence moment
|
2024-01-21 15:27:50 +02:00 |
|
@clasher113
|
5fb34daf52
|
Block animation
|
2024-01-21 15:23:03 +02:00 |
|
MihailRis
|
9979836ea4
|
Merge pull request #122 from NigthLier/main
Поддержка vcpkg для windows
|
2024-01-21 16:21:31 +03:00 |
|
NigthLier
|
82c932ed51
|
Merge branch 'MihailRis:main' into main
|
2024-01-21 15:52:32 +03:00 |
|
MihailRis
|
5142f3b4e7
|
Inventory (WIP part I)
|
2024-01-21 15:23:46 +03:00 |
|
NigthLier
|
dbb4debefd
|
Update vcpkg.json
Co-authored-by: Alex Dolzhenkov <leha.dolzhenkov@gmail.com>
|
2024-01-21 08:02:50 +03:00 |
|
NigthLier
|
e348978f30
|
README updated to vcpkg
|
2024-01-21 03:12:49 +03:00 |
|
NigthLier
|
9651dd13a5
|
поддержка vcpkg
|
2024-01-21 02:25:04 +03:00 |
|
MihailRis
|
fe5cab0db0
|
small fix
|
2024-01-20 23:44:35 +03:00 |
|
MihailRis
|
1cc26a6b10
|
Merge pull request #120 from IgorKorobeynikov/patch-1
Правки в финской локализации
|
2024-01-19 18:22:44 +03:00 |
|
Igor
|
a947f44856
|
Update fi_FI.txt
|
2024-01-19 18:19:17 +03:00 |
|
MihailRis
|
90e2cf4c3c
|
Merge pull request #121 from A-lex-Ra/main
icon small changes
|
2024-01-19 18:15:37 +03:00 |
|
Igor
|
a870504087
|
Update fi_FI.txt
|
2024-01-19 17:48:54 +03:00 |
|
A-lex-Ra
|
8386611f40
|
quickfix icon display
|
2024-01-19 20:46:36 +06:00 |
|
A-lex-Ra
|
42f3271f54
|
upd delete_icon.png
|
2024-01-19 20:33:35 +06:00 |
|
MihailRis
|
f8200e81eb
|
Merge pull request #119 from rekvizitt/patch-2
Update be_BY.txt
|
2024-01-19 16:31:40 +03:00 |
|
rekvizitt
|
699873d580
|
Update be_BY.txt
|
2024-01-19 15:47:24 +03:00 |
|
MihailRis
|
1938ccc803
|
increased world loading speed and ui scroll
|
2024-01-19 03:53:30 +03:00 |
|
MihailRis
|
ac9d0d7993
|
shader fix
|
2024-01-18 23:27:33 +03:00 |
|
MihailRis
|
9c110b83d3
|
Fixed world name label behaviour
|
2024-01-18 20:11:47 +03:00 |
|
MihailRis
|
b12d242335
|
Block.scriptName, ItemDef.scriptName
|
2024-01-18 04:41:35 +03:00 |
|
MihailRis
|
9119caca65
|
Delete world feature
|
2024-01-18 04:06:27 +03:00 |
|
MihailRis
|
01344a9d1d
|
added ItemDef.stackSize
|
2024-01-18 01:56:41 +03:00 |
|
MihailRis
|
097e6fde2f
|
removed debug profiling
|
2024-01-18 00:55:46 +03:00 |
|
MihailRis
|
6214e1a507
|
randomTick sped up with faster rand implementation
|
2024-01-17 23:41:11 +03:00 |
|
MihailRis
|
d7f2771da4
|
lua: pack.get_folder(pack_name) + shader fix
|
2024-01-17 23:10:06 +03:00 |
|
MihailRis
|
7d35356f9d
|
binary json: compressed documents support
|
2024-01-17 19:33:04 +03:00 |
|
MihailRis
|
5bcbeb771f
|
Merge pull request #106 from koval01/main
Небольшое дополнение репозитория
|
2024-01-17 18:21:23 +03:00 |
|
MihailRis
|
cb859eeea2
|
Merge pull request #109 from AlexXZero/feature/108/docker
#108 Add docker container support
|
2024-01-17 18:14:49 +03:00 |
|
MihailRis
|
483d5d0e48
|
Merge pull request #118 from A-lex-Ra/main
upd CMakeLists for proper linkage
|
2024-01-17 18:09:24 +03:00 |
|
A-lex-Ra
|
cefc5f62c9
|
upd CMakeLists for proper linkage
|
2024-01-17 21:04:18 +06:00 |
|
MihailRis
|
45315a1801
|
Merge pull request #117 from A-lex-Ra/main
fix redundant model dependency in player interaction
|
2024-01-17 16:38:57 +03:00 |
|
@clasher113
|
fa6eb6ae22
|
Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp
|
2024-01-17 15:37:31 +02:00 |
|
@clasher113
|
090985f99f
|
Random seed fix
|
2024-01-17 15:36:38 +02:00 |
|
MihailRis
|
e71890b709
|
includes fix
|
2024-01-17 16:35:17 +03:00 |
|
MihailRis
|
377c8e5029
|
the big refactor + extracted data classes from coders/json to data/dynamic
|
2024-01-17 16:32:53 +03:00 |
|