Line 2... |
Line 2... |
2 |
* change AP ship installation to use extracted format [SKIPPED]
|
2 |
* change AP ship installation to use extracted format [SKIPPED]
|
3 |
* Add option to select between extracted and fake patch
|
3 |
* Add option to select between extracted and fake patch
|
4 |
* Fix problem with creating of mod files [FIXED]
|
- |
|
5 |
* Fix importing archives (scripts.uninstall) [FIXED] (partially)
|
- |
|
6 |
* Update mod merge to work accross multiple files (record ids from different files to adjust in others)
|
4 |
* Update mod merge to work accross multiple files (record ids from different files to adjust in others)
|
7 |
|
5 |
|
8 |
* Load from achive (check uninstall scripts are copied not linked, prevent crash on close) [FIXED]
|
- |
|
9 |
* Check converstations.xml to not be included in auto text rename [FIXED]
|
- |
|
10 |
* Added non cat files to Virtual File System [FIXED]
|
- |
|
11 |
* Check VFS for text files when auto renaming texts [FIXED]
|
- |
|
12 |
* Fix problem with removing of files when installing a package that has changed (when a file in a package has changed, its not installed, instead its removed) [FIXED]
|
- |
|
13 |
* Fix problem of extracting pbb files when importing ships (or packed files in general) [FIXED]
|
- |
|
14 |
* Fix problem of installing pbb files [FIXED]
|
- |
|
15 |
* Check and Fix Save game manager
|
6 |
* Check and Fix Save game manager
|
16 |
* Add Extract Cut Data in Import Ship
|
7 |
* Add Extract Cut Data in Import Ship
|
17 |
* Check renaming of just added files (should change the to filename, not the current file point)
|
8 |
* Check renaming of just added files (should change the to filename, not the current file point)
|
18 |
* Included base TC dir for VFS
|
9 |
* Included base TC dir for VFS
|
19 |
|
10 |
|
Line 22... |
Line 13... |
22 |
* Allowing reading changes from TShips and intergrating them into the installed ships
|
13 |
* Allowing reading changes from TShips and intergrating them into the installed ships
|
23 |
* Repackaging of scripts within the installer
|
14 |
* Repackaging of scripts within the installer
|
24 |
* Add archive support in packager scripts
|
15 |
* Add archive support in packager scripts
|
25 |
* Add support for BOB/BOD files
|
16 |
* Add support for BOB/BOD files
|
26 |
* Decompile BOB to read textures for import ship
|
17 |
* Decompile BOB to read textures for import ship
|
- |
|
18 |
* Add Patch Mod functionality
|
- |
|
19 |
* Add all languages for Install/Uninstall text regardless of which is selected (build a list of all languages to add)
|
27 |
|
20 |
|
28 |
Internal Programming Changes:
|
21 |
Internal Programming Changes:
|
29 |
* Change CyString to Utils::String
|
22 |
* Change CyString to Utils::String
|
30 |
* Change CyStringList to Utils::CStringList
|
23 |
* Change CyStringList to Utils::CStringList
|
31 |
* Refactor spk libraries
|
24 |
* Refactor spk libraries
|
Line 49... |
Line 42... |
49 |
* Prepare the files to be added first, save there data in SInCatFile->data
|
42 |
* Prepare the files to be added first, save there data in SInCatFile->data
|
50 |
* Any to be removed are marked as removed and filename blanked (to prevent having multiple filenames)
|
43 |
* Any to be removed are marked as removed and filename blanked (to prevent having multiple filenames)
|
51 |
* Write a temp file, any without data will be read from thier position in the old file, otherwise written from thier data
|
44 |
* Write a temp file, any without data will be read from thier position in the old file, otherwise written from thier data
|
52 |
* Readjust the offsets
|
45 |
* Readjust the offsets
|
53 |
* Write the cat file
|
46 |
* Write the cat file
|
- |
|
47 |
|
- |
|
48 |
|
- |
|
49 |
Tests:
|
- |
|
50 |
* Test Update Package functions
|