Subversion Repositories spk

Rev

Rev 18 | 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
 
8
Features:
9
* Add editing ships from within the plugin manager
10
* Allowing reading changes from TShips and intergrating them into the installed ships
11
* Repackaging of scripts within the installer
12
* Add archive support in packager scripts
13
 
14
Internal Programming Changes:
15
* Change CyString to Utils::String
16
* Change CyStringList to Utils::CStringList
17
* Refactor spk libraries
18
* Split up header files and move all implementation to cpp files
19
* Improve library handling.
18 cycrow 20
* Update all automatic filename calls to work for special cases (FILETYPE_SCRIPT_UNINSTALL)
21
* Add game language numbers to gameexe (30, 35, 38)
13 cycrow 22
 
23
Linux/MAC
24
* Create makefile/configure script to compile libriaries and tools under linux/mac