Skip to content

Releases: Admiral-Fish/PokeFinder

PokéFinder 2.2.1

31 Dec 16:59
Compare
Choose a tag to compare

Additions:

  • Display level in Gen 4 Wild searcher
  • Modifiers for Gen 4 Wild encounters (Pokeradar, Swarm, Time)
  • CSS tweaks to make disabled controls actually look different
  • Display good IVs(31 or 30) in bold to make it easier to identify better spreads

Changes:

  • Update to use Qt 5.12
  • Reorganize a majority of the code and UI(should not be any noticeable functionality changes)
  • Convert all uses of thread to QThread
  • Switch builds to use c++17
  • Convert Gen 3 Encounter tables to custom format

Bugs:

  • Fix inheritance calculation for eggs in both Gen 3 and Gen 4
  • Fix support for fishing in Gen 4
  • Fix support for rock smash in Gen 4

For the auto-update checker introduced in the last release SSL is required. Qt is linked against OpenSSL 1.0.2p. Due to laws regarding cryptography I will not be including the necessary files with PokeFinder for OpenSSL. You can install them manually by going to this website.

Due to issues with the mingw build it has been removed and the build for Windows is with msvc using Qt 5.11.

PokéFinder 2.2.0

02 Dec 03:11
Compare
Choose a tag to compare

Additions:

  • Add E-Reader encounters for Colo
  • Add update checker. Requires SSL I'm pretty sure, will look into this more later.
  • Add dual slot and radio to Gen 4 encounters

Changes:

  • Custom text box now remembers cursor position when modifying
  • Limit methods displayed based on the selected profiles version
  • Translation are now stored in the program and no longer require the "Languages" folder.
  • Changed profiles from xml to json. Old xml files will no longer work.
  • Reworked encounter table format. Takes up less space and easier for me to manage. Gen 3 final format will be in the next release.
  • Speedup increases around the board.

Bugs:

  • Fix issue where PRNG field for XD/Colo in IDs would only allow 4 characters instead of 8
  • Fix probability calculation for Channel Jirachi

Probably forgetting some other stuff. Been a while since the last release, enjoy.

PokéFinder 2.1.0

01 Aug 19:23
Compare
Choose a tag to compare

Changelog:

  • Fix bug where Gen 3 Generator wasn't showing the proper frame
  • Fix frame offsets for gen 3 and 4 code
  • Remove duplicate entries from encounter tables
  • UI files now use more appropriate size changing and should look better on Linux and Mac
  • Update to Qt 5.11.1 (and fixed the bug that prevented this from happening a while ago)
  • Under the hood tweaks (should remove most compiler warnings)

PokéFinder 2.0.1

23 Jun 02:55
Compare
Choose a tag to compare

Changelog:

  • Fix output for Gen 4 Egg Searcher
  • Context menus for Gen 4(currently just has seed to time)
  • Add drop-down indicator to combo boxes. They should be easier to identify.
  • Increase width of tabs. Hopefully should be visible across more monitors/resolutions.
  • Double clicking a cell in a tableview will copy its content. Press ctrl+c when a cell in a tableview is selected will also copy its content.
  • Click events for IV Filter labels. Clicking with no keys will set compare to none, clicking with ctrl key will set compare to ==, and clicking with alt will set compare to >=.
  • Behind the scenes organization.

PokéFinder 2.0.0

12 Jun 03:01
Compare
Choose a tag to compare

The one year anniversary release. Been a while since the last release. Putting out a release so you guys can test out all the new gen 4 stuff. As always feel free to report issues and suggestions on either the discord or the issues area on github.

Changelog:

  • Gen 4 Profiles
  • Gen 4 Seed to Time
  • Gen 4 Stationary
  • Gen 4 Wild
  • Gen 4 Eggs
  • Gen 4 IDs
  • Gen 4 Encounter Tables (soon to add in dual slot and radio sound)
  • Change tab order of all forms
  • Completely rework patterns for Channel Jirachi
  • Behind the scenes code organization
  • Make table views resizable
  • Update translations

PokéFinder 1.3.1

10 Apr 04:23
Compare
Choose a tag to compare

Changelog:

  • Show level for wild encounters
  • Show frame in seed to time
  • Add more usability to context menus
  • Limit number of visible items for combo boxes
  • Fixed a bug that caused searching with Rock Smash to crash
  • Fix frame offset for H methods
  • Fix encounter rate filtering for rock smash

Thanks to @ShinySylveon04 for proving FRLG doesn't use main RNG to check the encounter rate.

PokéFinder 1.3.0

01 Apr 20:31
Compare
Choose a tag to compare

The Easter Special

Now with encounter tables for people that are too lazy to look up what slots are what pokémon.

Maybe this will be the last time I have to change Mac packaging.

Changelog:

  • Gen 3 Egg
  • Gen 3 IDs
  • Gen 3 Encounter Tables
  • Add lead(Synch, Cute Charm) to Gen 3 Wild
  • Searching progress/cancelling
  • Remember some user settings
  • Sort searcher results
  • Various Gen 3 Tools (Seed to Time, PID to IVs, PokeSpot, etc.)
  • Various form styling
  • Better memory management

Many thanks to @SteveCookTU and @wwwwwwzx for their help

PokéFinder 1.2.0

25 Feb 05:18
Compare
Choose a tag to compare

Changelog:

  • Fancy new UI look
  • Custom models to display data easily
  • Gen3 Wild Generator/Searcher
  • Gales/Colo shadow searching
  • Custom controls(IVs, QTextBox)
  • Rework profiles
  • QT 5.10
  • Various bug fixes

PokéFinder 1.1.2

02 Dec 21:07
Compare
Choose a tag to compare

Changelog:

  • Add Researcher
  • Fix Mac packaging

PokéFinder 1.1.1

13 Nov 16:46
f4fb246
Compare
Choose a tag to compare

Changelog:

  • More translation
  • Backend organization
  • Add languages folder to mac/linux artifacts