Subversion Repositories spk

Rev

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

Rev Author Line No. Line
13 cycrow 1
Fixes:
2
* change AP ship installation to use extracted format
3
* Add option to select between extracted and fake patch
4
* Fix problem with creating of mod files
5
* Fix importing archives (scripts.uninstall)
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
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)
13
* Fix problem of extracting pbb files when importing ships (or packed files in general)
14
* Fix problem of installing pbb files
15
 
13 cycrow 16
Features:
17
* Add editing ships from within the plugin manager
18
* Allowing reading changes from TShips and intergrating them into the installed ships
19
* Repackaging of scripts within the installer
20
* Add archive support in packager scripts
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)
13 cycrow 30
 
31
Linux/MAC
32
* Create makefile/configure script to compile libriaries and tools under linux/mac