Jesse Plamondon-Willard
9bb268a082
fix input API not exposed through helper
2018-06-24 16:03:23 -04:00
Jesse Plamondon-Willard
af92f2dc13
add more verbose logs to simplify troubleshooting
2018-06-24 15:08:58 -04:00
Jesse Plamondon-Willard
a2520024b1
drop support for mods without IDs in metadata file
2018-06-22 20:25:26 -04:00
Jesse Plamondon-Willard
e149f20583
remove seasonal tilesheet patch ( #552 )
...
This is no longer needed (the changes were added to the game in SDV 1.3.19), and caused an issue since it left out the tilesheet reloading.
2018-06-22 16:50:15 -04:00
Jesse Plamondon-Willard
997c65b6f4
fix list_items and player_add commands not handling secret notes
2018-06-20 23:51:00 -04:00
Jesse Plamondon-Willard
94a1308eb4
bump versions for beta release
2018-06-19 23:50:31 -04:00
Jesse Plamondon-Willard
08e9c7e7d3
add absolute pixels to ICursorPosition, fix tile not updated if screen-relative pos didn't change ( #546 )
2018-06-19 22:59:38 -04:00
Jesse Plamondon-Willard
d401aff330
rewrite update checks ( #551 )
2018-06-19 22:10:15 -04:00
Jesse Plamondon-Willard
4a05cd09b6
Merge pull request #543 from danvolchek/optional-update-checking
...
Add version info to IModMetadata, Change update checks to consider preview versions
2018-06-19 19:13:19 -04:00
Jesse Plamondon-Willard
645a64cd24
refactor player_add command a bit ( #542 )
2018-06-19 19:09:00 -04:00
Jesse Plamondon-Willard
92bfc32e68
Merge pull request #542 from danvolchek/exact-add-command
...
[Console Commands] Add command finds item by name when there is exactly one exact match
2018-06-19 19:01:28 -04:00
Jesse Plamondon-Willard
5abc20953e
Merge pull request #544 from Bpendragon/patch-1
...
Update readme.txt to work better with some text editors
2018-06-19 18:59:11 -04:00
Jesse Plamondon-Willard
f170b1e143
update compatibility list
2018-06-19 18:58:53 -04:00
Jesse Plamondon-Willard
0043810e04
set 'large address aware' flag on SMAPI executable to fix memory issues ( #431 )
...
This is safe since the vanilla game has it set too.
2018-06-17 13:23:24 -04:00
Jesse Plamondon-Willard
450147e9fb
Merge branch 'feature/nexus-links' into develop
2018-06-16 14:47:37 -04:00
Jesse Plamondon-Willard
dc27247b28
add section anchors for links from Nexus ( #547 )
2018-06-16 01:32:52 -04:00
Jesse Plamondon-Willard
f1bdafde23
use sharper pufferchick images
2018-06-16 01:13:39 -04:00
Jesse Plamondon-Willard
c9a6d32711
update web UI to let players download from new Nexus page ( #547 )
2018-06-16 01:11:13 -04:00
David Camp
ec0caf6a4a
Update readme.txt to work better with some text editors
...
Some Text editors (such as Notepad++ and Sublime) allow you to click on a URL in a .txt file and then your default browser will navigate to it just fine. However, these same editors will sometimes get confused by a period at the end of a link and will add it, often leading to a 404.
This change simply removes the periods at the end of the two links in the text file allowing these readers to navigate properly.
2018-06-11 12:34:58 -07:00
Jesse Plamondon-Willard
6c08f77425
fix log parser not using full width for log
2018-06-11 10:56:59 -04:00
Jesse Plamondon-Willard
c41e1ed5c1
fix new validation not allowing capitals in semver tags
2018-06-11 01:03:27 -04:00
Jesse Plamondon-Willard
4b82b111e7
improve semantic version validation
2018-06-10 21:50:24 -04:00
Jesse Plamondon-Willard
930a871018
add debris list changed event ( #310 )
2018-06-10 21:33:17 -04:00
Dan Volchek
468eea751d
set mods without updates to have no updates
2018-06-10 15:18:05 -07:00
Dan Volchek
0b2e46d55c
refactor IModMetadata update info
2018-06-10 15:05:59 -07:00
Dan Volchek
1fa2632289
seperate IModMetadata methods, call them correctly when updating
2018-06-10 14:19:05 -07:00
Dan Volchek
5b9e365b5d
add version info to ModMetadata, change update checking to consider preview versions
2018-06-10 13:15:53 -07:00
Dan Volchek
580fd687b0
remove unused import
2018-06-10 12:21:04 -07:00
Dan Volchek
bd0800f260
find item if there is exactly one exact name match
2018-06-10 12:13:47 -07:00
Jesse Plamondon-Willard
235d67623d
create watcher core ( #310 )
2018-06-10 12:06:29 -04:00
Jesse Plamondon-Willard
e27ada0f61
check minimum compatibility earlier, move some initialising after game starts
2018-06-09 23:21:35 -04:00
Jesse Plamondon-Willard
248ba90b75
add metadata dump option for troubleshooting
2018-06-09 19:46:12 -04:00
Jesse Plamondon-Willard
94e59482fc
fix incorrect error when a mod has no manifest
2018-06-09 16:24:21 -04:00
Jesse Plamondon-Willard
6e0dcddeb8
strip 'noinclude' blocks from release descriptions serverside
2018-06-09 15:37:17 -04:00
Jesse Plamondon-Willard
1ae1a2620e
make web layout more responsive
2018-06-09 15:02:25 -04:00
Jesse Plamondon-Willard
317a337646
fix world_setseason command not normalising season
2018-06-09 14:31:47 -04:00
Jesse Plamondon-Willard
536d85cf9a
optimise index page queries
2018-06-09 13:12:19 -04:00
Jesse Plamondon-Willard
cd2e8da433
update and tweak release notes
2018-06-09 11:59:00 -04:00
Jesse Plamondon-Willard
1ca7d6048f
add noindex for parsed logs
2018-06-09 11:40:53 -04:00
Jesse Plamondon-Willard
96c49021a1
Merge branch 'add-harmony' into develop
...
# Conflicts:
# docs/release-notes.md
2018-06-08 21:36:48 -04:00
Jesse Plamondon-Willard
f79431d654
update compatibility list
2018-06-08 21:22:23 -04:00
Jesse Plamondon-Willard
a8be14a261
minor fixes for log file purge code ( #494 )
2018-06-08 19:24:37 -04:00
Jesse Plamondon-Willard
30d6ff4253
update versions for beta release
2018-06-08 19:18:21 -04:00
Jesse Plamondon-Willard
d09bdadfaa
update release notes ( #512 )
2018-06-08 19:14:23 -04:00
Jesse Plamondon-Willard
a6741cce9b
detect game install path via Steam library path ( #512 )
...
Thanks to InkyQuill!
2018-06-08 19:10:42 -04:00
Jesse Plamondon-Willard
86a3f8dd46
allow launching multiple instances without manually changing log path ( #494 )
2018-06-08 18:46:58 -04:00
Jesse Plamondon-Willard
dd7887e0be
fix incorrect type alias
2018-06-06 22:26:04 -04:00
Jesse Plamondon-Willard
a555c15bab
rm unneeded ref ( #541 )
2018-06-06 22:12:22 -04:00
Jesse Plamondon-Willard
62817de3f6
+ missing release note
2018-06-06 22:10:06 -04:00
Jesse Plamondon-Willard
a2d8a1be23
add Harmony patch to fix custom tilesheet handling ( #541 )
2018-06-06 21:48:23 -04:00