bryanthaboi
25166ff3a1
CLOSES #1603
2026-08-20 10:46:27 -04:00
bryanthaboi
c2b6a7b937
pipeline fixes (Hopefully)
2026-08-20 09:45:47 -04:00
bryanthaboi
ec9dc29646
Pokemon Silver as a full launcher version, plus launcher mods-list and title-tempo fixes
...
Silver: derived import manifest (tools/make_silver_manifest.py re-resolves
the Gold manifest's symbols from pokesilver.sym), silver GameVersion row,
generation-keyed extractor routing, required-files override, edition save
stamping (a Silver playthrough no longer writes into the Gold save),
checkver-driven edition data, SILVER/KAMON/OSCAR/MAX presets, GOLD rival
default, edition credits banner, Lugia title screen (OAM layouts, bob,
trail, palettes as title.lua data keys with Gold defaults so old caches
need no re-import), packaging for every build target, docs, and tests.
Launcher: the installed-mods list is one continuous scroll (rows culled to
the viewport) instead of a pager with an inner scroll viewport; the pad
cursor's edge-scroll no longer runs it to the bottom. The game dropdown
shows just the initial and caret. Find-tab behavior unchanged.
Title tempo: a sprite-anim frame shows duration+1 ticks
(engine/sprite_anims/core.asm GetSpriteAnimFrame), which locks both
editions' 64-tick wing beat to the 64-tick sine bob; the title screens no
longer run fast and out of phase.
2026-08-20 08:27:25 -04:00
bryanthaboi
9713977755
Merge branch 'dev' of https://github.com/bryanthaboi/gen1recomp into dev
2026-08-19 06:41:12 -04:00
bryanthaboi
63448ca640
shamona
2026-08-19 06:41:10 -04:00
bryanthaboi
6c05b854c4
Merge pull request #1543 from AverageConsumer/codex/gen2-party-grid-navigation
...
fix(gen2): honor battle party grid navigation
2026-08-19 06:00:21 -04:00
bryanthaboi
93374fbbbb
skin studio updates, save sync CLOSES #1533
2026-08-19 05:57:44 -04:00
AverageConsumer
66079686fc
fix(gen2): honor battle party grid navigation
2026-08-19 00:35:39 +02:00
bryanthaboi
7583ba8729
CLOSES #1471
2026-08-18 14:19:42 -04:00
bryanthaboi
bd1046f398
CLOSES #1393
2026-08-18 11:29:50 -04:00
bryanthaboi
8240205254
ingested
2026-08-18 09:51:22 -04:00
bryanthaboi
55616fc03d
CLOSES #1390
2026-08-18 09:20:07 -04:00
bryanthaboi
675971068e
CLOSES #1503
2026-08-18 09:16:04 -04:00
bryanthaboi
7b1e796c48
CLOSES #1496
2026-08-17 22:52:33 -04:00
bryanthaboi
4e1ab1879b
updated skin studio
2026-08-17 20:39:53 -04:00
AverageConsumer
c655217120
feat(gen2): expose stock ball catch previews
2026-08-17 23:00:38 +02:00
bryanthaboi
df3d3e7600
[release 0.2.0]
2026-08-17 10:35:40 -04:00
bryanthaboi
3cca70608f
skins and skin studio
2026-08-17 06:47:33 -04:00
AverageConsumer
360b692963
android: route asymmetric companion displays
2026-08-17 03:00:05 +02:00
AverageConsumer
1fc34da2a9
android: extend secondary display presentation
2026-08-16 22:57:10 +02:00
AverageConsumer
99d9908017
render: add cross-platform desktop companion display
2026-08-16 22:24:12 +02:00
bryanthaboi
fdffb12571
Merge pull request #1399 from AverageConsumer/codex/mod-battle-special-intents
2026-08-16 12:09:03 -04:00
bryanthaboi
0c941cecd4
Merge pull request #1402 from AverageConsumer/codex/mod-field-advanced-actions
2026-08-16 12:08:47 -04:00
AverageConsumer
1f3d13adaf
mods: add OS-independent game viewport composition
2026-08-16 15:17:35 +02:00
AverageConsumer
a3a20a07e1
feat(mods): expose Fly and Softboiled field actions
2026-08-16 14:57:46 +02:00
AverageConsumer
b39e11b7cd
feat(mods): add special battle intents
2026-08-16 14:43:08 +02:00
bryanthaboi
32e6e4cef0
conv
2026-08-16 06:50:17 -04:00
bryanthaboi
fc841f7525
Merge branch 'dev' of https://github.com/bryanthaboi/gen1recomp into dev
2026-08-16 06:41:58 -04:00
bryanthaboi
12fdfa1e88
CLOSES #1181 , CLOSES #1212 , CLOSES #1214 , CLOSES #1224 , CLOSES #1230 , CLOSES #1249 , CLOSES #1271 , CLOSES #1272 , CLOSES #1273 , CLOSES #1298 , CLOSES #1305 , CLOSES #1307 , CLOSES #1318 , CLOSES #1328 , CLOSES #1330 , CLOSES #1331 , CLOSES #1333 , CLOSES #1334 , CLOSES #1335 , CLOSES #1340 , CLOSES #1345 , CLOSES #1346 , CLOSES #1360 , CLOSES #1362
2026-08-16 06:41:56 -04:00
AverageConsumer
c22888a7fd
feat(mods): add validated battle menu intents
2026-08-16 02:56:03 +02: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
AverageConsumer
fcb5d1d348
feat(mods): expose read-only battle snapshots
2026-08-16 01:32:23 +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
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
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
anxiousintrovert
9bf15c33fd
Cover required imports across platforms
2026-08-15 12:20:21 -05:00
bryanthaboi
5198b35945
bazinga
2026-08-15 10:44:20 -04:00
bryanthaboi
43cbc554c3
legcompat
2026-08-15 06:04:04 -04:00
bryanthaboi
72f126ae26
Merge pull request #1312 from AverageConsumer/feat/contextual-field-moves
2026-08-14 21:42:22 -04:00
anxiousintrovert
c48fc578ca
Address required import review feedback
2026-08-14 20:34:14 -05:00
anxiousintrovert
dfc216f974
Remove required imports RFC
2026-08-14 20:34:14 -05:00
anxiousintrovert
542856c83d
Add manifest-driven required mod imports
2026-08-14 20:34:14 -05:00
AverageConsumer
2b6473ae03
feat(mods): extend contextual field actions
2026-08-15 02:01:20 +02:00
bryanthaboi
052dd26b3e
Merge branch 'dev' of https://github.com/bryanthaboi/gen1recomp into dev
2026-08-14 17:07:08 -04:00
bryanthaboi
c8f6c7241b
i did it for greg
2026-08-14 17:07:06 -04:00
bryanthaboi
b3928388ef
Merge pull request #1304 from ShaneMcGovernIE/agent/mod-storage-opaque-bytes
...
Add opaque byte storage to mod API
2026-08-14 16:59:06 -04:00
Shane McGovern
9fab992d42
Add opaque byte storage to mod API
2026-08-14 21:42:45 +01:00
AverageConsumer
dcc388a942
feat(mods): expose contextual field items
2026-08-14 21:39:18 +02:00