433 Commits

Author SHA1 Message Date
_nebula
3a81238831 update owml 2023-07-31 21:06:09 +01:00
JohnCorby
4d545d12f3 slightly tweak 2023-07-29 16:48:58 -07:00
_nebula
2f37664057 fix it fix it fix it 2023-07-30 00:34:46 +01:00
_nebula
4ed9ea62ac api stufz 2023-07-29 01:26:12 +01:00
_nebula
e8e3763203 Update QSB.csproj 2023-07-07 13:42:05 +01:00
_nebula
79a0b4e478 update OWML 2023-07-04 20:01:32 +01:00
JohnCorby
bfddd8f8cc use .\ so mirror weaver works on linux 2023-03-05 13:54:34 -08:00
Mister_Nebula
593dabeffa add copyright/license/etc into csproj 2023-01-01 14:41:28 +00:00
Mister_Nebula
a93dc99c20 update owml 2022-12-31 11:26:38 +00:00
JohnCorby
e288b7c633 remove storage.json stuff 2022-12-27 12:29:07 -08:00
_nebula
8f0d0b8c5f update owml 2022-12-03 11:24:18 +00:00
JohnCorby
36fb9ab300 do less build things 2022-10-26 15:04:37 -07:00
JohnCorby
130cc0fb7e update OWML 2022-09-18 12:04:00 -07:00
JohnCorby
f915da215d update nuget package 2022-09-15 15:29:20 -07:00
JohnCorby
0904d3d6a0 make output path match name when downloading from mod manager 2022-08-28 20:21:07 -07:00
JohnCorby
40204c3933 update owml 2022-08-20 12:49:19 -07:00
Mister_Nebula
f137a9fcb3 initial stuff of profile refactor 2022-08-07 20:02:45 +01:00
Mister_Nebula
a7b98bce07 bump versions 2022-07-14 10:33:21 +01:00
Mister_Nebula
eef9c9ff57 update OWML version 2022-06-08 21:09:37 +01:00
Mister_Nebula
feda78d405 add localization 2022-06-04 16:19:55 +01:00
JohnCorby
91f017d77d bruh moment (wtf you doin?) 2022-05-26 22:52:39 -07:00
JohnCorby
cad49f6ee0 light sensors: do a local thingy 2022-05-26 21:23:05 -07:00
JohnCorby
4bb05b28c8 me when i format the csproj 2022-05-22 13:47:21 -07:00
Mister_Nebula
d425a0d712 Merge branch 'dev' into update-changelog-popup 2022-05-04 10:28:59 +01:00
Mister_Nebula
61d6022c56 bump versions 2022-05-04 09:03:56 +01:00
Mister_Nebula
2daa443cfa add popup for changelogs 2022-04-30 15:33:55 +01:00
Mister_Nebula
f6f009cabc add image files 2022-04-25 21:42:00 +01:00
JohnCorby
fbfccb2346 Revert "steamworks dll doesnt exist on epic"
This reverts commit 4be33583b9f0ebfa7519f5f2a344215e6b4343b2.
2022-03-10 14:15:29 -08:00
JohnCorby
4be33583b9 steamworks dll doesnt exist on epic 2022-03-10 14:08:26 -08:00
Mister_Nebula
36fd0c00fd Revert "QSB.csproj : don't copy steam dll if it doesn't exist"
This reverts commit 09d0193a75cf1029bf68e38bf0dc5a94d32dd7a0.
2022-03-10 22:08:14 +00:00
Mister_Nebula
09d0193a75 QSB.csproj : don't copy steam dll if it doesn't exist 2022-03-10 15:58:18 +00:00
JohnCorby
daaf58be8d copy more stuff 2022-03-07 16:12:36 -08:00
JohnCorby
7fe6fdd60c no more GameDlls :) 2022-03-02 18:35:25 -08:00
JohnCorby
64b4fcc147 bye bye proxy scripts 2022-03-02 18:03:39 -08:00
JohnCorby
cf53e97c50 copy less stuff 2022-03-02 16:28:44 -08:00
JohnCorby
05ea4fa1c3 use copy/delete task instead of shell command because it's faster 2022-02-25 23:18:46 -08:00
JohnCorby
6c815f1c4f clean up csproj files a bit 2022-02-25 23:18:46 -08:00
JohnCorby
335614f609 remove ProxyInjector, inject into separate dll beforehand 2022-02-21 01:34:06 -08:00
JohnCorby
303602aa96 dont create pdb files in release mode 2022-02-19 09:09:48 -08:00
JohnCorby
f406e61da0 copy over debug symbols to unity project too, just in case we ever want to debug in editor 2022-02-13 21:36:35 -08:00
JohnCorby
39d6d62042 change name instead of namespace, always inject so workflows work 2022-02-11 20:34:55 -08:00
JohnCorby
76daf83bc5 run injector as part of qsb 2022-02-11 20:05:15 -08:00
JohnCorby
3f89ca1450 only include debugsettings.json if it exists 2022-02-11 05:34:48 -08:00
JohnCorby
01b85689a3 ignore exit code on cleaning, since the output dir might not exist yet 2022-02-11 05:12:40 -08:00
JohnCorby
388b07be3a Update QSB.csproj 2022-02-11 05:04:56 -08:00
JohnCorby
8839c6fa0e clean before building 2022-02-10 23:15:48 -08:00
JohnCorby
16f0db3e8b dont include some files in output lol 2022-02-10 21:54:17 -08:00
JohnCorby
eda0a8c9dc nvm on copying game dlls to local folder,
since epic/steam version are different and we dont want a git diff every time it switches
2022-02-10 20:39:21 -08:00
JohnCorby
82db6644f7 overhaul building
- use targets to split up the work
- delete unused asset bundle stuff
- copy game dlls to local dir
2022-02-10 20:28:07 -08:00
JohnCorby
de6a059072 move includes to 1 ItemGroup 2022-02-10 18:34:47 -08:00