Subversion Repositories spk

Rev

Rev 41 | Rev 43 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13 cycrow 1
Fixes:
42 cycrow 2
* change AP ship installation to use extracted format		[SKIPPED]
13 cycrow 3
* Add option to select between extracted and fake patch
42 cycrow 4
* Fix problem with creating of mod files			[FIXED]
5
* Fix importing archives (scripts.uninstall)			[FIXED] (partially)
13 cycrow 6
* Update mod merge to work accross multiple files (record ids from different files to adjust in others)
7
 
41 cycrow 8
* Load from achive (check uninstall scripts are copied not linked, prevent crash on close)
9
* Check converstations.xml to not be included in auto text rename
10
* Added non cat files to Virtual File System
11
* Check VFS for text files when auto renaming texts
42 cycrow 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
41 cycrow 16
 
13 cycrow 17
Features:
18
* Add editing ships from within the plugin manager
19
* Allowing reading changes from TShips and intergrating them into the installed ships
20
* Repackaging of scripts within the installer
21
* Add archive support in packager scripts
42 cycrow 22
* Add support for BOB/BOD files
23
* Decompile BOB to read textures for import ship
13 cycrow 24
 
25
Internal Programming Changes:
26
* Change CyString to Utils::String
27
* Change CyStringList to Utils::CStringList
28
* Refactor spk libraries
29
* Split up header files and move all implementation to cpp files
30
* Improve library handling.
18 cycrow 31
* Update all automatic filename calls to work for special cases (FILETYPE_SCRIPT_UNINSTALL)
32
* Add game language numbers to gameexe (30, 35, 38)
13 cycrow 33
 
42 cycrow 34
Additions:
35
* Add dual progress bar to save file dialog in creaetor (1 for each file, one for overall)
36
* Add progress bar to import ship sections
37
* Add progress values from installing/unpacking files in Plugin Manager
38
 
13 cycrow 39
Linux/MAC
42 cycrow 40
* Create makefile/configure script to compile libriaries and tools under linux/mac
41
 
42
Change to CatFile appending (should improve performance and prevent data fragmentation)
43
* Prepare the files to be added first, save there data in SInCatFile->data
44
* Any to be removed are marked as removed and filename blanked (to prevent having multiple filenames)
45
* Write a temp file, any without data will be read from thier position in the old file, otherwise written from thier data
46
* Readjust the offsets 
47
* Write the cat file