gitlocalize-app[bot]
3bcc9f76f1
Translate modifier-type.json via GitLocalize ( #3758 )
...
Co-authored-by: Asdar <asdargmng@gmail.com>
2024-08-25 22:06:36 +02:00
schmidtc1
93f658b624
[Bug] Fixes Lunar Blessing only healing twice on the user instead of ally ( #3701 )
...
* Sets Lunar Blessing selfTarget healing to false
* Removes redundant lines
* Adds unit test for Lunar Blessing
* Adjusts unit tests to spy on function calls
2024-08-26 03:58:28 +08:00
NightKev
4162762a0e
[Test] Refactor/consolidate Forecast tests ( #3754 )
2024-08-25 12:24:44 -07:00
gitlocalize-app[bot]
4ac726f79e
Translate menu.json via GitLocalize ( #3752 )
...
Co-authored-by: Asdar <asdargmng@gmail.com>
2024-08-25 12:19:32 -07:00
Blitzy
96a404a3d5
[Balance] Revert Zippy Zap back to its LGPE Implementation ( #3495 )
...
* Update move.ts
* Update Move Description
* Update move.ts
---------
Co-authored-by: xsn34kzx <xsn34kzx@gmail.com>
2024-08-25 11:35:58 -07:00
NightKev
72702abb2f
Fix egg tests (memory use: ~2.4G -> ~550M) ( #3757 )
2024-08-25 19:07:06 +01:00
Jannik Tappert
2df5da2f61
[QOL] Trainers will display their title after defeat in the name box ( #3738 )
...
* Enemy trainers will now show their title after defeat
* Basically titles are now always shown (like in the real games)
* Revert "Basically titles are now always shown (like in the real games)"
This reverts commit 6943860539
.
2024-08-25 19:52:07 +02:00
flx-sta
49f4f8ea71
[Localization] fix `run-history` locale files namings ( #3745 )
...
* fix `run-history` locale files namings
* fix imports in `config.ts`
2024-08-25 19:44:35 +02:00
chaosgrimmon
451307a7d8
Merge pull request #3732 from pom-eranian/variant_png_to_json
...
[Sprite] Variant Fixes and Images Converted to Color Swap JSON
2024-08-25 13:43:09 -04:00
Mumble
933cfcbad3
[Refactor][QoL] Game Audio + New Settings ( #3527 )
...
* Changed how non-BGM are loaded into the game + moved into directories
* some leftovers
* Apply suggestions from code review
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Added setting for Field Volume + rewrote playSound() and updateSoundVolume() functions to reflect the new settings.
* Main -> Beta (#3635 )
* Fixed issue with falsy issue within condition to get a stat for IV scanner
* add fix setting code to prevent form/variant bug when default form/variant setting is wrong.
in addition, that fix code include gender fix, so i revert old gender fix.
update wrong log message.
* [Hotfix] Fix Memory Mushroom not showing relearner moves (#3619 )
* Fix Memory Mushroom not showing relearner moves
* Fix rollout test
* Rewrite player faint logic in FaintPhase (#3614 )
* 867 runerigus sprite (#3629 )
cropped static frames, fixed cropped sprite
set runerigus exp to use the shiny exp's animation
verified all hex colors are unchanged
- fixed ultra necrozma exp front variant swapped arrays.
- xatu female eye color fix
* [Bug] Preventing the MBH from being stolen in Endless (#3630 )
* Endless MBH Fix
* add import
* Revert "add import"
This reverts commit 814a4059c2
.
* Revert "Endless MBH Fix"
This reverts commit 8eb4481301
.
* removed newline
---------
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: frutescens <info@laptop>
* [Bug] Fix type-hints for immunity (#3620 )
* enable mock containers to be found by name
* enable mock text to be found by name
* add test coverage for type-hints
Only for "immunity" and "status moves"
* fix wrong message key of curse(ghost type) (#3631 )
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
* [Hotfix] Steal-able Mini Black Hole Pt 2 (#3632 )
* Still have no idea where Eternatus is given the MBH....
* typedocs
---------
Co-authored-by: frutescens <info@laptop>
* [Hotfix] Abilities that prevent ATK drops no longer stop other stat drops (#3624 )
* Abilities that prevent ATK drops no longer stop other stat drops
* Apply suggestions from code review
Co-authored-by: Mumble <kimjoanne@protonmail.com>
* Add `isNullOrUndefined()` utility function
---------
* Grip Claw now shows the proper pokemon nickname (#3634 )
Co-authored-by: frutescens <info@laptop>
---------
Co-authored-by: Opaque02 <66582645+Opaque02@users.noreply.github.com>
Co-authored-by: KimJeongSun <leo@atlaslabs.ai>
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
Co-authored-by: cam <lrlrliwoo@gmail.com>
Co-authored-by: Mumble <kimjoanne@protonmail.com>
Co-authored-by: frutescens <info@laptop>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>
* [Bug] Preventing the MBH from being stolen in Endless (#3630 )
* Endless MBH Fix
* add import
* Revert "add import"
This reverts commit 814a4059c2
.
* Revert "Endless MBH Fix"
This reverts commit 8eb4481301
.
* removed newline
---------
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: frutescens <info@laptop>
* [Hotfix] Steal-able Mini Black Hole Pt 2 (#3632 )
* Still have no idea where Eternatus is given the MBH....
* typedocs
---------
Co-authored-by: frutescens <info@laptop>
* Deleted phases.ts (#3618 )
* Updated sound terms
* Added space for localization
* Update src/locales/ko/settings.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/zh_TW/settings.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/pt_BR/settings.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/zh_CN/settings.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/de/settings.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/ko/settings.ts
Co-authored-by: returntoice <dieandbecome@gmail.com>
* Update src/locales/fr/settings.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/it/settings.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Include sound effects that were loaded in as BGM.
* Removed stray placeholder localization
---------
Co-authored-by: Frutescens <info@laptop>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Opaque02 <66582645+Opaque02@users.noreply.github.com>
Co-authored-by: KimJeongSun <leo@atlaslabs.ai>
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
Co-authored-by: cam <lrlrliwoo@gmail.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
2024-08-25 17:40:14 +01:00
NightKev
762aa9e49b
Update the GitHub pull request template ( #3755 )
2024-08-25 17:28:29 +01:00
MokaStitcher
163fadbd62
[Bug] Prevent being able to start with a hidden ability that's not unlocked for some Pokemon ( #3663 )
...
* prevent being able to start with a hidden ability that's not unlocked for some Pokemon
* fix starter ui for pokemon with a single ability and only ability 2 unlocked
2024-08-26 00:25:40 +09:00
gitlocalize-app[bot]
3b4b45f83c
Translate modifier.json via GitLocalize ( #3730 )
...
Co-authored-by: Leo Kim <leo@atlaslabs.ai>
2024-08-26 00:24:52 +09:00
Lugiad
ac543d3662
Merge pull request #3751 from pagefaultgames/gitlocalize-30710
...
[Localization] [ES] Reviewed and finished pokemon-info.json
2024-08-25 17:07:11 +02:00
Mumble
1ab472cbdf
[Bug] Achievements/Vouchers doesn't update if Cursor doesn't move ( #3747 )
...
Co-authored-by: frutescens <info@laptop>
2024-08-25 07:14:47 -07:00
Asdar
606050fc4d
Translate pokemon-info.json via GitLocalize
2024-08-25 11:55:47 +00:00
Adrian T.
03de6cfe36
[Ability] Implement Forecast ( #3534 )
...
* initial forecast implementation
* updates
* bug fixes and add tests
* bug fixes
* update docs
* fix issues post-merge
* add show ability
* add support for simulated abilities
* add simulated conditions and fix tests
* fix simulated conditions
2024-08-25 17:23:09 +08:00
AJ Fontaine
19b7ebe94c
[Balance] More TM fixes including Acid Spray, Expanding Force
2024-08-25 01:46:45 -07:00
flx-sta
971ef88c79
fix move-left lock rarities condition ( #3744 )
2024-08-25 03:59:22 +01:00
Frederico Santos
31a11e08bb
Merge pull request #3743 from pagefaultgames/main
...
Main to Beta sync
2024-08-25 02:36:41 +01:00
Frederico Santos
2c4f02098f
chore: Fix import formatting in ui.ts file
2024-08-25 02:35:16 +01:00
Frederico Santos
f6fd091d9b
Doc update ( #3742 )
...
* Update feature_request.yml
Fix auto labels
* add CODEOWNERS file
* Update CODEOWNERS
* Update pull_request_template.md
---------
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-08-25 02:09:29 +01:00
Mumble
c7184558c2
[Enhancement][UI] Merging Achievements and Vouchers into a single Page ( #3424 )
...
* Merging Achievements/Vouchers
* Fixed bug
* Fixed bug
* Removed vouchers-ui-handler.ts
* fixed update bug
* sample localization change
* Fixing imports
* Organized localizations
* Not a Cat commit unless something's forgotten
* Made Action button/text position responsive to language.
* typedocs
* idk why phaser
* ugh
* Fixed cursors
* why
* Removing stray file
* Merge conflicts yay
---------
Co-authored-by: Frutescens <info@laptop>
2024-08-25 00:36:18 +01:00
Mumble
f6551efc36
[Bug] Run History Day 1 patch ( #3715 )
...
* Money Display Fix + Partially localized import data
* Fixed Japanese text.
---------
Co-authored-by: frutescens <info@laptop>
2024-08-25 00:03:28 +01:00
Dakurei
9bcbc66db0
Change background-color to black if display-mode is fullscreen ( #1605 )
...
+ fullscreen which is the mode defined in manifest.webmanifest
2024-08-24 23:56:50 +01:00
MokaStitcher
1e4b3a45dd
[QoL] Add arrows in the Stats screen to show it is scrollable ( #3489 )
...
* [qol] add animated arrows in the Stats screen to show that the list is scrollable
* make legacy theme checks more explicit
* add some documentation + code cleanup
2024-08-24 23:56:35 +01:00
雪霁
872f05d2a7
centralize module typing overrides ( #1786 )
...
* optimize typings with declaration file
2024-08-24 12:46:16 -07:00
pom-eranian
ee8c1625e2
Reverted 935 charcadet values on masterlist
2024-08-24 14:20:23 -04:00
Madmadness65
d15c01378d
Minor filename correction
...
Misspelled "forme".
2024-08-24 13:15:41 -05:00
Madmadness65
208aaf11cd
Add battle music for Legendary Pokémon forms ( #3723 )
2024-08-24 13:07:11 -05:00
pom-eranian
55cebd84b8
[Sprite]
...
(_masterlist.json ) Set 472, 469, 751, 970 to use json instead of images.
469 Yanmega - fix & variant convert to json - @rival-kieran
472 Gliscor - fix & variant convert to json - @rival-kieran
751 Dewpider - fix & variant convert to json - @vari
970 Glimmora - fix & variant convert to json - @vari
2024-08-24 13:03:28 -04:00
Frederico Santos
0df40893b2
Add modeChain to gameInfo for debug purposes
2024-08-24 17:59:41 +01:00
Frederico Santos
2d0cf54a7f
revert modechain debug info
2024-08-24 17:47:21 +01:00
Frederico Santos
38d4a594a0
revert fix
2024-08-24 17:44:36 +01:00
Frederico Santos
0f6170b3f7
GetModeChain in window.gameInfo for prod debugging
2024-08-24 17:42:20 +01:00
ifzeroequalsone
7ed71ceb90
[Bug] Clicking Right from Lock Rarities moves to transfer or check team ( #2177 )
...
* Clicking Right from Lock Rarities moves to transfer or check team
* make cursor left movement more natural
---------
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-08-23 23:12:31 -07:00
NightKev
4867ffb229
[Test] Update new Disguise test with test framework changes ( #3724 )
2024-08-24 01:51:39 -04:00
NightKev
41a0dfe192
[Bug] Fix duplicate `FaintPhase` if Mimikyu faints to Disguise damage ( #3686 )
...
* Fix duplicate `FaintPhase` if Mimikyu faints to Disguise damage
* Add regression test
2024-08-23 22:04:49 -07:00
José Ricardo
1813009443
candy upgrade ( #3720 )
2024-08-24 02:28:47 +01:00
RedstonewolfX
e5e71c1702
[Enhancement] Make the scrollbar cursor size more natural in the starter select UI ( #3627 )
...
* Improve scroll bar
Remaking these changes on the beta branch since you're supposed to do it for the PR checklist
* Fix potential divide by zero error
Thank you to KimJeongSun for bringing this up
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
* Fix parenthases order
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
---------
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
2024-08-23 16:51:01 -07:00
flx-sta
4ab222ad9d
[Localization] "Fake" translations cleanup ( #3719 )
...
* Removed the one fake translation in zh_CN
* Removed fake translations from zh_TW
---------
Co-authored-by: InnocentGameDev <asdargmng@gmail.com>
2024-08-23 16:21:58 -07:00
flx-sta
87af50388e
[Localization] Migrate translation files to json ( #3709 )
...
* add jsonc import support
* migrate en: ability-trigger, ability, achv & arena-flyout to json/c
* remove jsonc support
gitlocalize doesn't recognize it
* migrate arena-flyoutr.jsonc to json
* EN: migrate arena-tag
* EN: migrate battle-info.json
* EN: migrate `battle-message-ui-handler`
* EN: migrate `battle-scene`
* EN: migrate `battle`
* EN: migrate `battler-tags`
* EN: migrate `berry`
* EN: migrate `bgm-name`
* EN: migrate `biome`
* EN: migrate `challenges`
* EN: migrate `command-ui-handler`
* EN: migrate `common`
* EN: migrate `dialogue`
* EN: migrate `egg`
* EN: migrate `fight-ui-handler`
* EN: migrate `filter-bar`
* EN: migrate `game-mode`
* EN: migrate `game-stats-ui-handler`
* EN: migrate `growth`
* EN: migrate `menu-ui-handler`
* EN: migrate `menu`
* EN: migrate `modifier-select-ui-handler`
* EN: migrate `modifier-type`
* EN: migrate `modifier`
* EN: migrate `move-trigger`
* EN: migrate `move`
* EN: migrate `nature`
* EN: migrate `party-ui-handler`
* EN: migrate `pokeball`
* EN: migrate `pokemon-form`
* EN: migrate `pokemon-info-container`
* EN: migrate `pokemon-info`
* EN: migrate `pokemon-summary`
* EN: migrate `pokemon`
* EN: migrate `save-slot-select-ui-handler`
* EN: migrate `settings`
* EN: migrate `splash-messages`
* EN: migrate `starter-select-ui-handler`
* EN: migrate `status-effect.json`
* EN: migrate `trainers`
* EN: migrate `tutorial`
* EN: migrate `voucher`
* EN: migrate `weather` and `terrain`
* rename `dialogue-double-battle.json`
* DE: migrate `ability-trigger`
* DE: migrate `trainers`
* DE: migrate `tutorial`
* EN: migrate to `achv-f/-m`
* rename `dialogue-endboss.json` to `dialogue-final-boss.json`
endboss is not typical english
* EN: fix gender files
* EN: fix some dialogue gender issues
* Migrate DE to JSON
* EN: fix `modifier-type.json`
* remove ca_ES for now
* remove de/dialogue.ts (remnant)
* Migrate ES (spanish)
removing all dialogues content has been confirmed by Asdar Develops
* Removed fake translations from ability-trigger
* Removed fake translations from achievements and fixed female pronouns
* Removed fake translations all the way to moves.json
* Finished removing fake translations from es folder
* migrate fr (french)
* FR: update config.ts
* migrate it (italian)
* Removed fake translations in French json
* Readding two lines I accidentally deleted to fr dialogue-male
* migrate ja (Japanese)
* migrate ko (Korean)
* migrate pt_BR (Brasil)
* remove event texts from json files
* Removed fake translations in Italian
* Removed Japanese fake translations everywhere except dialogues
* Removed fake translations from Japanase (dialogues only)
* Translate trainer-names.json via GitLocalize
* Fixed a devilish typo in fr locale
* add new translationkeys to en/settings
* add empty `ca_ES` translations
* fix config export names
* fix ts-compiler with i18n issue
* fix battle-stat.test.ts
* fix some namings in plugins/i18n.ts
* move `i18n.d.ts` content into `i18next.d.ts`
and remove `defaultValue` key
* fix type issues after beta merge
* migrate zh_CN (Chinese simplified)
* migrate zh_TW (Chinese tranditional)
* fix tests for "missing" translations
---------
Co-authored-by: InnocentGameDev <asdargmng@gmail.com>
Co-authored-by: SangaraSorama <sangara.diamant@gmail.com>
2024-08-23 20:52:09 +01:00
Mumble
929da80037
Run History Export Data Patch ( #3712 )
...
Co-authored-by: frutescens <info@laptop>
2024-08-23 20:30:44 +01:00
Mumble
c5a66326dd
[QoL][Feature] Hall of Fame + Run History ( #3251 )
...
* Fixed SaveSessionData issue + Added loss details + removed Modifiers
* Final changes
* Updated code with the current repo + mode localization
* Final touches before moving to a clean branch
* Manual merging
* Some more merging + updating
* Fixed import
* TypeDocs issues
* Fixed relevant typedoc issues
* Manual merge
* More fixes
* So many commits for so little
* Localization Updates
* Very barebones implementation of 'favorite' runs - not planning to implement any time soon though
* menu-ui-handler.ts localizations
* Update src/locales/ko/run-history-ui-handler.ts
Thank you!
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/menu-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* The German name for Squirtle is silly
* Fixed Run-Entry Def
* Commented out networking functionality
* Commenting out network functionality pt2
* Update src/locales/pt_BR/menu-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/run-history-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/ko/menu-ui-handler.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/zh_CN/menu-ui-handler.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/zh_CN/run-history-ui-handler.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/fr/menu-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/it/menu-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/it/run-history-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Fixed SaveSessionData issue + Added loss details + removed Modifiers
* Final changes
* Updated code with the current repo + mode localization
* Final touches before moving to a clean branch
* Manual merging
* Some more merging + updating
* Fixed import
* TypeDocs issues
* Fixed relevant typedoc issues
* Manual merge
* More fixes
* So many commits for so little
* Localization Updates
* Very barebones implementation of 'favorite' runs - not planning to implement any time soon though
* menu-ui-handler.ts localizations
* Update src/locales/ko/run-history-ui-handler.ts
Thank you!
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/menu-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* The German name for Squirtle is silly
* Fixed Run-Entry Def
* Commented out networking functionality
* Commenting out network functionality pt2
* Fixed cursor-close out freeze and replaced hall of fame background
* Removed console.log
* Fixed cursor freeze bug + changed hall of fame background
* cursor freeze bug fix pt 2
* Revert "Disable egg gacha in rewards (#3304 )"
This reverts commit 3a87c8657f
.
* Merging menu-ui-handler.ts
* Merging phases.ts
* Manual merge for game-data.ts
* Manual merge locales/en/config.ts
* Manual merge of menu-ui-handler.ts
* Manual ui.ts merge
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Revert "Merge branch 'beta' of https://github.com/pagefaultgames/pokerogue into runHistoryNew"
This reverts commit 5c6fcf6ec4
, reversing
changes made to 751bf4a433
.
* Revert "Revert "Merge branch 'beta' of https://github.com/pagefaultgames/pokerogue into runHistoryNew""
This reverts commit f6c3580ad0
.
* Added ending art to victorious runs
* Added darker overlay instead
* Hall of Fame art
* Actual BG Images
* some bug fixing
* some bug fixing p2
* some minor changes
* some minor changes
* Changed order of runs displayed to newest --> oldest
* console.log for debugging
* Export/Import Run History function
* added import validation
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Felt coder's guilt for bad buttons implementation
* strict-null changes
* New Localizations
* Update src/locales/fr/menu-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Apply suggestions from code review
Thank you!
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* Apply suggestions from code review
run-info-ui-handler comments fix
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* Update src/locales/es/menu-ui-handler.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/menu-ui-handler.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/run-history-ui-handler.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Lost this file somehow
* Added do not delete comments
* Apply suggestions from code review
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* flx Changes
* Localizations
* Fixing Git test issues
* Fixed issues found by Starkrieg
* removed console log
* Fixed cursor bugs
* github pages issue
* Update src/ui/run-info-ui-handler.ts
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update src/ui/run-history-ui-handler.ts
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Corrade's comments
* The things I do for Github PAges
* Preventing menu freeze
* Double trainer battles and fresh start challenge
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/ko/menu-ui-handler.ts
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Update src/locales/pt_BR/run-history-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/menu-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/de/menu-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/it/run-history-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/it/menu-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/ko/run-history-ui-handler.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Apply suggestions from code review
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Localizations + Error Message Update
Co-authored-by: protimita <protimitajp@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* small fixes
* flx-sta suggestions + Localizations
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update src/locales/it/run-history-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Added dynamic text positioning based on container size + small fixes
* Thanks Adri1 ! Quick Fix for localizing wave in RunInfo
* Transfered defeat parsing to smaller functions and added page modes
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Run History UI handler documentation
* Fixed rival names
* some comments
* Apply suggestions from code review
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Finished documentation
* Fixed incorrect rival name handling
* Corrected limit-handling
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Cleaned up getrunhistorydata() per flx-sta's suggestions
* Added some override tags?
* Added scopes/override notes to classes/class variables/class functions
* Moved code from phases.ts to game-over-phase.ts
* Fixing game-data whoops
* ughhhhh
* Update src/ui/run-history-ui-handler.ts
Co-authored-by: Adrián T. <99520451+Vassiat@users.noreply.github.com>
* Fixed cursor and updated money. Note - need to fix money handling for Asian languages
* Money appears according to settings
* typedocs blah blah
* cleaning up manage data options
* Final flx fixes + No Run History handling
* Translation update.
---------
Co-authored-by: Frutescens <info@laptop>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: protimita <protimitajp@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: Adrián T. <99520451+Vassiat@users.noreply.github.com>
2024-08-23 19:23:16 +01:00
flx-sta
2a51d500b3
[Localization] POC gitlocalize with en & es ( #3705 )
...
* Migrate en (English)
* Migrate es (Spanish)
* fix es/config.ts export
* fix ts-compiler with i18n issue
* fix battle-stat.test.ts
* move `i18n.d.ts` content into `i18next.d.ts`
and remove `defaultValue` key
2024-08-23 17:09:19 +01:00
Adrián T.
f417a262de
[Misc] Update eslint.config.js for space after commas ( #3649 )
...
* Update eslint.config.js for space after commas
* run eslint
* run eslint, again
2024-08-23 16:36:10 +08:00
Mumble
3cd1a60df8
[Bug] Giving gender to Dipplin ( #3702 )
...
Co-authored-by: frutescens <info@laptop>
2024-08-22 21:32:38 -07:00
chaosgrimmon
e286e5a317
[Sprite] Set Skiddo, Gogoat to variant maps
2024-08-22 23:42:13 -04:00
chaosgrimmon
5034ad836f
Delete public/images/pokemon/variant/exp/back/673_2.json
2024-08-22 23:40:59 -04:00
chaosgrimmon
6f8c232dba
Delete public/images/pokemon/variant/exp/back/672_2.json
2024-08-22 23:40:52 -04:00