| Line 29... |
Line 29... |
| 29 |
* Change fopen/fread with fstream
|
29 |
* Change fopen/fread with fstream
|
| 30 |
* Adjust to use precompiled headers
|
30 |
* Adjust to use precompiled headers
|
| 31 |
* reduce number of includes in header files
|
31 |
* reduce number of includes in header files
|
| 32 |
|
32 |
|
| 33 |
Additions:
|
33 |
Additions:
|
| 34 |
* Add dual progress bar to save file dialog in creaetor (1 for each file, one for overall)
|
34 |
* Add dual progress bar to save file dialog in creaetor (1 for each file, one for overall) [DONE]
|
| 35 |
* Add progress bar to import ship sections
|
35 |
* Add progress bar to import ship sections
|
| 36 |
* Add progress values from installing/unpacking files in Plugin Manager
|
36 |
* Add progress values from installing/unpacking files in Plugin Manager
|
| 37 |
|
37 |
|
| 38 |
Linux/MAC
|
38 |
Linux/MAC
|
| 39 |
* Create makefile/configure script to compile libriaries and tools under linux/mac
|
39 |
* Create makefile/configure script to compile libriaries and tools under linux/mac
|
| Line 41... |
Line 41... |
| 41 |
Change to CatFile appending (should improve performance and prevent data fragmentation)
|
41 |
Change to CatFile appending (should improve performance and prevent data fragmentation)
|
| 42 |
* Prepare the files to be added first, save there data in SInCatFile->data
|
42 |
* Prepare the files to be added first, save there data in SInCatFile->data
|
| 43 |
* Any to be removed are marked as removed and filename blanked (to prevent having multiple filenames)
|
43 |
* Any to be removed are marked as removed and filename blanked (to prevent having multiple filenames)
|
| 44 |
* Write a temp file, any without data will be read from thier position in the old file, otherwise written from thier data
|
44 |
* Write a temp file, any without data will be read from thier position in the old file, otherwise written from thier data
|
| 45 |
* Readjust the offsets
|
45 |
* Readjust the offsets
|
| 46 |
* Write the cat file
|
46 |
* Write the cat file [DONE]
|
| 47 |
|
47 |
|
| 48 |
|
48 |
|
| 49 |
Tests:
|
49 |
Tests:
|
| 50 |
* Test Update Package functions
|
50 |
* Test Update Package functions
|