Skip to content

Commit

Permalink
2.5.6! Now with Windows XP support!
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Jan 25, 2013
1 parent b110f6d commit ff4e3c9
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 6 deletions.
27 changes: 27 additions & 0 deletions source/Readme-Packaging.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Source:
1. Subdirectory /source from SVN
2. Delete working files (/vcpp) except for files from SVN

Full Packages:
General Procedure:
1. Compile for the platforms
2. Delete unnecessary files: *.psd, *.ms3d, *.qc
3. Delete /source
4. Keep only the required /bin_*
5. Delete your /data
6. Delete the incorrect launch files from /

Modified steps:
Windows:
1. Compile with Visual Studio
6. Keep /*.bat

Linux:
1. a. See Readme-Linux-Compile.txt
b. Replace native_ with linux_ or linux_64_
3. Do not delete /source
6. Keep /*.sh

Mac:
1. (compile it somehow!)
7. (probably more steps are required)
2 changes: 1 addition & 1 deletion source/src/cube.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extern int verbose;

#include "protos.h" // external function decls

#define AC_VERSION 20505
#define AC_VERSION 20506
#define AC_MASTER_URI "ms.acr.victorz.ca/"

#ifndef AC_MASTER_URI
Expand Down
2 changes: 1 addition & 1 deletion source/src/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define CUBE_DEFAULT_SERVER_PORT 28770
#define CUBE_SERVINFO_PORT_LAN 28778
#define CUBE_SERVINFO_OFFSET 1
#define PROTOCOL_VERSION 131 // bump when protocol changes
#define PROTOCOL_VERSION 132 // bump when protocol changes
#define DEMO_VERSION 2 // bump when demo format changes
#define DEMO_MAGIC "ACR_REPLAY_FILE!"
#define MAXMAPSENDSIZE 65536
Expand Down
4 changes: 2 additions & 2 deletions source/vcpp/cube.sln
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cube", "cube.vcxproj", "{1FAF5BB4-C49A-4124-9F23-188528BAE7C8}"
EndProject
Global
Expand Down
4 changes: 2 additions & 2 deletions source/vcpp/cube.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
<PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand All @@ -60,7 +60,7 @@
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v110</PlatformToolset>
<PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down

0 comments on commit ff4e3c9

Please sign in to comment.