Skip to content

Releases: SilverGreen93/CDPExplorer

v4.1

01 Jan 16:55
Compare
Choose a tag to compare

Add option to auto-rename files if the destination cdp file already exists.
This is in addition of the existing Skip and Overwrite options.

v4.0

27 May 10:20
Compare
Choose a tag to compare

Major release
What's new?

  • Added multi-file support: You can now open multiple CDP files in the same CDP Explorer window by drag and dropping them or using Ctrl+O. You can still open separate CDP Explorer windows with only one file present.
  • Added a new column in the grid view to keep track of the asset's original file.
  • Resized the Era and Description columns to keep them smaller even if the contained text exceeds the window size.
  • Added the ability to customize more the output filename format for exported CDPs by choosing the KUID, build, username order as you please.

v3.7

09 Apr 20:31
Compare
Choose a tag to compare
  • Fix opening of readonly files (#6)
  • Fix Find dialog box not opening above the main window.
  • Auto-focus on the find textbox after pressing Ctrl+F.
  • Added a new option to replace spaces with underscores in exported cdp files.

v3.6

14 Jun 11:52
Compare
Choose a tag to compare

Fix kuid comparisons that overflow as Integer but do fit in an Unsigned Integer.

v3.5

19 Jul 20:33
Compare
Choose a tag to compare

Fix parsing of trainz-build stored as int.

v3.4

06 Jun 08:25
Compare
Choose a tag to compare

This release fixes the following:

  • Always show trainz-build with 1 decimal place (i.e. 2.0 instead of 2)
  • Correctly display and extract kuid2 without version number

v3.3

23 May 17:35
Compare
Choose a tag to compare

New in this version:

  • Add settings window
  • Add export filename options
  • Add overwrite policy
  • Store settings and retrive them on application restart
  • Fix Trainz build format localization in main gridview
  • Show modal dialogs centered on main window
  • Bump copyright to 2020

v3.2

19 Jan 19:06
Compare
Choose a tag to compare

This release fixes:

  • parsing floats written with comma instead of dot (Issue #4)
  • parsing single character strings (Issue #3)

Error messages will now show the KUID of the asset which makes the program crash/fail for easier debugging.

v3.1

25 Dec 17:57
Compare
Choose a tag to compare

This version fixes 2 bugs:

  • Some CDP will fail to parse properly with overflow error. This was due to legacy kuids (Issue #2)
  • GridView does not allow resizing (Issue #1)

v3.0

03 Nov 13:52
Compare
Choose a tag to compare

This a major release fixing lots of bugs and improving overall performance. Includes a GUI redesign and the most awaited ability to open files over 2GB.

What's new:

  • Support for more than 2GB CDP files.
  • Fixed kuids missing in the grid view for certain assets.
  • Fixed asset names missing in the grid view for certain assets.
  • Fixed kuid conversions on overflow
  • Separate thread to extract CDP contents.
  • Main window is now resizable.
  • New options to copy kuids, save as CSV.
  • Show asset descriptions.
  • New menu bar, context right-click menu and status bar.
  • Misc bug fixes and code cleanup.