Commit Graph

3360 Commits

Author SHA1 Message Date
RedstonewolfX
c1873cdb56 Add settings
Lazy Reloads: Flags every page refresh as a required reload, even if nothing changed
2024-07-12 17:09:32 -04:00
RedstonewolfX
c39ecd7181 Merge export and rename UIs
The renaming UI is used to rename, export, or delete your game logs
2024-07-12 17:04:34 -04:00
RedstonewolfX
d464e46150 Add UI to rename files 2024-07-12 16:57:44 -04:00
RedstonewolfX
bfdce2b1f8 Change ID for Rare Evolution Items 2024-07-12 16:02:57 -04:00
RedstonewolfX
c1d1dbe4c4 Add update feature 2024-07-12 15:42:17 -04:00
RedstonewolfX
cb7cb3332f Almost done 2024-07-12 15:34:25 -04:00
RedstonewolfX
06b782cd06 Log item transfers 2024-07-12 10:44:03 -04:00
RedstonewolfX
8c12cb5483 Logger updates
Log trainers
Log Pokemon correctly
Log moves / actions
2024-07-11 23:14:13 -04:00
RedstonewolfX
63f9988cb8 Fix incorrect uploaded file 2024-07-11 21:06:23 -04:00
RedstonewolfX
216cae16cd Log everything except the logging part 2024-07-11 21:04:34 -04:00
RedstonewolfX
abd6da7854 Store local copy of log
Storing a local copy of the current save's log for easy(?) access
2024-07-10 15:51:37 -04:00
RedstonewolfX
ae680822cc Remove redundant files 2024-07-10 15:41:42 -04:00
RedstonewolfX
24907cc862 Remove test
nvm updating the local directly is easier
2024-07-10 15:39:07 -04:00
RedstonewolfX
fce810fa73 Uploading changes to test
I'm lazy and am not going to copy the files into my offline version even though using the installer is slower
2024-07-10 15:34:27 -04:00
RedstonewolfX
3468fb233a
Merge branch 'pagefaultgames:main' into main 2024-07-10 14:50:21 -04:00
Niccolò
ffbc922e09
Update ability-trigger.ts (Italian) (#2949) 2024-07-10 10:18:53 -04:00
Niccolò
63667aa062
[Localization(it)] Localize luck in common.ts (Italian) (#2952) 2024-07-10 10:15:57 -04:00
mercurius-00
c958755ebd
[Localization(zh-cn)] Fix linebreak in move.ts (#2948)
fix linebreak
2024-07-10 10:13:56 -04:00
RedstonewolfX
c650f94fd2
Merge branch 'pagefaultgames:main' into main 2024-07-09 16:14:45 -04:00
RedstonewolfX
b0912a278c Update DRPD
Change DRPD some more & start replacing daily run button
2024-07-09 16:12:32 -04:00
RedstonewolfX
2a7b787fd0 Update to standard 0.1.3 2024-07-09 15:53:48 -04:00
flx-sta
18dcef5b4a
[Bug] fix starter select alpha in challenge modes (#2924)
* fix starter select alpha in challenge modes

* [NIT] resolve review comment

https://github.com/pagefaultgames/pokerogue/pull/2924#discussion_r1670587051

* chore
2024-07-09 14:05:45 -04:00
AJ Fontaine
0c18e95fa4
[Bug] Fix Meditite back and female variant sprites (#2929) 2024-07-09 09:58:16 -04:00
schmidtc1
0b5b481de6
[Test] Prevent flying types/levitate from breaking Ceaseless Edge test (#2931)
* Modifies ceaseless edge test to account for flying types/levitate ability

* Removes .js from imports
2024-07-08 22:49:52 -04:00
RedstonewolfX
48b079438b JSON Framework
Starter template for 'DRPD' run data format
2024-07-08 20:55:51 -04:00
RedstonewolfX
c78f3ab5c2 Update damage calculation 2024-07-08 18:40:51 -04:00
RedstonewolfX
ae536aff64 Merge branch 'main' of https://github.com/PokeRogue-Projects/Pathing-Tool 2024-07-08 18:38:38 -04:00
RedstonewolfX
433d682d85 Remove hiding load button if no saves were detected 2024-07-08 18:38:36 -04:00
RedstonewolfX
67b6e01fe7
Merge branch 'pagefaultgames:main' into main 2024-07-08 18:04:45 -04:00
schmidtc1
7474eac808
[Bug] Removes firstHitOnly from AddArenaTagAttr to allow multi hit set up with Ceaseless Edge (#2727)
* Removes firstHitOnly from AddArenaTagAttr to allow multi hit set up with ceaseless edge

* Creates initial test file with basic cases for ceaseless edge

* Fixes ceaseless edge unit test and expands on case 3

* Adds truthy/falsy expectations prior to use
2024-07-08 16:53:16 -04:00
NightKev
458245f542
[Unittest] Prevent Arena Trap/etc from breaking Costar test (#2923) 2024-07-08 16:37:22 -04:00
RedstonewolfX
a8552b5c5e
Add instructions
Detailed steps on how to install offline, download the mod, import a daily run, and export logs
2024-07-08 13:21:10 -04:00
RedstonewolfX
6a0f9b3ea6
Merge branch 'pagefaultgames:main' into main 2024-07-08 11:14:37 -04:00
RedstonewolfX
60db2d034b
Update README.md
Changed the README to reflect this project's purpose and progress
2024-07-08 11:13:50 -04:00
RedstonewolfX
864d4ffa2c Progress for July 8
- Use score to display catch rates
- Display catch rates in Pokeball menu
- Show possible damage in type effectiveness window
- Show a flyout with basic details about the opponent(s) during the start of a wild battle
- Fix logger
2024-07-08 10:54:36 -04:00
RedstonewolfX
671c038540 Make battle flyout editable externally 2024-07-08 10:46:54 -04:00
Tempoanon
f9327680dd
[Feature] Stop random trainers from spawning near fixed battles (#2610)
* Stop trainer spawns on evil team and E4 floors

* Thanks Xavion

* change "floors" to "wave" in coment

* at test for not spawning 3 waves within fixed trainer battle

* remove out-commented code

* apply code formatting

* Updated test and make sure isWaveTrainer returns a boolean

* Update comment

---------

Co-authored-by: Felix Staud <felix.staud@headwire.com>
2024-07-08 10:33:47 -04:00
mercurius-00
0d9dd1dfc8
Localized moneyPickedUp message (#2788)
* Localized moneyPickedUp message

* Update src/locales/ko/battle.ts

Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>

* Update src/locales/fr/battle.ts

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

* Update src/locales/de/battle.ts

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>

* Update src/locales/pt_BR/battle.ts

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Update battle.ts

* Update battle.ts

---------

Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
2024-07-08 10:25:46 -04:00
Enoch
2ccb480930
[Localization] localize modifier.ts apply event message & translate in Korean (#2882)
* localize modifier apply event message

* modify korean postposition

* Update src/locales/pt_BR/modifier.ts

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Update src/locales/zh_CN/modifier.ts

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>

* Update src/locales/zh_TW/modifier.ts

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>

* Update src/locales/de/modifier.ts

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>

* aUpdate src/locales/fr/modifier.ts

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

* Update src/locales/fr/modifier.ts

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

* Update src/locales/pt_BR/modifier.ts

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Update src/locales/pt_BR/modifier.ts

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Update src/locales/pt_BR/modifier.ts

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Update src/locales/fr/modifier.ts

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

---------

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
2024-07-08 10:21:50 -04:00
Enoch
9a1ff57941
Modify Korean 'shiny' and gacha texts to match original (#2843) 2024-07-08 10:18:32 -04:00
Enoch
965bc687b3
[Localization] Localize terrain message and translate in Korean (#2806)
* add terrain localization and test code, change folder name

* Update src/locales/fr/weather.ts

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

* Update src/locales/pt_BR/weather.ts

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Update src/locales/zh_CN/weather.ts

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>

* Update src/locales/de/weather.ts

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>

* Update src/locales/zh_TW/weather.ts

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>

* Use testUtil

* add missed en messages

---------

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
2024-07-08 10:16:55 -04:00
José Ricardo Fleury Oliveira
1234554d74
Localization(pt): Fixed some translations (#2915) 2024-07-08 10:14:11 -04:00
Kyurl21
7b484e3d0b
[Localization(de)]fixed translation error in settings (#2898)
fixed a translation error in german in the settings
2024-07-08 10:07:28 -04:00
EmberCM
307d0af860
[Bug] Fix venom drench tm learnset (#2910) 2024-07-08 10:03:01 -04:00
RedstonewolfX
fbbac490a8
Log encounters & trainers 2024-07-07 17:33:18 -04:00
RedstonewolfX
9722264f1b Log encounters 2024-07-07 17:22:51 -04:00
RedstonewolfX
ab96325a82 Add to GUI 2024-07-07 14:19:20 -04:00
RedstonewolfX
4f4d107b21 Logger UI 2024-07-07 14:04:53 -04:00
RedstonewolfX
13c6ff46ce
Merge branch 'pagefaultgames:main' into trainer-team-bar 2024-07-07 12:05:17 -04:00
Dmitriy K
a7d28e1ee7
Revert (#2895) and (#1685) (#2896)
* Revert "modify wrong config path (ko) (#2895)"

This reverts commit 40a31b118f.

* Revert "[Localization] Implement pokemon forms localization (#1685)"

This reverts commit 41c05bf7a7.
2024-07-07 17:03:34 +01:00