Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23Learn about signing commits
Some things worth trying: Restarting pc Downloading using 7zip(i prefer 7zip) or winrar. Redownload them from another site preferably the official. Eon Timer Easy to use Time Tracking for Mac with a clean, intuitive interface. Keep track of the time for your entire project in one place, and then send it to your online service if you want.
- Choose a tag to compare
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23Learn about signing commits
I redownloaded 3DSRNGTool and Eon Timer in their current versions, and while RNG Reporter seems about the same, Eon Timer is throwing me off. For the '3' tab I learned to use in the past, the 'lag' option is no longer a thing (which still seems to pop up when getting seeds in 3DSRNGTool), and calibration is now one of the options. A summary of the Archean Eon. The Archean Eon marked a time when Earth’s climate began to stabilize. Earth cooled down from its molten state. It eventually could support oceans. Tectonic activity built continents. In the Archean Eon, oxygen filled in the atmosphere, and most of the world’s iron ore was deposited.
dylmeadows released this
EonTimer is finally moving out of beta into a proper release! This release has been something I've been working on pretty consistently since 9/2018.
IMPORTANT NOTE:
2.0.0 is now using the application plugin for Gradle to build EonTimer. This means there are now scripts included in the release to start EonTimer. After unzipping EonTimer-2.0.0.zip, the scripts are located in the bin
directory.
- Windows users should use the
EonTimer.bat
script - MacOS and Linux users should the
EonTimer
script
2.0.0 brings a lot of changes to the code base from 2.0.0-beta1 including:
/https://www.thestar.com/content/dam/thestar/news/gta/2019/03/21/ttc-commuter-presses-alarm-over-smelly-subway-passenger-prompting-police-reminder-about-emergencies/emergency_alarm.jpg)
- Switched to the application plugin for Gradle to build EonTimer instead of building an UberJAR
- Using Spring Boot internally without starting a web server for the added benefit of autoconfiguration and dependency injection
- Switching from Java to Kotlin to reduce overall code base and to increase code expression
- Switched from spinning up a new Thread for running the timer to a hybrid of using reactive programming and Kotlin coroutines. This should make it easier to manage the code base going forward with hopefully the realization of performance benefits while running the timer
- Migrated GUI source from hard-coded source to FXML files. This should make it easier for anyone to contribute to EonTimer if they desire.
- Implemented the Generation 3 Variable Frame Timer with new functionality not present in ToastPlusOne's EonTimer implementation:
- 'Calibration' field remains so that manually calibrations are no longer required
- Timer will now display how much time has elapsed until the 'Target Frame' is set so that a second timer application is no longer required to track elapsed time
- Added a 'Set Target Frame' button specifically for setting the 'Target Frame' instead of tying that functionality into the 'Update' button
- Switched to JavaFX MediaPlayer from Java's base Sound API for a consistent JavaFX platform
- Fixed an issue where the first time running the timer would cause the first beep to lag due to a buffering issue
- Fixed an issue where the last timer action would occasionally not fire
Eon Timer Pokemon
Moving Forward
My goals for the next release (after taking a short, much needed break) are:

- Add unit tests to provide code coverage and hopefully increase stability of the program
- Add base documentation for getting started and how to contribute to EonTimer
- Integrate a CI pipeline
Eon Timer 2.01
Please report any issues you may find. Good luck with your RNG endeavors!
