Commit Graph

  • 9e3c4fb00c InventoryBuilder used for access panel and hotbar MihailRis 2024-01-21 18:34:44 +03:00
  • d9408a7cfc
    Merge pull request #123 from clasher113/main MihailRis 2024-01-21 17:57:33 +03:00
  • 623314e97f
    Update assetload_funcs.cpp clasher113 2024-01-21 16:03:15 +02:00
  • b80e36f008 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp @clasher113 2024-01-21 15:42:38 +02:00
  • 5fb0127915 IntelliSence moment @clasher113 2024-01-21 15:27:50 +02:00
  • 5fb34daf52 Block animation @clasher113 2024-01-21 15:23:03 +02:00
  • 9979836ea4
    Merge pull request #122 from NigthLier/main MihailRis 2024-01-21 16:21:31 +03:00
  • 82c932ed51
    Merge branch 'MihailRis:main' into main NigthLier 2024-01-21 15:52:32 +03:00
  • 5142f3b4e7 Inventory (WIP part I) MihailRis 2024-01-21 15:23:46 +03:00
  • dbb4debefd
    Update vcpkg.json NigthLier 2024-01-21 08:02:50 +03:00
  • e348978f30 README updated to vcpkg NigthLier 2024-01-21 03:12:49 +03:00
  • 9651dd13a5 поддержка vcpkg NigthLier 2024-01-21 02:25:04 +03:00
  • fe5cab0db0 small fix MihailRis 2024-01-20 23:44:35 +03:00
  • 1cc26a6b10
    Merge pull request #120 from IgorKorobeynikov/patch-1 MihailRis 2024-01-19 18:22:44 +03:00
  • a947f44856
    Update fi_FI.txt Igor 2024-01-19 18:19:17 +03:00
  • 90e2cf4c3c
    Merge pull request #121 from A-lex-Ra/main MihailRis 2024-01-19 18:15:37 +03:00
  • a870504087
    Update fi_FI.txt Igor 2024-01-19 17:48:54 +03:00
  • 8386611f40 quickfix icon display A-lex-Ra 2024-01-19 20:46:36 +06:00
  • 42f3271f54 upd delete_icon.png A-lex-Ra 2024-01-19 20:33:35 +06:00
  • f8200e81eb
    Merge pull request #119 from rekvizitt/patch-2 MihailRis 2024-01-19 16:31:40 +03:00
  • 699873d580
    Update be_BY.txt rekvizitt 2024-01-19 15:47:24 +03:00
  • 1938ccc803 increased world loading speed and ui scroll MihailRis 2024-01-19 03:53:30 +03:00
  • ac9d0d7993 shader fix MihailRis 2024-01-18 23:27:33 +03:00
  • 9c110b83d3 Fixed world name label behaviour MihailRis 2024-01-18 20:11:47 +03:00
  • b12d242335 Block.scriptName, ItemDef.scriptName MihailRis 2024-01-18 04:41:35 +03:00
  • 9119caca65 Delete world feature MihailRis 2024-01-18 04:06:27 +03:00
  • 01344a9d1d added ItemDef.stackSize MihailRis 2024-01-18 01:56:41 +03:00
  • 097e6fde2f removed debug profiling MihailRis 2024-01-18 00:55:46 +03:00
  • 6214e1a507 randomTick sped up with faster rand implementation MihailRis 2024-01-17 23:41:11 +03:00
  • d7f2771da4 lua: pack.get_folder(pack_name) + shader fix MihailRis 2024-01-17 23:10:06 +03:00
  • 7d35356f9d binary json: compressed documents support MihailRis 2024-01-17 19:33:04 +03:00
  • 5bcbeb771f
    Merge pull request #106 from koval01/main MihailRis 2024-01-17 18:21:23 +03:00
  • cb859eeea2
    Merge pull request #109 from AlexXZero/feature/108/docker MihailRis 2024-01-17 18:14:49 +03:00
  • 483d5d0e48
    Merge pull request #118 from A-lex-Ra/main MihailRis 2024-01-17 18:09:24 +03:00
  • cefc5f62c9 upd CMakeLists for proper linkage A-lex-Ra 2024-01-17 21:04:18 +06:00
  • 45315a1801
    Merge pull request #117 from A-lex-Ra/main MihailRis 2024-01-17 16:38:57 +03:00
  • fa6eb6ae22 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp @clasher113 2024-01-17 15:37:31 +02:00
  • 090985f99f Random seed fix @clasher113 2024-01-17 15:36:38 +02:00
  • e71890b709 includes fix MihailRis 2024-01-17 16:35:17 +03:00
  • 377c8e5029 the big refactor + extracted data classes from coders/json to data/dynamic MihailRis 2024-01-17 16:32:53 +03:00
  • 3473aeb309 replace target fix A-lex-Ra 2024-01-17 19:26:09 +06:00
  • 9c555057b2 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-01-17 11:54:55 +06:00
  • 34d4500e24 binary_json_spec.md update (cdocument explanation) MihailRis 2024-01-17 01:24:48 +03:00
  • 9a518ecc5f added missing #include MihailRis 2024-01-17 00:55:49 +03:00
  • b0165b1014 gzip compress/decompress + refactor MihailRis 2024-01-17 00:52:55 +03:00
  • 3837cdcf95 binary json format introduced + specification MihailRis 2024-01-16 19:05:27 +03:00
  • 02c3379f78 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-01-16 12:53:57 +06:00
  • faa581a928
    Merge pull request #114 from clasher113/main MihailRis 2024-01-15 22:11:57 +03:00
  • 9cf76f2d45 Zero window size fix (OS Windows) @clasher113 2024-01-15 20:21:25 +02:00
  • 100f87056c Camera rotation fix @clasher113 2024-01-15 18:48:36 +02:00
  • ca40b93344 small fixes MihailRis 2024-01-15 14:32:18 +03:00
  • 1e12f80dd6 version set to 0.18 + WorldGenerator indents fix MihailRis 2024-01-15 13:08:31 +03:00
  • ba12642a24 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-01-15 14:37:14 +06:00
  • cec8d75b7d added content error message screen on world creation MihailRis 2024-01-14 20:10:50 +03:00
  • ba4e10c2c8 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-01-14 21:32:06 +06:00
  • 0b48a77e2d world.set_day_time fix MihailRis 2024-01-14 17:37:42 +03:00
  • a4e366f0c1
    Update README.md MihailRis 2024-01-14 16:36:28 +03:00
  • d183c1ae70 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-01-14 19:34:46 +06:00
  • beddfb5359 scripting prevent-default fix MihailRis 2024-01-14 15:00:11 +03:00
  • f41362beb4 #108 Add docker container support Alex Dolzhenkov 2024-01-14 21:28:12 +13:00
  • 18cc2bf867 merge "main" into AlexRa:main A-lex-Ra 2024-01-14 10:08:19 +06:00
  • c6c5050ea1 msvc preproc fix A-lex-Ra 2024-01-14 10:06:12 +06:00
  • 6d60cc8276 small fix MihailRis 2024-01-13 21:33:36 +03:00
  • 9fd675895d physics: step height MihailRis 2024-01-13 21:20:25 +03:00
  • 3183513e55 luaL_openlib replacement fix MihailRis 2024-01-13 20:48:24 +03:00
  • 2254d8e04b add fleet IDE conf dir to .gitignore Koval Yaroslav 2024-01-13 18:54:35 +02:00
  • 10c12183a3 update issue templates Koval Yaroslav 2024-01-13 18:16:23 +02:00
  • 1e21d1caa7
    Update новая-фича.md Yaroslav Koval 2024-01-13 18:11:54 +02:00
  • 74f1de0cb0
    Update issue templates Yaroslav Koval 2024-01-13 18:10:20 +02:00
  • d294530184
    Create FUNDING.yml Yaroslav Koval 2024-01-13 17:59:21 +02:00
  • c7fb887888
    Merge pull request #104 from rekvizitt/patch-1 MihailRis 2024-01-13 16:40:01 +03:00
  • f6c26fee6e
    Update be_BY.txt rekvizitt 2024-01-13 15:17:33 +03:00
  • 5569bd711e added bazalt_breaker + scripting fix MihailRis 2024-01-13 14:07:49 +03:00
  • 40987f16b6 small lua fix MihailRis 2024-01-13 11:16:44 +03:00
  • 39832233bb
    Update README.md MihailRis 2024-01-13 01:54:16 +03:00
  • 6817e613f8 Collision inside of blocks fix test MihailRis 2024-01-12 20:47:15 +03:00
  • 5669e6ebed TextBox::setOnEditStart(runnable) MihailRis 2024-01-12 19:29:49 +03:00
  • 175613692f default item texture fix MihailRis 2024-01-12 16:55:48 +03:00
  • 444a2061c5 lua: player functions update MihailRis 2024-01-12 14:18:29 +03:00
  • 31b0349757 HUD hide mode fix MihailRis 2024-01-12 13:21:40 +03:00
  • faabb8178a New scripting features MihailRis 2024-01-12 12:16:54 +03:00
  • 05fe86e64c emissive items MihailRis 2024-01-11 18:02:27 +03:00
  • 213eba6072 added stringutil::to_string MihailRis 2024-01-11 04:10:43 +03:00
  • 290fec379e added FullCheckBox MihailRis 2024-01-11 04:08:36 +03:00
  • b2b961552b guiutil::alert text wrapping + refactor MihailRis 2024-01-11 03:21:14 +03:00
  • e1d30732df TextBox validation + minor refactor, fixes MihailRis 2024-01-11 02:37:29 +03:00
  • 61ad839ebf Small optimization MihailRis 2024-01-10 16:46:36 +03:00
  • 9760cff8f4 Refactor MihailRis 2024-01-10 16:41:51 +03:00
  • e2bb7a34aa palette png reading support MihailRis 2024-01-10 03:49:20 +03:00
  • abd28514e4 Content error messages MihailRis 2024-01-09 20:19:46 +03:00
  • dfeb7293b2 Fixed sky lighting intensity and color MihailRis 2024-01-09 19:42:39 +03:00
  • 486068b2af sprite items + tetragons format update MihailRis 2024-01-09 15:51:09 +03:00
  • 0216c4e00b small fix MihailRis 2024-01-09 13:38:27 +03:00
  • 93e794a601 Fixed normals direction MihailRis 2024-01-09 13:34:37 +03:00
  • cce2b730f2 Removed extras MihailRis 2024-01-09 13:26:18 +03:00
  • 484c2b85cf Custom models lights fix MihailRis 2024-01-09 13:24:45 +03:00
  • 72d589d39e
    Merge pull request #97 from A-lex-Ra/main MihailRis 2024-01-09 13:03:07 +03:00
  • c9576f1fc4 Minor item refactor MihailRis 2024-01-09 12:58:35 +03:00
  • bd13079642 fix rotated model rendering A-lex-Ra 2024-01-09 15:00:42 +06:00
  • c4125058b4 custom model format changes A-lex-Ra 2024-01-09 13:46:26 +06:00