Commit Graph

  • 43db8ebba1 lua: added set_block_states MihailRis 2024-02-18 22:16:18 +03:00
  • ed6a377e90 gui: more lua support + 'coord' renamed to 'pos' MihailRis 2024-02-18 22:08:08 +03:00
  • 6f88502cae glfw version output MihailRis 2024-02-18 19:25:48 +03:00
  • 7be2349442 added appimage-wayland.yml MihailRis 2024-02-18 19:10:54 +03:00
  • 6953724b0f removed debug garbage MihailRis 2024-02-18 19:07:58 +03:00
  • 526979fa0b
    Merge pull request #148 from InfiniteCoder01/LuaErrorHandling MihailRis 2024-02-18 17:19:45 +03:00
  • 1df20ba488 C++ Exceptions from lua handling InfiniteCoder 2024-02-18 16:41:49 +03:00
  • dabf42162c added hud.lua script MihailRis 2024-02-18 12:45:37 +03:00
  • 33d14be71c hud.open_permanent semantics update MihailRis 2024-02-18 11:42:06 +03:00
  • d9dc974685 fix MihailRis 2024-02-18 11:18:00 +03:00
  • d8b3920d65 ui: more xml support + hud.close function MihailRis 2024-02-17 13:58:12 +03:00
  • e58624d3e8 lua: added hud.open_permanent(layoutid) MihailRis 2024-02-17 02:57:42 +03:00
  • 4e126e25cf even more docs MihailRis 2024-02-17 02:17:16 +03:00
  • 018f0affaa more docs MihailRis 2024-02-17 00:36:22 +03:00
  • 38f9805ca7 minor refactor + Block.uiLayout MihailRis 2024-02-16 22:51:47 +03:00
  • af7c828d73 block ui test MihailRis 2024-02-16 14:45:46 +03:00
  • 7e553efdec lua: hud library MihailRis 2024-02-16 13:57:03 +03:00
  • ffed4319da
    Merge pull request #145 from rekvizitt/main MihailRis 2024-02-15 18:35:33 +03:00
  • c44c80947f Added "Camera Shaking" translation rekvizitt 2024-02-15 17:33:35 +03:00
  • 11bb9e5926 misc hud-related updates MihailRis 2024-02-15 14:43:03 +03:00
  • 1f3d1e2640 stdlib.lua load_script fix MihailRis 2024-02-15 12:59:01 +03:00
  • f88623ddd6 warning fix MihailRis 2024-02-15 11:50:19 +03:00
  • e21b607f2d lua filesystem access fix MihailRis 2024-02-15 11:19:51 +03:00
  • a5061a888c lua: added bit library MihailRis 2024-02-14 14:28:25 +03:00
  • 0d121fccd7 pause fix MihailRis 2024-02-14 11:02:00 +03:00
  • c42ffb4047
    Merge pull request #144 from A-lex-Ra/main MihailRis 2024-02-14 10:27:23 +03:00
  • 5ab44d13a6 gnu type deducing fix A-lex-Ra 2024-02-14 11:34:35 +06:00
  • 408dccc590 'Camera Shaking' checkbox added to settings menu A-lex-Ra 2024-02-14 11:15:47 +06:00
  • 02860f193a <algorithm> included where needed A-lex-Ra 2024-02-14 10:40:02 +06:00
  • de3e3e0fe4 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-02-14 10:11:42 +06:00
  • ef81a024c9 new crosshair + minor refactor MihailRis 2024-02-14 04:38:34 +03:00
  • 1145267308 lua api refactor MihailRis 2024-02-14 01:37:10 +03:00
  • 98a6c825b1 warning fix MihailRis 2024-02-14 01:23:14 +03:00
  • 2aa49c7470 minor refactor MihailRis 2024-02-14 01:19:24 +03:00
  • c6bd52eed2 gui: more xml and lua support MihailRis 2024-02-14 00:31:45 +03:00
  • ef0d4d69e4 auto document variable in ui-document lua script MihailRis 2024-02-13 20:54:33 +03:00
  • 05589b721e lua: gui library (WIP) MihailRis 2024-02-13 18:16:18 +03:00
  • 652ea6c3e3 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-02-13 20:57:33 +06:00
  • 302b649634 ui scripting related fixes MihailRis 2024-02-13 14:36:10 +03:00
  • 7f17face73 minor refactor MihailRis 2024-02-13 12:59:05 +03:00
  • b6f675a540 gui: added UINode.zindex MihailRis 2024-02-13 12:46:06 +03:00
  • e1b2d8f7e4 delta-time visualize tool MihailRis 2024-02-13 10:55:48 +03:00
  • de6a6dd771 xml: image element MihailRis 2024-02-12 22:54:09 +03:00
  • 2de5f5c646 ui callbacks update MihailRis 2024-02-12 19:59:58 +03:00
  • e9cbb04090 slots-grid coord fix MihailRis 2024-02-12 18:40:47 +03:00
  • 87f50f79c9 block inventories (backend) MihailRis 2024-02-12 18:28:18 +03:00
  • fe57c38edf fix MihailRis 2024-02-12 13:59:16 +03:00
  • e16f7567b1 lua: inventory library MihailRis 2024-02-12 13:56:46 +03:00
  • 617017d979 content-pack specific variables PACK_ENV and PACK_ID MihailRis 2024-02-12 03:22:08 +03:00
  • 49fe2108d3 new lua functions MihailRis 2024-02-12 02:39:45 +03:00
  • 5724778117 minor refactor & fixes MihailRis 2024-02-12 02:01:28 +03:00
  • e4f7315cc3 lua: uidocuments sub-environment MihailRis 2024-02-11 23:56:24 +03:00
  • 4ce46f34bf inventory id argument MihailRis 2024-02-11 17:42:19 +03:00
  • 8e529eb63b inventory script, modules MihailRis 2024-02-11 17:38:30 +03:00
  • bb1743105d UiXmlReader padding fix MihailRis 2024-02-09 23:06:50 +03:00
  • 6fc312b651 lua content pack environments test MihailRis 2024-02-09 19:47:22 +03:00
  • fce77bc896 lua environmnents-related update MihailRis 2024-02-09 15:46:43 +03:00
  • 9ad371862c layout test MihailRis 2024-02-09 10:34:34 +03:00
  • 07adbd04ea UiDocument is an asset now MihailRis 2024-02-09 09:59:36 +03:00
  • 241d15e349 ContentPackRuntime + refactor MihailRis 2024-02-08 20:53:12 +03:00
  • 54e6d49847 fixed missing include MihailRis 2024-02-07 19:31:43 +03:00
  • 1dd0e9f939 UiDocument MihailRis 2024-02-07 19:29:20 +03:00
  • c902ed506b slots-grid xml element MihailRis 2024-02-07 09:47:14 +03:00
  • 23705e065e InventoryView::readXML MihailRis 2024-02-06 23:26:11 +03:00
  • 8dbbea7b6d InventoryView update MihailRis 2024-02-06 19:00:57 +03:00
  • 52e60c979b fixes MihailRis 2024-02-05 22:30:23 +03:00
  • 62600318d7
    Merge pull request #140 from DSDemen/patch-1 MihailRis 2024-02-05 18:03:07 +03:00
  • becd1d11ae load_script error handling fix MihailRis 2024-02-05 07:02:50 +03:00
  • 4ad48bdb63 textbox validation fix MihailRis 2024-02-05 05:38:42 +03:00
  • 54629b0b6c fix MihailRis 2024-02-05 05:34:19 +03:00
  • 939f1a7d75 added error and warning icons MihailRis 2024-02-05 05:02:22 +03:00
  • 92ac79ded6 lua: pack.is_installed function MihailRis 2024-02-05 04:15:19 +03:00
  • bcc6fef74b lua: added toml library + content menu fix MihailRis 2024-02-05 04:05:58 +03:00
  • a7ac539429 Added gamma setting MihailRis 2024-02-05 01:17:16 +03:00
  • 4fd398844e UiXmlReader update MihailRis 2024-02-05 01:10:05 +03:00
  • b38afe9e34 refactor MihailRis 2024-02-04 23:45:15 +03:00
  • 3cd648e10c UiXmlReader update MihailRis 2024-02-04 09:32:26 +03:00
  • ccbe0d5b3a Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-02-04 10:24:22 +06:00
  • 6ae59cd851 worlds list is sorted now MihailRis 2024-02-04 06:03:31 +03:00
  • 86412a28ec UiXmlReader added (WIP) MihailRis 2024-02-04 05:00:29 +03:00
  • e9efdb0e7b missing-content panel scroll fix MihailRis 2024-02-04 03:31:11 +03:00
  • 01df957859 base pack textures update MihailRis 2024-02-04 03:23:35 +03:00
  • 3008bddddc
    Update fi_FI.txt JaDoma 2024-02-03 18:09:35 +02:00
  • 6c5f664d36 ContentPack::scan another unhandled exception fix MihailRis 2024-02-03 07:11:32 +03:00
  • 685aab6bb5 ContentPack::scan unhandled exception fix MihailRis 2024-02-03 07:09:13 +03:00
  • f8ca31e44d animated textures borders fix MihailRis 2024-02-03 06:22:16 +03:00
  • f599ed7fe7 Merge https://github.com/MihailRis/VoxelEngine-Cpp A-lex-Ra 2024-02-03 09:16:10 +06:00
  • 4d54fadd61 visual fixes MihailRis 2024-02-03 06:08:27 +03:00
  • 9cb3923442 gui and Font update MihailRis 2024-02-03 05:56:10 +03:00
  • 6cdb45485b buttons-related semantics update + refactor MihailRis 2024-02-03 04:48:05 +03:00
  • 537a0ca358 clang warnings fix MihailRis 2024-02-02 23:19:06 +03:00
  • 0e2fc14dc8 luaL_openlib renamed to openlib MihailRis 2024-02-02 22:37:52 +03:00
  • 86262571b6 inventory bug fix MihailRis 2024-02-02 22:22:10 +03:00
  • 34b001041f updates default assets policy MihailRis 2024-02-02 22:17:30 +03:00
  • f25677d6d2 clang warnings fix MihailRis 2024-02-02 20:42:49 +03:00
  • 4a22e8d57b elements size temporary fixed MihailRis 2024-02-02 20:07:06 +03:00
  • bc72742ee3 locale independent util::parse_double MihailRis 2024-02-02 20:02:30 +03:00
  • 84e8fd1af6 fixes MihailRis 2024-02-01 03:02:54 +03:00
  • da190f3f7b std::from_chars output handling MihailRis 2024-02-01 02:33:38 +03:00
  • e641ebd13b
    Update appimage.yml MihailRis 2024-02-01 02:27:58 +03:00