EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EVEVersion.h
Go to the documentation of this file.
1 /*
2  ------------------------------------------------------------------------------------
3  LICENSE:
4  ------------------------------------------------------------------------------------
5  This file is part of EVEmu: EVE Online Server Emulator
6  Copyright 2006 - 2021 The EVEmu Team
7  For the latest information visit https://evemu.dev
8  ------------------------------------------------------------------------------------
9  This program is free software; you can redistribute it and/or modify it under
10  the terms of the GNU Lesser General Public License as published by the Free Software
11  Foundation; either version 2 of the License, or (at your option) any later
12  version.
13 
14  This program is distributed in the hope that it will be useful, but WITHOUT
15  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
17 
18  You should have received a copy of the GNU Lesser General Public License along with
19  this program; if not, write to the Free Software Foundation, Inc., 59 Temple
20  Place - Suite 330, Boston, MA 02111-1307, USA, or go to
21  http://www.gnu.org/copyleft/lesser.txt.
22  ------------------------------------------------------------------------------------
23  Author: "everyone" who ever changed this file.
24 */
25 
26 #ifndef __EVE_VERSION_H
27 #define __EVE_VERSION_H
28 
29 // Client version info
30 // supported client is Crucible v1.6.5 build 360229
31 // this is ALL CPP information needed by the client
32 static const double EVEVersionNumber = 7.31;
33 static const uint16 MachoNetVersion = 320;
34 static const int32 EVEBuildVersion = 360229;
35 static const char* const EVEProjectRegion = "ccp";
36 static const char* const EVEProjectVersion = "EVE-EVE-TRANQUILITY@ccp";
37 static const char* const EVEProjectCodename = "EVE-EVE-TRANQUILITY";
38 
39 static const int32 EVEBirthday = 170472;
40 
41 /* Allan's Static Definitions */
42 static const char* const EVEMU_REVISION = "0.8.4";
43 static const char* const EVEMU_BUILD_DATE = __DATE__;
44 /* match versions here with stated files for full support */
45 static const float Config_Version = 10.2; /* eve-server.xml and EveServerConfig.cpp */
46 static const float Log_Version = 10.2; /* logtypes.h and log.ini */
47 /* AI versions for shitz-n-giggles */
48 static const float Joe_Version = 0.15; /* MarketBot.xml and MarketBotConf.cpp */
49 /* these dont have separate config files ...yet */
50 static const float NPC_AI_Version = 0.57;
51 static const float Drone_AI_Version = 0.15;
52 static const float Mission_Version = 0.31;
53 /* these arent used yet, but are placeholders for future expansion */
54 static const float Civilian_AI_Version = 0.10;
55 static const float Sentry_AI_Version = 0.10;
56 static const float POS_AI_Version = 0.01;
57 static const float Scan_Version = 0.43;
58 
59 #endif
static const float POS_AI_Version
Definition: EVEVersion.h:56
static const float Config_Version
Definition: EVEVersion.h:45
static const float Drone_AI_Version
Definition: EVEVersion.h:51
static const float Sentry_AI_Version
Definition: EVEVersion.h:55
static const char *const EVEProjectCodename
Definition: EVEVersion.h:37
static const float Scan_Version
Definition: EVEVersion.h:57
static const float Civilian_AI_Version
Definition: EVEVersion.h:54
static const uint16 MachoNetVersion
Definition: EVEVersion.h:33
signed __int32 int32
Definition: eve-compat.h:49
static const float Mission_Version
Definition: EVEVersion.h:52
static const float Log_Version
Definition: EVEVersion.h:46
static const char *const EVEProjectVersion
Definition: EVEVersion.h:36
static const double EVEVersionNumber
Definition: EVEVersion.h:32
static const int32 EVEBuildVersion
Definition: EVEVersion.h:34
static const float Joe_Version
Definition: EVEVersion.h:48
static const int32 EVEBirthday
Definition: EVEVersion.h:39
static const char *const EVEMU_REVISION
Definition: EVEVersion.h:42
static const char *const EVEMU_BUILD_DATE
Definition: EVEVersion.h:43
static const char *const EVEProjectRegion
Definition: EVEVersion.h:35
unsigned __int16 uint16
Definition: eve-compat.h:48
static const float NPC_AI_Version
Definition: EVEVersion.h:50