-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eba8b5b
commit 682304d
Showing
4 changed files
with
61 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,8 @@ dep/ | |
*.~cpp | ||
|
||
# X-Ray resources | ||
gamedata/ | ||
rawdata/ | ||
mods/ | ||
gamedata.db[0-9a-z] | ||
|
||
# X-Ray user files | ||
_appdata_/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@start bin\XR_3DA.exe |