Commit Graph

  • de3c626d63 start implementing dynamic nodes sshumakov3 2020-12-10 15:12:12 +03:00
  • 17a739955c start implementing dynamic nodes sshumakov3 2020-12-10 15:06:53 +03:00
  • 3ce8e2da32 fix a few issues with breaking, start work on dynamic nodes sshumakov3 2020-12-08 22:25:41 +03:00
  • 43949ac071 implement further node functionality. logic break, rework interpreter sshumakov3 2020-12-08 01:02:26 +03:00
  • eaa5cda65e various changes to nodes sshumakov3 2020-12-04 21:59:30 +03:00
  • ce5c458cc2 various changes to nodes sshumakov3 2020-12-04 21:58:31 +03:00
  • 0d89f12875 push missing files pie menu test sshumakov3 2020-11-28 12:45:56 +03:00
  • 18cd05afa2 add NodeEditor library (modified by me, do not submodule later!!!) sshumakov3 2020-11-28 01:37:38 +03:00
  • 68d0400e3a test implementation of nodes. just a simple calculator for now. sshumakov3 2020-11-28 01:32:54 +03:00
  • b46f0c3a6b missing files sshumakov3 2020-11-26 23:36:58 +03:00
  • 355520b049 imgui renderer: ensure delta time is always positive sshumakov3 2020-11-26 16:06:30 +03:00
  • 5687698972 gizmo: correct context ID ordering split view: move preset editor and asset browser docks to the bottom as tabbed view sshumakov3 2020-11-26 16:03:05 +03:00
  • dd245abe31 Merge remote-tracking branch 'origin/master' sshumakov3 2020-11-25 00:56:14 +03:00
  • 1105dbf252 test of docking system sshumakov3 2020-11-25 00:55:58 +03:00
  • e1e83ad625 Update noggit font Balkron 2020-11-25 00:22:27 +05:00
  • d83a8c0f98 bring back preset editor and asset browser test sshumakov3 2020-11-24 00:11:31 +03:00
  • e7c7558b29 add missing files fix pivot point rendering sshumakov3 2020-11-23 21:47:32 +03:00
  • e37253d96d implement gizmo logic and basic gizmo switching UI sshumakov3 2020-11-23 17:22:11 +03:00
  • a7ac72abfc fix test gizmo sshumakov3 2020-11-20 20:02:22 +03:00
  • a8c566f039 fix windows compiler issue sshumakov3 2020-11-19 19:13:31 +03:00
  • bdf66c4a69 fix windows compiler issue sshumakov3 2020-11-19 19:13:12 +03:00
  • cf6b7ac051 fix windows compiler issue sshumakov3 2020-11-19 19:12:53 +03:00
  • e8887ae589 push imgui sshumakov3 2020-11-19 19:10:30 +03:00
  • 65eb617e1a gizmo test sshumakov3 2020-11-19 18:23:43 +03:00
  • 94fbe61d3b asset browser: fix system theme Balkron 2020-11-18 21:12:38 +05:00
  • 7e24b75144 add missing files sshumakov3 2020-11-18 18:15:46 +03:00
  • 6ead62f0b2 preset editor: add ability to draw world sshumakov3 2020-11-18 15:20:21 +03:00
  • 80b703a900 Merge remote-tracking branch 'origin/master' sshumakov3 2020-11-18 14:27:41 +03:00
  • ddf46f9a02 make all async render objects context aware! sshumakov3 2020-11-18 14:27:23 +03:00
  • 4e60c7f336 asset browser: UI beautify Balkron 2020-11-18 02:37:17 +05:00
  • 75442e50e9 asset browser: activate search with enter/return key sshumakov3 2020-11-17 23:45:00 +03:00
  • a79ca86fb3 Merge remote-tracking branch 'origin/master' sshumakov3 2020-11-17 22:44:04 +03:00
  • 1bdb81dd86 asset browser: make dooodadset selector actually work sshumakov3 2020-11-17 22:43:53 +03:00
  • 241dd05329 Merge branch 'master' of https://gitlab.com/sshumakov3/noggit-red.git Balkron 2020-11-18 00:26:20 +05:00
  • 143f9a7ba3 asset browser: overlay ui update Balkron 2020-11-18 00:25:56 +05:00
  • ab7019ca84 asset browser: dooodadset selector sshumakov3 2020-11-17 22:20:31 +03:00
  • 22f89b6f02 asset browser: add grid render sshumakov3 2020-11-17 20:19:03 +03:00
  • 55e533de4a asset browser: manage render destruction safely sshumakov3 2020-11-17 16:38:32 +03:00
  • b1e769836c asset browser: fix rendering bounding boxes from multiple contexts sshumakov3 2020-11-17 15:28:44 +03:00
  • 9c62263a36 asset browser: implement render toggles, particle and box rendering sshumakov3 2020-11-17 13:56:04 +03:00
  • 4ef600a4f9 asset browser: fix light direction axis rotation sshumakov3 2020-11-17 11:43:07 +03:00
  • ca0276a439 asset browser: overlay: add a few more buttons sshumakov3 2020-11-17 02:20:51 +03:00
  • 28dab1f94b asset browser: settings: properly support frameless Window now. sshumakov3 2020-11-17 01:25:11 +03:00
  • 020f766c62 asset browser: finalize asset browser overlay sshumakov3 2020-11-17 00:30:02 +03:00
  • 48cceedc54 Merge remote-tracking branch 'origin/master' sshumakov3 2020-11-16 23:23:05 +03:00
  • d76386348f asset browser: implement some overlay functionality sshumakov3 2020-11-16 23:22:54 +03:00
  • f6d3df535f MinimapCreator icon beautify Balkron 2020-11-17 00:36:14 +05:00
  • f1ffd12bbb Update SettingsPanel.ui Balkron 2020-11-16 21:51:54 +05:00
  • c89a6e2c91 asset browser: push test asset browser overlay sshumakov3 2020-11-16 17:54:07 +03:00
  • 4f0f17bc5a asset browser: do not compile regex on each string search, too slow. sshumakov3 2020-11-16 11:01:18 +03:00
  • 6916d346ea asset browser: store paths in a case insensitive manner sshumakov3 2020-11-16 02:56:25 +03:00
  • 48a4a299e8 asset browser: implement light settings sshumakov3 2020-11-16 02:48:48 +03:00
  • 40e55c8053 ui: fix window issue introduced by QT 5.15.1. Investigate why this is required at all. sshumakov3 2020-11-16 01:12:24 +03:00
  • bfc0886b46 fix merge conflict sshumakov3 2020-11-16 00:35:17 +03:00
  • 684980c6da Merge remote-tracking branch 'origin/master' sshumakov3 2020-11-16 00:34:47 +03:00
  • 48b209d10e settings: add asset browser settings UI sshumakov3 2020-11-16 00:34:29 +03:00
  • 3226ff2ae1 update fontawesome, beautify titlebar icons Balkron 2020-11-16 01:59:25 +05:00
  • 2e7f3ea362 asset browser: beautify camera angles and viewport Balkron 2020-11-16 01:07:47 +05:00
  • 4586ef5c7e asset browser: add frameless titlebar sshumakov3 2020-11-15 21:41:48 +03:00
  • e696579082 asset browser: implement filtering Skarn 2020-11-15 03:05:35 +03:00
  • 5a59dca4dc asset browser: missing file Skarn 2020-11-15 00:49:07 +03:00
  • f18cd0ce4a asset browser: add test system of rendering model previews Skarn 2020-11-14 23:51:11 +03:00
  • 9bb7a4cd36 asset browser: rotate camera by 45 degrees on load, fix referencing group files, allow local file loading Skarn 2020-11-14 15:55:34 +03:00
  • f80c542f83 position camera correctly Skarn 2020-11-14 14:20:35 +03:00
  • d9b5ba58f0 implement multi context rendering Skarn 2020-11-14 03:19:01 +03:00
  • b7026b3481 begin work on asset browser Skarn 2020-11-09 02:37:09 +03:00
  • 72f2fe71e4 remove old frameless window solution Skarn 2020-11-07 15:44:37 +03:00
  • 83b9c58cb1 make frameless window optional, add option to not use system menu bar Skarn 2020-11-06 23:17:19 +03:00
  • 4d851e398a set window flags for settings Skarn 2020-11-06 19:10:48 +03:00
  • a5dc2a0bb4 remove debug stylesheet Skarn 2020-11-06 16:01:13 +03:00
  • d99a3b54b8 presumably fix Linux titlebar rendering Skarn 2020-11-06 15:48:48 +03:00
  • 074305207a go frameless for settings Skarn 2020-11-06 02:31:13 +03:00
  • f7182a28a3 Merge branch 'master' of https://gitlab.com/sshumakov3/noggit-red.git Balkron 2020-11-06 03:45:05 +05:00
  • 0647abf2ce Merge branch 'master' of https://gitlab.com/sshumakov3/noggit-red.git Balkron 2020-11-06 03:44:56 +05:00
  • 6e1322dfaf Update SettingsPanel.ui Balkron 2020-11-06 03:38:17 +05:00
  • 1c03be963d Update SettingsPanel.ui Balkron 2020-11-06 03:37:07 +05:00
  • 75cd5f401f Merge branch 'master' of https://gitlab.com/sshumakov3/noggit-red.git Balkron 2020-11-06 03:36:48 +05:00
  • cb31f24be4 Update SettingsPanel.ui Balkron 2020-11-06 03:34:37 +05:00
  • 43ff5674ac refactor and fix of setting saving Skarn 2020-11-06 01:32:55 +03:00
  • 4073f67d42 make SettingsPanel work once again Skarn 2020-11-06 01:17:36 +03:00
  • a743462c93 Update SettingsPanel.ui Balkron 2020-11-06 03:00:24 +05:00
  • 00463cd089 Update SettingsPanel.ui Balkron 2020-11-06 02:58:26 +05:00
  • 026359f021 Update SettingsPanel.h and SettingsPanel.ui Balkron 2020-11-06 02:49:29 +05:00
  • aefcd0def3 connections for new settings UI Skarn 2020-11-06 00:45:42 +03:00
  • bc787fa2d0 Update About.ui, SettingsPanel.cpp, and SettingsPanel.ui Balkron 2020-11-06 02:30:29 +05:00
  • f2df432e5a fix memory HUGE memory leaks in main UI Skarn 2020-11-05 23:34:00 +03:00
  • 9d8659aa64 Merge remote-tracking branch 'origin/master' Skarn 2020-11-05 21:07:22 +03:00
  • 59f3450bb8 fix lag in main menu Skarn 2020-11-05 21:06:45 +03:00
  • 12ba0625d8 About update Main Menu UI fix fix windows filesystem for maps Balkron 2020-11-05 22:17:04 +05:00
  • 2395ce5522 add missing file Skarn 2020-11-05 17:46:33 +03:00
  • 53ddbd66a1 Merge remote-tracking branch 'origin/master' Skarn 2020-11-05 17:23:56 +03:00
  • 07bc9bc97a map wizard: finish functionality restructure framelesshelper Skarn 2020-11-05 17:21:12 +03:00
  • e4f821528c Merge branch 'master' of https://gitlab.com/sshumakov3/noggit-red.git Balkron 2020-11-05 02:07:17 +05:00
  • c4b469ea41 Update TitleBar icon Balkron 2020-11-05 02:07:09 +05:00
  • 15adddce89 display app name in window header Skarn 2020-11-04 22:54:04 +03:00
  • 071a4b513a fix tab alignment issue Skarn 2020-11-04 22:39:17 +03:00
  • c9f5e3cfbe Merge branch 'master' of https://gitlab.com/sshumakov3/noggit-red.git Balkron 2020-11-05 00:23:31 +05:00
  • 3eff19efd2 UI fixes, new titlebar icons Balkron 2020-11-05 00:23:16 +05:00
  • a8d26e252f get rid of document mode Skarn 2020-11-04 22:21:15 +03:00
  • 34d9223900 fix menu issue Skarn 2020-11-04 20:16:38 +03:00