Subversion Repositories spk

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
285 225 d 6 h cycrow /libspk/src/ Updated WString to contain std::wstring instead of derive from it  
227 876 d 4 h cycrow / Added support for reading UTF8 files. Fixed using of WString filenames  
223 876 d 7 h cycrow / Removed older Utils::String functions  
222 876 d 8 h cycrow / Removed CyStringList and Utils::CStringList  
212 877 d 0 h cycrow / Removed CStringList readLines in CFileIO  
211 877 d 1 h cycrow / Converts ShipData to WString  
200 877 d 7 h cycrow / Updated FormatErrorString to use WString  
197 877 d 7 h cycrow / Updated to WString usage  
196 879 d 2 h cycrow / Replaced File_IO and DirIO to use WString  
185 881 d 7 h cycrow / Removed remaining CyString from library  
179 881 d 13 h cycrow / Removed old File_IO::WriteFile (CyString)  
173 882 d 6 h cycrow / removed File_IO::ReadLinesStr (replaced with Utils::String)  
170 882 d 7 h cycrow / Refactor CBaseFile and CXspFile  
166 883 d 10 h cycrow / Moved available packages to game directory  
160 884 d 8 h cycrow / Refactored Utils::String  
158 895 d 3 h cycrow / CyString => Utils::String conversion  
129 1732 d 10 h cycrow / Additional CySTring refactor
Added addon and multiple game files to package extraction
 
124 1768 d 9 h cycrow / Adjusted some strings Utils::String => CyString  
123 1768 d 11 h cycrow / Updated release build in solution  
121 1772 d 13 h cycrow / Updated for Visual Studio 2017
Added DirectoryControl to Installer
 
120 3779 d 6 h cycrow / Fixed baseName in CFileIO  
119 3781 d 11 h cycrow /libspk/src/ Additional CyString changes  
118 3781 d 15 h cycrow / CyString => Utils::String (CFileIO.Open)  
111 3788 d 16 h cycrow / CyString => Utils::String
Added List (to eventually replace CLinkList), Based on std::vector
 
95 3804 d 4 h cycrow / Updated game exe, detects directories better
Sync with Plugin Manager added
 
86 3810 d 9 h cycrow / Fixed save game manager  
85 3810 d 12 h cycrow / Fixed problems with appending and truncating cat files  
84 3811 d 2 h cycrow / More CyString conversions
Fixed problem with TruncateFile (fixing catfiles)
 
83 3811 d 4 h cycrow / Converted more CyString to Utils::String  
82 3811 d 5 h cycrow / Updated some Utils::String and started using CFileIO instead of the file system directly  
81 3811 d 7 h cycrow /libspk/src/ Added filename convertion to String class
Adjusted tmp files to use tempDirectory
 
58 4909 d 14 h cycrow / Updated ModDiff to now adjust files based on others, ie Tships based on TCockpits  
57 4914 d 3 h cycrow / Changes some more CyString => Utils::String  
56 4915 d 2 h cycrow / Cleaned up CGameExe and converted CyString => Utils::String  
53 4915 d 13 h cycrow / Fixed some memory handling Errors  
52 4916 d 7 h cycrow / Changes most file routines to use std::fstream instead of FILE  
51 4918 d 1 h cycrow / Added additional logging and converted various fopen with std::fstream  
42 4924 d 0 h cycrow / Fixed writing and removing from cat files. Added initial extract cuts data routine (not fully working yet)  
33 4929 d 10 h cycrow /libspk/src/ Fixed reading line by line from files  
1 4937 d 13 h cycrow / Initial Commit