Skip to content

Releases: SilverGreen93/CDPExplorer

v4.2

24 Mar 18:11

Choose a tag to compare

  • Add new option to always export cdp filename kuid in kuid2 format. This option makes sorting files consistent.

Full Changelog: v4.1...v4.2

v4.1

01 Jan 16:55

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

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

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

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

Choose a tag to compare

Fix parsing of trainz-build stored as int.

v3.4

06 Jun 08:25

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

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

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

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)