diff --git a/CompressionTest.cpp b/CompressionTest.cpp new file mode 100644 index 000000000..b72e7d487 --- /dev/null +++ b/CompressionTest.cpp @@ -0,0 +1 @@ +bla bla diff --git a/README.md b/README.md index 5d08a1ce6..e69de29bb 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/code/engine/editor/engine.hpp b/code/engine/editor/engine.hpp index 6b9c2a94a..fb89a608d 100644 --- a/code/engine/editor/engine.hpp +++ b/code/engine/editor/engine.hpp @@ -1,3 +1,4 @@ +bla bla bla //////////////////////////////////////////////////////////////////////////// // Module : engine.hpp // Created : 04.12.2007 diff --git a/gamedata/scripts/ui_main_menu.script b/gamedata/scripts/ui_main_menu.script index e7e847525..415087145 100644 --- a/gamedata/scripts/ui_main_menu.script +++ b/gamedata/scripts/ui_main_menu.script @@ -1,3 +1,4 @@ + -- File: UI_MAIN_MENU.SCRIPT -- Description: Load Dialog for STALKER -- Created: 28.10.2004