Subversion Repositories spk

Rev

Rev 42 | Rev 46 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42 Rev 43
Line 3... Line 3...
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]
4
* Fix problem with creating of mod files			[FIXED]
5
* Fix importing archives (scripts.uninstall)			[FIXED] (partially)
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)
6
* Update mod merge to work accross multiple files (record ids from different files to adjust in others)
7
 
7
 
8
* Load from achive (check uninstall scripts are copied not linked, prevent crash on close)
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
9
* Check converstations.xml to not be included in auto text rename				[FIXED]
10
* Added non cat files to Virtual File System
10
* Added non cat files to Virtual File System							[FIXED]
11
* Check VFS for text files when auto renaming texts
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]
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]
13
* Fix problem of extracting pbb files when importing ships (or packed files in general)		[FIXED]
14
* Fix problem of installing pbb files								[FIXED]
14
* Fix problem of installing pbb files								[FIXED]
15
* Check and Fix Save game manager
15
* Check and Fix Save game manager
-
 
16
* Add Extract Cut Data in Import Ship
-
 
17
* Check renaming of just added files (should change the to filename, not the current file point)
-
 
18
* Included base TC dir for VFS
16
 
19
 
17
Features:
20
Features:
18
* Add editing ships from within the plugin manager
21
* Add editing ships from within the plugin manager
19
* Allowing reading changes from TShips and intergrating them into the installed ships
22
* Allowing reading changes from TShips and intergrating them into the installed ships
20
* Repackaging of scripts within the installer
23
* Repackaging of scripts within the installer
Line 28... Line 31...
28
* Refactor spk libraries
31
* Refactor spk libraries
29
* Split up header files and move all implementation to cpp files
32
* Split up header files and move all implementation to cpp files
30
* Improve library handling.
33
* Improve library handling.
31
* Update all automatic filename calls to work for special cases (FILETYPE_SCRIPT_UNINSTALL)
34
* Update all automatic filename calls to work for special cases (FILETYPE_SCRIPT_UNINSTALL)
32
* Add game language numbers to gameexe (30, 35, 38)
35
* Add game language numbers to gameexe (30, 35, 38)
-
 
36
* Change fopen/fread with fstream
-
 
37
* Adjust to use precompiled headers
-
 
38
* reduce number of includes in header files
33
 
39
 
34
Additions:
40
Additions:
35
* Add dual progress bar to save file dialog in creaetor (1 for each file, one for overall)
41
* 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
42
* Add progress bar to import ship sections
37
* Add progress values from installing/unpacking files in Plugin Manager
43
* Add progress values from installing/unpacking files in Plugin Manager