Releases: ow-mods/owml
Releases · ow-mods/owml
0.7.1+3
0.7.0
Changes:
- ab4d43a Merge pull request #295 from amazingalek/dev
- 7ce00e8 readme version thing (#302)
- 57e2ea8 Merge pull request #301 from amazingalek/tai/BlockingFix
- 98b1944 fixed buttons not getting blocked when they should if execution takes too long
- 17d20c1 0.7.0 (#296) [ #297 ]
- 334903c removed RequireVR from configs (#266)
- 3d10328 Point to outerwildsmods.com/mods instead of Nexus (#293)
- 76c495c VR patch improvements (#290)
- aba7ea5 Merge pull request #292 from amazingalek/tai/ReRemoveGamePath
- 6404231 Pre-launch version checking (#289)
See More
- cedc621 re-remove game path
- b7f83cc Binary patcher generalization (#287)
- d6796a8 remove obsolete console stuff, new logging project (#238)
- e998e67 moved owml menu into mods menu (#288)
- adea803 Merge pull request #285 from amazingalek/tai/EnabledFix
- bf3010c debug mode fix (#283)
- 40a9e40 fixed
.Enabled
when getting vrMods - c52cf54 outerwildsmods.com in readme, less nexus links (#284)
- 483ef26 extracted socket class and improved unity logging (#281)
- 6308432 remove output factory (#279)
- af678bf mod buttons now disappear in a same way OW buttons do (#277)
- 8a44981 shortened some code (#278)
- 375a6a7 remove obsolete stuff (#273)
- f26d5b2 Implemented PopupManager (#234) [ #275 ]
- 20ea9b5 allowing duplicate inpus combos (#272)
- 49e17d5 Fix socket send error (#271)
- 41ae68e fix events (#253)
- 8ae8a34 Merge pull request #265 from amazingalek/tai/enforceDefaultConfig
- da25ad4 enoforced having default-config for non-standard settings
- 74e9f2f added warning when Enabled status of any mod changes (#231)
- 6dccd91 Merge pull request #261 from amazingalek/master
- a90b723 fixed selector bug
- 2d30db8 Implemented ModMessagePopup (#230)
This list of changes was auto generated.
0.6.1+2
Changes:
This list of changes was auto generated.
0.6.0
Changes:
- a6f88d3 Merge pull request #214 from amazingalek/dev
- 0c9678f fix patcher ioexception (#248)
- 14e9db3 simplified unity logging (#252)
- 1f51289 removed verbose mode - it's always on (#251)
- fe244c3 ignoring some errors (#250)
- 172afaa printing game version (#249)
- 2104c22 moved unity logging to modsocketoutput and fixed small things (#245)
- 71e031b Made some fixes to Listener (#240)
- 7c8dc65 add message types (#243)
- 4abbb00 clean up objimporter (#241)
See More
- 31d2926 Merge pull request #242 from amazingalek/tai/ConfigFixerHotfix
- c4ee309 fixed configFixer
- 4b29b78 Merge pull request #236 from amazingalek/tai/SettingsChanged
- ae9eb82 replaced bitwise with conditional
- 46dd4aa Just another cleanup (#235)
- dbb15ba updated warning to new system
- 867dd84 Merge branch 'dev' into tai/SettingsChanged
- 84f9513 Console changes (All console through sockets using JSON with message types) (#216)
- 6180bf2 Added warning for automatic settings changes
- f4a619a Fix slider initial text value (#233)
- 143d294 moved config fixer to
ModData
(#226) - 8b2b03d moved RequireVR flag from config to manifest (#225)
- 0d978b9 mods menu improvements (#227)
- 07156e0 fixed BinaryPatcher using incorrect path on first launch (#229)
- 0a21a22 Timestamped log files (#228)
- 8dbc01a Show slider value in mod settings (#224)
- 185bb01 Improvements upon Raicuparta's config fixer (#222)
- 3bfbda9 Implemented selector input (#218)
- a4064a2 updated config section in readme and changed wording of input config (#212)
- 3662a40 Load assets fix + new events (#213)
- 7f62edd Merge pull request #221 from amazingalek/tai/ImprovedSetSettingsValue
- da6609f because why shorten
- d5d78eb Improved SetSettingsValue
- f97a635 Keep user config consistent with default configs (#209)
- 58964b7 constants for filenames (#211)
This list of changes was auto generated.
0.5.0
Changes:
- e0f76eb Merge pull request #174 from amazingalek/dev
- 0107764 Merge pull request #207 from amazingalek/tai/AddedShow
- b38a8cc added .Show
- bae6b74 menu boundary fix (#206)
- 5d6088f removed rebinding menu workaround (#201) [ #202, #203 ]
- ed64aae Fix duplicate mods and fix dependancy errors (#200)
- 830ba4a Merge pull request #204 from amazingalek/tai/PopupInputGetsReselectedProperly
- 4dfbe42 made sure PopupInput will be reselected after Popup gets closed even if opened by mouse
- 4b7f678 Tai/input handler improvements (#191)
- bcd2b16 Backward Combatibility fix (#194)
See More
- 6a47c19 fix conflicting bindings in Combination editor menu (#190)
- 76f87de added
A
binding (#188) - bf536ca sacrifice for a better code :P (#186)
- 991a2ee * some formatting (#185)
- e77078e Merge pull request #184 from amazingalek/dev-master-conflicts-again
- 6371c0d merge
- 98ad633 Dev master conflicts (#183)
- cd5d02f version 0.5.0 (#182)
- bd3cf65 Static gameobject to object (#181)
- e594e15 Now ModPopupInputs properly react to buttons (#177)
- f6485df Now Menus react to buttons a bit nicer :3 (#176)
- d605f20 Merge pull request #179 from amazingalek/tai/pipeline-fix
- b3440e8 fixed error from pipeline (there was GUID of TAIcheat still in there)
- 7db68fe made PromptButton inherit TitleButton (#175)
- f1830ab gathered all file reading/writing to one place (#157)
- 89e4fb4 implemented modPromptButton (#172)
- 69903c3 isSelected and common parents (#171)
- f98f03c renamed BaseConfigMenu to ModConfigMenuBase (#173)
- 3ec73ad menus for ModInputHandler (#122)
- e7077b2 Merge pull request #170 from amazingalek/tai/protectedConsole
- aae751c turned empty .ctors into one-liners
- 2a13839 made Console protected in menus
- c9f719b Merge pull request #165 from amazingalek/tai/InitializeMerge
- e128b5a Merge pull request #166 from amazingalek/tai/ListenerFix
- 0636350 fixed removal in invokes
- 0f5f78b Introduced common Interface for ModMainMenu and ModPauseMenu
- 172f4b6 Config menu for OWML (#147) [ #153 ]
- 82a8ebd Command listener event commands (#160)
- 94c6dcb Merge pull request #159 from amazingalek/tai/InputCommandHandlers
- 0af28b3 added ModCommandListener and ModCommandUpdater
- 3ed7362 Button base (#151)
- 8a282e6 moved CommandLineArguments.cs to ModHelper (#149)
- 7ffce6d Merge pull request #145 from amazingalek/raicuparta/0.4.1
- 379efe0 Bump version to 0.4.1
- cf8d307 Merge pull request #142 from amazingalek/revert-124-raicuparta/vr-flag
- 5e2aeef Re-revert HasVrMod
- 0be5743 Revert "Launch game with OpenVR flag if VR is required (#124)"
This list of changes was auto generated.
0.4.1+3
0.4.0
- Removed TAIcheat and BSpatch
- Fixed asset loading bug
- Improved error messages
- OpenVR flag
- Improved input handling
- Cleanup
0.3.57a
Merge pull request #127 from amazingalek/dev Input, VR, Steam
0.3.57
Merge pull request #127 from amazingalek/dev Input, VR, Steam
0.3.56+1
Added missing input dll