This page was last updated on 24 August 2015, 5:07AM
Changelogs
Version 0.4.2
- Fixed errors in conjunction with the GameQuality calculation
- Fixed calculation of "Best Game Ever"
- Fixed annoying "Best Game Ever" notifications showing every week
- Fixed error when releasing a custom platform
- Fixed error when clicking on sales card of custom console
- Fixed erroneous height of engine specs list on lower resolutions
Version 0.4.1
- Completely revised modal windows. Now works well with lower resolutions, too.
- Fixed problems when using the module with UltimateLib
- Implemented notification for when a game release analysis is available (can be configured)
- New feature allows to click on the game sales card to obtain detailed information about the game
Version 0.4.0
- Completely renewed bootstrap for js loading
- Added prototypes for String.format, endsWith, startsWith (.NET Style) through InfoStatsMod_Prototypes.js
- Footer profit is displayed in green or red depending if + or -
- New start text for text footer
- Revised mod menu
- Unified configuration
- Save success or fail displayed on screen
- New file structure for libs
- New released games column "Audience" for target audience
- New released games column "Q" for game quality
- Fixed Rank display (-1) for ranks lower than 0 and higher than 100. Now set to 0. Thanks to @Hexatan for the hint.
Version 0.3.2
- Added new internal functions to "Utils" for providing more reliable "BestGameEver" calculation
- Added new notification when "BestGameEver" get's even better (previous record broken)
- Reviewed and optimized "WeekProceeded" event#
- Image folder now included (was missing previously)
- Thanks to Haxor for testing and reporting bugs
Version 0.3.1
- Released Games Analysis: New Data Column "Fans"
- Released Games Analysis: New Data Column "Sequel"
- Released Games Analysis: New Data Column "Publisher" (This does not work as expected)
- Released Games Analysis: Fixed income / profit data display that was not considering other factors. Now correct values are displayed (i.e. when using a publisher), furthermore this is sync with the game.
- Released Games Analysis: Fixed errors when displaying game details for screen resolutions with a width lower that 1550
- Implementation of the "Platform Analysis" section
- Implementation of the "Platform Details" screen
- Platform Analysis: Platform are displayed filtered by the following categories : Licensed Platforms, Unlicensed Platforms, Discontinued Platforms, Released Platforms
- Platform Analysis: Platform selection can be displayed without image or with small, medium or large images
- Platform Analysis: Platform selection can be displayed 1, 2 or 3 columned
- Implementation of the "Platform Details Config" screen
- Platform Analysis Config: Show Image, Image Size and Columns can be configured. This controls the behaviour of the Platform Details selector
- Footer: Friendly date (with day and month name and full year)
- Implementation of the "Notifications" screen
- Notifications: Configurable In-Game Notification when Best Game Ever changes
Version 0.3.0
Last Update: December 20th, 2013
- Revised main module menu.
- Implementation of the "Config" screen for "Released Games Analysis"
- Footer: Fixed calculation of best game (max profit was not passed correctly)
- Footer: Fixed score format (use avg) in the footer for game compliancy
- Released Games Analysis Config: Column Visibility with the option to save changes (save game relevant)
- Released Games Analysis: Game compliant number value formatting on costs
- Released Games Analysis: Datalist columns structure enhanced
- Released Games Analysis: Datalist columns are now dynamic and can be controlled within the mod
- Released Games Analysis: Games now only appear in the list when sales starts
- Released Games Analysis: Revised platform images. Now bigger size with nice label and dynamic image scale depending on platform count.
- Released Games Analysis: Fixed engine specs tech number format to max 2 decimal places
- Fixed an error encountered on startup when weekProceeded event was triggered without a best game - Thanks to SirEverard