Subversion Repositories spk

Rev

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

Rev Author Line No. Line
66 cycrow 1
 
13 cycrow 2
Fixes:
42 cycrow 3
* change AP ship installation to use extracted format		[SKIPPED]
13 cycrow 4
* Add option to select between extracted and fake patch
5
* Update mod merge to work accross multiple files (record ids from different files to adjust in others)
6
 
42 cycrow 7
* Check and Fix Save game manager
43 cycrow 8
* Add Extract Cut Data in Import Ship
9
* Check renaming of just added files (should change the to filename, not the current file point)
10
* Included base TC dir for VFS
41 cycrow 11
 
13 cycrow 12
Features:
13
* Add editing ships from within the plugin manager
14
* Allowing reading changes from TShips and intergrating them into the installed ships
15
* Repackaging of scripts within the installer
16
* Add archive support in packager scripts
42 cycrow 17
* Add support for BOB/BOD files
18
* Decompile BOB to read textures for import ship
46 cycrow 19
* Add Patch Mod functionality
20
* Add all languages for Install/Uninstall text regardless of which is selected (build a list of all languages to add)
13 cycrow 21
 
22
Internal Programming Changes:
23
* Change CyString to Utils::String
24
* Change CyStringList to Utils::CStringList
25
* Refactor spk libraries
26
* Split up header files and move all implementation to cpp files
27
* Improve library handling.
18 cycrow 28
* Update all automatic filename calls to work for special cases (FILETYPE_SCRIPT_UNINSTALL)
29
* Add game language numbers to gameexe (30, 35, 38)
43 cycrow 30
* Change fopen/fread with fstream
31
* Adjust to use precompiled headers
32
* reduce number of includes in header files
13 cycrow 33
 
42 cycrow 34
Additions:
58 cycrow 35
* Add dual progress bar to save file dialog in creaetor (1 for each file, one for overall)			[DONE]
42 cycrow 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 
58 cycrow 47
* Write the cat file			[DONE]
46 cycrow 48
 
49
 
50
Tests:
51
* Test Update Package functions