itsmattkc
d32dff5beb
Merge pull request #30 from someperson/runfix
...
Added null check to fix problem with run flag
2021-07-12 08:27:50 -07:00
Sam Townsend
01f62fae8a
Added null check to fix problem with run flag
2021-05-20 19:15:09 -05:00
itsmattkc
a8955f9f4b
ignore changes to README on CI
2021-03-20 13:53:24 +11:00
Ramen2X
e15aa2f154
add details about usage
2021-03-19 20:45:15 -04:00
Ramen2X
22b6a1f31c
fix link in readme and add more tested versions
2021-03-16 15:31:19 -04:00
Ramen2X
522e0ac21e
clarify windowed mode warning box
2021-03-02 01:35:46 -05:00
Ramen2X
177f44c473
update direct3d hal warning to include all hardware modes
2021-03-02 01:23:00 -05:00
Ramen2X
5c41676530
add warning when running windowed mode with d3d hal
2021-03-02 00:59:17 -05:00
Ramen2X
a682952e9e
fix debug mode oversight in WASD patch
2021-03-01 20:18:11 -05:00
Ramen2X
a7b89d3025
add WASD patch
2021-02-25 16:41:50 -05:00
Ramen2X
d3c73377fb
make it clearer that windowed mode is incompatible with hardware modes
2021-02-24 18:28:59 -05:00
itsmattkc
a709f30130
added infinite lod option
2021-02-22 13:47:36 +11:00
itsmattkc
2a51b46712
use github token instead of custom secret key that does the same thing
2020-12-24 13:10:50 +11:00
Ramen2X
054c2f14bb
Add Debug Mode patch
2020-12-23 20:59:13 -05:00
itsmattkc
e7e6eba140
Update ci.yml
2020-12-18 10:30:18 +11:00
itsmattkc
33ebde956a
set TRAVIS_COMMIT
2020-12-18 10:27:48 +11:00
itsmattkc
e137e76434
testing reverting github token commit
2020-12-18 10:22:36 +11:00
itsmattkc
06c1bc49f3
remove last of actions release code
2020-12-18 09:30:18 +11:00
itsmattkc
49a379e3a2
reverted to old upload tool
2020-12-18 09:12:59 +11:00
itsmattkc
4a25f7c759
restore id to "create release" step
2020-12-18 08:46:31 +11:00
itsmattkc
37659e4b77
try using native actions solution for creating releases
2020-12-18 08:42:53 +11:00
itsmattkc
034d5758d3
try using GITHUB_TOKEN
...
didn't know this existed before
2020-12-18 08:33:50 +11:00
Ramen2X
ea3293a865
Merge branch 'master' of https://github.com/itsmattkc/LEGOIslandRebuilder
2020-12-15 21:58:14 -05:00
Ramen2X
1a6db0f663
Remove false incompatibility for save patch on 1.0
2020-12-15 21:57:41 -05:00
itsmattkc
6b9223a892
added upload key
2020-12-16 13:51:32 +11:00
itsmattkc
7b22f34e6b
use curl instead of wget
2020-12-16 13:45:41 +11:00
itsmattkc
cf21f166e0
try to upload to releases page on push
2020-12-16 13:43:27 +11:00
itsmattkc
ae9763eedf
ci: try uploading artifact
2020-12-16 13:28:48 +11:00
itsmattkc
feeaeab2d2
i guess we're enabling this to allow msbuild to work
2020-12-16 13:02:26 +11:00
itsmattkc
cb3098ac90
Update dotnet-desktop.yml
2020-12-16 12:53:26 +11:00
itsmattkc
33f87e9932
Update dotnet-desktop.yml
2020-12-16 12:52:18 +11:00
itsmattkc
cbedd7b986
start setting up new CI on actions
2020-12-16 12:46:19 +11:00
Ramen2X
7abec728c5
Use diskpath for finding game directory
2020-12-09 00:49:28 -05:00
Ramen2X
3c37e12d95
formatting
2020-11-30 02:56:26 -05:00
Ramen2X
21c08c0494
Better installation directory detection (temporary)
...
TODO: Accomplish this same thing without having a cluster of strings
2020-11-30 02:50:14 -05:00
itsmattkc
c61cd0ca30
Update README.md
2020-11-03 11:18:46 +11:00
itsmattkc
94f0c4bea5
added default model quality patch for all languages
2020-08-22 03:42:06 +10:00
itsmattkc
397075a15f
Merge pull request #14 from xoascf/master
...
fixed music insertion for multiple languages
2020-08-22 01:35:31 +10:00
itsmattkc
c2522277f2
Merge pull request #13 from Ramen2X/master
...
add additional options from config.exe and fix typo in triangle patch description
2020-08-22 01:34:23 +10:00
Amaro Martínez
029593f167
fixed music insertion for multiple languages
2020-04-25 04:48:06 -05:00
Ramen2X
931580a7b1
add additional options from config.exe/fix typo in triangle patch description
2020-04-22 16:24:24 -04:00
itsmattkc
b315183236
Merge pull request #12 from xoascf/master
...
added spanish version support
2020-04-02 17:11:18 +11:00
itsmattkc
7b6b2c446e
unset any attributes when deleting files
...
For users who copy D3DRM.DLL from disc, the file may have been copied with a
read only attribute by default, which is preserved in the copy Rebuilder makes
and prevents Rebuilder from re-copying on subsequent runs. This commit clears
all file attributes before re-copying so that this doesn't happen.
2020-03-23 19:22:48 +11:00
Amaro Martínez
0f0714062d
added spanish version support
2020-03-23 02:13:20 -05:00
itsmattkc
960669fd55
added danish version support
2020-03-23 00:40:48 +11:00
itsmattkc
4e554ffc9f
added support for german release
2020-03-23 00:26:51 +11:00
itsmattkc
4071366984
implemented logging and use Path.Combine() instead of appending string paths
2020-03-22 12:46:23 +11:00
itsmattkc
e4b30bf1b7
added default values to all patches
2020-03-11 02:56:27 +11:00
itsmattkc
4c8eaf2d9f
added command line run function
2020-03-10 19:39:11 +11:00
itsmattkc
24cb1504de
use common function t oretrieve the game's registry entries
2020-03-10 18:26:41 +11:00