Skip to content

IX-Ray 1.0 Release 0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@acidicMercury8 acidicMercury8 released this 29 Jul 09:38

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> and xr_vector<T> with aliases of std::deque<T> and std::vector<T>
  • Placed clear_and_reserve() method of xr_vector<T> class in a separate function
  • Partially replaced STL extension aliases with using analogs
  • Deleted DEF_* and DEFINE_* 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