MihailRis
|
fb149f22d1
|
Update README.md
|
2023-12-30 11:51:26 +03:00 |
|
MihailRis
|
71fdd4b63e
|
msvc build fix
|
2023-12-30 00:35:42 +03:00 |
|
MihailRis
|
d2ace01c07
|
minor refactor
|
2023-12-30 00:02:17 +03:00 |
|
MihailRis
|
e7e7bbbe59
|
leak fix
|
2023-12-29 23:59:33 +03:00 |
|
MihailRis
|
188e2b81b7
|
Block interaction prevention feature (Shift key)
|
2023-12-29 23:57:27 +03:00 |
|
MihailRis
|
9ebbe1029d
|
New block properties and lua functions
|
2023-12-29 21:18:14 +03:00 |
|
MihailRis
|
9e1a7213c7
|
Small fix
|
2023-12-29 16:23:12 +03:00 |
|
MihailRis
|
bf13c517ab
|
Test garbage removed
|
2023-12-29 14:41:21 +03:00 |
|
MihailRis
|
74af65f320
|
Sky artifacts fix
|
2023-12-29 14:40:33 +03:00 |
|
MihailRis
|
76aeb8e4df
|
Content packs indices auto build + WorldGenerator fix
|
2023-12-29 14:17:26 +03:00 |
|
MihailRis
|
d2a40d31a4
|
scripting: get_player_pos, set_player_pos
|
2023-12-29 00:46:26 +03:00 |
|
MihailRis
|
2c75a0bee4
|
scripting: on_interact (right click on block) callback
|
2023-12-29 00:31:21 +03:00 |
|
MihailRis
|
2b4e6c1a14
|
AABB emissive blocks lighting fix + refactor
|
2023-12-28 23:22:19 +03:00 |
|
MihailRis
|
178107ffff
|
Fixed aabb blocks lights
|
2023-12-28 22:10:24 +03:00 |
|
MihailRis
|
b8d7e89f0b
|
AABB blocks render simplified
|
2023-12-28 20:03:25 +03:00 |
|
MihailRis
|
3f9e36e682
|
Small fix
|
2023-12-28 19:29:45 +03:00 |
|
MihailRis
|
a1e3706c8f
|
Stop render when iconified
|
2023-12-28 18:55:54 +03:00 |
|
MihailRis
|
837fd2f32f
|
BlocksRenderer simplified (part 1)
|
2023-12-28 03:49:24 +03:00 |
|
MihailRis
|
86ab2d8145
|
Added some docs
|
2023-12-28 02:48:20 +03:00 |
|
MihailRis
|
d75b2641c2
|
Merge pull request #63 from istudyatuni/ci-release
feat(ci): upload artifacts and make release
|
2023-12-27 18:16:24 +03:00 |
|
MihailRis
|
e8d882c32e
|
Merge pull request #74 from QuFlax/my
Fix and Optimize Events
|
2023-12-27 18:07:58 +03:00 |
|
Ilia
|
4ddc8dd18c
|
feat(ci): upload artifacts and make release
|
2023-12-27 17:08:13 +03:00 |
|
quflax
|
4d281ff03b
|
dasdasdasdas
|
2023-12-27 15:01:18 +02:00 |
|
quflax
|
95c713bc4d
|
dasdas
|
2023-12-27 13:39:23 +02:00 |
|
MihailRis
|
69a17c25ea
|
WorldRegions memory management update
|
2023-12-27 11:44:19 +03:00 |
|
MihailRis
|
5d4e67fdb1
|
Fog update
|
2023-12-27 11:38:39 +03:00 |
|
MihailRis
|
35b13adf03
|
Fixed leak at WorldFiles::getLights
|
2023-12-27 11:25:09 +03:00 |
|
MihailRis
|
128bc277b8
|
Merge pull request #73 from A-lex-Ra/main
smart language detection
|
2023-12-26 19:18:47 +03:00 |
|
A-lex-Ra
|
fa1345ac0a
|
refactoring WorldFiles.cpp a bit
|
2023-12-26 20:30:47 +06:00 |
|
A-lex-Ra
|
1b51fdbd0b
|
Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp
|
2023-12-26 19:55:14 +06:00 |
|
A-lex-Ra
|
307df37ba7
|
improve locale detection as much as possible
|
2023-12-26 19:54:03 +06:00 |
|
MihailRis
|
ee29777765
|
Critical fix
|
2023-12-26 13:11:40 +03:00 |
|
MihailRis
|
92a08a92ef
|
Merge pull request #72 from A-lex-Ra/main
Locales(langs) detecting
|
2023-12-25 17:56:06 +03:00 |
|
A-lex-Ra
|
1dae8c2c31
|
postmerge fix
|
2023-12-25 20:35:36 +06:00 |
|
A-lex-Ra
|
4d8c8563cc
|
merge
|
2023-12-25 20:30:05 +06:00 |
|
A-lex-Ra
|
ca3697301e
|
detect system locale
|
2023-12-25 20:26:56 +06:00 |
|
MihailRis
|
ea812a34a4
|
Removed unused constants
|
2023-12-25 11:48:00 +03:00 |
|
MihailRis
|
ed4d345e77
|
Merge pull request #71 from A-lex-Ra/main
again fix msvc sstream error
|
2023-12-25 11:25:52 +03:00 |
|
A-lex-Ra
|
06aa6023b3
|
delete duplication
|
2023-12-25 13:14:29 +06:00 |
|
MihailRis
|
acce49f188
|
Scripting WIP (#70)
* Scripting introduced
* AppImage workflow fixes
* AppImage workflow simplified
* README.md update
* README.md update
* small fix
|
2023-12-25 05:26:03 +03:00 |
|
MihailRis
|
ce26f0c227
|
Update README.md
|
2023-12-25 00:07:40 +03:00 |
|
MihailRis
|
abbe4021ba
|
Minor refactor
|
2023-12-24 13:57:00 +03:00 |
|
MihailRis
|
cfcfbee604
|
AppImage-related files moved to dev folder
|
2023-12-24 12:02:11 +03:00 |
|
MihailRis
|
b7ee9a4604
|
Minor refactor
|
2023-12-24 11:18:21 +03:00 |
|
MihailRis
|
572734dc80
|
No more shaders and fonts reload on world open
|
2023-12-24 10:53:18 +03:00 |
|
MihailRis
|
25b1afbc26
|
settings files location fix
|
2023-12-23 14:32:51 +03:00 |
|
MihailRis
|
5441610fee
|
Merge pull request #69 from DrDub/appimage
AppImage builder plus GH actions (fixes #26)
|
2023-12-23 14:25:46 +03:00 |
|
Pablo Duboue
|
737e979bcd
|
AppImage builder plus GH actions
Included also a .desktop file and an icon.
|
2023-12-22 13:19:43 -08:00 |
|
MihailRis
|
19c04c8cf3
|
MSVC build fix
|
2023-12-22 13:59:27 +03:00 |
|
MihailRis
|
ae74fb2c8a
|
walpaper removed from base content
|
2023-12-21 22:19:47 +03:00 |
|