-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
32 changed files
with
10,288 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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,66 @@ | ||
(*----------------------------------------------------------------------------+ | ||
Winfragg(c) is created by Wash for A.M.U | ||
This program is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU General Public License | ||
as published by the Free Software Foundation; either version 2 | ||
of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
The CsTiger searching feature is an exclusivity for Winfragg(c) only. | ||
Amu's page : http://winfragg.sourceforge.net/ | ||
Dev Page : https://sourceforge.net/projects/winfragg/ | ||
Contact : amunit@users.sourceforge.net | ||
CsTiger : http://www.cstiger.de | ||
Borland : http://www.borland.com | ||
+----------------------------------------------------------------------------*) | ||
|
||
unit constants; | ||
|
||
interface | ||
|
||
const | ||
VERSION = '20319001'; | ||
LOGFILENAME = 'Systemlog.log'; | ||
LICENCEFILE = 'Licence.txt'; | ||
VERSIONFILE = 'Version.txt'; | ||
HTTPREPORTDEST = 'http://membres.lycos.fr/amunit/'; | ||
HTTPMASTERQUERYTIMEOUT = 0; | ||
HTTPSTATREPORTTIMEOUT = 5000; | ||
BRUTALCLOKVALUE = 3000; | ||
M28K=120; | ||
M36K=90; | ||
M56K=70; | ||
ISDN=50; | ||
DSL=10; | ||
MAXPING = 9999; | ||
MAXSERVER = 65535; | ||
CSTIGERQ = 'http://www.cstiger.de/cgi-bin/nph-winfragg?'; | ||
VLMSIPEAST = 'half-life.east.won.net:27010'; | ||
VLMSIPWEST = 'half-life.west.won.net:27010'; | ||
VLMSIPCENTRAL = 'half-life.central.won.net:27010'; | ||
STEAMMSCENTRAL = '207.173.177.11:27010'; | ||
VLPING = 'ÿÿÿÿping'; | ||
VLQUERY = 'v'; | ||
IDMSIPMONSTER = 'monster.idsoftware.com:27950'; | ||
IDMSIPRTCWET = 'etmaster.idsoftware.com:27950'; | ||
IDMSIPSOF2 = 'master.sof2.ravensoft.com:20110'; | ||
IDMSIPST = 'master.stef1.ravensoft.com:27953'; | ||
IDMSIPJK2 = 'masterjk2.ravensoft.com:28060'; | ||
IDMSIPWOLF = 'wolf.idsoftware.com:27950'; | ||
IDPING = 'ping'; | ||
IDQUERY = 'i'; | ||
EPMASTERQUERY = 'http://ut2003master.epicgames.com/serverlist/full-all.txt'; | ||
EPPING = '\echo\'; | ||
EPQUERY = 'e'; | ||
LAUNCHINGCANVAS = '°±²ÛÛ Launching.. ÛÛ²±°'; | ||
NOSLOTSCANVAS = '°±²ÛÛ This server has no slots free.. ÛÛ²±°'; | ||
HTTPREPORTCANVAS = ' .: HTTP/1.1 basic reporting..'; | ||
implementation | ||
|
||
end. |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.