We need these two files as well

This commit is contained in:
Fish 2008-03-10 09:06:39 +00:00
parent 5d572336e6
commit 67081a1d6d
3 changed files with 47 additions and 0 deletions

2
.gitattributes vendored
View file

@ -8,6 +8,7 @@
/NEWS -text
/README.GamesServ -text
/RELNOTES -text
/RELNOTES.win32.txt -text
/aclocal.m4 -text
/bomb.c -text
/bomb_help.c -text
@ -16,6 +17,7 @@
/configure.in -text
/gamesserv.c -text
/gamesserv.h -text
/gamesserv.sln -text
/gamesserv.vcproj -text
/gamesserv_help.c -text
/hilo.c -text

28
RELNOTES.win32.txt Normal file
View file

@ -0,0 +1,28 @@
* GamesServ * Version 3.0.a3
==============================================================================
Important information you should know: (READ THIS!)
==============================================================================
This is an alpha release. Not all features will work and there may be major
bugs in the software. This release is purely for us to get feedback on the new
version of NeoStats and should not be run on production networks. This release
is ideal for users with test networks or those that want an opportunity to
help us develop the new version with feedback and suggestions.
No support is provided for this release so if you have problems and are unable
to resolve them using the provided documentation, you should use the supported
stable 2.5 series instead until NeoStats 3.0 is further along.
Bugs, requests and suggestions should be reported using the bug tracking
system. You must provide all information required as listed in the README
section on support or your entry will be removed.
Settings and data files from 2.5.x will not work with 3.0.
Settings and data files for previous 3.0 alpha versions may not be compatible
with this version. You should delete all files with "gdbm" in the filename
from the directory ~/NeoStats 3.0/data before using this version.
Known issues that we are aware of and should not be reported:
* None at present

17
gamesserv.sln Normal file
View file

@ -0,0 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WarServ", "gamesserv.vcproj", "{D4947737-CFE5-4368-92AF-B79C0F55D09B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4947737-CFE5-4368-92AF-B79C0F55D09B}.Release|Win32.ActiveCfg = Release|Win32
{D4947737-CFE5-4368-92AF-B79C0F55D09B}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal