Releases: eXpl0it3r/System
Releases · eXpl0it3r/System
System 0.1.0
SDK
- Unpack the
sdk.7z
into asdk
directory inside the root directory. - Open solution with Visual Studio 2017.
Changelog for 0.1.0 - 2018-06-28
Added
- IFileSystem interface
- Added mount function to the FileSystem
- Added a simple Config class
Changed
- Updated Lua from 5.1 to 5.3.4
- Restructured source files
- Don't allow the FileSystem to be copied
- Mount filesystem externally
- Use <> includes
- Use Sematic Versioning correctly
System 0.0.2
SDK
- Unpack the
sdk.7z
into asdk
directory inside the root directory. - Open solution with Visual Studio 2017.
Changelog for 0.0.2 - 2018-02-11
Added
- PhysicsFS is used for a virtual filesystem abstraction
- spdlog logging library is used for logging
- Basic layout of FileSystem class
- Implemented ls, mkdir and rmdir
Changed
- The file listing function now uses PhysicsFS
System 0.0.1
SDK
- Unpack the
sdk.7z
into asdk
directory inside the root directory. - Open solution with Visual Studio 2017.
Changelog for 0.0.1 - 2018-02-09
Added
- Initial prototype with C++, Sol 2 and Lua
- Initial directory structure and repository setup