github-actions
0e4fc3c54a
chore(ios): update app-repo.json [skip ci]
2026-08-15 20:31:09 -04:00
bryanthaboi
82b91e36ca
Merge pull request #1377 from bryanthaboi/dev
v0.1.95
2026-08-15 20:22:42 -04:00
bryanthaboi
3588a5f3fe
Merge pull request #1369 from AverageConsumer/codex/mod-option-conditional-rows
2026-08-15 20:20:26 -04:00
bryanthaboi
992dc80aa7
Merge pull request #1370 from AverageConsumer/codex/mod-field-action-busy
2026-08-15 20:20:12 -04:00
bryanthaboi
6e7073d32b
Merge pull request #1372 from AverageConsumer/codex/android-async-canvas-readback
2026-08-15 20:19:58 -04:00
bryanthaboi
000e691966
Merge pull request #1374 from AverageConsumer/codex/mod-battle-snapshot
2026-08-15 20:19:45 -04:00
bryanthaboi
fdbc51c5d1
Merge pull request #1375 from ShaneMcGovernIE/fix/postlog-pipe-mode
2026-08-15 20:19:29 -04:00
Shane McGovern
3e3566d1b4
Fix desktop postLog transport
2026-08-16 01:04:01 +01:00
AverageConsumer
fcb5d1d348
feat(mods): expose read-only battle snapshots
2026-08-16 01:32:23 +02:00
AverageConsumer
b45d783dee
feat(android): add asynchronous canvas readback
2026-08-16 01:09:10 +02:00
AverageConsumer
d99072b44e
feat(mods): report field action availability state
2026-08-16 01:01:16 +02:00
AverageConsumer
0ac55b0f9e
feat(mods): support conditional option rows
2026-08-16 00:54:52 +02:00
github-actions
ab48572852
chore(ios): update app-repo.json [skip ci]
2026-08-15 17:06:08 -04:00
bryanthaboi
5d2c13ed2b
Merge pull request #1366 from bryanthaboi/dev
...
baloney
v0.1.94
2026-08-15 16:57:46 -04:00
bryanthaboi
d87f6b8ad1
Merge pull request #1357 from anxiousintrovert/agent/fix-launcher-versioned-conflicts
...
Fix versioned mod conflicts in launcher
2026-08-15 16:51:52 -04:00
bryanthaboi
24cf367758
Merge pull request #1363 from ShaneMcGovernIE/feat/fetch-postlog
...
feat(mods): mod.postLog — one-way log reporting for mod owners
2026-08-15 16:51:33 -04:00
bryanthaboi
829d398a94
Merge pull request #1365 from bryanthaboi/dependabot/github_actions/actions/setup-dotnet-6
...
build(deps): bump actions/setup-dotnet from 4 to 6
2026-08-15 16:51:14 -04:00
bryanthaboi
3ee50a27c5
Merge branch 'dev' of https://github.com/bryanthaboi/gen1recomp into dev
2026-08-15 16:50:43 -04:00
bryanthaboi
871087a16b
Delete timekeepers_hut
2026-08-15 16:50:40 -04:00
dependabot[bot]
180ce6b2e7
build(deps): bump actions/setup-dotnet from 4 to 6
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 4 to 6.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-15 20:32:54 +00:00
Shane McGovern
cf335f67de
feat(mods): add mod.postLog one-way log reporting to a manifest-declared URL
2026-08-15 21:03:24 +01:00
github-actions
7e0d81a431
chore(ios): update app-repo.json [skip ci]
2026-08-15 14:38:33 -04:00
bryanthaboi
10314bcdcf
Merge pull request #1355 from bryanthaboi/dev
v0.1.93
2026-08-15 14:29:27 -04:00
anxiousintrovert
b8ec4fe6b5
Fix versioned mod conflicts in launcher
2026-08-15 13:17:04 -05:00
bryanthaboi
099a4266a8
Merge pull request #1354 from 1Jamie/fix/save-editor-lifecycle
2026-08-15 13:59:32 -04:00
1jamie
cec1f196be
refactor: implement HostShell transport abstraction for multi-platform update fetching and downloads so the "check for updates" button works on mobile os
2026-08-15 12:48:36 -05:00
1jamie
e24410f0fb
fix: improve Gen2 data loading and error handling to prevent crashes when cache modules are missing on android
2026-08-15 12:48:36 -05:00
1jamie
b29b6fd7bd
fix(save-editor): reload Data and mods if App.dataVersion differs from active session
2026-08-15 12:48:36 -05:00
1jamie
f06c4d4584
fix(save-editor): guard event scraping for mobile environments and fix editor state reset on close
2026-08-15 12:48:36 -05:00
1jamie
3a997e8a62
fix(save-editor): clean up module registry and pristine Data state on editor unload so subsequent edits perform safely
2026-08-15 12:48:36 -05:00
bryanthaboi
e6ccdd57eb
Merge pull request #1353 from anxiousintrovert/fix/required-import-platform-pickers
2026-08-15 13:37:51 -04:00
bryanthaboi
927507f8f7
Merge pull request #1351 from TheRealSolidusSnake/feature/sandbox-tls-legacycompat
2026-08-15 13:36:44 -04:00
anxiousintrovert
9bf15c33fd
Cover required imports across platforms
2026-08-15 12:20:21 -05:00
anxiousintrovert
52efdabf61
Harden required import picker for Android 13
2026-08-15 12:20:21 -05:00
Solidus Snake
ef208035ec
Fix Gen1Tls.lua encoding (was UTF-16).
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-15 12:33:22 -04:00
Solidus Snake
18d61779eb
Hang gen1tls on love.system and forward tls* through LegacyCompat.
...
We already ship the DLL, but mods can't ffi-load it under the sandbox, and
the compat love.system shim wasn't passing tls* through either. So wss://
still died on stock builds. Engine loads the dialer at boot; compat forwards
those keys; clipboard/openURL stay stubbed.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-15 12:32:37 -04:00
github-actions
d573878a2f
chore(ios): update app-repo.json [skip ci]
2026-08-15 10:55:33 -04:00
bryanthaboi
a66efe207d
Merge pull request #1347 from bryanthaboi/dev
...
bazinga performance and addl hooks
v0.1.92
2026-08-15 10:46:39 -04:00
bryanthaboi
5198b35945
bazinga
2026-08-15 10:44:20 -04:00
github-actions
40977337b1
chore(ios): update app-repo.json [skip ci]
2026-08-15 06:31:55 -04:00
bryanthaboi
1598f34954
Merge pull request #1337 from bryanthaboi/dev
...
legcompat
v0.1.91
2026-08-15 06:23:05 -04:00
bryanthaboi
43cbc554c3
legcompat
2026-08-15 06:04:04 -04:00
github-actions
3c3e2c54c5
chore(ios): update app-repo.json [skip ci]
2026-08-14 23:48:42 -04:00
bryanthaboi
00c72c441b
Merge pull request #1322 from bryanthaboi/dev
v0.1.90
2026-08-14 23:40:02 -04:00
bryanthaboi
7804ef9793
Merge pull request #1323 from 1Jamie/fix/patch-notes-ci-resilience
2026-08-14 23:37:59 -04:00
1jamie
673d8b3ad8
fix(tests): make launcher_patch_notes resilient to release note wording changes
2026-08-14 22:36:24 -05:00
bryanthaboi
62e1296ced
Merge pull request #1321 from 1Jamie/fix/gold-save-bug
2026-08-14 23:20:49 -04:00
1jamie
a3bbd78e7b
Remove androidcrash.log from project root
2026-08-14 22:17:33 -05:00
1jamie
8dfbd1daae
fix(save/gen2): auto-recover orphaned save slots and fix PartyMenu field moves
...
- Auto-recover save slots: Scan saves/<version>/ on boot to re-index orphaned slot files if options.lua is reset or loses its slot registry.
- Fix Gen 2 field moves: Make PartyMenu field actions (Strength, Surf, Cut, Flash) generation-aware so they execute safely in Gold.
- Fortify platform stability: Guard native controller/hidapi init against Android 14 receiver exceptions and ensure safe Windows file replacement.
- Add unit test coverage for slot auto-recovery in save_editor_gen2_tests.lua.
2026-08-14 22:16:17 -05:00
github-actions
4046b28a8c
chore(ios): update app-repo.json [skip ci]
2026-08-14 21:53:50 -04:00