IX-Ray 1.0 Release 0.3
Pre-release
Pre-release
Modernized X-Ray based on X-Ray 1.0007
Changelog
Common
- Migration to Visual Studio 2022
- Fixed compilation errors
- Fixed a lot of issues with linking
- Enabled multicore building for all projects
- Enabled x86-64 toolchain for all projects
- Enabled GitHub Actions
Core
- Replaced custom
xr_deque<T>
andxr_vector<T>
with aliases ofstd::deque<T>
andstd::vector<T>
- Placed
clear_and_reserve()
method ofxr_vector<T>
class in a separate function - Partially replaced STL extension aliases with
using
analogs - Deleted
DEF_*
andDEFINE_*
macroses from STL extensions
Engine
- Fixed VSync
Dependencies
- Deleted unused Intel VTune functionality
Resources
- Added resources
- Normalized encoding of scripts
Full changelog: r0.2...r0.3