Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CompressionTest.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bla bla
50 changes: 0 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +0,0 @@
# xray-1.7
XRay engine 1.7

## Attention!!! The project is no longer maintained. Development is suspended.

[![Build status](https://ci.appveyor.com/api/projects/status/fo8iwn5bvcmgnh8e/branch/master?svg=true)](https://ci.appveyor.com/project/Im-dex/xray-162)

## Branches
[master](https://github.com/Im-dex/xray-16) - stable code

## Build instructions
### Prerequisites
* CMake 3.8 or later

### Supported compilers
* Visual C++ 15.5 (2017) and higher

### Visual Studio solution generation
Open command line at the root of repository and execute the following commands:

* mkdir build
* cd build
* x86: cmake .. -DGAME_PATH=%GAME_PATH% -G "Visual Studio 15 2017" -T "host=x64"
* x64: cmake .. -DGAME_PATH=%GAME_PATH% -G "Visual Studio 15 2017 Win64" -T "host=x64"

Open generated solution and build the engine.

> %GAME_PATH% - path to your stalker game root folder.

### Additional CMake command line options

#### BUILD_UTILS (boolean)
Enable utils projects build

#### REL_DEVELOP (boolean)
Switch the following useful options for development using RelWithDebInfo build configuration
* Enable incremental linking
* Disable LTCG
* Disable unreferenced function elimination by linker

#### BUILD_TESTS (boolean)
Enable tests projects build

#### DEBUG_CAPS (boolean)
Enable some debug console commands and cheats

#### PNG_SCREENSHOTS (boolean)
Switch screenshots format from .*jpg to *.png.

If you have issues with openal when the game is starting, install extras\oalinst.exe.
1 change: 1 addition & 0 deletions code/engine/editor/engine.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bla bla bla
////////////////////////////////////////////////////////////////////////////
// Module : engine.hpp
// Created : 04.12.2007
Expand Down
1 change: 1 addition & 0 deletions gamedata/scripts/ui_main_menu.script
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<test>
-- File: UI_MAIN_MENU.SCRIPT
-- Description: Load Dialog for STALKER
-- Created: 28.10.2004
Expand Down