Releases: Prevter/FloatTool
Releases · Prevter/FloatTool
64-bit mode, x3 speed boost, bug fixes
- Fixed bug which occured when you pressed stop button, while program downloads wear values. Progress bar didn't stop as you pressed.
- Fixed rare bug that would crash app, trying to log to many things in log file
- LINQ and Lists were thrown out for use of arrays to improve speed (x3 boost)
- Implemented OpenCL kernel. You can't use it yet, but you can test your GPU typing "gpupower" in main window and pressing GPU Test button.
- App is now x64 platform only. This helped to improve speed.
- If you accidently deleted
itemData.json
, app would redownload it and tell you to restart. - No crashes if program couldn't check for updates
- F2 button now opens Utilities page on project website which contains IEEE754 calculator and combination calculator
- All DLLs are now packed inside of exe (excluding FloatCore.dll)
IEEE754, optimizations and download speed improvement
- Benchmark window now have themes
- Now program tells you IEEE754 of the float
- Some minor UI tweaks
- Possible craft range added to tell you what float you can craft
- Downloading floats been speed up
- Small optimization fixes
- Fixed Windows 7 crash on startup, if autoupdate is enabled (Not tested)
Bug fixes and optimizations
- Fixed getting duplicate combinations
- Calculation optimizations
- Combination finder optimization
- Fixed finished combinations bug
This update doesn't contain any new features, but gives a huge performance boost for your calculations
Optimizations and custom themes
- Search speed have been increased... again)
- Benchmark got some new features including: threads settings, update button
- Custom themes loader (currently only one). You can edit it in "theme.json" file. (Amoled theme comes preinstalled)
- Autoupdater now downloads releases from github and installs them
- "Find one" button allows to stop search after first found combination (Can get more than one because of multithreading)
- Logger now saves crashreports in one file per session
- Threads settings now saves when you start search
- Thanks to theme manager, light theme is now fully working
- In settings you can now select theme and view it's preview (Custom themes allow all images)
Log system and code refactoring
- Code has been cleaned up (somewhat)
- App now has debug system and crash report saving. If you closed app while buying skins, you can open it to see them. (debug.log is cleaned every startup)
- Font has been changed to "Inter"
- Light theme has been updated (outcome blocks are still dark)
- 6 new collections have been added to database file: Shattered Web Case, St.Mark, Norse, Prisma 2, Fracture Case, Broken Fang Case. You can now use them to craft skins.
- If you press F1, table containing drop rates will open in your browser
Combinations display and price count
- Combinations now show in a block. Each one have buttons for faster copying floats
- Search algorithm have been upgraded to work faster and include price of the full contract (+200k combinations on R5 2600)
- You can now disable Discord RPC in settings (You still need to restart the application)
- You can change currency in settings
- Fixed bug with PP-Bizon which wouldn't show skins in combo box
- Code optimizations
- Registry now autofixes itself if some of the values have been deleted
- Apply button now isn't enabled on settings menu open if you changed some of the options.
Known issues:
- White theme still in progress
403 Connection error fix
api.csgofloat.com seems to apply new rules so their API can be accessed only from web browser. This fix makes a workaround, so search should work again :)
Search engine overhaul
- Search speed increased in 10 times.
- Outcome selector let's find skin you actually want, without looking in craft simulators.
- Benchmark with online table to compare different systems.
- Settings now have all customizations in one window. All settings are stored in registry, so it wont reset after relaunch.
- Search mode lets you find floats less or greater than desired.
- Stats about current speed now stay in bottom of the window.
- New looking progress bar now tracks how much combinations have been processed.
- Checkbox have been updated to look better with current theme.
- Thread count now automatically sets to your CPU thread count.
- Update checking now shows message on start if there are new version (Can be disabled in settings)
- Desired float field default value is now "0.25000000032783" after some calculations.
- Removed white border from the window
- Added maximize/minimize button
- Changed sound effect when combination is found
StatTrack Search Fix + new icon
StatTrack Search Bugfix StatTrack items couldn't be found because while getting item data from database file, "StatTrack" part wasn't deleted so no item would be found
Multithreading calculation
Fully reworked combinations founder so it can be runned on multiple threads. I recommend not to set more threads than your proccessor have.
Probably last feature update, at least if there will no feature requests. If not, all following updates will be bug fixes.