Skip to content

Commit

Permalink
Update root files
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Jul 28, 2023
1 parent eba8b5b commit 682304d
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ dep/
*.~cpp

# X-Ray resources
gamedata/
rawdata/
mods/
gamedata.db[0-9a-z]

# X-Ray user files
_appdata_/
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

Full changelog of _IX-Ray_ 1.0 project

## Release 0.2 (November 2022)

### Common

- Migration to __Visual Studio 2015__
- Fixed compilation errors
- Replaced deprecated functions to safe and modern analogs
- Replaced some custom functions and types to standard library analog
- Replaced `debug::make_final<T>` class to _C++11_ `final` specifier

### Core

- Removed __BugTrap__ and __minizip__
- Fixed `Debug` configuration workability
- Fixed window focus error

### Engine

- Unlocked console commands: `hud_fov`, `fov`, `jump_to_level`, `g_god`, `g_unlimitedammo`, `run_script`, `run_string`, `time_factor`

### Utilities

- Incompletely integrated __DirectXTex__

## Release 0.1 (November 2022)

### Common

- Migration to __Visual Studio 2013__
- Fixed compilation errors
- Configured engine projects building
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# IX-Ray

Improved *X-Ray* 1.0 game engine
<div align="center">
<p>
<a href="https://github.com/ixray-team">
<img src="https://github.com/ixray-team/ixray-docs/blob/default/logo.png" alt="IX-Ray Team" width="150" height="150" />
</a>
</p>

<p>
<a href="https://github.com/ixray-team/ixray-1.0-stsoc/releases/tag/r0.2">
<img src="https://img.shields.io/github/v/release/ixray-team/ixray-1.0-stsoc?include_prereleases" alt="Latest release" />
</a>
</p>
</div>

Stable repository of the modernized _X-Ray_ 1.0 game engine

## Requirements

* Visual Studio 2013 Community Edition
* Visual Studio 2015 Community Edition

## Building

Expand All @@ -26,6 +40,10 @@ Unpack a contents to the root agreeing to merge

- Build `XRay.sln` on `Win32` without projects from `utils`

## Changelog

All significant changes to this repository are documented in [this](CHANGELOG.md) file

## License

See [this](LICENSE.md) file for details
1 change: 1 addition & 0 deletions launch-engine.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@start bin\XR_3DA.exe

0 comments on commit 682304d

Please sign in to comment.