Commit Graph

  • 097fb5c4d8 removed some test code MihailRis 2024-05-07 22:38:38 +03:00
  • 7c8591bb65 args parser fix MihailRis 2024-05-07 22:32:53 +03:00
  • d1b977971f args dump MihailRis 2024-05-07 22:25:05 +03:00
  • 079cc7025a test 1 MihailRis 2024-05-07 22:13:26 +03:00
  • cfd4c5b454 document environment inheritance MihailRis 2024-05-07 21:51:09 +03:00
  • d1c61153c9 lua::LuaState::createRunnable() fix MihailRis 2024-05-07 21:43:15 +03:00
  • f2cdd3c4b6 number_u deleted MihailRis 2024-05-07 18:50:36 +03:00
  • a4c21984d5 dynamic::Value simplified MihailRis 2024-05-07 18:39:12 +03:00
  • 8e83a07094 'dynamic' namespace refactor (step 2) MihailRis 2024-05-07 17:03:04 +03:00
  • d33edd4cd9 'dynamic' namespace refactor (step 1/2) MihailRis 2024-05-07 16:00:52 +03:00
  • 80e7bcb203
    Merge pull request #192 from MihailRis/worldwide-refactor MihailRis 2024-05-06 17:50:35 +03:00
  • 3c6089225f cleanup MihailRis 2024-05-06 17:35:05 +03:00
  • b3a1cad0e1 msvc build fix MihailRis 2024-05-06 17:15:48 +03:00
  • 1627e21c1d the final rename MihailRis 2024-05-06 03:38:19 +03:00
  • f27a418dbe however MihailRis 2024-05-06 03:15:27 +03:00
  • 91aacafecb hpp++ MihailRis 2024-05-06 01:36:21 +03:00
  • 6b037ec7e8 hpp+ MihailRis 2024-05-06 01:27:24 +03:00
  • 9ea67deb13 'ifnot' template property + hpp MihailRis 2024-05-06 00:45:43 +03:00
  • 8b1c102cfe default multiline labels valign set to 'top' + content panel width increased MihailRis 2024-05-05 23:37:40 +03:00
  • 4dc2c4701d menu page queries MihailRis 2024-05-05 22:40:24 +03:00
  • 7f8a86b740 minor refactor MihailRis 2024-05-05 20:08:25 +03:00
  • 75e56ebd83 audio listener configuration fix MihailRis 2024-05-05 19:51:14 +03:00
  • 2a77c24414 inventory convert fix (items count) MihailRis 2024-05-05 17:49:17 +03:00
  • bad871b0a2 minor refactor MihailRis 2024-05-05 17:02:11 +03:00
  • 5fcefaf52e missing includes MihailRis 2024-05-05 16:31:14 +03:00
  • 179d2b7a25 settings reader fix MihailRis 2024-05-05 16:04:00 +03:00
  • ba885e4e08 input.add_callback MihailRis 2024-05-05 06:49:17 +03:00
  • 92f6fd2226 optimizations, refactor, fixes MihailRis 2024-05-05 04:14:24 +03:00
  • 3f12d4389d minor MihailRis 2024-05-05 00:51:45 +03:00
  • f02edcf15a scripting.h fix + input library MihailRis 2024-05-05 00:28:30 +03:00
  • f9dd865bee lua runnables update MihailRis 2024-05-04 23:23:04 +03:00
  • bab806c2f8 world creation content menu MihailRis 2024-05-04 21:27:28 +03:00
  • 5402872c28 fix MihailRis 2024-05-04 16:45:26 +03:00
  • 7c5e15fade dependencies lock MihailRis 2024-05-04 16:05:05 +03:00
  • de0b890459 packs with missing dependencies test MihailRis 2024-05-03 23:44:17 +03:00
  • e26b87e7e5 pack.get_info: dependencies list included MihailRis 2024-05-03 23:32:52 +03:00
  • 3ac6ad640a ENGINE_VERSION_INDEV replaced with ENGINE_DEBUG_BUILD MihailRis 2024-05-02 17:26:25 +03:00
  • 5915b811f2 new content menu (WIP) MihailRis 2024-05-02 04:07:07 +03:00
  • 690e3f54c9 small ui changes MihailRis 2024-04-30 19:43:34 +03:00
  • 69265baa48 settings menu update MihailRis 2024-04-30 17:14:25 +03:00
  • 2380375f3c settings menu update + UINode 'enabled' property MihailRis 2024-04-30 16:41:44 +03:00
  • 9b843817f8 redundancy reduced MihailRis 2024-04-30 14:49:55 +03:00
  • 8c86bcae54 pagebox element MihailRis 2024-04-30 06:20:46 +03:00
  • 3b4fc2dfea leaks fix (valgrind full leak check) in world MihailRis 2024-04-30 03:17:24 +03:00
  • f8289a5d78 leaks fix (valgrind full leak check) MihailRis 2024-04-30 02:49:12 +03:00
  • bcf2f5029d GfxContext renamed to DrawContext MihailRis 2024-04-30 00:31:13 +03:00
  • 4af0a8acf7 atlas animation moved to textures/ATLAS/animation MihailRis 2024-04-30 00:20:24 +03:00
  • 0af780c5e4 fix MihailRis 2024-04-29 16:06:19 +03:00
  • 85f579a42b fix MihailRis 2024-04-29 15:37:31 +03:00
  • 5669b10036 small fix MihailRis 2024-04-29 15:30:52 +03:00
  • beaeba43af InventoryView inventory property MihailRis 2024-04-29 15:18:45 +03:00
  • 47214d8e52 textbox scroll fix @clasher113 2024-04-29 14:31:48 +03:00
  • 1401eca712 removed some redundant code MihailRis 2024-04-29 02:58:35 +03:00
  • 63768ccd6d minor refactor and fixes MihailRis 2024-04-29 02:46:00 +03:00
  • 90c64a363a forgot MihailRis 2024-04-29 02:23:20 +03:00
  • d0678c6bd7 hud, InventoryView refactor MihailRis 2024-04-29 01:47:38 +03:00
  • 83e7cedffe gcc warning fix MihailRis 2024-04-29 01:17:56 +03:00
  • c561466f64 InventoryInteraction removed due to redundancy MihailRis 2024-04-29 00:14:16 +03:00
  • ef28a368cb refactor MihailRis 2024-04-28 22:33:34 +03:00
  • 167388aefb track-width fixes MihailRis 2024-04-28 20:09:55 +03:00
  • 788bd6bf0f numeric setting value display fix MihailRis 2024-04-28 19:03:54 +03:00
  • c3b5576c02 toml::Wrapper removed MihailRis 2024-04-28 17:23:52 +03:00
  • 184ecd88ba Merge branch 'main' into worldwide-refactor MihailRis 2024-04-26 17:23:47 +03:00
  • 52271ebfe9
    Merge pull request #204 from er2off/main MihailRis 2024-04-26 17:23:26 +03:00
  • 7e227c1cc1 Compilation fixes Er2 2024-04-26 16:34:06 +03:00
  • a71314bdad Chunks::saveAndClear() fix (F5 fix) MihailRis 2024-04-26 16:13:07 +03:00
  • 87ec71154f micro fix MihailRis 2024-04-26 15:32:24 +03:00
  • 001617f6d9 StringSetting, gui.set_locale removed MihailRis 2024-04-26 03:03:42 +03:00
  • 6650e27737 ObservableSetting MihailRis 2024-04-26 02:43:10 +03:00
  • 4861fedf1e fullscreen setting checkbox + smth MihailRis 2024-04-26 00:34:15 +03:00
  • 8be0d157c2 trackbar track-width semantic update + gamma setting trackbar MihailRis 2024-04-25 06:00:35 +03:00
  • b1a79e3a6e block.material + minor refactor MihailRis 2024-04-25 05:12:45 +03:00
  • 8730b03a52 fixes MihailRis 2024-04-25 03:00:21 +03:00
  • 56a8226028 text-wrapping + fix MihailRis 2024-04-25 02:19:50 +03:00
  • 37e089169e Label cache MihailRis 2024-04-24 23:24:47 +03:00
  • 4ac8ea1ab3 final rename MihailRis 2024-04-24 19:01:28 +03:00
  • 1ecc608ead nothing actually done MihailRis 2024-04-24 07:35:46 +03:00
  • 051f0b8c6a rename MihailRis 2024-04-23 18:43:02 +03:00
  • 67f34ceb8c minor refactor MihailRis 2024-04-23 16:45:29 +03:00
  • 3ddde7f7d3 removed some garbage MihailRis 2024-04-23 14:22:01 +03:00
  • bf75e21651 minor refactor MihailRis 2024-04-23 14:05:36 +03:00
  • f1e6da6a7e world preview fov fixed to 70 deg MihailRis 2024-04-23 13:49:24 +03:00
  • f8f6ffc0c5 process page test MihailRis 2024-04-23 04:51:00 +03:00
  • a34fff3515 small fix MihailRis 2024-04-23 04:09:39 +03:00
  • cc5784c878 AssetsLoader::loadExternalTexture MihailRis 2024-04-23 03:50:03 +03:00
  • 0c731f3fe4 world delete button fix MihailRis 2024-04-23 03:13:14 +03:00
  • 457f88ee5e worlds list element visual fix MihailRis 2024-04-23 02:58:11 +03:00
  • 9f2bceb039 just a minor refactor, nothing special MihailRis 2024-04-23 02:00:03 +03:00
  • 6e2bc9ca95 world previews demo MihailRis 2024-04-23 01:09:30 +03:00
  • 5afa5304ff minor EngineController refactor MihailRis 2024-04-22 22:26:39 +03:00
  • 132016d33f missing content report moved to xml MihailRis 2024-04-22 22:17:06 +03:00
  • 61ca91b525 frontend/screens deleted MihailRis 2024-04-22 20:32:28 +03:00
  • 7415726e47 fixes MihailRis 2024-04-22 19:34:24 +03:00
  • 5b82b18c6f settings observers lifecycle MihailRis 2024-04-22 19:10:36 +03:00
  • 201209887f audio settings fix MihailRis 2024-04-22 19:04:00 +03:00
  • 8e4f8004f7 lua json library MihailRis 2024-04-22 17:08:20 +03:00
  • 30a38035e2 the shortcut MihailRis 2024-04-21 17:12:06 +03:00
  • 635e512142 scriptenv? MihailRis 2024-04-21 15:41:47 +03:00
  • d213902648 minor refactor MihailRis 2024-04-21 02:37:44 +03:00
  • 599665d349 minor movement MihailRis 2024-04-21 01:34:34 +03:00