Commit graph

523 commits

Author SHA1 Message Date
Aussiemon
8e52e4fa57 Minor custom view cleanup 2023-01-06 12:29:17 -07:00
Aussiemon
efc10fcb63 Rename all VMF references to DMF 2023-01-06 03:21:52 -07:00
Aussiemon
8ffe6471ab Rename directories 2023-01-06 03:10:16 -07:00
Aussiemon
988ec944bc Initial rewrite for Darktide 2023-01-06 03:03:36 -07:00
fracticality
279169243f
New module: Custom HUD Components (#61) 2022-06-18 17:02:51 +03:00
Dreomite
53a26d8096 Update contributors 2022-01-05 17:11:49 +03:00
fracticality
e88fde7d04 Fix for Hot-Reloading
Changes to MatchmakingManager resulted in VMF having a nil value for _ingame_ui after hot-reloading, breaking all custom views.
2022-01-05 17:04:19 +03:00
Dreomite
5c8aa7cba5 Fix duplicate clipboard paste in VT2 2021-07-19 15:52:18 +03:00
Dreomite
8955e2815f
VT2 v4.3 fixes (#59) 2021-04-29 10:26:28 +03:00
Dreomite
bf8b12d72c Fix polluted scenegraph node VT2 warnings 2021-04-29 10:22:26 +03:00
Dreomite
4e4cf3ef44 [Mod Options] Fix broken cursor stack in VT2 2021-04-29 10:20:08 +03:00
Dreomite
a44fe42a05 [Mod Options] Fix invisible popup widgets in VT2 2021-04-29 10:18:33 +03:00
Manuel Blanc
00c73d248f [Network] Fix an instance of the VT2_PORT_NUMBER being hardcoded
Co-authored-by: Dan Reeves <hey@danreev.es>
2021-01-24 17:03:01 +03:00
manuel.blanc
7069323f62 [Network] Fix an innocuous error when doing a mod reload
network_unbind was called twice when doing a reload (Ctrl+Shift+R)
2021-01-24 17:03:01 +03:00
manuel.blanc
6d8f93a35e [Network] Use ModManager networking API in VT2 2021-01-24 17:03:01 +03:00
manuel.blanc
9420230669 Add missing files to compile on [latest] 2021-01-24 17:03:01 +03:00
Manuel Blanc
0a979b69a2
[Network] Update module for patch 3.4 2020-11-24 12:05:21 +03:00
Dreomite
6bad4d6401 Temporarily fix VT2 3.4.0 crash related to networking 2020-11-18 19:32:34 +03:00
Azumgi
6a794f9ee3
[VMF Options View] Adapt for new VT2 font rendering (#55)
Closes #54
2019-10-23 14:51:14 +03:00
Azumgi
4c973d075a [VMF Loader] Strip redundant ui scaling call 2019-05-08 10:55:19 +03:00
Azumgi
f18767165b Remove UI Scaling migration warning 2019-04-15 15:38:03 +03:00
Azumgi
5a3927bbed Remove UI Scaling remains from VMF 2019-04-15 15:36:04 +03:00
Azumgi
2a33438a26
Add .vmbrc file (#45) 2019-04-15 15:28:39 +03:00
Azumgi
b5122cd561 [Mod Options] Prevent binding LMB for Mod Options view toggling 2019-04-15 15:25:05 +03:00
Azumgi
8eedda46c0 [Dev Console] Reverted f28fd36 fix 2019-04-15 15:00:10 +03:00
Azumgi
563149a02c [Commands GUI] Let modders change definitions 2019-04-15 14:51:18 +03:00
Azumgi
c210b2ead6 [Commands GUI] Perform HUD scaling only if enabled 2019-04-15 14:50:13 +03:00
Azumgi
68855130db [Commands GUI] Clean up + little style changes 2019-04-15 14:21:25 +03:00
Azumgi
09245cda24 [Commands GUI] Adjust scaling for VT2 2019-04-15 12:52:41 +03:00
Azumgi
1da287592a [Mod Options] Fix tooltip wrapping
Thanks to Lupo
2019-03-25 14:03:04 +03:00
Azumgi
948ce42bc4 [Custom Views] Refactor ingame_ui fetching 2019-03-25 13:47:05 +03:00
Azumgi
f809f35a74 [Custom Views] Update transition safety checks 2019-03-25 13:42:36 +03:00
Azumgi
f28fd3672e [Dev Console] Fix formatting and crashes for VT2 2019-03-22 10:55:14 +03:00
ManuelBlanc
1f6f89a4f8 Add .vmbrc file
It is modified so the vmf/ directory can be used with VMB's watch
cmdlet. Changes with respect to default .vmbrc file:

+ Set `mods_dir` to `"."` (was `"mods"`).
+ Set `temp_dir` to `".temp"` (was `""`").
+ Set `ignored_dirs` to `[ "assets" ]` (was: `[]`).
2019-02-18 12:19:02 +01:00
Azumgi
a455f76eeb
Update core compiler files (#42)
Remove shader libraries
Add texture import config
Add latest (342) physx_metadata files
2019-02-15 14:43:50 +03:00
Azumgi
b981c0e9a3 [Custom Views] Updated error handling 2019-02-15 11:26:53 +03:00
Azumgi
150b2c09aa Remove rescaling feature from workshop description 2019-02-15 10:28:03 +03:00
ManuelBlanc
330ef33cbd Add latest (342) physx_metadata files 2019-02-15 01:03:52 +01:00
ManuelBlanc
ce270e7638 Remove shader libraries; add texture import config 2019-01-31 10:10:17 +01:00
Azumgi
46751896d3 [Custom Views] Pass view as self when calling 'destroy' 2019-01-25 02:47:05 +03:00
Azumgi
8854a77417 [Custom View] Ensure cursor stack safety on reload 2019-01-24 23:18:14 +03:00
Azumgi
cd56a2c49d [Custom Views] Little style changes [2] 2019-01-24 22:50:59 +03:00
Azumgi
205dd6fb8c [Custom Views] Little style changes 2019-01-24 22:47:23 +03:00
Azumgi
4a0d5474cd [Custom Views] Forbid closing view with chat opened 2019-01-24 22:11:18 +03:00
Azumgi
89a8146717 Change way of defining transitions for view toggling 2019-01-24 21:59:22 +03:00
Azumgi
199236f3cc [Options] Remove 'released' from allowed triggers 2019-01-24 18:44:20 +03:00
Azumgi
d6a50940d0 [Keybinds] Change 'vmf.add_mod_keybind's args 2019-01-24 18:00:12 +03:00
Azumgi
be266d62cd [VMF Mod Options] Center view for non 16:9 ratios 2019-01-24 14:29:40 +03:00
Azumgi
1f25cf8f92 [Custom Views] Change 'handle_transition's args 2019-01-21 15:43:21 +03:00
Azumgi
31a1397134 Add UI Scaling removal warning and download link 2019-01-21 15:41:32 +03:00