Compare commits
95 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdaae0e8f2 | |||
| bd3838a04e | |||
| 5eeda8235d | |||
| 20d40d5b81 | |||
| 5e11077c7a | |||
| ba81bcba69 | |||
| 9329274866 | |||
| ace87b438b | |||
| 1f3c1f32f4 | |||
| cacd3dcd6d | |||
| 97b7945191 | |||
| a01d75549f | |||
| ecd0b43abe | |||
| d35ab24e15 | |||
| 100c4f6522 | |||
| a1c20959fe | |||
| 3b9df46510 | |||
| f7ba34dcec | |||
| 74234684af | |||
| 06e027710f | |||
| 73d9095604 | |||
| f2d79225a3 | |||
| daa38413f3 | |||
| a4ed23f6c7 | |||
| cfdc61c357 | |||
| 77b47b4634 | |||
| 0f139562c3 | |||
| fc2bc06992 | |||
| 8eefdd71b5 | |||
| 966443be3d | |||
| 5327d91917 | |||
| 6399efc227 | |||
| 7da5de619b | |||
| 0735037f10 | |||
| 8c78a5d26c | |||
| f584dd140b | |||
| 4434900afc | |||
| e488b15acc | |||
| 387e86de63 | |||
| 0e3a042fbb | |||
| de7167e830 | |||
| 40c76b4285 | |||
| 12cc970bf1 | |||
| bd2fd4ee97 | |||
| c3041d2a74 | |||
| 974effd95e | |||
| f3073efa39 | |||
| 1761134839 | |||
| 7c4762852b | |||
| 8dcd02aba3 | |||
| 4d6186021f | |||
| b7847d6260 | |||
| 869780589f | |||
| 254b97aa80 | |||
| 5a42a7e36c | |||
| 76206a1146 | |||
| 1f099a07dc | |||
| 356d83caf6 | |||
| be9ce33637 | |||
| 9b43b4641f | |||
| 6589a1a06d | |||
| db40f198be | |||
| 87ef03d512 | |||
| 8e97de6979 | |||
| d4740df996 | |||
| 926871d5fe | |||
| c010c0da0a | |||
| 8dc41886ef | |||
| e452f2ecfc | |||
| bfcf9a1d37 | |||
| 59e3518dd8 | |||
| 58bb70d1c5 | |||
| 9367bd802f | |||
| 411687b41c | |||
| ad2c65dc67 | |||
| 712d94d3b2 | |||
| 17b9eb7ad4 | |||
| 2c06232264 | |||
| 4c882682ed | |||
| f581c3238f | |||
| ceb6fe73f5 | |||
| 246a5ee541 | |||
| 79c7e48139 | |||
| 06922dc820 | |||
| 5577387d61 | |||
| d50cf5b91e | |||
| 6ca62db16d | |||
| 5536bf366d | |||
| 094efad728 | |||
| f77aec6dd7 | |||
| d0cc5521da | |||
| e56a3d121c | |||
| 07885cca1b | |||
| 0077d501ac | |||
| ac1098fa86 |
@@ -1,14 +1,17 @@
|
|||||||
|
## Outline
|
||||||
|
|
||||||
|
Tortuga is a 2D multiplayer JRPG featuring permadeath, with an emphasis on multiplayer cooperation, exploration and customization. The game runs on customizable public and private servers.
|
||||||
|
|
||||||
|
This game is inspired by classic 2D RPGs (Final Fantasy, The Legend of Zelda), as well as more modern sandboxes amd MMOs (Minecraft, EVE Online). This project is currently independently created and funded, with the goal of creating a game that will engage the players and inspire a large community.
|
||||||
|
|
||||||
|
## Releases
|
||||||
|
|
||||||
The most recent stable build for Windows can be found [here](https://dl.dropboxusercontent.com/u/46669050/Tortuga.rar).
|
The most recent stable build for Windows can be found [here](https://dl.dropboxusercontent.com/u/46669050/Tortuga.rar).
|
||||||
|
|
||||||
Tortuga is a 2D multiplayer JRPG featuring permadeath (deletion of a character upon death). The emphasis of this game is on multiplayer cooperation, exploration and customization. The game runs on customizable server software that can support up to 150 simultaneous players or more.
|
|
||||||
|
|
||||||
This game is inspired by classic 2D RPGs, as well as more modern sandbox MMOs. This project is currently independently created and funded, with the goal of creating a game that will engage user's imagination and inspire a large modding community.
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Tortuga's full documentation can be found in a separate branch, see [Tortuga/docs](https://github.com/Ratstail91/Tortuga/tree/docs).
|
* [Tortuga Wiki](https://github.com/Ratstail91/Tortuga/wiki) - Full documentation
|
||||||
For Tortuga's primary documentation, please read the [Tortuga Game Design Document](https://github.com/Ratstail91/Tortuga/blob/docs/Tortuga%20Game%20Design%20Document.docx?raw=true).
|
* [Tortuga Bug Tracker](https://github.com/Ratstail91/Tortuga/issues) - A list of all known bugs and issues
|
||||||
For a list of known bugs, see the [GitHub bug tracker](https://github.com/Ratstail91/Tortuga/issues).
|
|
||||||
|
|
||||||
## External Dependencies
|
## External Dependencies
|
||||||
|
|
||||||
|
|||||||
+34
@@ -0,0 +1,34 @@
|
|||||||
|
This is the README for Tortuga's demo build. The source code is available at:
|
||||||
|
|
||||||
|
https://github.com/Ratstail91/Tortuga
|
||||||
|
|
||||||
|
The current build may have bugs, missing features, bugs masquerading as
|
||||||
|
features, etc. You can report a bug/feature here:
|
||||||
|
|
||||||
|
https://github.com/Ratstail91/Tortuga/issues
|
||||||
|
|
||||||
|
Please note that this game requires a functioning server to operate correctly.
|
||||||
|
Both a game server and game client are included in this package.
|
||||||
|
|
||||||
|
-------------------------
|
||||||
|
Instructions For Setup
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
1. To create a server, simply run server.exe.
|
||||||
|
2. To join that server, run client.exe with config settings not already in use.
|
||||||
|
(Note: This process will be streamlined later).
|
||||||
|
3. To change the config settings, open rsc/config.cfg
|
||||||
|
4. These settings must be unique for each player:
|
||||||
|
|
||||||
|
* client.username
|
||||||
|
* client.handle
|
||||||
|
|
||||||
|
5. There are currently two options for 'client.avatar':
|
||||||
|
|
||||||
|
* client.avatar = elliot2.bmp #male
|
||||||
|
* client.avatar = coa2.bmp #female
|
||||||
|
|
||||||
|
6. When you've correctly set these values (good luck), select 'Start' from the
|
||||||
|
main menu; this displays the list of available servers.
|
||||||
|
7. Select the name of your server (default is 'local') and select 'Join'.
|
||||||
|
8. Welcome to Tortuga, enjoy your stay.
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "client_application.hpp"
|
#include "client_application.hpp"
|
||||||
|
|
||||||
|
#include "serial_packet.hpp"
|
||||||
#include "config_utility.hpp"
|
#include "config_utility.hpp"
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
@@ -37,19 +38,18 @@
|
|||||||
#include "options_menu.hpp"
|
#include "options_menu.hpp"
|
||||||
#include "lobby_menu.hpp"
|
#include "lobby_menu.hpp"
|
||||||
#include "in_world.hpp"
|
#include "in_world.hpp"
|
||||||
//#include "in_combat.hpp"
|
#include "disconnected_screen.hpp"
|
||||||
#include "clean_up.hpp"
|
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//Public access members
|
//Public access members
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
void ClientApplication::Init(int argc, char** argv) {
|
void ClientApplication::Init(int argc, char* argv[]) {
|
||||||
std::cout << "Beginning " << argv[0] << std::endl;
|
std::cout << "Beginning " << argv[0] << std::endl;
|
||||||
|
|
||||||
//load the prerequisites
|
//load the prerequisites
|
||||||
ConfigUtility& config = ConfigUtility::GetSingleton();
|
ConfigUtility& config = ConfigUtility::GetSingleton();
|
||||||
config.Load("rsc\\config.cfg");
|
config.Load("rsc/config.cfg", argc, argv);
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//Initialize the APIs
|
//Initialize the APIs
|
||||||
@@ -88,6 +88,7 @@ void ClientApplication::Init(int argc, char** argv) {
|
|||||||
|
|
||||||
std::cout << "Internal sizes:" << std::endl;
|
std::cout << "Internal sizes:" << std::endl;
|
||||||
|
|
||||||
|
DEBUG_OUTPUT_VAR(NETWORK_VERSION);
|
||||||
DEBUG_OUTPUT_VAR(sizeof(Region::type_t));
|
DEBUG_OUTPUT_VAR(sizeof(Region::type_t));
|
||||||
DEBUG_OUTPUT_VAR(sizeof(Region));
|
DEBUG_OUTPUT_VAR(sizeof(Region));
|
||||||
DEBUG_OUTPUT_VAR(REGION_WIDTH);
|
DEBUG_OUTPUT_VAR(REGION_WIDTH);
|
||||||
@@ -95,8 +96,10 @@ void ClientApplication::Init(int argc, char** argv) {
|
|||||||
DEBUG_OUTPUT_VAR(REGION_DEPTH);
|
DEBUG_OUTPUT_VAR(REGION_DEPTH);
|
||||||
DEBUG_OUTPUT_VAR(REGION_TILE_FOOTPRINT);
|
DEBUG_OUTPUT_VAR(REGION_TILE_FOOTPRINT);
|
||||||
DEBUG_OUTPUT_VAR(REGION_SOLID_FOOTPRINT);
|
DEBUG_OUTPUT_VAR(REGION_SOLID_FOOTPRINT);
|
||||||
|
DEBUG_OUTPUT_VAR(PACKET_STRING_SIZE);
|
||||||
DEBUG_OUTPUT_VAR(PACKET_BUFFER_SIZE);
|
DEBUG_OUTPUT_VAR(PACKET_BUFFER_SIZE);
|
||||||
DEBUG_OUTPUT_VAR(MAX_PACKET_SIZE);
|
DEBUG_OUTPUT_VAR(MAX_PACKET_SIZE);
|
||||||
|
DEBUG_OUTPUT_VAR(static_cast<int>(SerialPacketType::LAST));
|
||||||
|
|
||||||
#undef DEBUG_OUTPUT_VAR
|
#undef DEBUG_OUTPUT_VAR
|
||||||
|
|
||||||
@@ -175,16 +178,13 @@ void ClientApplication::LoadScene(SceneList sceneIndex) {
|
|||||||
activeScene = new OptionsMenu();
|
activeScene = new OptionsMenu();
|
||||||
break;
|
break;
|
||||||
case SceneList::LOBBYMENU:
|
case SceneList::LOBBYMENU:
|
||||||
activeScene = new LobbyMenu(&clientIndex, &accountIndex);
|
activeScene = new LobbyMenu(&clientIndex, &accountIndex); //TODO: can I use the ConfigUtility for these parameters?
|
||||||
break;
|
break;
|
||||||
case SceneList::INWORLD:
|
case SceneList::INWORLD:
|
||||||
activeScene = new InWorld(&clientIndex, &accountIndex, &characterIndex, &characterMap);
|
activeScene = new InWorld(&clientIndex, &accountIndex);
|
||||||
break;
|
break;
|
||||||
// case SceneList::INCOMBAT:
|
case SceneList::DISCONNECTEDSCREEN:
|
||||||
// activeScene = new InCombat(&clientIndex, &accountIndex, &characterIndex, &characterMap);
|
activeScene = new DisconnectedScreen();
|
||||||
// break;
|
|
||||||
case SceneList::CLEANUP:
|
|
||||||
activeScene = new CleanUp(&clientIndex, &accountIndex, &characterIndex, &characterMap);
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw(std::logic_error("Failed to recognize the scene index"));
|
throw(std::logic_error("Failed to recognize the scene index"));
|
||||||
|
|||||||
@@ -26,7 +26,6 @@
|
|||||||
#include "base_scene.hpp"
|
#include "base_scene.hpp"
|
||||||
|
|
||||||
#include "udp_network_utility.hpp"
|
#include "udp_network_utility.hpp"
|
||||||
#include "character.hpp"
|
|
||||||
|
|
||||||
#include "singleton.hpp"
|
#include "singleton.hpp"
|
||||||
|
|
||||||
@@ -35,7 +34,7 @@
|
|||||||
class ClientApplication: public Singleton<ClientApplication> {
|
class ClientApplication: public Singleton<ClientApplication> {
|
||||||
public:
|
public:
|
||||||
//public methods
|
//public methods
|
||||||
void Init(int argc, char** argv);
|
void Init(int argc, char* argv[]);
|
||||||
void Proc();
|
void Proc();
|
||||||
void Quit();
|
void Quit();
|
||||||
|
|
||||||
@@ -54,9 +53,6 @@ private:
|
|||||||
//shared parameters
|
//shared parameters
|
||||||
int clientIndex = -1;
|
int clientIndex = -1;
|
||||||
int accountIndex = -1;
|
int accountIndex = -1;
|
||||||
int characterIndex = -1;
|
|
||||||
|
|
||||||
CharacterMap characterMap;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,23 +19,9 @@
|
|||||||
* 3. This notice may not be removed or altered from any source
|
* 3. This notice may not be removed or altered from any source
|
||||||
* distribution.
|
* distribution.
|
||||||
*/
|
*/
|
||||||
#include "character.hpp"
|
#include "base_character.hpp"
|
||||||
|
|
||||||
void Character::Update() {
|
void BaseCharacter::CorrectSprite() {
|
||||||
if (motion.x && motion.y) {
|
|
||||||
origin += motion * CHARACTER_WALKING_MOD;
|
|
||||||
}
|
|
||||||
else if (motion != 0) {
|
|
||||||
origin += motion;
|
|
||||||
}
|
|
||||||
sprite.Update(0.016);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Character::DrawTo(SDL_Surface* const dest, int camX, int camY) {
|
|
||||||
sprite.DrawTo(dest, origin.x - camX, origin.y - camY);
|
|
||||||
}
|
|
||||||
|
|
||||||
void Character::CorrectSprite() {
|
|
||||||
//NOTE: These must correspond to the sprite sheet in use
|
//NOTE: These must correspond to the sprite sheet in use
|
||||||
if (motion.y > 0) {
|
if (motion.y > 0) {
|
||||||
sprite.SetYIndex(0);
|
sprite.SetYIndex(0);
|
||||||
@@ -19,38 +19,23 @@
|
|||||||
* 3. This notice may not be removed or altered from any source
|
* 3. This notice may not be removed or altered from any source
|
||||||
* distribution.
|
* distribution.
|
||||||
*/
|
*/
|
||||||
#ifndef CHARACTER_HPP_
|
#ifndef BASECHARACTER_HPP_
|
||||||
#define CHARACTER_HPP_
|
#define BASECHARACTER_HPP_
|
||||||
|
|
||||||
//components
|
//components
|
||||||
#include "character_defines.hpp"
|
#include "character_defines.hpp"
|
||||||
#include "vector2.hpp"
|
#include "entity.hpp"
|
||||||
#include "bounding_box.hpp"
|
|
||||||
#include "statistics.hpp"
|
|
||||||
|
|
||||||
//graphics
|
|
||||||
#include "sprite_sheet.hpp"
|
|
||||||
|
|
||||||
//std namespace
|
//std namespace
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
class Character {
|
class BaseCharacter : public Entity {
|
||||||
public:
|
public:
|
||||||
Character() = default;
|
BaseCharacter() = default;
|
||||||
~Character() = default;
|
virtual ~BaseCharacter() = default;
|
||||||
|
|
||||||
void Update();
|
|
||||||
|
|
||||||
//graphics
|
//graphics
|
||||||
void DrawTo(SDL_Surface* const, int camX, int camY);
|
|
||||||
void CorrectSprite();
|
void CorrectSprite();
|
||||||
SpriteSheet* GetSprite() { return &sprite; }
|
|
||||||
|
|
||||||
//gameplay
|
|
||||||
Statistics* GetStats() { return &stats; }
|
|
||||||
|
|
||||||
//accessors and mutators
|
|
||||||
|
|
||||||
//metadata
|
//metadata
|
||||||
int SetOwner(int i) { return owner = i; }
|
int SetOwner(int i) { return owner = i; }
|
||||||
@@ -60,36 +45,11 @@ public:
|
|||||||
std::string SetAvatar(std::string s) { return avatar = s; }
|
std::string SetAvatar(std::string s) { return avatar = s; }
|
||||||
std::string GetAvatar() const { return avatar; }
|
std::string GetAvatar() const { return avatar; }
|
||||||
|
|
||||||
//position
|
|
||||||
Vector2 SetOrigin(Vector2 v) { return origin = v; }
|
|
||||||
Vector2 GetOrigin() const { return origin; }
|
|
||||||
Vector2 SetMotion(Vector2 v) { return motion = v; }
|
|
||||||
Vector2 GetMotion() const { return motion; }
|
|
||||||
BoundingBox SetBounds(BoundingBox b) { return bounds = b; }
|
|
||||||
BoundingBox GetBounds() { return bounds; }
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//graphics
|
|
||||||
SpriteSheet sprite;
|
|
||||||
|
|
||||||
//base statistics
|
|
||||||
Statistics stats;
|
|
||||||
|
|
||||||
//TODO: gameplay components: equipment, items, buffs, debuffs
|
|
||||||
|
|
||||||
//metadata
|
//metadata
|
||||||
int owner;
|
int owner;
|
||||||
std::string handle;
|
std::string handle;
|
||||||
std::string avatar;
|
std::string avatar;
|
||||||
|
|
||||||
//position
|
|
||||||
Vector2 origin = {0.0,0.0};
|
|
||||||
Vector2 motion = {0.0,0.0};
|
|
||||||
BoundingBox bounds;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//tmp
|
|
||||||
#include <map>
|
|
||||||
typedef std::map<int, Character> CharacterMap;
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -19,14 +19,5 @@
|
|||||||
* 3. This notice may not be removed or altered from any source
|
* 3. This notice may not be removed or altered from any source
|
||||||
* distribution.
|
* distribution.
|
||||||
*/
|
*/
|
||||||
#ifndef CLIENTDATA_HPP_
|
#include "base_monster.hpp"
|
||||||
#define CLIENTDATA_HPP_
|
|
||||||
|
|
||||||
#include "SDL/SDL_net.h"
|
|
||||||
|
|
||||||
struct ClientData {
|
|
||||||
IPaddress address = {0,0};
|
|
||||||
//TODO: ping system?
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
@@ -19,24 +19,18 @@
|
|||||||
* 3. This notice may not be removed or altered from any source
|
* 3. This notice may not be removed or altered from any source
|
||||||
* distribution.
|
* distribution.
|
||||||
*/
|
*/
|
||||||
#ifndef STATISTICS_HPP_
|
#ifndef BASEMONSTER_HPP_
|
||||||
#define STATISTICS_HPP_
|
#define BASEMONSTER_HPP_
|
||||||
|
|
||||||
struct Statistics {
|
#include "entity.hpp"
|
||||||
int level = 0;
|
|
||||||
int exp = 0;
|
class BaseMonster : public Entity {
|
||||||
int maxHP = 0;
|
public:
|
||||||
int health = 0;
|
BaseMonster() = default;
|
||||||
int maxMP = 0;
|
virtual ~BaseMonster() = default;
|
||||||
int mana = 0;
|
|
||||||
int attack = 0;
|
private:
|
||||||
int defence = 0;
|
//
|
||||||
int intelligence = 0;
|
|
||||||
int resistance = 0;
|
|
||||||
int speed = 0;
|
|
||||||
float accuracy = 0.0;
|
|
||||||
float evasion = 0.0;
|
|
||||||
float luck = 0.0;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "entity.hpp"
|
||||||
|
|
||||||
|
void Entity::Update() {
|
||||||
|
origin += motion;
|
||||||
|
sprite.Update(0.016);
|
||||||
|
}
|
||||||
|
|
||||||
|
void Entity::DrawTo(SDL_Surface* const dest, int camX, int camY) {
|
||||||
|
sprite.DrawTo(dest, origin.x - camX, origin.y - camY);
|
||||||
|
}
|
||||||
|
|
||||||
|
int Entity::SetEntityIndex(int i) {
|
||||||
|
return entityIndex = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
int Entity::SetRoomIndex(int i) {
|
||||||
|
return roomIndex = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 Entity::SetOrigin(Vector2 v) {
|
||||||
|
return origin = v;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 Entity::SetMotion(Vector2 v) {
|
||||||
|
return motion = v;
|
||||||
|
}
|
||||||
|
int Entity::GetEntityIndex() {
|
||||||
|
return entityIndex;
|
||||||
|
}
|
||||||
|
|
||||||
|
int Entity::GetRoomIndex() {
|
||||||
|
return roomIndex;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 Entity::GetOrigin() {
|
||||||
|
return origin;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 Entity::GetMotion() {
|
||||||
|
return motion;
|
||||||
|
}
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef ENTITY_HPP_
|
||||||
|
#define ENTITY_HPP_
|
||||||
|
|
||||||
|
#include "bounding_box.hpp"
|
||||||
|
#include "sprite_sheet.hpp"
|
||||||
|
#include "vector2.hpp"
|
||||||
|
|
||||||
|
//The base class for all objects in the world
|
||||||
|
class Entity {
|
||||||
|
public:
|
||||||
|
virtual void Update();
|
||||||
|
virtual void DrawTo(SDL_Surface* const, int camX, int camY);
|
||||||
|
|
||||||
|
SpriteSheet* GetSprite() { return &sprite; }
|
||||||
|
|
||||||
|
//accessors & mutators
|
||||||
|
int SetEntityIndex(int i);
|
||||||
|
int SetRoomIndex(int i);
|
||||||
|
Vector2 SetOrigin(Vector2 v);
|
||||||
|
Vector2 SetMotion(Vector2 v);
|
||||||
|
BoundingBox SetBounds(BoundingBox b) { return bounds = b; }
|
||||||
|
|
||||||
|
int GetEntityIndex();
|
||||||
|
int GetRoomIndex();
|
||||||
|
Vector2 GetOrigin();
|
||||||
|
Vector2 GetMotion();
|
||||||
|
BoundingBox GetBounds() { return bounds; }
|
||||||
|
|
||||||
|
protected:
|
||||||
|
Entity() = default;
|
||||||
|
~Entity() = default;
|
||||||
|
|
||||||
|
SpriteSheet sprite;
|
||||||
|
int entityIndex = -1;
|
||||||
|
int roomIndex = -1;
|
||||||
|
Vector2 origin;
|
||||||
|
Vector2 motion;
|
||||||
|
BoundingBox bounds;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
#config
|
||||||
|
INCLUDES+=. .. ../../common/gameplay ../../common/graphics ../../common/utilities
|
||||||
|
LIBS+=
|
||||||
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
#source
|
||||||
|
CXXSRC=$(wildcard *.cpp)
|
||||||
|
|
||||||
|
#objects
|
||||||
|
OBJDIR=obj
|
||||||
|
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
|
||||||
|
|
||||||
|
#output
|
||||||
|
OUTDIR=..
|
||||||
|
OUT=$(addprefix $(OUTDIR)/,client.a)
|
||||||
|
|
||||||
|
#targets
|
||||||
|
all: $(OBJ) $(OUT)
|
||||||
|
ar -crs $(OUT) $(OBJ)
|
||||||
|
|
||||||
|
$(OBJ): | $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUT): | $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR):
|
||||||
|
mkdir $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUTDIR):
|
||||||
|
mkdir $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR)/%.o: %.cpp
|
||||||
|
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) *.o *.a *.exe
|
||||||
|
|
||||||
|
rebuild: clean all
|
||||||
+7
-7
@@ -30,25 +30,25 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char* argv[]) {
|
||||||
try {
|
try {
|
||||||
//create the singletons
|
//create the singletons
|
||||||
ConfigUtility::Create();
|
ConfigUtility::CreateSingleton();
|
||||||
UDPNetworkUtility::Create();
|
UDPNetworkUtility::CreateSingleton();
|
||||||
|
|
||||||
//call the server's routines
|
//call the server's routines
|
||||||
ClientApplication::Create();
|
ClientApplication::CreateSingleton();
|
||||||
ClientApplication& app = ClientApplication::GetSingleton();
|
ClientApplication& app = ClientApplication::GetSingleton();
|
||||||
|
|
||||||
app.Init(argc, argv);
|
app.Init(argc, argv);
|
||||||
app.Proc();
|
app.Proc();
|
||||||
app.Quit();
|
app.Quit();
|
||||||
|
|
||||||
ClientApplication::Delete();
|
ClientApplication::DeleteSingleton();
|
||||||
|
|
||||||
//delete the singletons
|
//delete the singletons
|
||||||
ConfigUtility::Delete();
|
ConfigUtility::DeleteSingleton();
|
||||||
UDPNetworkUtility::Delete();
|
UDPNetworkUtility::DeleteSingleton();
|
||||||
}
|
}
|
||||||
catch(exception& e) {
|
catch(exception& e) {
|
||||||
cerr << "Fatal exception thrown: " << e.what() << endl;
|
cerr << "Fatal exception thrown: " << e.what() << endl;
|
||||||
|
|||||||
+13
-3
@@ -1,6 +1,15 @@
|
|||||||
#config
|
#include directories
|
||||||
INCLUDES+=. scenes ../common/debugging ../common/gameplay ../common/graphics ../common/map ../common/network ../common/network/packet_types ../common/ui ../common/utilities
|
INCLUDES+=. entities scenes ../common/debugging ../common/gameplay ../common/graphics ../common/map ../common/network ../common/network/packet_types ../common/ui ../common/utilities
|
||||||
LIBS+=client.a ../libcommon.a -lSDL_net -lwsock32 -liphlpapi -lmingw32 -lSDLmain -lSDL -llua
|
|
||||||
|
#libraries
|
||||||
|
#the order of the $(LIBS) is important, at least for MinGW
|
||||||
|
LIBS+=client.a ../libcommon.a -lSDL_net
|
||||||
|
ifeq ($(OS),Windows_NT)
|
||||||
|
LIBS+=-lwsock32 -liphlpapi -lmingw32
|
||||||
|
endif
|
||||||
|
LIBS+=-lSDLmain -lSDL
|
||||||
|
|
||||||
|
#flags
|
||||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
#source
|
#source
|
||||||
@@ -16,6 +25,7 @@ OUT=$(addprefix $(OUTDIR)/,client)
|
|||||||
|
|
||||||
#targets
|
#targets
|
||||||
all: $(OBJ) $(OUT)
|
all: $(OBJ) $(OUT)
|
||||||
|
$(MAKE) -C entities
|
||||||
$(MAKE) -C scenes
|
$(MAKE) -C scenes
|
||||||
$(CXX) $(CXXFLAGS) -o $(OUT) $(OBJ) $(LIBS)
|
$(CXX) $(CXXFLAGS) -o $(OUT) $(OBJ) $(LIBS)
|
||||||
|
|
||||||
|
|||||||
@@ -34,8 +34,7 @@ enum class SceneList {
|
|||||||
OPTIONSMENU,
|
OPTIONSMENU,
|
||||||
LOBBYMENU,
|
LOBBYMENU,
|
||||||
INWORLD,
|
INWORLD,
|
||||||
INCOMBAT,
|
DISCONNECTEDSCREEN,
|
||||||
CLEANUP,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,10 +19,11 @@
|
|||||||
* 3. This notice may not be removed or altered from any source
|
* 3. This notice may not be removed or altered from any source
|
||||||
* distribution.
|
* distribution.
|
||||||
*/
|
*/
|
||||||
#include "clean_up.hpp"
|
#include "disconnected_screen.hpp"
|
||||||
|
|
||||||
#include "channels.hpp"
|
#include "channels.hpp"
|
||||||
#include "config_utility.hpp"
|
#include "config_utility.hpp"
|
||||||
|
#include "udp_network_utility.hpp"
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
@@ -30,17 +31,7 @@
|
|||||||
//Public access members
|
//Public access members
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
CleanUp::CleanUp(
|
DisconnectedScreen::DisconnectedScreen() {
|
||||||
int* const argClientIndex,
|
|
||||||
int* const argAccountIndex,
|
|
||||||
int* const argCharacterIndex,
|
|
||||||
CharacterMap* argCharacterMap
|
|
||||||
):
|
|
||||||
clientIndex(*argClientIndex),
|
|
||||||
accountIndex(*argAccountIndex),
|
|
||||||
characterIndex(*argCharacterIndex),
|
|
||||||
characterMap(*argCharacterMap)
|
|
||||||
{
|
|
||||||
ConfigUtility& config = ConfigUtility::GetSingleton();
|
ConfigUtility& config = ConfigUtility::GetSingleton();
|
||||||
|
|
||||||
//setup the utility objects
|
//setup the utility objects
|
||||||
@@ -60,19 +51,13 @@ CleanUp::CleanUp(
|
|||||||
backButton.SetText("Back");
|
backButton.SetText("Back");
|
||||||
|
|
||||||
//full reset
|
//full reset
|
||||||
network.Unbind(Channels::SERVER);
|
UDPNetworkUtility::GetSingleton().Unbind(Channels::SERVER);
|
||||||
clientIndex = -1;
|
|
||||||
accountIndex = -1;
|
|
||||||
characterIndex = -1;
|
|
||||||
// combatMap.clear();
|
|
||||||
characterMap.clear();
|
|
||||||
// enemyMap.clear();
|
|
||||||
|
|
||||||
//auto return
|
//auto return
|
||||||
startTick = std::chrono::steady_clock::now();
|
startTick = std::chrono::steady_clock::now();
|
||||||
}
|
}
|
||||||
|
|
||||||
CleanUp::~CleanUp() {
|
DisconnectedScreen::~DisconnectedScreen() {
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,43 +65,45 @@ CleanUp::~CleanUp() {
|
|||||||
//Frame loop
|
//Frame loop
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
void CleanUp::Update() {
|
void DisconnectedScreen::Update() {
|
||||||
if (std::chrono::steady_clock::now() - startTick > std::chrono::duration<int>(10)) {
|
if (std::chrono::steady_clock::now() - startTick > std::chrono::duration<int>(10)) {
|
||||||
SetNextScene(SceneList::MAINMENU);
|
SetNextScene(SceneList::MAINMENU);
|
||||||
}
|
}
|
||||||
|
|
||||||
//BUGFIX: Eat incoming packets
|
//Eat incoming packets
|
||||||
while(network.Receive());
|
while(UDPNetworkUtility::GetSingleton().Receive());
|
||||||
}
|
}
|
||||||
|
|
||||||
void CleanUp::Render(SDL_Surface* const screen) {
|
void DisconnectedScreen::Render(SDL_Surface* const screen) {
|
||||||
|
ConfigUtility& config = ConfigUtility::GetSingleton();
|
||||||
|
|
||||||
backButton.DrawTo(screen);
|
backButton.DrawTo(screen);
|
||||||
font.DrawStringTo("You have been disconnected.", screen, 50, 30);
|
font.DrawStringTo(config["client.disconnectMessage"], screen, 50, 30);
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//Event handlers
|
//Event handlers
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
void CleanUp::QuitEvent() {
|
void DisconnectedScreen::QuitEvent() {
|
||||||
SetNextScene(SceneList::QUIT);
|
SetNextScene(SceneList::QUIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CleanUp::MouseMotion(SDL_MouseMotionEvent const& motion) {
|
void DisconnectedScreen::MouseMotion(SDL_MouseMotionEvent const& motion) {
|
||||||
backButton.MouseMotion(motion);
|
backButton.MouseMotion(motion);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CleanUp::MouseButtonDown(SDL_MouseButtonEvent const& button) {
|
void DisconnectedScreen::MouseButtonDown(SDL_MouseButtonEvent const& button) {
|
||||||
backButton.MouseButtonDown(button);
|
backButton.MouseButtonDown(button);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CleanUp::MouseButtonUp(SDL_MouseButtonEvent const& button) {
|
void DisconnectedScreen::MouseButtonUp(SDL_MouseButtonEvent const& button) {
|
||||||
if (backButton.MouseButtonUp(button) == Button::State::HOVER) {
|
if (backButton.MouseButtonUp(button) == Button::State::HOVER) {
|
||||||
SetNextScene(SceneList::MAINMENU);
|
SetNextScene(SceneList::MAINMENU);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CleanUp::KeyDown(SDL_KeyboardEvent const& key) {
|
void DisconnectedScreen::KeyDown(SDL_KeyboardEvent const& key) {
|
||||||
switch(key.keysym.sym) {
|
switch(key.keysym.sym) {
|
||||||
case SDLK_ESCAPE:
|
case SDLK_ESCAPE:
|
||||||
SetNextScene(SceneList::MAINMENU);
|
SetNextScene(SceneList::MAINMENU);
|
||||||
@@ -124,6 +111,6 @@ void CleanUp::KeyDown(SDL_KeyboardEvent const& key) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CleanUp::KeyUp(SDL_KeyboardEvent const& key) {
|
void DisconnectedScreen::KeyUp(SDL_KeyboardEvent const& key) {
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
@@ -19,11 +19,8 @@
|
|||||||
* 3. This notice may not be removed or altered from any source
|
* 3. This notice may not be removed or altered from any source
|
||||||
* distribution.
|
* distribution.
|
||||||
*/
|
*/
|
||||||
#ifndef CLEANUP_HPP_
|
#ifndef DISCONNECTEDSCREEN_HPP_
|
||||||
#define CLEANUP_HPP_
|
#define DISCONNECTEDSCREEN_HPP_
|
||||||
|
|
||||||
//network
|
|
||||||
#include "udp_network_utility.hpp"
|
|
||||||
|
|
||||||
//graphics
|
//graphics
|
||||||
#include "image.hpp"
|
#include "image.hpp"
|
||||||
@@ -31,22 +28,16 @@
|
|||||||
#include "button.hpp"
|
#include "button.hpp"
|
||||||
|
|
||||||
//client
|
//client
|
||||||
#include "character.hpp"
|
|
||||||
#include "base_scene.hpp"
|
#include "base_scene.hpp"
|
||||||
|
|
||||||
//std namespace
|
//std namespace
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
||||||
class CleanUp : public BaseScene {
|
class DisconnectedScreen : public BaseScene {
|
||||||
public:
|
public:
|
||||||
//Public access members
|
//Public access members
|
||||||
CleanUp(
|
DisconnectedScreen();
|
||||||
int* const argClientIndex,
|
~DisconnectedScreen();
|
||||||
int* const argAccountIndex,
|
|
||||||
int* const argCharacterIndex,
|
|
||||||
CharacterMap* argCharacterMap
|
|
||||||
);
|
|
||||||
~CleanUp();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//Frame loop
|
//Frame loop
|
||||||
@@ -61,13 +52,6 @@ protected:
|
|||||||
void KeyDown(SDL_KeyboardEvent const&);
|
void KeyDown(SDL_KeyboardEvent const&);
|
||||||
void KeyUp(SDL_KeyboardEvent const&);
|
void KeyUp(SDL_KeyboardEvent const&);
|
||||||
|
|
||||||
//shared parameters
|
|
||||||
UDPNetworkUtility& network = UDPNetworkUtility::GetSingleton();
|
|
||||||
int& clientIndex;
|
|
||||||
int& accountIndex;
|
|
||||||
int& characterIndex;
|
|
||||||
CharacterMap& characterMap;
|
|
||||||
|
|
||||||
//graphics
|
//graphics
|
||||||
Image image;
|
Image image;
|
||||||
RasterFont font;
|
RasterFont font;
|
||||||
+140
-71
@@ -34,16 +34,9 @@
|
|||||||
//Public access members
|
//Public access members
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
InWorld::InWorld(
|
InWorld::InWorld(int* const argClientIndex, int* const argAccountIndex):
|
||||||
int* const argClientIndex,
|
|
||||||
int* const argAccountIndex,
|
|
||||||
int* const argCharacterIndex,
|
|
||||||
CharacterMap* argCharacterMap
|
|
||||||
):
|
|
||||||
clientIndex(*argClientIndex),
|
clientIndex(*argClientIndex),
|
||||||
accountIndex(*argAccountIndex),
|
accountIndex(*argAccountIndex)
|
||||||
characterIndex(*argCharacterIndex),
|
|
||||||
characterMap(*argCharacterMap)
|
|
||||||
{
|
{
|
||||||
ConfigUtility& config = ConfigUtility::GetSingleton();
|
ConfigUtility& config = ConfigUtility::GetSingleton();
|
||||||
|
|
||||||
@@ -71,10 +64,18 @@ InWorld::InWorld(
|
|||||||
//load the tilesheet
|
//load the tilesheet
|
||||||
//TODO: add the tilesheet to the map system?
|
//TODO: add the tilesheet to the map system?
|
||||||
//TODO: Tile size and tile sheet should be loaded elsewhere
|
//TODO: Tile size and tile sheet should be loaded elsewhere
|
||||||
tileSheet.Load(config["dir.tilesets"] + "terrain.bmp", 32, 32);
|
tileSheet.Load(config["dir.tilesets"] + "overworld.bmp", 32, 32);
|
||||||
|
|
||||||
|
//send this player's character info
|
||||||
|
// CharacterPacket newPacket;
|
||||||
|
// newPacket.type = SerialPacketType::CHARACTER_NEW;
|
||||||
|
// strncpy(newPacket.handle, config["client.handle"].c_str(), PACKET_STRING_SIZE);
|
||||||
|
// strncpy(newPacket.avatar, config["client.avatar"].c_str(), PACKET_STRING_SIZE);
|
||||||
|
// newPacket.accountIndex = accountIndex;
|
||||||
|
// network.SendTo(Channels::SERVER, &newPacket);
|
||||||
|
|
||||||
//request a sync
|
//request a sync
|
||||||
RequestSynchronize();
|
// RequestSynchronize();
|
||||||
|
|
||||||
//debug
|
//debug
|
||||||
//
|
//
|
||||||
@@ -137,9 +138,25 @@ void InWorld::Update() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//update the camera
|
//update the camera (following the player)
|
||||||
camera.x = localCharacter->GetOrigin().x - camera.marginX;
|
camera.x = localCharacter->GetOrigin().x - camera.marginX;
|
||||||
camera.y = localCharacter->GetOrigin().y - camera.marginY;
|
camera.y = localCharacter->GetOrigin().y - camera.marginY;
|
||||||
|
|
||||||
|
//check the connection
|
||||||
|
if (Clock::now() - lastBeat > std::chrono::seconds(3)) {
|
||||||
|
if (attemptedBeats > 2) {
|
||||||
|
RequestDisconnect();
|
||||||
|
SetNextScene(SceneList::DISCONNECTEDSCREEN);
|
||||||
|
ConfigUtility::GetSingleton()["client.disconnectMessage"] = "Error: Lost connection to the server";
|
||||||
|
}
|
||||||
|
|
||||||
|
ServerPacket newPacket;
|
||||||
|
newPacket.type = SerialPacketType::PING;
|
||||||
|
network.SendTo(Channels::SERVER, &newPacket);
|
||||||
|
|
||||||
|
attemptedBeats++;
|
||||||
|
lastBeat = Clock::now();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void InWorld::FrameEnd() {
|
void InWorld::FrameEnd() {
|
||||||
@@ -162,6 +179,7 @@ void InWorld::Render(SDL_Surface* const screen) {
|
|||||||
//draw characters
|
//draw characters
|
||||||
for (auto& it : characterMap) {
|
for (auto& it : characterMap) {
|
||||||
//BUG: #29 drawing order according to Y origin
|
//BUG: #29 drawing order according to Y origin
|
||||||
|
//TODO: use a list of renderable objects
|
||||||
it.second.DrawTo(screen, camera.x, camera.y);
|
it.second.DrawTo(screen, camera.x, camera.y);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -192,10 +210,10 @@ void InWorld::MouseButtonDown(SDL_MouseButtonEvent const& button) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void InWorld::MouseButtonUp(SDL_MouseButtonEvent const& button) {
|
void InWorld::MouseButtonUp(SDL_MouseButtonEvent const& button) {
|
||||||
if (disconnectButton.MouseButtonUp(button) == Button::State::HOVER) {
|
if (disconnectButton.MouseButtonUp(button) == Button::State::HOVER && button.button == SDL_BUTTON_LEFT) {
|
||||||
RequestDisconnect();
|
RequestDisconnect();
|
||||||
}
|
}
|
||||||
if (shutDownButton.MouseButtonUp(button) == Button::State::HOVER) {
|
if (shutDownButton.MouseButtonUp(button) == Button::State::HOVER && button.button == SDL_BUTTON_LEFT) {
|
||||||
RequestShutDown();
|
RequestShutDown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -269,49 +287,94 @@ void InWorld::KeyUp(SDL_KeyboardEvent const& key) {
|
|||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
void InWorld::HandlePacket(SerialPacket* const argPacket) {
|
void InWorld::HandlePacket(SerialPacket* const argPacket) {
|
||||||
switch(argPacket->GetType()) {
|
switch(argPacket->type) {
|
||||||
case SerialPacketType::DISCONNECT:
|
//heartbeat system
|
||||||
HandleDisconnect(argPacket);
|
case SerialPacketType::PING: {
|
||||||
|
ServerPacket newPacket;
|
||||||
|
newPacket.type = SerialPacketType::PONG;
|
||||||
|
network.SendTo(argPacket->srcAddress, &newPacket);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::CHARACTER_NEW:
|
case SerialPacketType::PONG:
|
||||||
HandleCharacterNew(static_cast<CharacterPacket*>(argPacket));
|
// HandlePong(static_cast<ServerPacket*>(argPacket));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::CHARACTER_DELETE:
|
|
||||||
HandleCharacterDelete(static_cast<CharacterPacket*>(argPacket));
|
//game server connections
|
||||||
|
case SerialPacketType::LOGOUT_RESPONSE:
|
||||||
|
// HandleLogoutResponse(static_cast<ClientPacket*>(argPacket));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::CHARACTER_UPDATE:
|
case SerialPacketType::DISCONNECT_REQUEST:
|
||||||
HandleCharacterUpdate(static_cast<CharacterPacket*>(argPacket));
|
// HandleDisconnectRequest(static_cast<ClientPacket*>(argPacket));
|
||||||
break;
|
break;
|
||||||
|
case SerialPacketType::DISCONNECT_FORCED:
|
||||||
|
// HandleDisconnectForced(static_cast<ClientPacket*>(argPacket));
|
||||||
|
break;
|
||||||
|
|
||||||
|
//data management
|
||||||
case SerialPacketType::REGION_CONTENT:
|
case SerialPacketType::REGION_CONTENT:
|
||||||
HandleRegionContent(static_cast<RegionPacket*>(argPacket));
|
// HandleRegionContent(static_cast<RegionPacket*>(argPacket));
|
||||||
break;
|
break;
|
||||||
|
// case SerialPacketType::QUERY_CHARACTER_EXISTS:
|
||||||
|
// case SerialPacketType::QUERY_CHARACTER_STATS:
|
||||||
|
// case SerialPacketType::QUERY_CHARACTER_LOCATION:
|
||||||
|
|
||||||
|
//character management
|
||||||
|
// case SerialPacketType::CHARACTER_NEW:
|
||||||
|
// HandleCharacterNew(static_cast<CharacterPacket*>(argPacket));
|
||||||
|
// break;
|
||||||
|
// case SerialPacketType::CHARACTER_DELETE:
|
||||||
|
// HandleCharacterDelete(static_cast<CharacterPacket*>(argPacket));
|
||||||
|
// break;
|
||||||
|
// case SerialPacketType::CHARACTER_UPDATE:
|
||||||
|
// HandleCharacterUpdate(static_cast<CharacterPacket*>(argPacket));
|
||||||
|
// break;
|
||||||
|
// case SerialPacketType::CHARACTER_REJECTION:
|
||||||
|
// HandleCharacterRejection(static_cast<TextPacket*>(argPacket));
|
||||||
|
// break;
|
||||||
|
|
||||||
|
//enemy management
|
||||||
|
//TODO: enemy management
|
||||||
|
|
||||||
|
//TODO: text
|
||||||
|
|
||||||
//handle errors
|
//handle errors
|
||||||
default:
|
default:
|
||||||
throw(std::runtime_error(std::string() + "Unknown SerialPacketType encountered in InWorld: " + to_string_custom(static_cast<int>(argPacket->GetType())) ));
|
throw(std::runtime_error(std::string() + "Unknown SerialPacketType encountered in InWorld: " + to_string_custom(static_cast<int>(argPacket->type)) ));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void InWorld::HandleDisconnect(SerialPacket* const argPacket) {
|
void InWorld::HandlePong(ServerPacket* const argPacket) {
|
||||||
SetNextScene(SceneList::CLEANUP);
|
if (network.GetIPAddress(Channels::SERVER)->host != argPacket->srcAddress.host) {
|
||||||
|
throw(std::runtime_error("Heartbeat message received from an unknown source"));
|
||||||
|
}
|
||||||
|
|
||||||
|
attemptedBeats = 0;
|
||||||
|
lastBeat = Clock::now();
|
||||||
|
}
|
||||||
|
|
||||||
|
void InWorld::HandleDisconnect(ClientPacket* const argPacket) {
|
||||||
|
//TODO: More needed in the disconnection
|
||||||
|
SetNextScene(SceneList::DISCONNECTEDSCREEN);
|
||||||
|
ConfigUtility::GetSingleton()["client.disconnectMessage"] = "You have been disconnected";
|
||||||
}
|
}
|
||||||
|
|
||||||
void InWorld::HandleCharacterNew(CharacterPacket* const argPacket) {
|
void InWorld::HandleCharacterNew(CharacterPacket* const argPacket) {
|
||||||
if (characterMap.find(argPacket->GetCharacterIndex()) != characterMap.end()) {
|
if (characterMap.find(argPacket->characterIndex) != characterMap.end()) {
|
||||||
throw(std::runtime_error("Cannot create duplicate characters"));
|
throw(std::runtime_error("Cannot create duplicate characters"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//create the character object
|
//create the character object
|
||||||
Character& newCharacter = characterMap[argPacket->GetCharacterIndex()];
|
BaseCharacter& newCharacter = characterMap[argPacket->characterIndex];
|
||||||
|
|
||||||
//fill out the character's members
|
//fill out the character's members
|
||||||
newCharacter.SetHandle(argPacket->GetHandle());
|
newCharacter.SetHandle(argPacket->handle);
|
||||||
newCharacter.SetAvatar(argPacket->GetAvatar());
|
newCharacter.SetAvatar(argPacket->avatar);
|
||||||
|
|
||||||
newCharacter.GetSprite()->LoadSurface(ConfigUtility::GetSingleton()["dir.sprites"] + newCharacter.GetAvatar(), 4, 4);
|
newCharacter.GetSprite()->LoadSurface(ConfigUtility::GetSingleton()["dir.sprites"] + newCharacter.GetAvatar(), 4, 4);
|
||||||
|
|
||||||
newCharacter.SetOrigin(argPacket->GetOrigin());
|
newCharacter.SetOrigin(argPacket->origin);
|
||||||
newCharacter.SetMotion(argPacket->GetMotion());
|
newCharacter.SetMotion(argPacket->motion);
|
||||||
newCharacter.SetBounds({
|
newCharacter.SetBounds({
|
||||||
CHARACTER_BOUNDS_X,
|
CHARACTER_BOUNDS_X,
|
||||||
CHARACTER_BOUNDS_Y,
|
CHARACTER_BOUNDS_Y,
|
||||||
@@ -319,18 +382,17 @@ void InWorld::HandleCharacterNew(CharacterPacket* const argPacket) {
|
|||||||
CHARACTER_BOUNDS_HEIGHT
|
CHARACTER_BOUNDS_HEIGHT
|
||||||
});
|
});
|
||||||
|
|
||||||
*newCharacter.GetStats() = *argPacket->GetStatistics();
|
// (*newCharacter.GetBaseStats()) = argPacket->stats;
|
||||||
|
|
||||||
//bookkeeping code
|
//bookkeeping code
|
||||||
newCharacter.CorrectSprite();
|
newCharacter.CorrectSprite();
|
||||||
|
|
||||||
//catch this client's player object
|
//catch this client's player object
|
||||||
if (argPacket->GetAccountIndex() == accountIndex && !localCharacter) {
|
if (argPacket->accountIndex == accountIndex && !localCharacter) {
|
||||||
characterIndex = argPacket->GetCharacterIndex();
|
characterIndex = argPacket->characterIndex;
|
||||||
localCharacter = &newCharacter;
|
localCharacter = &newCharacter;
|
||||||
|
|
||||||
//setup the camera
|
//setup the camera
|
||||||
//TODO: move this?
|
|
||||||
camera.width = GetScreen()->w;
|
camera.width = GetScreen()->w;
|
||||||
camera.height = GetScreen()->h;
|
camera.height = GetScreen()->h;
|
||||||
|
|
||||||
@@ -344,39 +406,46 @@ void InWorld::HandleCharacterDelete(CharacterPacket* const argPacket) {
|
|||||||
//TODO: authenticate when own character is being deleted (linked to a TODO in the server)
|
//TODO: authenticate when own character is being deleted (linked to a TODO in the server)
|
||||||
|
|
||||||
//catch this client's player object
|
//catch this client's player object
|
||||||
if (argPacket->GetCharacterIndex() == characterIndex) {
|
if (argPacket->characterIndex == characterIndex) {
|
||||||
characterIndex = -1;
|
characterIndex = -1;
|
||||||
localCharacter = nullptr;
|
localCharacter = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
characterMap.erase(argPacket->GetCharacterIndex());
|
characterMap.erase(argPacket->characterIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
void InWorld::HandleCharacterUpdate(CharacterPacket* const argPacket) {
|
void InWorld::HandleCharacterUpdate(CharacterPacket* const argPacket) {
|
||||||
if (characterMap.find(argPacket->GetCharacterIndex()) == characterMap.end()) {
|
if (characterMap.find(argPacket->characterIndex) == characterMap.end()) {
|
||||||
std::cout << "Warning: HandleCharacterUpdate() is passing to HandleCharacterNew()" << std::endl;
|
|
||||||
HandleCharacterNew(argPacket);
|
HandleCharacterNew(argPacket);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Character& character = characterMap[argPacket->GetCharacterIndex()];
|
BaseCharacter& character = characterMap[argPacket->characterIndex];
|
||||||
|
|
||||||
//other characters moving
|
//other characters moving
|
||||||
if (argPacket->GetCharacterIndex() != characterIndex) {
|
if (argPacket->characterIndex != characterIndex) {
|
||||||
character.SetOrigin(argPacket->GetOrigin());
|
character.SetOrigin(argPacket->origin);
|
||||||
character.SetMotion(argPacket->GetMotion());
|
character.SetMotion(argPacket->motion);
|
||||||
character.CorrectSprite();
|
character.CorrectSprite();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void InWorld::HandleCharacterRejection(TextPacket* const argPacket) {
|
||||||
|
RequestDisconnect();
|
||||||
|
SetNextScene(SceneList::DISCONNECTEDSCREEN);
|
||||||
|
ConfigUtility& config = ConfigUtility::GetSingleton();
|
||||||
|
config["client.disconnectMessage"] = "Error: ";
|
||||||
|
config["client.disconnectMessage"] += argPacket->text;
|
||||||
|
}
|
||||||
|
|
||||||
void InWorld::HandleRegionContent(RegionPacket* const argPacket) {
|
void InWorld::HandleRegionContent(RegionPacket* const argPacket) {
|
||||||
//replace existing regions
|
//replace existing regions
|
||||||
regionPager.UnloadRegion(argPacket->GetX(), argPacket->GetY());
|
regionPager.UnloadRegion(argPacket->x, argPacket->y);
|
||||||
regionPager.PushRegion(argPacket->GetRegion());
|
regionPager.PushRegion(argPacket->region);
|
||||||
|
|
||||||
//clean up after the serial code
|
//clean up after the serial code
|
||||||
delete argPacket->GetRegion();
|
delete argPacket->region;
|
||||||
argPacket->SetRegion(nullptr);
|
argPacket->region = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
@@ -384,31 +453,31 @@ void InWorld::HandleRegionContent(RegionPacket* const argPacket) {
|
|||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
void InWorld::RequestSynchronize() {
|
void InWorld::RequestSynchronize() {
|
||||||
ClientPacket newPacket;
|
// ClientPacket newPacket;
|
||||||
|
|
||||||
//request a sync
|
//request a sync
|
||||||
newPacket.SetType(SerialPacketType::SYNCHRONIZE);
|
// newPacket.type = SerialPacketType::SYNCHRONIZE;
|
||||||
newPacket.SetClientIndex(clientIndex);
|
// newPacket.clientIndex = clientIndex;
|
||||||
newPacket.SetAccountIndex(accountIndex);
|
// newPacket.accountIndex = accountIndex;
|
||||||
|
|
||||||
//TODO: location, range for sync request
|
//TODO: location, range for sync request
|
||||||
|
|
||||||
network.SendTo(Channels::SERVER, &newPacket);
|
// network.SendTo(Channels::SERVER, &newPacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
void InWorld::SendPlayerUpdate() {
|
void InWorld::SendPlayerUpdate() {
|
||||||
CharacterPacket newPacket;
|
CharacterPacket newPacket;
|
||||||
|
|
||||||
//pack the packet
|
//pack the packet
|
||||||
newPacket.SetType(SerialPacketType::CHARACTER_UPDATE);
|
// newPacket.type = SerialPacketType::CHARACTER_UPDATE;
|
||||||
|
|
||||||
newPacket.SetCharacterIndex(characterIndex);
|
newPacket.characterIndex = characterIndex;
|
||||||
//NOTE: omitting the handle and avatar here
|
//NOTE: omitting the handle and avatar here
|
||||||
newPacket.SetAccountIndex(accountIndex);
|
newPacket.accountIndex = accountIndex;
|
||||||
newPacket.SetRoomIndex(0); //TODO: room index
|
newPacket.roomIndex = 0; //TODO: room index
|
||||||
newPacket.SetOrigin(localCharacter->GetOrigin());
|
newPacket.origin = localCharacter->GetOrigin();
|
||||||
newPacket.SetMotion(localCharacter->GetMotion());
|
newPacket.motion = localCharacter->GetMotion();
|
||||||
*newPacket.GetStatistics() = *localCharacter->GetStats();
|
// newPacket.stats = *localCharacter->GetBaseStats();
|
||||||
|
|
||||||
//TODO: gameplay components: equipment, items, buffs, debuffs
|
//TODO: gameplay components: equipment, items, buffs, debuffs
|
||||||
|
|
||||||
@@ -419,9 +488,9 @@ void InWorld::RequestDisconnect() {
|
|||||||
ClientPacket newPacket;
|
ClientPacket newPacket;
|
||||||
|
|
||||||
//send a disconnect request
|
//send a disconnect request
|
||||||
newPacket.SetType(SerialPacketType::DISCONNECT);
|
newPacket.type = SerialPacketType::DISCONNECT_REQUEST;
|
||||||
newPacket.SetClientIndex(clientIndex);
|
newPacket.clientIndex = clientIndex;
|
||||||
newPacket.SetAccountIndex(accountIndex);
|
newPacket.accountIndex = accountIndex;
|
||||||
|
|
||||||
network.SendTo(Channels::SERVER, &newPacket);
|
network.SendTo(Channels::SERVER, &newPacket);
|
||||||
}
|
}
|
||||||
@@ -430,9 +499,9 @@ void InWorld::RequestShutDown() {
|
|||||||
ClientPacket newPacket;
|
ClientPacket newPacket;
|
||||||
|
|
||||||
//send a shutdown request
|
//send a shutdown request
|
||||||
newPacket.SetType(SerialPacketType::SHUTDOWN);
|
newPacket.type = SerialPacketType::SHUTDOWN_REQUEST;
|
||||||
newPacket.SetClientIndex(clientIndex);
|
newPacket.clientIndex = clientIndex;
|
||||||
newPacket.SetAccountIndex(accountIndex);
|
newPacket.accountIndex = accountIndex;
|
||||||
|
|
||||||
network.SendTo(Channels::SERVER, &newPacket);
|
network.SendTo(Channels::SERVER, &newPacket);
|
||||||
}
|
}
|
||||||
@@ -441,10 +510,10 @@ void InWorld::RequestRegion(int roomIndex, int x, int y) {
|
|||||||
RegionPacket packet;
|
RegionPacket packet;
|
||||||
|
|
||||||
//pack the region's data
|
//pack the region's data
|
||||||
packet.SetType(SerialPacketType::REGION_REQUEST);
|
packet.type = SerialPacketType::REGION_REQUEST;
|
||||||
packet.SetRoomIndex(roomIndex);
|
packet.roomIndex = roomIndex;
|
||||||
packet.SetX(x);
|
packet.x = x;
|
||||||
packet.SetY(y);
|
packet.y = y;
|
||||||
|
|
||||||
network.SendTo(Channels::SERVER, &packet);
|
network.SendTo(Channels::SERVER, &packet);
|
||||||
}
|
}
|
||||||
|
|||||||
+26
-15
@@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
//networking
|
//networking
|
||||||
#include "udp_network_utility.hpp"
|
#include "udp_network_utility.hpp"
|
||||||
|
#include "serial_packet.hpp"
|
||||||
|
|
||||||
//graphics
|
//graphics
|
||||||
#include "image.hpp"
|
#include "image.hpp"
|
||||||
@@ -37,7 +38,8 @@
|
|||||||
//common
|
//common
|
||||||
#include "frame_rate.hpp"
|
#include "frame_rate.hpp"
|
||||||
|
|
||||||
#include "character.hpp"
|
#include "base_character.hpp"
|
||||||
|
#include "base_monster.hpp"
|
||||||
|
|
||||||
//client
|
//client
|
||||||
#include "base_scene.hpp"
|
#include "base_scene.hpp"
|
||||||
@@ -45,15 +47,12 @@
|
|||||||
//STL
|
//STL
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#include <chrono>
|
||||||
|
|
||||||
class InWorld : public BaseScene {
|
class InWorld : public BaseScene {
|
||||||
public:
|
public:
|
||||||
//Public access members
|
//Public access members
|
||||||
InWorld(
|
InWorld(int* const argClientIndex, int* const argAccountIndex);
|
||||||
int* const argClientIndex,
|
|
||||||
int* const argAccountIndex,
|
|
||||||
int* const argCharacterIndex,
|
|
||||||
CharacterMap* argCharacterMap
|
|
||||||
);
|
|
||||||
~InWorld();
|
~InWorld();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
@@ -74,10 +73,12 @@ protected:
|
|||||||
|
|
||||||
//Network handlers
|
//Network handlers
|
||||||
void HandlePacket(SerialPacket* const);
|
void HandlePacket(SerialPacket* const);
|
||||||
void HandleDisconnect(SerialPacket* const);
|
void HandlePong(ServerPacket* const);
|
||||||
|
void HandleDisconnect(ClientPacket* const);
|
||||||
void HandleCharacterNew(CharacterPacket* const);
|
void HandleCharacterNew(CharacterPacket* const);
|
||||||
void HandleCharacterDelete(CharacterPacket* const);
|
void HandleCharacterDelete(CharacterPacket* const);
|
||||||
void HandleCharacterUpdate(CharacterPacket* const);
|
void HandleCharacterUpdate(CharacterPacket* const);
|
||||||
|
void HandleCharacterRejection(TextPacket* const);
|
||||||
void HandleRegionContent(RegionPacket* const);
|
void HandleRegionContent(RegionPacket* const);
|
||||||
|
|
||||||
//Server control
|
//Server control
|
||||||
@@ -90,12 +91,13 @@ protected:
|
|||||||
//utilities
|
//utilities
|
||||||
void UpdateMap();
|
void UpdateMap();
|
||||||
|
|
||||||
//shared parameters
|
//singleton shortcut
|
||||||
UDPNetworkUtility& network = UDPNetworkUtility::GetSingleton();
|
UDPNetworkUtility& network = UDPNetworkUtility::GetSingleton();
|
||||||
|
|
||||||
|
//indexes
|
||||||
int& clientIndex;
|
int& clientIndex;
|
||||||
int& accountIndex;
|
int& accountIndex;
|
||||||
int& characterIndex;
|
int characterIndex = -1;
|
||||||
CharacterMap& characterMap;
|
|
||||||
|
|
||||||
//graphics
|
//graphics
|
||||||
Image buttonImage;
|
Image buttonImage;
|
||||||
@@ -108,16 +110,25 @@ protected:
|
|||||||
//UI
|
//UI
|
||||||
Button disconnectButton;
|
Button disconnectButton;
|
||||||
Button shutDownButton;
|
Button shutDownButton;
|
||||||
//TODO: Review the camera
|
FrameRate fps;
|
||||||
|
|
||||||
|
//the camera structure
|
||||||
struct {
|
struct {
|
||||||
int x = 0, y = 0;
|
int x = 0, y = 0;
|
||||||
int width = 0, height = 0;
|
int width = 0, height = 0;
|
||||||
int marginX = 0, marginY = 0;
|
int marginX = 0, marginY = 0;
|
||||||
} camera;
|
} camera;
|
||||||
FrameRate fps;
|
|
||||||
|
|
||||||
//game
|
//game components
|
||||||
Character* localCharacter = nullptr;
|
BaseCharacter* localCharacter = nullptr;
|
||||||
|
std::map<int, BaseCharacter> characterMap;
|
||||||
|
std::map<int, BaseMonster> monsterMap;
|
||||||
|
|
||||||
|
//heartbeat
|
||||||
|
//TODO: This needs it's own utility, for both InWorld and InCombat
|
||||||
|
typedef std::chrono::steady_clock Clock;
|
||||||
|
Clock::time_point lastBeat = Clock::now();
|
||||||
|
int attemptedBeats = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -34,6 +34,10 @@ LobbyMenu::LobbyMenu(int* const argClientIndex, int* const argAccountIndex):
|
|||||||
clientIndex(*argClientIndex),
|
clientIndex(*argClientIndex),
|
||||||
accountIndex(*argAccountIndex)
|
accountIndex(*argAccountIndex)
|
||||||
{
|
{
|
||||||
|
//preemptive reset
|
||||||
|
clientIndex = -1;
|
||||||
|
accountIndex = -1;
|
||||||
|
|
||||||
//setup the utility objects
|
//setup the utility objects
|
||||||
image.LoadSurface(config["dir.interface"] + "button_menu.bmp");
|
image.LoadSurface(config["dir.interface"] + "button_menu.bmp");
|
||||||
image.SetClipH(image.GetClipH()/3);
|
image.SetClipH(image.GetClipH()/3);
|
||||||
@@ -63,7 +67,7 @@ LobbyMenu::LobbyMenu(int* const argClientIndex, int* const argAccountIndex):
|
|||||||
//set the server list's position
|
//set the server list's position
|
||||||
listBox = {300, 50, 200, font.GetCharH()};
|
listBox = {300, 50, 200, font.GetCharH()};
|
||||||
|
|
||||||
//BUGFIX: Eat incoming packets
|
//Eat incoming packets
|
||||||
while(network.Receive());
|
while(network.Receive());
|
||||||
|
|
||||||
//Initial broadcast
|
//Initial broadcast
|
||||||
@@ -112,7 +116,7 @@ void LobbyMenu::Render(SDL_Surface* const screen) {
|
|||||||
(Uint16)listBox.w, (Uint16)listBox.h
|
(Uint16)listBox.w, (Uint16)listBox.h
|
||||||
};
|
};
|
||||||
r.y += i * listBox.h;
|
r.y += i * listBox.h;
|
||||||
SDL_FillRect(screen, &r, SDL_MapRGB(screen->format, 255, 127, 39));
|
SDL_FillRect(screen, &r, SDL_MapRGB(screen->format, 49, 150, 5));
|
||||||
}
|
}
|
||||||
|
|
||||||
//draw the server name
|
//draw the server name
|
||||||
@@ -185,16 +189,29 @@ void LobbyMenu::KeyUp(SDL_KeyboardEvent const& key) {
|
|||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
void LobbyMenu::HandlePacket(SerialPacket* const argPacket) {
|
void LobbyMenu::HandlePacket(SerialPacket* const argPacket) {
|
||||||
switch(argPacket->GetType()) {
|
switch(argPacket->type) {
|
||||||
|
//responses
|
||||||
case SerialPacketType::BROADCAST_RESPONSE:
|
case SerialPacketType::BROADCAST_RESPONSE:
|
||||||
HandleBroadcastResponse(static_cast<ServerPacket*>(argPacket));
|
HandleBroadcastResponse(static_cast<ServerPacket*>(argPacket));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::JOIN_RESPONSE:
|
case SerialPacketType::JOIN_RESPONSE:
|
||||||
HandleJoinResponse(static_cast<ClientPacket*>(argPacket));
|
HandleJoinResponse(static_cast<ClientPacket*>(argPacket));
|
||||||
break;
|
break;
|
||||||
|
case SerialPacketType::LOGIN_RESPONSE:
|
||||||
|
HandleLoginResponse(static_cast<ClientPacket*>(argPacket));
|
||||||
|
break;
|
||||||
|
|
||||||
|
//rejections
|
||||||
|
case SerialPacketType::JOIN_REJECTION:
|
||||||
|
HandleJoinRejection(static_cast<TextPacket*>(argPacket));
|
||||||
|
break;
|
||||||
|
case SerialPacketType::LOGIN_REJECTION:
|
||||||
|
HandleLoginRejection(static_cast<TextPacket*>(argPacket));
|
||||||
|
break;
|
||||||
|
|
||||||
//handle errors
|
//handle errors
|
||||||
default:
|
default:
|
||||||
throw(std::runtime_error(std::string() + "Unknown SerialPacketType encountered in LobbyMenu: " + to_string_custom(static_cast<int>(argPacket->GetType())) ));
|
throw(std::runtime_error(std::string() + "Unknown SerialPacketType encountered in LobbyMenu: " + to_string_custom(static_cast<int>(argPacket->type)) ));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -202,10 +219,10 @@ void LobbyMenu::HandlePacket(SerialPacket* const argPacket) {
|
|||||||
void LobbyMenu::HandleBroadcastResponse(ServerPacket* const argPacket) {
|
void LobbyMenu::HandleBroadcastResponse(ServerPacket* const argPacket) {
|
||||||
//extract the data
|
//extract the data
|
||||||
ServerInformation server;
|
ServerInformation server;
|
||||||
server.address = argPacket->GetAddress();
|
server.address = argPacket->srcAddress;
|
||||||
server.name = argPacket->GetName();
|
server.name = argPacket->name;
|
||||||
server.playerCount = argPacket->GetPlayerCount();
|
server.playerCount = argPacket->playerCount;
|
||||||
server.version = argPacket->GetVersion();
|
server.version = argPacket->version;
|
||||||
|
|
||||||
//Checking compatibility
|
//Checking compatibility
|
||||||
server.compatible = server.version == NETWORK_VERSION;
|
server.compatible = server.version == NETWORK_VERSION;
|
||||||
@@ -215,18 +232,28 @@ void LobbyMenu::HandleBroadcastResponse(ServerPacket* const argPacket) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void LobbyMenu::HandleJoinResponse(ClientPacket* const argPacket) {
|
void LobbyMenu::HandleJoinResponse(ClientPacket* const argPacket) {
|
||||||
clientIndex = argPacket->GetClientIndex();
|
//save the server's data
|
||||||
accountIndex = argPacket->GetAccountIndex();
|
clientIndex = argPacket->clientIndex;
|
||||||
network.Bind(argPacket->GetAddressPtr(), Channels::SERVER);
|
network.Bind(argPacket->srcAddress, Channels::SERVER);
|
||||||
SetNextScene(SceneList::INWORLD);
|
|
||||||
|
|
||||||
//send this player's character info
|
//request login data
|
||||||
CharacterPacket newPacket;
|
SendLoginRequest();
|
||||||
newPacket.SetType(SerialPacketType::CHARACTER_NEW);
|
}
|
||||||
newPacket.SetHandle(config["client.handle"].c_str());
|
|
||||||
newPacket.SetAvatar(config["client.avatar"].c_str());
|
void LobbyMenu::HandleLoginResponse(ClientPacket* const argPacket) {
|
||||||
newPacket.SetAccountIndex(accountIndex);
|
if (argPacket->clientIndex != clientIndex) {
|
||||||
network.SendTo(Channels::SERVER, &newPacket);
|
throw(std::runtime_error("Client index invalid during login"));
|
||||||
|
}
|
||||||
|
accountIndex = argPacket->accountIndex;
|
||||||
|
SetNextScene(SceneList::INWORLD);
|
||||||
|
}
|
||||||
|
|
||||||
|
void LobbyMenu::HandleJoinRejection(TextPacket* const argPacket) {
|
||||||
|
//TODO: Better output for join rejection
|
||||||
|
}
|
||||||
|
|
||||||
|
void LobbyMenu::HandleLoginRejection(TextPacket* const argPacket) {
|
||||||
|
//TODO: Better output for login rejection
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
@@ -235,8 +262,8 @@ void LobbyMenu::HandleJoinResponse(ClientPacket* const argPacket) {
|
|||||||
|
|
||||||
void LobbyMenu::SendBroadcastRequest() {
|
void LobbyMenu::SendBroadcastRequest() {
|
||||||
//broadcast to the network, or a specific server
|
//broadcast to the network, or a specific server
|
||||||
ServerPacket packet;
|
ClientPacket packet;
|
||||||
packet.SetType(SerialPacketType::BROADCAST_REQUEST);
|
packet.type = SerialPacketType::BROADCAST_REQUEST;
|
||||||
network.SendTo(config["server.host"].c_str(), config.Int("server.port"), &packet);
|
network.SendTo(config["server.host"].c_str(), config.Int("server.port"), &packet);
|
||||||
|
|
||||||
//reset the server list
|
//reset the server list
|
||||||
@@ -247,10 +274,19 @@ void LobbyMenu::SendBroadcastRequest() {
|
|||||||
void LobbyMenu::SendJoinRequest() {
|
void LobbyMenu::SendJoinRequest() {
|
||||||
//pack the packet
|
//pack the packet
|
||||||
ClientPacket packet;
|
ClientPacket packet;
|
||||||
packet.SetType(SerialPacketType::JOIN_REQUEST);
|
packet.type = SerialPacketType::JOIN_REQUEST;
|
||||||
packet.SetUsername(config["client.username"].c_str());
|
|
||||||
|
|
||||||
//join the selected server
|
//join the selected server
|
||||||
network.SendTo(&selection->address, &packet);
|
network.SendTo(selection->address, &packet);
|
||||||
selection = nullptr;
|
selection = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void LobbyMenu::SendLoginRequest() {
|
||||||
|
//NOTE: high cohesion
|
||||||
|
ClientPacket packet;
|
||||||
|
packet.type = SerialPacketType::LOGIN_REQUEST;
|
||||||
|
packet.clientIndex = clientIndex;
|
||||||
|
strncpy(packet.username, config["client.username"].c_str(), PACKET_STRING_SIZE);
|
||||||
|
|
||||||
|
network.SendTo(Channels::SERVER, &packet);
|
||||||
|
}
|
||||||
|
|||||||
@@ -31,6 +31,7 @@
|
|||||||
//utilities
|
//utilities
|
||||||
#include "config_utility.hpp"
|
#include "config_utility.hpp"
|
||||||
#include "udp_network_utility.hpp"
|
#include "udp_network_utility.hpp"
|
||||||
|
#include "serial_packet.hpp"
|
||||||
|
|
||||||
//client
|
//client
|
||||||
#include "base_scene.hpp"
|
#include "base_scene.hpp"
|
||||||
@@ -62,10 +63,14 @@ protected:
|
|||||||
void HandlePacket(SerialPacket* const);
|
void HandlePacket(SerialPacket* const);
|
||||||
void HandleBroadcastResponse(ServerPacket* const);
|
void HandleBroadcastResponse(ServerPacket* const);
|
||||||
void HandleJoinResponse(ClientPacket* const);
|
void HandleJoinResponse(ClientPacket* const);
|
||||||
|
void HandleLoginResponse(ClientPacket* const);
|
||||||
|
void HandleJoinRejection(TextPacket* const);
|
||||||
|
void HandleLoginRejection(TextPacket* const);
|
||||||
|
|
||||||
//server control
|
//server control
|
||||||
void SendBroadcastRequest();
|
void SendBroadcastRequest();
|
||||||
void SendJoinRequest();
|
void SendJoinRequest();
|
||||||
|
void SendLoginRequest();
|
||||||
|
|
||||||
//shared parameters
|
//shared parameters
|
||||||
ConfigUtility& config = ConfigUtility::GetSingleton();
|
ConfigUtility& config = ConfigUtility::GetSingleton();
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#config
|
#config
|
||||||
INCLUDES+=. .. ../../common/gameplay ../../common/graphics ../../common/map ../../common/network ../../common/network/packet_types ../../common/ui ../../common/utilities
|
INCLUDES+=. .. ../entities ../../common/gameplay ../../common/graphics ../../common/map ../../common/network ../../common/network/packet_types ../../common/ui ../../common/utilities
|
||||||
LIBS+=
|
LIBS+=
|
||||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
//the speeds that the characters move
|
//the speeds that the characters move
|
||||||
constexpr double CHARACTER_WALKING_SPEED = 2.24;
|
constexpr double CHARACTER_WALKING_SPEED = 2.24;
|
||||||
constexpr double CHARACTER_WALKING_MOD = 1.0/sqrt(2.0);
|
constexpr double CHARACTER_WALKING_MOD = 1.0/sqrt(2.0);
|
||||||
|
constexpr double CHARACTER_WALKING_NEGATIVE_MOD = 1.0 - CHARACTER_WALKING_MOD;
|
||||||
|
|
||||||
//the bounds for the character objects, mapped to the default sprites
|
//the bounds for the character objects, mapped to the default sprites
|
||||||
constexpr int CHARACTER_BOUNDS_X = 0;
|
constexpr int CHARACTER_BOUNDS_X = 0;
|
||||||
|
|||||||
@@ -0,0 +1,77 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "map_system_api.hpp"
|
||||||
|
|
||||||
|
//all map API headers
|
||||||
|
#include "region_api.hpp"
|
||||||
|
#include "region_pager_api.hpp"
|
||||||
|
#include "tile_sheet_api.hpp"
|
||||||
|
|
||||||
|
//macros
|
||||||
|
#include "region.hpp"
|
||||||
|
|
||||||
|
//useful "globals"
|
||||||
|
static int getRegionWidth(lua_State* L) {
|
||||||
|
lua_pushinteger(L, REGION_WIDTH);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int getRegionHeight(lua_State* L) {
|
||||||
|
lua_pushinteger(L, REGION_HEIGHT);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int getRegionDepth(lua_State* L) {
|
||||||
|
lua_pushinteger(L, REGION_DEPTH);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
//This mimics linit.c to create a nested collection of all map modules.
|
||||||
|
static const luaL_Reg funcs[] = {
|
||||||
|
//synonyms
|
||||||
|
{"GetRegionWidth", getRegionWidth},
|
||||||
|
{"GetRegionHeight", getRegionHeight},
|
||||||
|
{"GetRegionDepth", getRegionDepth},
|
||||||
|
{nullptr, nullptr}
|
||||||
|
};
|
||||||
|
|
||||||
|
static const luaL_Reg libs[] = {
|
||||||
|
{"Region", openRegionAPI},
|
||||||
|
{"RegionPager", openRegionPagerAPI},
|
||||||
|
// {"TileSheet", openTileSheetAPI},
|
||||||
|
{nullptr, nullptr}
|
||||||
|
};
|
||||||
|
|
||||||
|
int openMapSystemAPI(lua_State* L) {
|
||||||
|
//create the table
|
||||||
|
luaL_newlibtable(L, libs);
|
||||||
|
|
||||||
|
//push the "global" functions
|
||||||
|
luaL_setfuncs(L, funcs, 0);
|
||||||
|
|
||||||
|
//push the substable
|
||||||
|
for (const luaL_Reg* lib = libs; lib->func; lib++) {
|
||||||
|
lua_pushcfunction(L, lib->func);
|
||||||
|
lua_setfield(L, -2, lib->name);
|
||||||
|
}
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef MAPSYSTEMAPI_HPP_
|
||||||
|
#define MAPSYSTEMAPI_APP_
|
||||||
|
|
||||||
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define TORTUGA_MAP_SYSTEM_API "map_system"
|
||||||
|
LUAMOD_API int openMapSystemAPI(lua_State* L);
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -22,9 +22,13 @@
|
|||||||
#ifndef REGIONAPI_HPP_
|
#ifndef REGIONAPI_HPP_
|
||||||
#define REGIONAPI_HPP_
|
#define REGIONAPI_HPP_
|
||||||
|
|
||||||
#include "lua/lua.hpp"
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TORTUGA_REGION_NAME "Region"
|
#define TORTUGA_REGION_NAME "region"
|
||||||
LUAMOD_API int openRegionAPI(lua_State* L);
|
LUAMOD_API int openRegionAPI(lua_State* L);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -22,9 +22,13 @@
|
|||||||
#ifndef REGIONPAGERAPI_HPP_
|
#ifndef REGIONPAGERAPI_HPP_
|
||||||
#define REGIONPAGERAPI_HPP_
|
#define REGIONPAGERAPI_HPP_
|
||||||
|
|
||||||
#include "lua/lua.hpp"
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TORTUGA_REGION_PAGER_NAME "RegionPager"
|
#define TORTUGA_REGION_PAGER_NAME "region_pager"
|
||||||
LUAMOD_API int openRegionPagerAPI(lua_State* L);
|
LUAMOD_API int openRegionPagerAPI(lua_State* L);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -24,6 +24,18 @@
|
|||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
RegionPagerBase::RegionPagerBase() {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
|
RegionPagerBase::RegionPagerBase(RegionPagerBase&& rhs) {
|
||||||
|
regionList = std::move(rhs.regionList);
|
||||||
|
}
|
||||||
|
|
||||||
|
RegionPagerBase::~RegionPagerBase() {
|
||||||
|
UnloadAll();
|
||||||
|
}
|
||||||
|
|
||||||
Region::type_t RegionPagerBase::SetTile(int x, int y, int z, Region::type_t v) {
|
Region::type_t RegionPagerBase::SetTile(int x, int y, int z, Region::type_t v) {
|
||||||
Region* ptr = GetRegion(x, y);
|
Region* ptr = GetRegion(x, y);
|
||||||
return ptr->SetTile(x - ptr->GetX(), y - ptr->GetY(), z, v);
|
return ptr->SetTile(x - ptr->GetX(), y - ptr->GetY(), z, v);
|
||||||
|
|||||||
@@ -28,8 +28,9 @@
|
|||||||
|
|
||||||
class RegionPagerBase {
|
class RegionPagerBase {
|
||||||
public:
|
public:
|
||||||
RegionPagerBase() = default;
|
RegionPagerBase();
|
||||||
virtual ~RegionPagerBase() { UnloadAll(); };
|
RegionPagerBase(RegionPagerBase&&);
|
||||||
|
virtual ~RegionPagerBase();
|
||||||
|
|
||||||
//tile manipulation
|
//tile manipulation
|
||||||
virtual Region::type_t SetTile(int x, int y, int z, Region::type_t v);
|
virtual Region::type_t SetTile(int x, int y, int z, Region::type_t v);
|
||||||
|
|||||||
@@ -23,6 +23,29 @@
|
|||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
|
RegionPagerLua::RegionPagerLua() {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
|
RegionPagerLua::RegionPagerLua(RegionPagerLua&& rhs) {
|
||||||
|
lua = rhs.lua;
|
||||||
|
loadRef = rhs.loadRef;
|
||||||
|
saveRef = rhs.saveRef;
|
||||||
|
createRef = rhs.createRef;
|
||||||
|
unloadRef = rhs.unloadRef;
|
||||||
|
}
|
||||||
|
|
||||||
|
RegionPagerLua::~RegionPagerLua() {
|
||||||
|
//unload all regions
|
||||||
|
UnloadAll();
|
||||||
|
//clear any stored functions
|
||||||
|
luaL_unref(lua, LUA_REGISTRYINDEX, loadRef);
|
||||||
|
luaL_unref(lua, LUA_REGISTRYINDEX, saveRef);
|
||||||
|
luaL_unref(lua, LUA_REGISTRYINDEX, createRef);
|
||||||
|
luaL_unref(lua, LUA_REGISTRYINDEX, unloadRef);
|
||||||
|
}
|
||||||
|
|
||||||
|
//return the loaded region, or nullptr on failure
|
||||||
Region* RegionPagerLua::LoadRegion(int x, int y) {
|
Region* RegionPagerLua::LoadRegion(int x, int y) {
|
||||||
//get the pager's function from the registry
|
//get the pager's function from the registry
|
||||||
lua_rawgeti(lua, LUA_REGISTRYINDEX, loadRef);
|
lua_rawgeti(lua, LUA_REGISTRYINDEX, loadRef);
|
||||||
@@ -54,6 +77,7 @@ Region* RegionPagerLua::LoadRegion(int x, int y) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//return the saved region, or nullptr on failure
|
||||||
Region* RegionPagerLua::SaveRegion(int x, int y) {
|
Region* RegionPagerLua::SaveRegion(int x, int y) {
|
||||||
//get the pager's function from the registry
|
//get the pager's function from the registry
|
||||||
lua_rawgeti(lua, LUA_REGISTRYINDEX, saveRef);
|
lua_rawgeti(lua, LUA_REGISTRYINDEX, saveRef);
|
||||||
@@ -88,6 +112,7 @@ Region* RegionPagerLua::SaveRegion(int x, int y) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//return the created region, or nullptr on failure
|
||||||
Region* RegionPagerLua::CreateRegion(int x, int y) {
|
Region* RegionPagerLua::CreateRegion(int x, int y) {
|
||||||
if (FindRegion(x, y)) {
|
if (FindRegion(x, y)) {
|
||||||
throw(std::logic_error("Cannot overwrite an existing region"));
|
throw(std::logic_error("Cannot overwrite an existing region"));
|
||||||
@@ -116,6 +141,7 @@ Region* RegionPagerLua::CreateRegion(int x, int y) {
|
|||||||
return ®ionList.front();
|
return ®ionList.front();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//no return
|
||||||
void RegionPagerLua::UnloadRegion(int x, int y) {
|
void RegionPagerLua::UnloadRegion(int x, int y) {
|
||||||
//get the pager's function from the registry
|
//get the pager's function from the registry
|
||||||
lua_rawgeti(lua, LUA_REGISTRYINDEX, unloadRef);
|
lua_rawgeti(lua, LUA_REGISTRYINDEX, unloadRef);
|
||||||
@@ -150,6 +176,7 @@ void RegionPagerLua::UnloadRegion(int x, int y) {
|
|||||||
lua_pop(lua, 1);
|
lua_pop(lua, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//no return
|
||||||
void RegionPagerLua::UnloadAll() {
|
void RegionPagerLua::UnloadAll() {
|
||||||
//get the pager's function from the registry
|
//get the pager's function from the registry
|
||||||
lua_rawgeti(lua, LUA_REGISTRYINDEX, unloadRef);
|
lua_rawgeti(lua, LUA_REGISTRYINDEX, unloadRef);
|
||||||
|
|||||||
@@ -24,14 +24,19 @@
|
|||||||
|
|
||||||
#include "region_pager_base.hpp"
|
#include "region_pager_base.hpp"
|
||||||
|
|
||||||
#include "lua/lua.hpp"
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
class RegionPagerLua : public RegionPagerBase {
|
class RegionPagerLua : public RegionPagerBase {
|
||||||
public:
|
public:
|
||||||
RegionPagerLua() = default;
|
RegionPagerLua();
|
||||||
~RegionPagerLua() = default;
|
RegionPagerLua(RegionPagerLua&&);
|
||||||
|
~RegionPagerLua();
|
||||||
|
|
||||||
//region manipulation
|
//region manipulation
|
||||||
Region* LoadRegion(int x, int y) override;
|
Region* LoadRegion(int x, int y) override;
|
||||||
|
|||||||
@@ -22,9 +22,13 @@
|
|||||||
#ifndef TILESHEETAPI_HPP_
|
#ifndef TILESHEETAPI_HPP_
|
||||||
#define TILESHEETAPI_HPP_
|
#define TILESHEETAPI_HPP_
|
||||||
|
|
||||||
#include "lua/lua.hpp"
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TORTUGA_TILE_SHEET_NAME "TileSheet"
|
#define TORTUGA_TILE_SHEET_NAME "tile_sheet"
|
||||||
LUAMOD_API int openTileSheetAPI(lua_State* L);
|
LUAMOD_API int openTileSheetAPI(lua_State* L);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -23,50 +23,44 @@
|
|||||||
|
|
||||||
#include "serial_utility.hpp"
|
#include "serial_utility.hpp"
|
||||||
|
|
||||||
void CharacterPacket::Serialize(void* buffer) {
|
void serializeCharacter(void* buffer, CharacterPacket* packet) {
|
||||||
serializeCopy(&buffer, &type, sizeof(SerialPacketType));
|
serialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
//identify the character
|
//identify the character
|
||||||
serializeCopy(&buffer, &characterIndex, sizeof(int));
|
serialCopy(&buffer, &packet->characterIndex, sizeof(int));
|
||||||
serializeCopy(&buffer, handle, PACKET_STRING_SIZE);
|
serialCopy(&buffer, packet->handle, PACKET_STRING_SIZE);
|
||||||
serializeCopy(&buffer, avatar, PACKET_STRING_SIZE);
|
serialCopy(&buffer, packet->avatar, PACKET_STRING_SIZE);
|
||||||
|
|
||||||
//the owner
|
//the owner
|
||||||
serializeCopy(&buffer, &accountIndex, sizeof(int));
|
serialCopy(&buffer, &packet->accountIndex, sizeof(int));
|
||||||
|
|
||||||
//location
|
//location
|
||||||
serializeCopy(&buffer, &roomIndex, sizeof(int));
|
serialCopy(&buffer, &packet->roomIndex, sizeof(int));
|
||||||
serializeCopy(&buffer, &origin.x, sizeof(double));
|
serialCopy(&buffer, &packet->origin.x, sizeof(double));
|
||||||
serializeCopy(&buffer, &origin.y, sizeof(double));
|
serialCopy(&buffer, &packet->origin.y, sizeof(double));
|
||||||
serializeCopy(&buffer, &motion.x, sizeof(double));
|
serialCopy(&buffer, &packet->motion.x, sizeof(double));
|
||||||
serializeCopy(&buffer, &motion.y, sizeof(double));
|
serialCopy(&buffer, &packet->motion.y, sizeof(double));
|
||||||
|
|
||||||
//stats structure
|
//gameplay components: equipment, items, buffs, debuffs...
|
||||||
serializeCopyStatistics(&buffer, &stats);
|
|
||||||
|
|
||||||
//TODO: gameplay components: equipment, items, buffs, debuffs
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CharacterPacket::Deserialize(void* buffer) {
|
void deserializeCharacter(void* buffer, CharacterPacket* packet) {
|
||||||
deserializeCopy(&buffer, &type, sizeof(SerialPacketType));
|
deserialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
//identify the character
|
//identify the character
|
||||||
deserializeCopy(&buffer, &characterIndex, sizeof(int));
|
deserialCopy(&buffer, &packet->characterIndex, sizeof(int));
|
||||||
deserializeCopy(&buffer, handle, PACKET_STRING_SIZE);
|
deserialCopy(&buffer, packet->handle, PACKET_STRING_SIZE);
|
||||||
deserializeCopy(&buffer, avatar, PACKET_STRING_SIZE);
|
deserialCopy(&buffer, packet->avatar, PACKET_STRING_SIZE);
|
||||||
|
|
||||||
//the owner
|
//the owner
|
||||||
deserializeCopy(&buffer, &accountIndex, sizeof(int));
|
deserialCopy(&buffer, &packet->accountIndex, sizeof(int));
|
||||||
|
|
||||||
//location
|
//location
|
||||||
deserializeCopy(&buffer, &roomIndex, sizeof(int));
|
deserialCopy(&buffer, &packet->roomIndex, sizeof(int));
|
||||||
deserializeCopy(&buffer, &origin.x, sizeof(double));
|
deserialCopy(&buffer, &packet->origin.x, sizeof(double));
|
||||||
deserializeCopy(&buffer, &origin.y, sizeof(double));
|
deserialCopy(&buffer, &packet->origin.y, sizeof(double));
|
||||||
deserializeCopy(&buffer, &motion.x, sizeof(double));
|
deserialCopy(&buffer, &packet->motion.x, sizeof(double));
|
||||||
deserializeCopy(&buffer, &motion.y, sizeof(double));
|
deserialCopy(&buffer, &packet->motion.y, sizeof(double));
|
||||||
|
|
||||||
//stats structure
|
//gameplay components: equipment, items, buffs, debuffs...
|
||||||
deserializeCopyStatistics(&buffer, &stats);
|
|
||||||
|
|
||||||
//TODO: gameplay components: equipment, items, buffs, debuffs
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,63 +25,26 @@
|
|||||||
#include "serial_packet_base.hpp"
|
#include "serial_packet_base.hpp"
|
||||||
|
|
||||||
#include "vector2.hpp"
|
#include "vector2.hpp"
|
||||||
#include "statistics.hpp"
|
|
||||||
|
|
||||||
#include <cstring>
|
struct CharacterPacket : SerialPacketBase {
|
||||||
|
|
||||||
class CharacterPacket : public SerialPacketBase {
|
|
||||||
public:
|
|
||||||
CharacterPacket() {}
|
|
||||||
~CharacterPacket() {}
|
|
||||||
|
|
||||||
//indentity
|
|
||||||
int SetCharacterIndex(int i) { return characterIndex = i; }
|
|
||||||
const char* SetHandle(const char* s)
|
|
||||||
{ return strncpy(handle, s, PACKET_STRING_SIZE); }
|
|
||||||
const char* SetAvatar(const char* s)
|
|
||||||
{ return strncpy(handle, s, PACKET_STRING_SIZE); }
|
|
||||||
|
|
||||||
int SetAccountIndex(int i) { return accountIndex = i; }
|
|
||||||
|
|
||||||
int GetCharacterIndex() { return characterIndex; }
|
|
||||||
const char* GetHandle() { return handle; }
|
|
||||||
const char* GetAvatar() { return avatar; }
|
|
||||||
|
|
||||||
int GetAccountIndex() { return accountIndex; }
|
|
||||||
|
|
||||||
//location
|
|
||||||
int SetRoomIndex(int i) { return roomIndex = i; }
|
|
||||||
Vector2 SetOrigin(Vector2 v) { return origin = v; }
|
|
||||||
Vector2 SetMotion(Vector2 v) { return motion = v; }
|
|
||||||
|
|
||||||
int GetRoomIndex() { return roomIndex; }
|
|
||||||
Vector2 GetOrigin() { return origin; }
|
|
||||||
Vector2 GetMotion() { return motion; }
|
|
||||||
|
|
||||||
//gameplay
|
|
||||||
Statistics* GetStatistics() { return &stats; }
|
|
||||||
|
|
||||||
virtual void Serialize(void* buffer) override;
|
|
||||||
virtual void Deserialize(void* buffer) override;
|
|
||||||
|
|
||||||
private:
|
|
||||||
//identify the character
|
//identify the character
|
||||||
int characterIndex;
|
int characterIndex;
|
||||||
char handle[PACKET_STRING_SIZE+1];
|
char handle[PACKET_STRING_SIZE];
|
||||||
char avatar[PACKET_STRING_SIZE+1];
|
char avatar[PACKET_STRING_SIZE];
|
||||||
|
|
||||||
//the owner
|
//the owner
|
||||||
int accountIndex;
|
int accountIndex;
|
||||||
|
//TODO: Authentication token?
|
||||||
|
|
||||||
//location
|
//location
|
||||||
int roomIndex;
|
int roomIndex;
|
||||||
Vector2 origin;
|
Vector2 origin;
|
||||||
Vector2 motion;
|
Vector2 motion;
|
||||||
|
|
||||||
//gameplay
|
//gameplay components: equipment, items, buffs, debuffs...
|
||||||
Statistics stats;
|
|
||||||
|
|
||||||
//TODO: gameplay components: equipment, items, buffs, debuffs
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void serializeCharacter(void* buffer, CharacterPacket* packet);
|
||||||
|
void deserializeCharacter(void* buffer, CharacterPacket* packet);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -23,18 +23,18 @@
|
|||||||
|
|
||||||
#include "serial_utility.hpp"
|
#include "serial_utility.hpp"
|
||||||
|
|
||||||
void ClientPacket::Serialize(void* buffer) {
|
void serializeClient(void* buffer, ClientPacket* packet) {
|
||||||
serializeCopy(&buffer, &type, sizeof(SerialPacketType));
|
serialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
serializeCopy(&buffer, &clientIndex, sizeof(int));
|
serialCopy(&buffer, &packet->clientIndex, sizeof(int));
|
||||||
serializeCopy(&buffer, &accountIndex, sizeof(int));
|
serialCopy(&buffer, &packet->accountIndex, sizeof(int));
|
||||||
serializeCopy(&buffer, username, PACKET_STRING_SIZE);
|
serialCopy(&buffer, packet->username, PACKET_STRING_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientPacket::Deserialize(void* buffer) {
|
void deserializeClient(void* buffer, ClientPacket* packet) {
|
||||||
deserializeCopy(&buffer, &type, sizeof(SerialPacketType));
|
deserialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
deserializeCopy(&buffer, &clientIndex, sizeof(int));
|
deserialCopy(&buffer, &packet->clientIndex, sizeof(int));
|
||||||
deserializeCopy(&buffer, &accountIndex, sizeof(int));
|
deserialCopy(&buffer, &packet->accountIndex, sizeof(int));
|
||||||
deserializeCopy(&buffer, username, PACKET_STRING_SIZE);
|
deserialCopy(&buffer, packet->username, PACKET_STRING_SIZE);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,31 +24,13 @@
|
|||||||
|
|
||||||
#include "serial_packet_base.hpp"
|
#include "serial_packet_base.hpp"
|
||||||
|
|
||||||
#include <cstring>
|
struct ClientPacket : SerialPacketBase {
|
||||||
|
|
||||||
class ClientPacket : public SerialPacketBase {
|
|
||||||
public:
|
|
||||||
ClientPacket() {}
|
|
||||||
~ClientPacket() {}
|
|
||||||
|
|
||||||
//accessors & mutators
|
|
||||||
int SetClientIndex(int i) { return clientIndex = i; }
|
|
||||||
int SetAccountIndex(int i) { return accountIndex = i; }
|
|
||||||
const char* SetUsername(const char* s)
|
|
||||||
{ return strncpy(username, s, PACKET_STRING_SIZE); }
|
|
||||||
|
|
||||||
int GetClientIndex() { return clientIndex; }
|
|
||||||
int GetAccountIndex() { return accountIndex; }
|
|
||||||
const char* GetUsername() { return username; }
|
|
||||||
|
|
||||||
virtual void Serialize(void* buffer) override;
|
|
||||||
virtual void Deserialize(void* buffer) override;
|
|
||||||
|
|
||||||
private:
|
|
||||||
int clientIndex;
|
int clientIndex;
|
||||||
int accountIndex;
|
int accountIndex;
|
||||||
char username[PACKET_STRING_SIZE+1];
|
char username[PACKET_STRING_SIZE];
|
||||||
// char password[PACKET_STRING_SIZE]; //hashed, not currently used
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void serializeClient(void* buffer, ClientPacket* packet);
|
||||||
|
void deserializeClient(void* buffer, ClientPacket* packet);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -23,15 +23,15 @@
|
|||||||
|
|
||||||
#include "serial_utility.hpp"
|
#include "serial_utility.hpp"
|
||||||
|
|
||||||
void RegionPacket::Serialize(void* buffer) {
|
void serializeRegion(void* buffer, RegionPacket* packet) {
|
||||||
serializeCopy(&buffer, &type, sizeof(SerialPacketType));
|
serialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
//format
|
//format
|
||||||
serializeCopy(&buffer, &roomIndex, sizeof(int));
|
serialCopy(&buffer, &packet->roomIndex, sizeof(int));
|
||||||
serializeCopy(&buffer, &x, sizeof(int));
|
serialCopy(&buffer, &packet->x, sizeof(int));
|
||||||
serializeCopy(&buffer, &y, sizeof(int));
|
serialCopy(&buffer, &packet->y, sizeof(int));
|
||||||
|
|
||||||
if (type != SerialPacketType::REGION_CONTENT) {
|
if (packet->type != SerialPacketType::REGION_CONTENT) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -39,41 +39,41 @@ void RegionPacket::Serialize(void* buffer) {
|
|||||||
for (int i = 0; i < REGION_WIDTH; i++) {
|
for (int i = 0; i < REGION_WIDTH; i++) {
|
||||||
for (int j = 0; j < REGION_HEIGHT; j++) {
|
for (int j = 0; j < REGION_HEIGHT; j++) {
|
||||||
for (int k = 0; k < REGION_DEPTH; k++) {
|
for (int k = 0; k < REGION_DEPTH; k++) {
|
||||||
*reinterpret_cast<Region::type_t*>(buffer) = region->GetTile(i, j, k);
|
*reinterpret_cast<Region::type_t*>(buffer) = packet->region->GetTile(i, j, k);
|
||||||
buffer = reinterpret_cast<char*>(buffer) + sizeof(Region::type_t);
|
buffer = reinterpret_cast<char*>(buffer) + sizeof(Region::type_t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//solids
|
//solids
|
||||||
serializeCopy(&buffer, region->GetSolidBitset(), REGION_SOLID_FOOTPRINT);
|
serialCopy(&buffer, packet->region->GetSolidBitset(), REGION_SOLID_FOOTPRINT);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RegionPacket::Deserialize(void* buffer) {
|
void deserializeRegion(void* buffer, RegionPacket* packet) {
|
||||||
deserializeCopy(&buffer, &type, sizeof(SerialPacketType));
|
deserialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
//format
|
//format
|
||||||
deserializeCopy(&buffer, &roomIndex, sizeof(int));
|
deserialCopy(&buffer, &packet->roomIndex, sizeof(int));
|
||||||
deserializeCopy(&buffer, &x, sizeof(int));
|
deserialCopy(&buffer, &packet->x, sizeof(int));
|
||||||
deserializeCopy(&buffer, &y, sizeof(int));
|
deserialCopy(&buffer, &packet->y, sizeof(int));
|
||||||
|
|
||||||
if (type != SerialPacketType::REGION_CONTENT) {
|
if (packet->type != SerialPacketType::REGION_CONTENT) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//an object to work on
|
//an object to work on
|
||||||
region = new Region(x, y);
|
packet->region = new Region(packet->x, packet->y);
|
||||||
|
|
||||||
//tiles
|
//tiles
|
||||||
for (int i = 0; i < REGION_WIDTH; i++) {
|
for (int i = 0; i < REGION_WIDTH; i++) {
|
||||||
for (int j = 0; j < REGION_HEIGHT; j++) {
|
for (int j = 0; j < REGION_HEIGHT; j++) {
|
||||||
for (int k = 0; k < REGION_DEPTH; k++) {
|
for (int k = 0; k < REGION_DEPTH; k++) {
|
||||||
region->SetTile(i, j, k, *reinterpret_cast<Region::type_t*>(buffer));
|
packet->region->SetTile(i, j, k, *reinterpret_cast<Region::type_t*>(buffer));
|
||||||
buffer = reinterpret_cast<char*>(buffer) + sizeof(Region::type_t);
|
buffer = reinterpret_cast<char*>(buffer) + sizeof(Region::type_t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//solids
|
//solids
|
||||||
deserializeCopy(&buffer, region->GetSolidBitset(), REGION_SOLID_FOOTPRINT);
|
deserialCopy(&buffer, packet->region->GetSolidBitset(), REGION_SOLID_FOOTPRINT);
|
||||||
}
|
}
|
||||||
@@ -27,35 +27,13 @@
|
|||||||
#include "region.hpp"
|
#include "region.hpp"
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
//define the memory footprint for the region's members
|
//define the memory footprint for the region's members
|
||||||
constexpr int REGION_TILE_FOOTPRINT = sizeof(Region::type_t) * REGION_WIDTH * REGION_HEIGHT * REGION_DEPTH;
|
constexpr int REGION_TILE_FOOTPRINT = sizeof(Region::type_t) * REGION_WIDTH * REGION_HEIGHT * REGION_DEPTH;
|
||||||
constexpr int REGION_SOLID_FOOTPRINT = ceil(REGION_WIDTH * REGION_HEIGHT / 8.0);
|
constexpr int REGION_SOLID_FOOTPRINT = ceil(REGION_WIDTH * REGION_HEIGHT / 8.0);
|
||||||
constexpr int REGION_METADATA_FOOTPRINT = sizeof(int) * 3;
|
constexpr int REGION_METADATA_FOOTPRINT = sizeof(int) * 3;
|
||||||
|
|
||||||
class RegionPacket : public SerialPacketBase {
|
struct RegionPacket : SerialPacketBase {
|
||||||
public:
|
|
||||||
RegionPacket() {}
|
|
||||||
~RegionPacket() {}
|
|
||||||
|
|
||||||
//location
|
|
||||||
int SetRoomIndex(int i) { return roomIndex = i; }
|
|
||||||
int SetX(int i) { return x = i; }
|
|
||||||
int SetY(int i) { return y = i; }
|
|
||||||
|
|
||||||
int GetRoomIndex() { return roomIndex; }
|
|
||||||
int GetX() { return x; }
|
|
||||||
int GetY() { return y; }
|
|
||||||
|
|
||||||
//the region itself
|
|
||||||
Region* SetRegion(Region* r) { return region = r; }
|
|
||||||
Region* GetRegion() { return region; }
|
|
||||||
|
|
||||||
virtual void Serialize(void* buffer) override;
|
|
||||||
virtual void Deserialize(void* buffer) override;
|
|
||||||
|
|
||||||
private:
|
|
||||||
//location/identify the region
|
//location/identify the region
|
||||||
int roomIndex;
|
int roomIndex;
|
||||||
int x, y;
|
int x, y;
|
||||||
@@ -64,4 +42,7 @@ private:
|
|||||||
Region* region;
|
Region* region;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void serializeRegion(void* buffer, RegionPacket* packet);
|
||||||
|
void deserializeRegion(void* buffer, RegionPacket* packet);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
/* Copyright: (c) Kayne Ruse 2013, 2014
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
*
|
*
|
||||||
* This software is provided 'as-is', without any express or implied
|
* This software is provided 'as-is', without any express or implied
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
@@ -21,4 +21,4 @@
|
|||||||
*/
|
*/
|
||||||
#include "serial_packet_base.hpp"
|
#include "serial_packet_base.hpp"
|
||||||
|
|
||||||
//NOTE: This is a sanity check
|
//sanity check
|
||||||
@@ -26,28 +26,14 @@
|
|||||||
|
|
||||||
#include "SDL/SDL_net.h"
|
#include "SDL/SDL_net.h"
|
||||||
|
|
||||||
//The packets use a char array for string storage
|
|
||||||
constexpr int PACKET_STRING_SIZE = 100;
|
constexpr int PACKET_STRING_SIZE = 100;
|
||||||
|
|
||||||
class SerialPacketBase {
|
struct SerialPacketBase {
|
||||||
public:
|
//members
|
||||||
SerialPacketType SetType(SerialPacketType t) { return type = t; }
|
|
||||||
SerialPacketType GetType() { return type; }
|
|
||||||
|
|
||||||
IPaddress GetAddress() { return srcAddress; }
|
|
||||||
IPaddress* GetAddressPtr() { return &srcAddress; }
|
|
||||||
|
|
||||||
SerialPacketBase() {};
|
|
||||||
virtual ~SerialPacketBase() {};
|
|
||||||
|
|
||||||
virtual void Serialize(void* buffer) = 0;
|
|
||||||
virtual void Deserialize(void* buffer) = 0;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
friend class UDPNetworkUtility;
|
|
||||||
|
|
||||||
SerialPacketType type;
|
SerialPacketType type;
|
||||||
IPaddress srcAddress;
|
IPaddress srcAddress;
|
||||||
|
|
||||||
|
virtual ~SerialPacketBase() {};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -23,20 +23,20 @@
|
|||||||
|
|
||||||
#include "serial_utility.hpp"
|
#include "serial_utility.hpp"
|
||||||
|
|
||||||
void ServerPacket::Serialize(void* buffer) {
|
void serializeServer(void* buffer, ServerPacket* packet) {
|
||||||
serializeCopy(&buffer, &type, sizeof(SerialPacketType));
|
serialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
//identify the server
|
//identify the server
|
||||||
serializeCopy(&buffer, name, PACKET_STRING_SIZE);
|
serialCopy(&buffer, packet->name, PACKET_STRING_SIZE);
|
||||||
serializeCopy(&buffer, &playerCount, sizeof(int));
|
serialCopy(&buffer, &packet->playerCount, sizeof(int));
|
||||||
serializeCopy(&buffer, &version, sizeof(int));
|
serialCopy(&buffer, &packet->version, sizeof(int));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ServerPacket::Deserialize(void* buffer) {
|
void deserializeServer(void* buffer, ServerPacket* packet) {
|
||||||
deserializeCopy(&buffer, &type, sizeof(SerialPacketType));
|
deserialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
//identify the server
|
//identify the server
|
||||||
deserializeCopy(&buffer, name, PACKET_STRING_SIZE);
|
deserialCopy(&buffer, packet->name, PACKET_STRING_SIZE);
|
||||||
deserializeCopy(&buffer, &playerCount, sizeof(int));
|
deserialCopy(&buffer, &packet->playerCount, sizeof(int));
|
||||||
deserializeCopy(&buffer, &version, sizeof(int));
|
deserialCopy(&buffer, &packet->version, sizeof(int));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,30 +24,14 @@
|
|||||||
|
|
||||||
#include "serial_packet_base.hpp"
|
#include "serial_packet_base.hpp"
|
||||||
|
|
||||||
#include <cstring>
|
struct ServerPacket : SerialPacketBase {
|
||||||
|
|
||||||
class ServerPacket : public SerialPacketBase {
|
|
||||||
public:
|
|
||||||
ServerPacket() {}
|
|
||||||
~ServerPacket() {}
|
|
||||||
|
|
||||||
const char* SetName(const char* s)
|
|
||||||
{ return strncpy(name, s, PACKET_STRING_SIZE); }
|
|
||||||
int SetPlayerCount(int i) { return playerCount = i; }
|
|
||||||
int SetVersion(int i) { return version = i; }
|
|
||||||
|
|
||||||
const char* GetName() { return name; }
|
|
||||||
int GetPlayerCount() { return playerCount; }
|
|
||||||
int GetVersion() { return version; }
|
|
||||||
|
|
||||||
virtual void Serialize(void* buffer) override;
|
|
||||||
virtual void Deserialize(void* buffer) override;
|
|
||||||
|
|
||||||
private:
|
|
||||||
//identify the server
|
//identify the server
|
||||||
char name[PACKET_STRING_SIZE+1];
|
char name[PACKET_STRING_SIZE];
|
||||||
int playerCount;
|
int playerCount;
|
||||||
int version;
|
int version;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void serializeServer(void* buffer, ServerPacket* packet);
|
||||||
|
void deserializeServer(void* buffer, ServerPacket* packet);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2013, 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "text_packet.hpp"
|
||||||
|
|
||||||
|
#include "serial_utility.hpp"
|
||||||
|
|
||||||
|
void serializeText(void* buffer, TextPacket* packet) {
|
||||||
|
serialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
|
//content
|
||||||
|
serialCopy(&buffer, packet->name, PACKET_STRING_SIZE);
|
||||||
|
serialCopy(&buffer, packet->text, PACKET_STRING_SIZE);
|
||||||
|
}
|
||||||
|
|
||||||
|
void deserializeText(void* buffer, TextPacket* packet) {
|
||||||
|
deserialCopy(&buffer, &packet->type, sizeof(SerialPacketType));
|
||||||
|
|
||||||
|
//content
|
||||||
|
deserialCopy(&buffer, packet->name, PACKET_STRING_SIZE);
|
||||||
|
deserialCopy(&buffer, packet->text, PACKET_STRING_SIZE);
|
||||||
|
}
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2013, 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef TEXTPACKET_HPP_
|
||||||
|
#define TEXTPACKET_HPP_
|
||||||
|
|
||||||
|
#include "serial_packet_base.hpp"
|
||||||
|
|
||||||
|
struct TextPacket : SerialPacketBase {
|
||||||
|
char name[PACKET_STRING_SIZE];
|
||||||
|
char text[PACKET_STRING_SIZE];
|
||||||
|
};
|
||||||
|
|
||||||
|
void serializeText(void* buffer, TextPacket* packet);
|
||||||
|
void deserializeText(void* buffer, TextPacket* packet);
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -22,31 +22,28 @@
|
|||||||
#ifndef SERIALPACKET_HPP_
|
#ifndef SERIALPACKET_HPP_
|
||||||
#define SERIALPACKET_HPP_
|
#define SERIALPACKET_HPP_
|
||||||
|
|
||||||
/* DOCS: serial_packet.hpp is used to define a number of required constants.
|
|
||||||
* These are used extensively by the server and client
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "serial_packet_base.hpp"
|
#include "serial_packet_base.hpp"
|
||||||
#include "character_packet.hpp"
|
#include "character_packet.hpp"
|
||||||
#include "client_packet.hpp"
|
#include "client_packet.hpp"
|
||||||
#include "region_packet.hpp"
|
#include "region_packet.hpp"
|
||||||
#include "server_packet.hpp"
|
#include "server_packet.hpp"
|
||||||
|
#include "text_packet.hpp"
|
||||||
|
|
||||||
//SerialPacketBase is defined in serial_packet_base.hpp
|
//SerialPacketBase is defined in serial_packet_base.hpp
|
||||||
typedef SerialPacketBase SerialPacket;
|
typedef SerialPacketBase SerialPacket;
|
||||||
|
|
||||||
//DOCS: NETWORK_VERSION is used to discern compatible servers and clients
|
//DOCS: NETWORK_VERSION is used to discern compatible servers and clients
|
||||||
constexpr int NETWORK_VERSION = 20140831;
|
constexpr int NETWORK_VERSION = -1;
|
||||||
|
|
||||||
//_MaxPacket Should not be used
|
union MaxPacket {
|
||||||
union _MaxPacket {
|
|
||||||
CharacterPacket a;
|
CharacterPacket a;
|
||||||
ClientPacket b;
|
ClientPacket b;
|
||||||
RegionPacket c;
|
RegionPacket c;
|
||||||
ServerPacket d;
|
ServerPacket d;
|
||||||
|
TextPacket e;
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr int MAX_PACKET_SIZE = sizeof(_MaxPacket);
|
constexpr int MAX_PACKET_SIZE = sizeof(MaxPacket);
|
||||||
|
|
||||||
/* DOCS: PACKET_BUFFER_SIZE is the memory required to store serialized data
|
/* DOCS: PACKET_BUFFER_SIZE is the memory required to store serialized data
|
||||||
* DOCS: SerialPacketType::REGION_CONTENT is currently the largest packet type
|
* DOCS: SerialPacketType::REGION_CONTENT is currently the largest packet type
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
* valid data, but it will still be carried in that packet's format.
|
* valid data, but it will still be carried in that packet's format.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//TODO: This needs to be smoothed out
|
||||||
enum class SerialPacketType {
|
enum class SerialPacketType {
|
||||||
//default: there is something wrong
|
//default: there is something wrong
|
||||||
NONE = 0,
|
NONE = 0,
|
||||||
@@ -46,22 +47,28 @@ enum class SerialPacketType {
|
|||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//ClientPacket
|
//ClientPacket
|
||||||
// client index, account index, character index
|
// client index, account index, username
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
//Connecting to a server as a client
|
//Connecting to a server as a client
|
||||||
JOIN_REQUEST,
|
JOIN_REQUEST,
|
||||||
JOIN_RESPONSE,
|
JOIN_RESPONSE,
|
||||||
JOIN_REJECTION,
|
|
||||||
|
|
||||||
//client requests all information from the server
|
|
||||||
SYNCHRONIZE,
|
|
||||||
|
|
||||||
//disconnect from the server
|
//disconnect from the server
|
||||||
DISCONNECT,
|
DISCONNECT_REQUEST,
|
||||||
|
DISCONNECT_RESPONSE,
|
||||||
|
DISCONNECT_FORCED,
|
||||||
|
|
||||||
|
//load the account
|
||||||
|
LOGIN_REQUEST,
|
||||||
|
LOGIN_RESPONSE,
|
||||||
|
|
||||||
|
//unload the account
|
||||||
|
LOGOUT_REQUEST,
|
||||||
|
LOGOUT_RESPONSE,
|
||||||
|
|
||||||
//shut down the server
|
//shut down the server
|
||||||
SHUTDOWN,
|
SHUTDOWN_REQUEST,
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//RegionPacket
|
//RegionPacket
|
||||||
@@ -69,29 +76,54 @@ enum class SerialPacketType {
|
|||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
//map data
|
//map data
|
||||||
REGION_REQUEST,
|
REGION_REQUEST, //NOTE: technically a query
|
||||||
REGION_CONTENT,
|
REGION_CONTENT,
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//CharacterPacket
|
//CharacterPacket
|
||||||
// handle, avatar, character index, account index,
|
// character index,
|
||||||
// room index, origin, motion
|
// handle, avatar,
|
||||||
|
// account index (owner),
|
||||||
|
// room index, origin, motion,
|
||||||
// statistics
|
// statistics
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
//controlling characters
|
//character management
|
||||||
CHARACTER_NEW,
|
CHARACTER_CREATE,
|
||||||
CHARACTER_DELETE,
|
CHARACTER_DELETE,
|
||||||
CHARACTER_UPDATE,
|
CHARACTER_LOAD,
|
||||||
|
CHARACTER_UNLOAD,
|
||||||
|
|
||||||
//authentication, character index => character stats
|
//find out info from the server
|
||||||
CHARACTER_STATS_REQUEST,
|
QUERY_CHARACTER_EXISTS,
|
||||||
CHARACTER_STATS_RESPONSE,
|
QUERY_CHARACTER_STATS,
|
||||||
|
QUERY_CHARACTER_LOCATION,
|
||||||
|
|
||||||
//reject a character request
|
//set the info in the server
|
||||||
|
CHARACTER_SET_ROOM,
|
||||||
|
CHARACTER_SET_ORIGIN,
|
||||||
|
CHARACTER_SET_MOTION,
|
||||||
|
|
||||||
|
//TODO: enemy management
|
||||||
|
|
||||||
|
//-------------------------
|
||||||
|
//TextPacket
|
||||||
|
// name, text
|
||||||
|
//-------------------------
|
||||||
|
|
||||||
|
//general speech
|
||||||
|
TEXT_BROADCAST,
|
||||||
|
|
||||||
|
//rejection/error messages
|
||||||
|
JOIN_REJECTION,
|
||||||
|
LOGIN_REJECTION,
|
||||||
CHARACTER_REJECTION,
|
CHARACTER_REJECTION,
|
||||||
|
SHUTDOWN_REJECTION,
|
||||||
|
|
||||||
|
//-------------------------
|
||||||
//not used
|
//not used
|
||||||
|
//-------------------------
|
||||||
|
|
||||||
LAST
|
LAST
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -21,127 +21,121 @@
|
|||||||
*/
|
*/
|
||||||
#include "serial_utility.hpp"
|
#include "serial_utility.hpp"
|
||||||
|
|
||||||
#include "serial_packet_type.hpp"
|
//packet types
|
||||||
|
#include "character_packet.hpp"
|
||||||
#include "server_packet.hpp"
|
|
||||||
#include "client_packet.hpp"
|
#include "client_packet.hpp"
|
||||||
#include "region_packet.hpp"
|
#include "region_packet.hpp"
|
||||||
#include "character_packet.hpp"
|
#include "server_packet.hpp"
|
||||||
|
#include "text_packet.hpp"
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
void serializePacket(SerialPacketBase* packet, void* data) {
|
//raw memory copy
|
||||||
switch(packet->GetType()) {
|
void serialCopy(void** buffer, void* data, int size) {
|
||||||
|
memcpy(*buffer, data, size);
|
||||||
|
*buffer = reinterpret_cast<char*>(*buffer) + size;
|
||||||
|
}
|
||||||
|
|
||||||
|
void deserialCopy(void** buffer, void* data, int size) {
|
||||||
|
memcpy(data, *buffer, size);
|
||||||
|
*buffer = reinterpret_cast<char*>(*buffer) + size;
|
||||||
|
}
|
||||||
|
|
||||||
|
//DOCS: The server and client MUST use the correct packet types
|
||||||
|
|
||||||
|
//main switch functions
|
||||||
|
void serializePacket(void* buffer, SerialPacketBase* packet) {
|
||||||
|
switch(packet->type) {
|
||||||
case SerialPacketType::PING:
|
case SerialPacketType::PING:
|
||||||
case SerialPacketType::PONG:
|
case SerialPacketType::PONG:
|
||||||
case SerialPacketType::BROADCAST_REQUEST:
|
case SerialPacketType::BROADCAST_REQUEST:
|
||||||
case SerialPacketType::BROADCAST_RESPONSE:
|
case SerialPacketType::BROADCAST_RESPONSE:
|
||||||
static_cast<ServerPacket*>(packet)->Serialize(data);
|
serializeServer(buffer, static_cast<ServerPacket*>(packet));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::JOIN_REQUEST:
|
case SerialPacketType::JOIN_REQUEST:
|
||||||
case SerialPacketType::JOIN_RESPONSE:
|
case SerialPacketType::JOIN_RESPONSE:
|
||||||
case SerialPacketType::JOIN_REJECTION:
|
case SerialPacketType::DISCONNECT_REQUEST:
|
||||||
case SerialPacketType::SYNCHRONIZE:
|
case SerialPacketType::DISCONNECT_RESPONSE:
|
||||||
case SerialPacketType::DISCONNECT:
|
case SerialPacketType::DISCONNECT_FORCED:
|
||||||
case SerialPacketType::SHUTDOWN:
|
case SerialPacketType::LOGIN_REQUEST:
|
||||||
static_cast<ClientPacket*>(packet)->Serialize(data);
|
case SerialPacketType::LOGIN_RESPONSE:
|
||||||
|
case SerialPacketType::LOGOUT_REQUEST:
|
||||||
|
case SerialPacketType::LOGOUT_RESPONSE:
|
||||||
|
case SerialPacketType::SHUTDOWN_REQUEST:
|
||||||
|
serializeClient(buffer, static_cast<ClientPacket*>(packet));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::REGION_REQUEST:
|
case SerialPacketType::REGION_REQUEST:
|
||||||
case SerialPacketType::REGION_CONTENT:
|
case SerialPacketType::REGION_CONTENT:
|
||||||
static_cast<RegionPacket*>(packet)->Serialize(data);
|
serializeRegion(buffer, static_cast<RegionPacket*>(packet));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::CHARACTER_NEW:
|
case SerialPacketType::CHARACTER_CREATE:
|
||||||
case SerialPacketType::CHARACTER_DELETE:
|
case SerialPacketType::CHARACTER_DELETE:
|
||||||
case SerialPacketType::CHARACTER_UPDATE:
|
case SerialPacketType::CHARACTER_LOAD:
|
||||||
case SerialPacketType::CHARACTER_STATS_REQUEST:
|
case SerialPacketType::CHARACTER_UNLOAD:
|
||||||
case SerialPacketType::CHARACTER_STATS_RESPONSE:
|
case SerialPacketType::QUERY_CHARACTER_EXISTS:
|
||||||
|
case SerialPacketType::QUERY_CHARACTER_STATS:
|
||||||
|
case SerialPacketType::QUERY_CHARACTER_LOCATION:
|
||||||
|
case SerialPacketType::CHARACTER_SET_ROOM:
|
||||||
|
case SerialPacketType::CHARACTER_SET_ORIGIN:
|
||||||
|
case SerialPacketType::CHARACTER_SET_MOTION:
|
||||||
|
serializeCharacter(buffer, static_cast<CharacterPacket*>(packet));
|
||||||
|
break;
|
||||||
|
case SerialPacketType::TEXT_BROADCAST:
|
||||||
|
case SerialPacketType::JOIN_REJECTION:
|
||||||
|
case SerialPacketType::LOGIN_REJECTION:
|
||||||
case SerialPacketType::CHARACTER_REJECTION:
|
case SerialPacketType::CHARACTER_REJECTION:
|
||||||
static_cast<CharacterPacket*>(packet)->Serialize(data);
|
case SerialPacketType::SHUTDOWN_REJECTION:
|
||||||
|
serializeText(buffer, static_cast<TextPacket*>(packet));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void deserializePacket(SerialPacketBase* packet, void* data) {
|
void deserializePacket(void* buffer, SerialPacketBase* packet) {
|
||||||
//get the type
|
//find the type, so that you can actually deserialize the packet!
|
||||||
SerialPacketType type;
|
SerialPacketType type;
|
||||||
memcpy(&type, data, sizeof(SerialPacketType));
|
memcpy(&type, buffer, sizeof(SerialPacketType));
|
||||||
|
|
||||||
switch(type) {
|
switch(packet->type) {
|
||||||
case SerialPacketType::PING:
|
case SerialPacketType::PING:
|
||||||
case SerialPacketType::PONG:
|
case SerialPacketType::PONG:
|
||||||
case SerialPacketType::BROADCAST_REQUEST:
|
case SerialPacketType::BROADCAST_REQUEST:
|
||||||
case SerialPacketType::BROADCAST_RESPONSE:
|
case SerialPacketType::BROADCAST_RESPONSE:
|
||||||
static_cast<ServerPacket*>(packet)->Deserialize(data);
|
deserializeServer(buffer, static_cast<ServerPacket*>(packet));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::JOIN_REQUEST:
|
case SerialPacketType::JOIN_REQUEST:
|
||||||
case SerialPacketType::JOIN_RESPONSE:
|
case SerialPacketType::JOIN_RESPONSE:
|
||||||
case SerialPacketType::JOIN_REJECTION:
|
case SerialPacketType::DISCONNECT_REQUEST:
|
||||||
case SerialPacketType::SYNCHRONIZE:
|
case SerialPacketType::DISCONNECT_RESPONSE:
|
||||||
case SerialPacketType::DISCONNECT:
|
case SerialPacketType::DISCONNECT_FORCED:
|
||||||
case SerialPacketType::SHUTDOWN:
|
case SerialPacketType::LOGIN_REQUEST:
|
||||||
static_cast<ClientPacket*>(packet)->Deserialize(data);
|
case SerialPacketType::LOGIN_RESPONSE:
|
||||||
|
case SerialPacketType::LOGOUT_REQUEST:
|
||||||
|
case SerialPacketType::LOGOUT_RESPONSE:
|
||||||
|
case SerialPacketType::SHUTDOWN_REQUEST:
|
||||||
|
deserializeClient(buffer, static_cast<ClientPacket*>(packet));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::REGION_REQUEST:
|
case SerialPacketType::REGION_REQUEST:
|
||||||
case SerialPacketType::REGION_CONTENT:
|
case SerialPacketType::REGION_CONTENT:
|
||||||
static_cast<RegionPacket*>(packet)->Deserialize(data);
|
deserializeRegion(buffer, static_cast<RegionPacket*>(packet));
|
||||||
break;
|
break;
|
||||||
case SerialPacketType::CHARACTER_NEW:
|
case SerialPacketType::CHARACTER_CREATE:
|
||||||
case SerialPacketType::CHARACTER_DELETE:
|
case SerialPacketType::CHARACTER_DELETE:
|
||||||
case SerialPacketType::CHARACTER_UPDATE:
|
case SerialPacketType::CHARACTER_LOAD:
|
||||||
case SerialPacketType::CHARACTER_STATS_REQUEST:
|
case SerialPacketType::CHARACTER_UNLOAD:
|
||||||
case SerialPacketType::CHARACTER_STATS_RESPONSE:
|
case SerialPacketType::QUERY_CHARACTER_EXISTS:
|
||||||
|
case SerialPacketType::QUERY_CHARACTER_STATS:
|
||||||
|
case SerialPacketType::QUERY_CHARACTER_LOCATION:
|
||||||
|
case SerialPacketType::CHARACTER_SET_ROOM:
|
||||||
|
case SerialPacketType::CHARACTER_SET_ORIGIN:
|
||||||
|
case SerialPacketType::CHARACTER_SET_MOTION:
|
||||||
|
deserializeCharacter(buffer, static_cast<CharacterPacket*>(packet));
|
||||||
|
break;
|
||||||
|
case SerialPacketType::TEXT_BROADCAST:
|
||||||
|
case SerialPacketType::JOIN_REJECTION:
|
||||||
|
case SerialPacketType::LOGIN_REJECTION:
|
||||||
case SerialPacketType::CHARACTER_REJECTION:
|
case SerialPacketType::CHARACTER_REJECTION:
|
||||||
static_cast<CharacterPacket*>(packet)->Deserialize(data);
|
case SerialPacketType::SHUTDOWN_REJECTION:
|
||||||
|
deserializeText(buffer, static_cast<TextPacket*>(packet));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void serializeCopy(void** bufferHead, void* data, int size) {
|
|
||||||
memcpy(*bufferHead, data, size);
|
|
||||||
(*bufferHead) = static_cast<void*>(static_cast<char*>(*bufferHead) + size);
|
|
||||||
}
|
|
||||||
|
|
||||||
void deserializeCopy(void** bufferHead, void* data, int size) {
|
|
||||||
memcpy(data, *bufferHead, size);
|
|
||||||
(*bufferHead) = static_cast<void*>(static_cast<char*>(*bufferHead) + size);
|
|
||||||
}
|
|
||||||
|
|
||||||
void serializeCopyStatistics(void** bufferHead, Statistics* stats) {
|
|
||||||
//integers
|
|
||||||
serializeCopy(bufferHead, &stats->level, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->exp, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->maxHP, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->health, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->maxMP, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->mana, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->attack, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->defence, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->intelligence, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->resistance, sizeof(int));
|
|
||||||
serializeCopy(bufferHead, &stats->speed, sizeof(int));
|
|
||||||
|
|
||||||
//floats
|
|
||||||
serializeCopy(bufferHead, &stats->accuracy, sizeof(float));
|
|
||||||
serializeCopy(bufferHead, &stats->evasion, sizeof(float));
|
|
||||||
serializeCopy(bufferHead, &stats->luck, sizeof(float));
|
|
||||||
}
|
|
||||||
|
|
||||||
void deserializeCopyStatistics(void** bufferHead, Statistics* stats) {
|
|
||||||
//integers
|
|
||||||
deserializeCopy(bufferHead, &stats->level, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->exp, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->maxHP, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->health, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->maxMP, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->mana, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->attack, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->defence, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->intelligence, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->resistance, sizeof(int));
|
|
||||||
deserializeCopy(bufferHead, &stats->speed, sizeof(int));
|
|
||||||
|
|
||||||
//floats
|
|
||||||
deserializeCopy(bufferHead, &stats->accuracy, sizeof(float));
|
|
||||||
deserializeCopy(bufferHead, &stats->evasion, sizeof(float));
|
|
||||||
deserializeCopy(bufferHead, &stats->luck, sizeof(float));
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -24,19 +24,14 @@
|
|||||||
|
|
||||||
#include "serial_packet_base.hpp"
|
#include "serial_packet_base.hpp"
|
||||||
|
|
||||||
#include "statistics.hpp"
|
#include <cstring>
|
||||||
|
|
||||||
//NOTE: The naming conventions here are fucking terrible
|
//raw memory copy
|
||||||
|
void serialCopy(void** buffer, void* data, int size);
|
||||||
|
void deserialCopy(void** buffer, void* data, int size);
|
||||||
|
|
||||||
//BUGFIX: There's really no way to escape this :(
|
//primary functions
|
||||||
void serializePacket(SerialPacketBase* packet, void* data);
|
void serializePacket(void* buffer, SerialPacketBase* packet);
|
||||||
void deserializePacket(SerialPacketBase* packet, void* data);
|
void deserializePacket(void* buffer, SerialPacketBase* packet);
|
||||||
|
|
||||||
//raw memcpy
|
|
||||||
void serializeCopy(void** bufferHead, void* data, int size);
|
|
||||||
void deserializeCopy(void** bufferHead, void* data, int size);
|
|
||||||
|
|
||||||
void serializeCopyStatistics(void** bufferHead, Statistics* stats);
|
|
||||||
void deserializeCopyStatistics(void** bufferHead, Statistics* stats);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -21,12 +21,13 @@
|
|||||||
*/
|
*/
|
||||||
#include "udp_network_utility.hpp"
|
#include "udp_network_utility.hpp"
|
||||||
|
|
||||||
|
#include "serial_packet.hpp"
|
||||||
#include "serial_utility.hpp"
|
#include "serial_utility.hpp"
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
//BUGFIX: memset() is used before sending a packet to remove old data; you don't want to send sensitive data over the network
|
//NOTE: memset() is used before sending a packet to remove old data; you don't want to send sensitive data over the network
|
||||||
//NOTE: don't confuse SerialPacket with UDPpacket
|
//NOTE: don't confuse SerialPacketBase with UDPpacket
|
||||||
|
|
||||||
void UDPNetworkUtility::Open(int port) {
|
void UDPNetworkUtility::Open(int port) {
|
||||||
socket = SDLNet_UDP_Open(port);
|
socket = SDLNet_UDP_Open(port);
|
||||||
@@ -54,11 +55,11 @@ int UDPNetworkUtility::Bind(const char* ip, int port, int channel) {
|
|||||||
throw(std::runtime_error("Failed to resolve a host"));
|
throw(std::runtime_error("Failed to resolve a host"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return Bind(&add, channel);
|
return Bind(add, channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
int UDPNetworkUtility::Bind(IPaddress* add, int channel) {
|
int UDPNetworkUtility::Bind(IPaddress add, int channel) {
|
||||||
int ret = SDLNet_UDP_Bind(socket, channel, add);
|
int ret = SDLNet_UDP_Bind(socket, channel, &add);
|
||||||
|
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
throw(std::runtime_error("Failed to bind to a channel"));
|
throw(std::runtime_error("Failed to bind to a channel"));
|
||||||
@@ -81,17 +82,17 @@ int UDPNetworkUtility::SendTo(const char* ip, int port, void* data, int len) {
|
|||||||
throw(std::runtime_error("Failed to resolve a host"));
|
throw(std::runtime_error("Failed to resolve a host"));
|
||||||
}
|
}
|
||||||
|
|
||||||
SendTo(&add, data, len);
|
SendTo(add, data, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
int UDPNetworkUtility::SendTo(IPaddress* add, void* data, int len) {
|
int UDPNetworkUtility::SendTo(IPaddress add, void* data, int len) {
|
||||||
if (len > packet->maxlen) {
|
if (len > packet->maxlen) {
|
||||||
throw(std::runtime_error("The buffer is to large for the UDPpacket"));
|
throw(std::runtime_error("The buffer is to large for the UDPpacket"));
|
||||||
}
|
}
|
||||||
memset(packet->data, 0, packet->maxlen);
|
memset(packet->data, 0, packet->maxlen);
|
||||||
memcpy(packet->data, data, len);
|
memcpy(packet->data, data, len);
|
||||||
packet->len = len;
|
packet->len = len;
|
||||||
packet->address = *add;
|
packet->address = add;
|
||||||
|
|
||||||
int ret = SDLNet_UDP_Send(socket, -1, packet);
|
int ret = SDLNet_UDP_Send(socket, -1, packet);
|
||||||
|
|
||||||
@@ -152,23 +153,23 @@ int UDPNetworkUtility::Receive() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//send a SerialPacket
|
//send a SerialPacketBase
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
int UDPNetworkUtility::SendTo(const char* ip, int port, SerialPacket* serialPacket) {
|
int UDPNetworkUtility::SendTo(const char* ip, int port, SerialPacketBase* serialPacket) {
|
||||||
IPaddress add;
|
IPaddress add;
|
||||||
if (SDLNet_ResolveHost(&add, ip, port) == -1) {
|
if (SDLNet_ResolveHost(&add, ip, port) == -1) {
|
||||||
throw(std::runtime_error("Failed to resolve a host"));
|
throw(std::runtime_error("Failed to resolve a host"));
|
||||||
}
|
}
|
||||||
|
|
||||||
SendTo(&add, serialPacket);
|
SendTo(add, serialPacket);
|
||||||
}
|
}
|
||||||
|
|
||||||
int UDPNetworkUtility::SendTo(IPaddress* add, SerialPacket* serialPacket) {
|
int UDPNetworkUtility::SendTo(IPaddress add, SerialPacketBase* serialPacket) {
|
||||||
memset(packet->data, 0, packet->maxlen);
|
memset(packet->data, 0, packet->maxlen);
|
||||||
serializePacket(serialPacket, packet->data);
|
serializePacket(packet->data, serialPacket);
|
||||||
packet->len = PACKET_BUFFER_SIZE;
|
packet->len = PACKET_BUFFER_SIZE;
|
||||||
packet->address = *add;
|
packet->address = add;
|
||||||
|
|
||||||
int ret = SDLNet_UDP_Send(socket, -1, packet);
|
int ret = SDLNet_UDP_Send(socket, -1, packet);
|
||||||
|
|
||||||
@@ -179,9 +180,9 @@ int UDPNetworkUtility::SendTo(IPaddress* add, SerialPacket* serialPacket) {
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int UDPNetworkUtility::SendTo(int channel, SerialPacket* serialPacket) {
|
int UDPNetworkUtility::SendTo(int channel, SerialPacketBase* serialPacket) {
|
||||||
memset(packet->data, 0, packet->maxlen);
|
memset(packet->data, 0, packet->maxlen);
|
||||||
serializePacket(serialPacket, packet->data);
|
serializePacket(packet->data, serialPacket);
|
||||||
packet->len = PACKET_BUFFER_SIZE;
|
packet->len = PACKET_BUFFER_SIZE;
|
||||||
|
|
||||||
int ret = SDLNet_UDP_Send(socket, channel, packet);
|
int ret = SDLNet_UDP_Send(socket, channel, packet);
|
||||||
@@ -193,9 +194,9 @@ int UDPNetworkUtility::SendTo(int channel, SerialPacket* serialPacket) {
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int UDPNetworkUtility::SendToAllChannels(SerialPacket* serialPacket) {
|
int UDPNetworkUtility::SendToAllChannels(SerialPacketBase* serialPacket) {
|
||||||
memset(packet->data, 0, packet->maxlen);
|
memset(packet->data, 0, packet->maxlen);
|
||||||
serializePacket(serialPacket, packet->data);
|
serializePacket(packet->data, serialPacket);
|
||||||
packet->len = PACKET_BUFFER_SIZE;
|
packet->len = PACKET_BUFFER_SIZE;
|
||||||
|
|
||||||
int sent = 0;
|
int sent = 0;
|
||||||
@@ -210,14 +211,11 @@ int UDPNetworkUtility::SendToAllChannels(SerialPacket* serialPacket) {
|
|||||||
return sent;
|
return sent;
|
||||||
}
|
}
|
||||||
|
|
||||||
int UDPNetworkUtility::Receive(SerialPacket* serialPacket) {
|
int UDPNetworkUtility::Receive(SerialPacketBase* serialPacket) {
|
||||||
memset(packet->data, 0, packet->maxlen);
|
memset(packet->data, 0, packet->maxlen);
|
||||||
int ret = SDLNet_UDP_Recv(socket, packet);
|
int ret = SDLNet_UDP_Recv(socket, packet);
|
||||||
if (ret > 0) {
|
deserializePacket(packet->data, serialPacket);
|
||||||
//BUG: This simply fails
|
|
||||||
deserializePacket(serialPacket, packet->data);
|
|
||||||
serialPacket->srcAddress = packet->address;
|
serialPacket->srcAddress = packet->address;
|
||||||
}
|
|
||||||
|
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
throw(std::runtime_error("Unknown network error occured"));
|
throw(std::runtime_error("Unknown network error occured"));
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#define UDPNETWORKUTILITY_HPP_
|
#define UDPNETWORKUTILITY_HPP_
|
||||||
|
|
||||||
//common
|
//common
|
||||||
#include "serial_packet.hpp"
|
#include "serial_packet_base.hpp"
|
||||||
#include "singleton.hpp"
|
#include "singleton.hpp"
|
||||||
|
|
||||||
//APIs
|
//APIs
|
||||||
@@ -36,7 +36,7 @@ public:
|
|||||||
|
|
||||||
//bind to a channel
|
//bind to a channel
|
||||||
int Bind(const char* ip, int port, int channel = -1);
|
int Bind(const char* ip, int port, int channel = -1);
|
||||||
int Bind(IPaddress* add, int channel = -1);
|
int Bind(IPaddress add, int channel = -1);
|
||||||
void Unbind(int channel);
|
void Unbind(int channel);
|
||||||
|
|
||||||
IPaddress* GetIPAddress(int channel) {
|
IPaddress* GetIPAddress(int channel) {
|
||||||
@@ -45,17 +45,17 @@ public:
|
|||||||
|
|
||||||
//send a buffer
|
//send a buffer
|
||||||
int SendTo(const char* ip, int port, void* data, int len);
|
int SendTo(const char* ip, int port, void* data, int len);
|
||||||
int SendTo(IPaddress* add, void* data, int len);
|
int SendTo(IPaddress add, void* data, int len);
|
||||||
int SendTo(int channel, void* data, int len);
|
int SendTo(int channel, void* data, int len);
|
||||||
int SendToAllChannels(void* data, int len);
|
int SendToAllChannels(void* data, int len);
|
||||||
int Receive();
|
int Receive();
|
||||||
|
|
||||||
//send a SerialPacket
|
//send a SerialPacketBase
|
||||||
int SendTo(const char* ip, int port, SerialPacket* serialPacket);
|
int SendTo(const char* ip, int port, SerialPacketBase* serialPacket);
|
||||||
int SendTo(IPaddress* add, SerialPacket* serialPacket);
|
int SendTo(IPaddress add, SerialPacketBase* serialPacket);
|
||||||
int SendTo(int channel, SerialPacket* serialPacket);
|
int SendTo(int channel, SerialPacketBase* serialPacket);
|
||||||
int SendToAllChannels(SerialPacket* serialPacket);
|
int SendToAllChannels(SerialPacketBase* serialPacket);
|
||||||
int Receive(SerialPacket* serialPacket);
|
int Receive(SerialPacketBase* serialPacket);
|
||||||
|
|
||||||
//accessors
|
//accessors
|
||||||
UDPpacket* GetPacket() const {
|
UDPpacket* GetPacket() const {
|
||||||
|
|||||||
@@ -22,14 +22,61 @@
|
|||||||
#include "config_utility.hpp"
|
#include "config_utility.hpp"
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <sstream>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
void ConfigUtility::Load(std::string fname) {
|
void ConfigUtility::Load(std::string fname, int argc, char* argv[]) {
|
||||||
//clear the stored configuration
|
//clear the stored configuration
|
||||||
configMap.clear();
|
configMap.clear();
|
||||||
//pass to the recursive method
|
|
||||||
|
//use the default file
|
||||||
|
if (argc < 2) {
|
||||||
configMap = Read(fname);
|
configMap = Read(fname);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
//some variables to use
|
||||||
|
table_t redirectedFile;
|
||||||
|
table_t cmdLineParams;
|
||||||
|
char key[256], val[256];
|
||||||
|
bool redirectUsed = false;
|
||||||
|
|
||||||
|
//reading from the command line
|
||||||
|
for (int i = 1; i < argc; ++i) {
|
||||||
|
//read from a specified config file
|
||||||
|
if (!strncmp(argv[i], "-config=", 8)) {
|
||||||
|
redirectedFile = Read(argv[i] + 8);
|
||||||
|
redirectUsed = true;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
//set some specific values
|
||||||
|
if (!strncmp(argv[i], "-", 1)) {
|
||||||
|
//wipe the variables
|
||||||
|
memset(key, 0, 256);
|
||||||
|
memset(key, 0, 256);
|
||||||
|
|
||||||
|
//read the key-value pair
|
||||||
|
if (sscanf(argv[i], "-%[^=]=%[^\0]", key, val) != 2) {
|
||||||
|
std::ostringstream os;
|
||||||
|
os << "Failed to read a command line config argument (expected -%s=%s):" << std::endl;
|
||||||
|
os << "\targv[" << i << "]: " << argv[i] << std::endl;
|
||||||
|
os << "\tkey: " << key << std::endl;
|
||||||
|
os << "\tval: " << val << std::endl;
|
||||||
|
throw(std::runtime_error( os.str() ));
|
||||||
|
}
|
||||||
|
cmdLineParams[key] = val;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//finally, construct the final config table
|
||||||
|
if (!redirectUsed) {
|
||||||
|
redirectedFile = Read(fname);
|
||||||
|
}
|
||||||
|
configMap.insert(cmdLineParams.begin(), cmdLineParams.end());
|
||||||
|
configMap.insert(redirectedFile.begin(), redirectedFile.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
ConfigUtility::table_t ConfigUtility::Read(std::string fname) {
|
ConfigUtility::table_t ConfigUtility::Read(std::string fname) {
|
||||||
@@ -38,10 +85,9 @@ ConfigUtility::table_t ConfigUtility::Read(std::string fname) {
|
|||||||
std::ifstream is(fname);
|
std::ifstream is(fname);
|
||||||
|
|
||||||
if (!is.is_open()) {
|
if (!is.is_open()) {
|
||||||
std::string msg;
|
std::ostringstream os;
|
||||||
msg += "Failed to open a config file: ";
|
os << "Failed to open a config file: " << fname;
|
||||||
msg += fname;
|
throw(std::runtime_error( os.str() ));
|
||||||
throw(std::runtime_error(msg));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string key, val;
|
std::string key, val;
|
||||||
@@ -69,15 +115,23 @@ ConfigUtility::table_t ConfigUtility::Read(std::string fname) {
|
|||||||
getline(is, key,'=');
|
getline(is, key,'=');
|
||||||
getline(is, val);
|
getline(is, val);
|
||||||
|
|
||||||
//trim the strings at the start & end
|
//eat the whitespace at the start & end
|
||||||
while(key.size() && isspace(*key.begin())) key.erase(0, 1);
|
while(key.size() && isspace( *key.begin() )) {
|
||||||
while(val.size() && isspace(*val.begin())) val.erase(0, 1);
|
key.erase(0, 1);
|
||||||
|
}
|
||||||
|
while(val.size() && isspace( *val.begin() )) {
|
||||||
|
val.erase(0, 1);
|
||||||
|
}
|
||||||
|
|
||||||
while(key.size() && isspace(*(key.end()-1))) key.erase(key.end() - 1);
|
while(key.size() && isspace( *(key.end()-1) )) {
|
||||||
while(val.size() && isspace(*(val.end()-1))) val.erase(val.end() - 1);
|
key.erase(key.end() - 1);
|
||||||
|
}
|
||||||
|
while(val.size() && isspace( *(val.end()-1) )) {
|
||||||
|
val.erase(val.end() - 1);
|
||||||
|
}
|
||||||
|
|
||||||
//disallow empty/wiped values
|
//disallow empty/wiped pairs
|
||||||
if (key.size() == 0) {
|
if (key.size() == 0 || val.size() == 0) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -88,7 +142,6 @@ ConfigUtility::table_t ConfigUtility::Read(std::string fname) {
|
|||||||
is.close();
|
is.close();
|
||||||
|
|
||||||
//load in any subordinate config files
|
//load in any subordinate config files
|
||||||
//TODO: Possibility of nesting config levels?
|
|
||||||
if (retTable.find("config.next") != retTable.end()) {
|
if (retTable.find("config.next") != retTable.end()) {
|
||||||
table_t subTable = Read(retTable["config.next"]);
|
table_t subTable = Read(retTable["config.next"]);
|
||||||
retTable.insert(subTable.begin(), subTable.end());
|
retTable.insert(subTable.begin(), subTable.end());
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
class ConfigUtility : public Singleton<ConfigUtility> {
|
class ConfigUtility : public Singleton<ConfigUtility> {
|
||||||
public:
|
public:
|
||||||
void Load(std::string fname);
|
void Load(std::string fname, int argc = 0, char* argv[] = nullptr);
|
||||||
|
|
||||||
//convert to a type
|
//convert to a type
|
||||||
std::string& String(std::string);
|
std::string& String(std::string);
|
||||||
|
|||||||
@@ -33,13 +33,13 @@ public:
|
|||||||
}
|
}
|
||||||
return *ptr;
|
return *ptr;
|
||||||
}
|
}
|
||||||
static void Create() {
|
static void CreateSingleton() {
|
||||||
if (ptr) {
|
if (ptr) {
|
||||||
throw(std::logic_error("This singleton has already been created"));
|
throw(std::logic_error("This singleton has already been created"));
|
||||||
}
|
}
|
||||||
ptr = new T();
|
ptr = new T();
|
||||||
}
|
}
|
||||||
static void Delete() {
|
static void DeleteSingleton() {
|
||||||
if (!ptr) {
|
if (!ptr) {
|
||||||
throw(std::logic_error("A non-existant singleton cannot be deleted"));
|
throw(std::logic_error("A non-existant singleton cannot be deleted"));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,10 +29,8 @@ std::string truncatePath(std::string pathname) {
|
|||||||
pathname.rbegin(),
|
pathname.rbegin(),
|
||||||
pathname.rend(),
|
pathname.rend(),
|
||||||
[](char ch) -> bool {
|
[](char ch) -> bool {
|
||||||
//windows only
|
//windows & unix tested
|
||||||
return ch == '/' || ch == '\\';
|
return ch == '/' || ch == '\\';
|
||||||
// //unix only
|
|
||||||
// return ch == '/';
|
|
||||||
}).base(),
|
}).base(),
|
||||||
pathname.end());
|
pathname.end());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ release: clean all package
|
|||||||
#For use on my machine ONLY
|
#For use on my machine ONLY
|
||||||
package:
|
package:
|
||||||
rar a -r -ep Tortuga.rar $(OUTDIR)/*.exe $(OUTDIR)/*.dll
|
rar a -r -ep Tortuga.rar $(OUTDIR)/*.exe $(OUTDIR)/*.dll
|
||||||
rar a -r Tortuga.rar rsc/* copyright.txt
|
rar a -r Tortuga.rar rsc/* copyright.txt README.txt
|
||||||
|
|
||||||
$(OUTDIR):
|
$(OUTDIR):
|
||||||
mkdir $(OUTDIR)
|
mkdir $(OUTDIR)
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 784 B |
Binary file not shown.
|
After Width: | Height: | Size: 768 KiB |
@@ -0,0 +1,39 @@
|
|||||||
|
local mapSystem = require "map_system"
|
||||||
|
|
||||||
|
local mapMaker = {}
|
||||||
|
|
||||||
|
--utility functions
|
||||||
|
function mapMaker.sqr(x) return x*x end
|
||||||
|
function mapMaker.dist(x, y, i, j) return math.sqrt(mapMaker.sqr(x - i) + mapMaker.sqr(y - j)) end
|
||||||
|
|
||||||
|
--tile macros, mapped to the tilesheet "overworld.bmp"
|
||||||
|
mapMaker.edges = {}
|
||||||
|
mapMaker.edges.north = -16
|
||||||
|
mapMaker.edges.south = 16
|
||||||
|
mapMaker.edges.east = 1
|
||||||
|
mapMaker.edges.west = -1
|
||||||
|
|
||||||
|
mapMaker.water = 18 + 3 * 0
|
||||||
|
mapMaker.sand = 18 + 3 * 1
|
||||||
|
mapMaker.plains = 18 + 3 * 2
|
||||||
|
mapMaker.grass = 18 + 3 * 3
|
||||||
|
mapMaker.dirt = 18 + 3 * 4
|
||||||
|
|
||||||
|
--custom generation systems here
|
||||||
|
function mapMaker.debugIsland(region)
|
||||||
|
for i = 1, mapSystem.Region.GetWidth(region) do
|
||||||
|
for j = 1, mapSystem.Region.GetHeight(region) do
|
||||||
|
local dist = mapMaker.dist(0, 0, i + mapSystem.Region.GetX(region) -1, j + mapSystem.Region.GetY(region) -1)
|
||||||
|
if dist < 10 then
|
||||||
|
mapSystem.Region.SetTile(region, i, j, 1, mapMaker.plains)
|
||||||
|
elseif dist < 12 then
|
||||||
|
mapSystem.Region.SetTile(region, i, j, 1, mapMaker.sand)
|
||||||
|
else
|
||||||
|
mapSystem.Region.SetTile(region, i, j, 1, mapMaker.water)
|
||||||
|
mapSystem.Region.SetSolid(region, i, j, true)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
return mapMaker
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
local mapSaver = {}
|
||||||
|
--TODO: create a flexible saving & loading system
|
||||||
|
return mapSaver
|
||||||
@@ -1,52 +1,30 @@
|
|||||||
print("Lua script check")
|
print("Lua script check")
|
||||||
|
|
||||||
--uber lazy declarations
|
mapMaker = require "map_maker"
|
||||||
function math.sqr(x) return x*x end
|
mapSaver = require "map_saver"
|
||||||
function math.dist(x, y, i, j) return math.sqrt(math.sqr(x - i) + math.sqr(y - j)) end
|
roomSystem = require "room_system"
|
||||||
|
|
||||||
--tile macros, mapped to the tilesheet
|
local function dumpTable(t)
|
||||||
local base = 14
|
print(t)
|
||||||
local shift = 36
|
for k, v in pairs(t) do
|
||||||
tiles = {
|
print("",k, v)
|
||||||
plains = base + shift * 0,
|
|
||||||
grass = base + shift * 1,
|
|
||||||
dirt = base + shift * 2,
|
|
||||||
sand = base + shift * 3,
|
|
||||||
water = base + shift * 4
|
|
||||||
}
|
|
||||||
|
|
||||||
--custom generation systems here
|
|
||||||
function islandGenerator(region)
|
|
||||||
io.write("Generating (", Region.GetX(region), ", ", Region.GetY(region), ")\n")
|
|
||||||
for i = 1, Region.GetWidth(region) do
|
|
||||||
for j = 1, Region.GetHeight(region) do
|
|
||||||
local dist = math.dist(0, 0, i + Region.GetX(region) -1, j + Region.GetY(region) -1)
|
|
||||||
if dist < 10 then
|
|
||||||
Region.SetTile(region, i, j, 1, tiles.plains)
|
|
||||||
elseif dist < 12 then
|
|
||||||
Region.SetTile(region, i, j, 1, tiles.sand)
|
|
||||||
else
|
|
||||||
Region.SetTile(region, i, j, 1, tiles.water)
|
|
||||||
Region.SetSolid(region, i, j, true)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--Get some regions
|
--create the overworld, set it's generator, loader & saver
|
||||||
--BUG: The server fails without at least one room
|
|
||||||
--TODO: Create rooms with names?
|
|
||||||
newRoom = RoomManager.CreateRoom()
|
|
||||||
pager = Room.GetPager(newRoom)
|
|
||||||
RegionPager.SetOnCreate(pager, islandGenerator)
|
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
regionTable = {
|
local t = {
|
||||||
RegionPager.GetRegion(pager, Region.GetWidth() * 0, Region.GetHeight() * 0),
|
"overworld.bmp", --tileset name
|
||||||
RegionPager.GetRegion(pager, Region.GetWidth() *-1, Region.GetHeight() * 0),
|
mapSaver.load, --load function
|
||||||
RegionPager.GetRegion(pager, Region.GetWidth() * 0, Region.GetHeight() *-1),
|
mapSaver.save, --save function
|
||||||
RegionPager.GetRegion(pager, Region.GetWidth() *-1, Region.GetHeight() *-1)
|
mapMaker.debugIsland, --create function
|
||||||
}
|
mapSaver.save --unload function
|
||||||
]]
|
}]]
|
||||||
|
|
||||||
|
dumpTable(roomSystem)
|
||||||
|
dumpTable(roomSystem.RoomManager)
|
||||||
|
dumpTable(roomSystem.Room)
|
||||||
|
|
||||||
|
local overworld = roomSystem.RoomManager.CreateRoom("overworld")
|
||||||
|
|
||||||
print("Finished the lua script")
|
print("Finished the lua script")
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
--TODO: why is the database setup script scripted, while accessing, etc. hardcoded?
|
--TODO: An archive table of all dead characters
|
||||||
--there should be a way to control the database more directly
|
|
||||||
--TODO: move this script into a hardocded Init() method?
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS Accounts (
|
CREATE TABLE IF NOT EXISTS Accounts (
|
||||||
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
username varchar(100) UNIQUE,
|
username varchar(100) UNIQUE,
|
||||||
|
|
||||||
--TODO: server-client security
|
--TODO: server-client security
|
||||||
-- password varchar(100),
|
-- passhash varchar(100),
|
||||||
|
-- passsalt varchar(100),
|
||||||
|
|
||||||
|
--server controls
|
||||||
blacklisted BIT DEFAULT 0,
|
blacklisted BIT DEFAULT 0,
|
||||||
whitelisted BIT DEFAULT 1,
|
whitelisted BIT DEFAULT 1,
|
||||||
mod BIT DEFAULT 0,
|
mod BIT DEFAULT 0,
|
||||||
@@ -22,12 +24,30 @@ CREATE TABLE IF NOT EXISTS Characters (
|
|||||||
avatar varchar(100),
|
avatar varchar(100),
|
||||||
birth timestamp NOT NULL DEFAULT (datetime()),
|
birth timestamp NOT NULL DEFAULT (datetime()),
|
||||||
|
|
||||||
--position
|
--position in the world
|
||||||
roomIndex INTEGER DEFAULT 0,
|
roomIndex INTEGER DEFAULT 0,
|
||||||
originX INTEGER DEFAULT 0,
|
originX INTEGER DEFAULT 0,
|
||||||
originY INTEGER DEFAULT 0,
|
originY INTEGER DEFAULT 0,
|
||||||
|
|
||||||
--statistics
|
--statistics
|
||||||
|
baseStats INTEGER REFERENCES StatisticSets(uid),
|
||||||
|
|
||||||
|
--equipment
|
||||||
|
weapon INTEGER REFERENCES WornEquipment(uid),
|
||||||
|
helmet INTEGER REFERENCES WornEquipment(uid),
|
||||||
|
armour INTEGER REFERENCES WornEquipment(uid)
|
||||||
|
--etc.
|
||||||
|
);
|
||||||
|
|
||||||
|
-------------------------
|
||||||
|
--Utility tables
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
CREATE TABLE IF NOT EXISTS StatisticSets (
|
||||||
|
--metadata
|
||||||
|
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
|
|
||||||
|
--general use statistics
|
||||||
level INTEGER DEFAULT 0,
|
level INTEGER DEFAULT 0,
|
||||||
exp INTEGER DEFAULT 0,
|
exp INTEGER DEFAULT 0,
|
||||||
maxHP INTEGER DEFAULT 0,
|
maxHP INTEGER DEFAULT 0,
|
||||||
@@ -41,28 +61,45 @@ CREATE TABLE IF NOT EXISTS Characters (
|
|||||||
speed INTEGER DEFAULT 0,
|
speed INTEGER DEFAULT 0,
|
||||||
accuracy REAL DEFAULT 0.0,
|
accuracy REAL DEFAULT 0.0,
|
||||||
evasion REAL DEFAULT 0.0,
|
evasion REAL DEFAULT 0.0,
|
||||||
luck REAL DEFAULT 0.0,
|
luck REAL DEFAULT 0.0
|
||||||
|
);
|
||||||
|
|
||||||
--equipment
|
CREATE TABLE IF NOT EXISTS InWorldItems (
|
||||||
weapon INTEGER REFERENCES WornEquipment(uid),
|
--metadata
|
||||||
helmet INTEGER REFERENCES WornEquipment(uid),
|
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
armour INTEGER REFERENCES WornEquipment(uid)
|
itemType INTEGER,
|
||||||
--etc.
|
|
||||||
|
--position in the world
|
||||||
|
roomIndex INTEGER DEFAULT 0,
|
||||||
|
originX INTEGER DEFAULT 0,
|
||||||
|
originY INTEGER DEFAULT 0,
|
||||||
|
|
||||||
|
--unique information
|
||||||
|
stackSize INTEGER DEFAULT 0,
|
||||||
|
durability INTEGER DEFAULT 0,
|
||||||
|
stats INTEGER REFERENCES StatisticSets(uid)
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS InventoryItems (
|
CREATE TABLE IF NOT EXISTS InventoryItems (
|
||||||
--metadata
|
--metadata
|
||||||
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
itemID INTEGER, --type
|
owner INTEGER REFERENCES Characters(uid),
|
||||||
|
itemType INTEGER,
|
||||||
|
|
||||||
|
--unique information
|
||||||
stackSize INTEGER DEFAULT 0,
|
stackSize INTEGER DEFAULT 0,
|
||||||
owner INTEGER REFERENCES Characters(uid)
|
durability INTEGER DEFAULT 0,
|
||||||
|
stats INTEGER REFERENCES StatisticSets(uid)
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS WornEquipment (
|
CREATE TABLE IF NOT EXISTS WornEquipment (
|
||||||
--metadata
|
--metadata
|
||||||
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
itemID INTEGER, --type
|
owner INTEGER REFERENCES Characters(uid),
|
||||||
owner INTEGER REFERENCES Characters(uid)
|
itemType INTEGER,
|
||||||
--hold all equipment info
|
|
||||||
--stat mods, special effects, etc.
|
--unique information
|
||||||
|
durability INTEGER DEFAULT 0,
|
||||||
|
stats INTEGER REFERENCES StatisticSets(uid)
|
||||||
|
--TODO: attached script?
|
||||||
);
|
);
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "account_data.hpp"
|
||||||
|
|
||||||
|
int AccountData::SetClientIndex(int i) {
|
||||||
|
return clientIndex = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
int AccountData::GetClientIndex() {
|
||||||
|
return clientIndex;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string AccountData::SetUsername(std::string s) {
|
||||||
|
return username = s;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string AccountData::GetUsername() {
|
||||||
|
return username;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool AccountData::GetBlackListed() {
|
||||||
|
return blackListed;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool AccountData::GetWhiteListed() {
|
||||||
|
return whiteListed;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool AccountData::GetModerator() {
|
||||||
|
return mod;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool AccountData::GetAdministrator() {
|
||||||
|
return admin;
|
||||||
|
}
|
||||||
@@ -30,17 +30,17 @@ public:
|
|||||||
~AccountData() = default;
|
~AccountData() = default;
|
||||||
|
|
||||||
//accessors and mutators
|
//accessors and mutators
|
||||||
int SetClientIndex(int i) { return clientIndex = i; }
|
int SetClientIndex(int i);
|
||||||
int GetClientIndex() { return clientIndex; }
|
int GetClientIndex();
|
||||||
|
|
||||||
std::string SetUsername(std::string s) { return username = s; }
|
std::string SetUsername(std::string s);
|
||||||
std::string GetUsername() { return username; }
|
std::string GetUsername();
|
||||||
|
|
||||||
//database stuff
|
//database stuff
|
||||||
bool GetBlackListed() { return blackListed; }
|
bool GetBlackListed();
|
||||||
bool GetWhiteListed() { return whiteListed; }
|
bool GetWhiteListed();
|
||||||
bool GetModerator() { return mod; }
|
bool GetModerator();
|
||||||
bool GetAdministrator() { return admin; }
|
bool GetAdministrator();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class AccountManager;
|
friend class AccountManager;
|
||||||
@@ -49,6 +49,7 @@ private:
|
|||||||
std::string username;
|
std::string username;
|
||||||
//TODO: password
|
//TODO: password
|
||||||
|
|
||||||
|
//bit fields?
|
||||||
bool blackListed = false;
|
bool blackListed = false;
|
||||||
bool whiteListed = true;
|
bool whiteListed = true;
|
||||||
bool mod = false;
|
bool mod = false;
|
||||||
|
|||||||
@@ -31,12 +31,13 @@ static const char* CREATE_USER_ACCOUNT = "INSERT INTO Accounts (username) VALUES
|
|||||||
static const char* LOAD_USER_ACCOUNT = "SELECT * FROM Accounts WHERE username = ?;";
|
static const char* LOAD_USER_ACCOUNT = "SELECT * FROM Accounts WHERE username = ?;";
|
||||||
static const char* SAVE_USER_ACCOUNT = "UPDATE OR FAIL Accounts SET blacklisted = ?2, whitelisted = ?3, mod = ?4, admin = ?5 WHERE uid = ?1;";
|
static const char* SAVE_USER_ACCOUNT = "UPDATE OR FAIL Accounts SET blacklisted = ?2, whitelisted = ?3, mod = ?4, admin = ?5 WHERE uid = ?1;";
|
||||||
static const char* DELETE_USER_ACCOUNT = "DELETE FROM Accounts WHERE uid = ?;";
|
static const char* DELETE_USER_ACCOUNT = "DELETE FROM Accounts WHERE uid = ?;";
|
||||||
|
static const char* COUNT_USER_ACCOUNT_RECORDS = "SELECT COUNT(*) FROM Accounts;";
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//Define the public methods
|
//Define the public methods
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
int AccountManager::CreateAccount(std::string username, int clientIndex) {
|
int AccountManager::Create(std::string username, int clientIndex) {
|
||||||
//create this user account, failing if it exists, leave this account in memory
|
//create this user account, failing if it exists, leave this account in memory
|
||||||
sqlite3_stmt* statement = nullptr;
|
sqlite3_stmt* statement = nullptr;
|
||||||
|
|
||||||
@@ -60,10 +61,10 @@ int AccountManager::CreateAccount(std::string username, int clientIndex) {
|
|||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
|
|
||||||
//load this account into memory
|
//load this account into memory
|
||||||
return LoadAccount(username, clientIndex);
|
return Load(username, clientIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
int AccountManager::LoadAccount(std::string username, int clientIndex) {
|
int AccountManager::Load(std::string username, int clientIndex) {
|
||||||
//load this user account, failing if it is in memory, creating it if it doesn't exist
|
//load this user account, failing if it is in memory, creating it if it doesn't exist
|
||||||
sqlite3_stmt* statement = nullptr;
|
sqlite3_stmt* statement = nullptr;
|
||||||
|
|
||||||
@@ -86,13 +87,13 @@ int AccountManager::LoadAccount(std::string username, int clientIndex) {
|
|||||||
int uid = sqlite3_column_int(statement, 0);
|
int uid = sqlite3_column_int(statement, 0);
|
||||||
|
|
||||||
//check to see if this account is already loaded
|
//check to see if this account is already loaded
|
||||||
if (accountMap.find(uid) != accountMap.end()) {
|
if (elementMap.find(uid) != elementMap.end()) {
|
||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//extract the data into memory
|
//extract the data into memory
|
||||||
AccountData& newAccount = accountMap[uid];
|
AccountData& newAccount = elementMap[uid];
|
||||||
newAccount.username = reinterpret_cast<const char*>(sqlite3_column_text(statement, 1));
|
newAccount.username = reinterpret_cast<const char*>(sqlite3_column_text(statement, 1));
|
||||||
newAccount.blackListed = sqlite3_column_int(statement, 2);
|
newAccount.blackListed = sqlite3_column_int(statement, 2);
|
||||||
newAccount.whiteListed = sqlite3_column_int(statement, 3);
|
newAccount.whiteListed = sqlite3_column_int(statement, 3);
|
||||||
@@ -109,22 +110,22 @@ int AccountManager::LoadAccount(std::string username, int clientIndex) {
|
|||||||
|
|
||||||
if (ret == SQLITE_DONE) {
|
if (ret == SQLITE_DONE) {
|
||||||
//create the non-existant account instead
|
//create the non-existant account instead
|
||||||
return CreateAccount(username, clientIndex);
|
return Create(username, clientIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
throw(std::runtime_error(std::string() + "Unknown SQL error in LoadAccount: " + sqlite3_errmsg(database) ));
|
throw(std::runtime_error(std::string() + "Unknown SQL error in LoadAccount: " + sqlite3_errmsg(database) ));
|
||||||
}
|
}
|
||||||
|
|
||||||
int AccountManager::SaveAccount(int uid) {
|
int AccountManager::Save(int uid) {
|
||||||
//save this user account from memory, replacing it if it exists in the database
|
//save this user account from memory, replacing it if it exists in the database
|
||||||
//DOCS: To use this method, change the in-memory copy, and then call this function using that object's UID.
|
//DOCS: To use this method, change the in-memory copy, and then call this function using that object's UID.
|
||||||
|
|
||||||
//this method fails if this account is not loaded
|
//this method fails if this account is not loaded
|
||||||
if (accountMap.find(uid) == accountMap.end()) {
|
if (elementMap.find(uid) == elementMap.end()) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
AccountData& account = accountMap[uid];
|
AccountData& account = elementMap[uid];
|
||||||
sqlite3_stmt* statement = nullptr;
|
sqlite3_stmt* statement = nullptr;
|
||||||
|
|
||||||
//prep
|
//prep
|
||||||
@@ -158,14 +159,14 @@ int AccountManager::SaveAccount(int uid) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void AccountManager::UnloadAccount(int uid) {
|
void AccountManager::Unload(int uid) {
|
||||||
//save this user account, and then unload it
|
//save this user account, and then unload it
|
||||||
//NOTE: the associated characters are unloaded externally
|
//NOTE: the associated characters are unloaded externally
|
||||||
SaveAccount(uid);
|
Save(uid);
|
||||||
accountMap.erase(uid);
|
elementMap.erase(uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AccountManager::DeleteAccount(int uid) {
|
void AccountManager::Delete(int uid) {
|
||||||
//delete a user account from the database, and remove it from memory
|
//delete a user account from the database, and remove it from memory
|
||||||
//NOTE: the associated characters should be deleted externally
|
//NOTE: the associated characters should be deleted externally
|
||||||
sqlite3_stmt* statement = nullptr;
|
sqlite3_stmt* statement = nullptr;
|
||||||
@@ -189,32 +190,69 @@ void AccountManager::DeleteAccount(int uid) {
|
|||||||
|
|
||||||
//finish the routine
|
//finish the routine
|
||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
accountMap.erase(uid);
|
elementMap.erase(uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AccountManager::UnloadAll() {
|
void AccountManager::UnloadAll() {
|
||||||
for (auto& it : accountMap) {
|
for (auto& it : elementMap) {
|
||||||
SaveAccount(it.first);
|
Save(it.first);
|
||||||
|
}
|
||||||
|
elementMap.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
void AccountManager::UnloadIf(std::function<bool(std::pair<const int, AccountData>&)> fn) {
|
||||||
|
//replicate std::remove_if, using custom code
|
||||||
|
std::map<int, AccountData>::iterator it = elementMap.begin();
|
||||||
|
while (it != elementMap.end()) {
|
||||||
|
if (fn(*it)) {
|
||||||
|
Save(it->first);
|
||||||
|
it = elementMap.erase(it);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
++it;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
accountMap.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//Define the accessors and mutators
|
//Define the accessors and mutators
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
AccountData* AccountManager::GetAccount(int uid) {
|
AccountData* AccountManager::Get(int uid) {
|
||||||
std::map<int, AccountData>::iterator it = accountMap.find(uid);
|
//TODO: could this load an account first?
|
||||||
|
std::map<int, AccountData>::iterator it = elementMap.find(uid);
|
||||||
|
|
||||||
if (it == accountMap.end()) {
|
if (it == elementMap.end()) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
return &it->second;
|
return &it->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int AccountManager::GetLoadedCount() {
|
||||||
|
return elementMap.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
int AccountManager::GetTotalCount() {
|
||||||
|
//a lot just to count something.
|
||||||
|
sqlite3_stmt* statement = nullptr;
|
||||||
|
|
||||||
|
//prep
|
||||||
|
if (sqlite3_prepare_v2(database, COUNT_USER_ACCOUNT_RECORDS, -1, &statement, nullptr) != SQLITE_OK) {
|
||||||
|
throw( std::runtime_error(std::string() + "Failed to prepare an SQL statement: " + sqlite3_errmsg(database)) );
|
||||||
|
}
|
||||||
|
|
||||||
|
//execute & retrieve the result
|
||||||
|
sqlite3_step(statement);
|
||||||
|
int ret = sqlite3_column_int(statement, 0);
|
||||||
|
|
||||||
|
//finish the routine
|
||||||
|
sqlite3_finalize(statement);
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
std::map<int, AccountData>* AccountManager::GetContainer() {
|
std::map<int, AccountData>* AccountManager::GetContainer() {
|
||||||
return &accountMap;
|
return &elementMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
sqlite3* AccountManager::SetDatabase(sqlite3* db) {
|
sqlite3* AccountManager::SetDatabase(sqlite3* db) {
|
||||||
|
|||||||
@@ -24,25 +24,37 @@
|
|||||||
|
|
||||||
#include "account_data.hpp"
|
#include "account_data.hpp"
|
||||||
#include "singleton.hpp"
|
#include "singleton.hpp"
|
||||||
|
#include "manager_interface.hpp"
|
||||||
|
|
||||||
#include "sqlite3/sqlite3.h"
|
#if defined(__MINGW32__)
|
||||||
|
#include "sqlite3/sqlite3.h"
|
||||||
|
#else
|
||||||
|
#include "sqlite3.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
class AccountManager : public Singleton<AccountManager> {
|
class AccountManager:
|
||||||
|
public Singleton<AccountManager>,
|
||||||
|
public ManagerInterface<AccountData, std::string, int>
|
||||||
|
{
|
||||||
public:
|
public:
|
||||||
//public access methods
|
//common public methods
|
||||||
int CreateAccount(std::string username, int clientIndex);
|
int Create(std::string username, int clientIndex) override;
|
||||||
int LoadAccount(std::string username, int clientIndex);
|
int Load(std::string username, int clientIndex) override;
|
||||||
int SaveAccount(int uid);
|
int Save(int uid) override;
|
||||||
void UnloadAccount(int uid);
|
void Unload(int uid) override;
|
||||||
void DeleteAccount(int uid);
|
void Delete(int uid) override;
|
||||||
|
|
||||||
void UnloadAll();
|
void UnloadAll() override;
|
||||||
|
void UnloadIf(std::function<bool(std::pair<const int, AccountData>&)> fn) override;
|
||||||
|
|
||||||
//accessors and mutators
|
//accessors and mutators
|
||||||
AccountData* GetAccount(int uid);
|
AccountData* Get(int uid) override;
|
||||||
std::map<int, AccountData>* GetContainer();
|
int GetLoadedCount() override;
|
||||||
|
int GetTotalCount() override;
|
||||||
|
std::map<int, AccountData>* GetContainer() override;
|
||||||
|
|
||||||
sqlite3* SetDatabase(sqlite3* db);
|
sqlite3* SetDatabase(sqlite3* db);
|
||||||
sqlite3* GetDatabase();
|
sqlite3* GetDatabase();
|
||||||
@@ -53,7 +65,6 @@ private:
|
|||||||
AccountManager() = default;
|
AccountManager() = default;
|
||||||
~AccountManager() = default;
|
~AccountManager() = default;
|
||||||
|
|
||||||
std::map<int, AccountData> accountMap;
|
|
||||||
sqlite3* database = nullptr;
|
sqlite3* database = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#config
|
#config
|
||||||
INCLUDES+=. ../../common/utilities
|
INCLUDES+=. ../server_utilities ../../common/utilities
|
||||||
LIBS+=
|
LIBS+=
|
||||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
|||||||
@@ -19,16 +19,16 @@
|
|||||||
* 3. This notice may not be removed or altered from any source
|
* 3. This notice may not be removed or altered from any source
|
||||||
* distribution.
|
* distribution.
|
||||||
*/
|
*/
|
||||||
#ifndef COMBATDEFINES_HPP_
|
#include "character_data.hpp"
|
||||||
#define COMBATDEFINES_HPP_
|
|
||||||
|
|
||||||
#define COMBAT_MAX_CHARACTERS 16
|
int CharacterData::GetOwner() {
|
||||||
#define COMBAT_MAX_ENEMIES 16
|
return owner;
|
||||||
|
}
|
||||||
|
|
||||||
enum class TerrainType {
|
std::string CharacterData::GetHandle() {
|
||||||
NONE = 0,
|
return handle;
|
||||||
GRASSLANDS,
|
}
|
||||||
//etc.
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
std::string CharacterData::GetAvatar() {
|
||||||
|
return avatar;
|
||||||
|
}
|
||||||
@@ -24,45 +24,28 @@
|
|||||||
|
|
||||||
//components
|
//components
|
||||||
#include "character_defines.hpp"
|
#include "character_defines.hpp"
|
||||||
#include "vector2.hpp"
|
#include "entity.hpp"
|
||||||
#include "statistics.hpp"
|
|
||||||
|
|
||||||
//std namespace
|
//std namespace
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
class CharacterData {
|
class CharacterData: public Entity {
|
||||||
public:
|
public:
|
||||||
CharacterData() = default;
|
CharacterData() = default;
|
||||||
~CharacterData() = default;
|
~CharacterData() = default;
|
||||||
|
|
||||||
//location and movement
|
|
||||||
int SetRoomIndex(int i) { return roomIndex = i; }
|
|
||||||
Vector2 SetOrigin(Vector2 v) { return origin = v; }
|
|
||||||
Vector2 SetMotion(Vector2 v) { return motion = v; }
|
|
||||||
|
|
||||||
int GetRoomIndex() { return roomIndex; }
|
|
||||||
Vector2 GetOrigin() { return origin; }
|
|
||||||
Vector2 GetMotion() { return motion; }
|
|
||||||
|
|
||||||
//accessors and mutators
|
//accessors and mutators
|
||||||
Statistics* GetBaseStats() { return &baseStats; }
|
//...
|
||||||
|
|
||||||
//database stuff
|
//database stuff
|
||||||
int GetOwner() { return owner; }
|
int GetOwner();
|
||||||
std::string GetHandle() { return handle; }
|
std::string GetHandle();
|
||||||
std::string GetAvatar() { return avatar; }
|
std::string GetAvatar();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class CharacterManager;
|
friend class CharacterManager;
|
||||||
|
|
||||||
//world position
|
|
||||||
int roomIndex = 0;
|
|
||||||
Vector2 origin = {0.0,0.0};
|
|
||||||
Vector2 motion = {0.0,0.0};
|
|
||||||
|
|
||||||
Statistics baseStats;
|
|
||||||
|
|
||||||
int owner;
|
int owner;
|
||||||
std::string handle;
|
std::string handle;
|
||||||
std::string avatar;
|
std::string avatar;
|
||||||
|
|||||||
@@ -21,8 +21,13 @@
|
|||||||
*/
|
*/
|
||||||
#include "character_manager.hpp"
|
#include "character_manager.hpp"
|
||||||
|
|
||||||
#include "sqlite3/sqlite3.h"
|
#if defined(__MINGW32__)
|
||||||
|
#include "sqlite3/sqlite3.h"
|
||||||
|
#else
|
||||||
|
#include "sqlite3.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
@@ -31,35 +36,16 @@
|
|||||||
|
|
||||||
static const char* CREATE_CHARACTER = "INSERT INTO Characters (owner, handle, avatar) VALUES (?, ?, ?);";
|
static const char* CREATE_CHARACTER = "INSERT INTO Characters (owner, handle, avatar) VALUES (?, ?, ?);";
|
||||||
static const char* LOAD_CHARACTER = "SELECT * FROM Characters WHERE handle = ?;";
|
static const char* LOAD_CHARACTER = "SELECT * FROM Characters WHERE handle = ?;";
|
||||||
|
static const char* SAVE_CHARACTER = "UPDATE OR FAIL Characters SET roomIndex = ?2, originX = ?3, originY = ?4 WHERE uid = ?1;";
|
||||||
static const char* SAVE_CHARACTER = "UPDATE OR FAIL Characters SET "
|
|
||||||
"roomIndex = ?2,"
|
|
||||||
"originX = ?3,"
|
|
||||||
"originY = ?4,"
|
|
||||||
"level = ?5,"
|
|
||||||
"exp = ?6,"
|
|
||||||
"maxHP = ?7,"
|
|
||||||
"health = ?8,"
|
|
||||||
"maxMP = ?9,"
|
|
||||||
"mana = ?10,"
|
|
||||||
"attack = ?11,"
|
|
||||||
"defence = ?12,"
|
|
||||||
"intelligence = ?13,"
|
|
||||||
"resistance = ?14,"
|
|
||||||
"speed = ?15,"
|
|
||||||
"accuracy = ?16,"
|
|
||||||
"evasion = ?17,"
|
|
||||||
"luck = ?18"
|
|
||||||
" WHERE uid = ?1;";
|
|
||||||
|
|
||||||
static const char* DELETE_CHARACTER = "DELETE FROM Characters WHERE uid = ?;";
|
static const char* DELETE_CHARACTER = "DELETE FROM Characters WHERE uid = ?;";
|
||||||
|
static const char* COUNT_CHARACTER_RECORDS = "SELECT COUNT(*) FROM Characters;";
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//Define the methods
|
//Define the methods
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
//NOTE: default baseStats as a parameter would be good for different beggining states or multiple classes
|
//NOTE: default baseStats as a parameter would be good for different beggining states or multiple classes
|
||||||
int CharacterManager::CreateCharacter(int owner, std::string handle, std::string avatar) {
|
int CharacterManager::Create(int owner, std::string handle, std::string avatar) {
|
||||||
//Create the character, failing if it exists
|
//Create the character, failing if it exists
|
||||||
sqlite3_stmt* statement = nullptr;
|
sqlite3_stmt* statement = nullptr;
|
||||||
|
|
||||||
@@ -89,10 +75,10 @@ int CharacterManager::CreateCharacter(int owner, std::string handle, std::string
|
|||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
|
|
||||||
//load this character into memory
|
//load this character into memory
|
||||||
return LoadCharacter(owner, handle, avatar);
|
return Load(owner, handle, avatar);
|
||||||
}
|
}
|
||||||
|
|
||||||
int CharacterManager::LoadCharacter(int owner, std::string handle, std::string avatar) {
|
int CharacterManager::Load(int owner, std::string handle, std::string avatar) {
|
||||||
//load the specified character, creating it if it doesn't exist
|
//load the specified character, creating it if it doesn't exist
|
||||||
//fail if it is already loaded, or does not belong to this account
|
//fail if it is already loaded, or does not belong to this account
|
||||||
sqlite3_stmt* statement = nullptr;
|
sqlite3_stmt* statement = nullptr;
|
||||||
@@ -116,7 +102,7 @@ int CharacterManager::LoadCharacter(int owner, std::string handle, std::string a
|
|||||||
int uid = sqlite3_column_int(statement, 0);
|
int uid = sqlite3_column_int(statement, 0);
|
||||||
|
|
||||||
//check to see if this character is already loaded
|
//check to see if this character is already loaded
|
||||||
if (characterMap.find(uid) != characterMap.end()) {
|
if (elementMap.find(uid) != elementMap.end()) {
|
||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
@@ -128,7 +114,7 @@ int CharacterManager::LoadCharacter(int owner, std::string handle, std::string a
|
|||||||
}
|
}
|
||||||
|
|
||||||
//extract the data into memory
|
//extract the data into memory
|
||||||
CharacterData& newChar = characterMap[uid];
|
CharacterData& newChar = elementMap[uid];
|
||||||
|
|
||||||
//metadata
|
//metadata
|
||||||
newChar.owner = owner;
|
newChar.owner = owner;
|
||||||
@@ -141,23 +127,7 @@ int CharacterManager::LoadCharacter(int owner, std::string handle, std::string a
|
|||||||
newChar.origin.x = (double)sqlite3_column_int(statement, 6);
|
newChar.origin.x = (double)sqlite3_column_int(statement, 6);
|
||||||
newChar.origin.y = (double)sqlite3_column_int(statement, 7);
|
newChar.origin.y = (double)sqlite3_column_int(statement, 7);
|
||||||
|
|
||||||
//statistics
|
//gameplay components: equipment, items, buffs, debuffs...
|
||||||
newChar.baseStats.level = sqlite3_column_int(statement, 8);
|
|
||||||
newChar.baseStats.exp = sqlite3_column_int(statement, 9);
|
|
||||||
newChar.baseStats.maxHP = sqlite3_column_int(statement, 10);
|
|
||||||
newChar.baseStats.health = sqlite3_column_int(statement, 11);
|
|
||||||
newChar.baseStats.maxMP = sqlite3_column_int(statement, 12);
|
|
||||||
newChar.baseStats.mana = sqlite3_column_int(statement, 13);
|
|
||||||
newChar.baseStats.attack = sqlite3_column_int(statement, 14);
|
|
||||||
newChar.baseStats.defence = sqlite3_column_int(statement, 15);
|
|
||||||
newChar.baseStats.intelligence = sqlite3_column_int(statement, 16);
|
|
||||||
newChar.baseStats.resistance = sqlite3_column_int(statement, 17);
|
|
||||||
newChar.baseStats.speed = sqlite3_column_int(statement, 18);
|
|
||||||
newChar.baseStats.accuracy = sqlite3_column_double(statement, 19);
|
|
||||||
newChar.baseStats.evasion = sqlite3_column_double(statement, 20);
|
|
||||||
newChar.baseStats.luck = sqlite3_column_double(statement, 21);
|
|
||||||
|
|
||||||
//TODO: gameplay components: equipment, items, buffs, debuffs
|
|
||||||
|
|
||||||
//finish the routine
|
//finish the routine
|
||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
@@ -168,22 +138,22 @@ int CharacterManager::LoadCharacter(int owner, std::string handle, std::string a
|
|||||||
|
|
||||||
if (ret == SQLITE_DONE) {
|
if (ret == SQLITE_DONE) {
|
||||||
//create the non-existant character instead
|
//create the non-existant character instead
|
||||||
return CreateCharacter(owner, handle, avatar);
|
return Create(owner, handle, avatar);
|
||||||
}
|
}
|
||||||
|
|
||||||
throw(std::runtime_error(std::string() + "Unknown SQL error in LoadCharacter: " + sqlite3_errmsg(database) ));
|
throw(std::runtime_error(std::string() + "Unknown SQL error in LoadCharacter: " + sqlite3_errmsg(database) ));
|
||||||
}
|
}
|
||||||
|
|
||||||
int CharacterManager::SaveCharacter(int uid) {
|
int CharacterManager::Save(int uid) {
|
||||||
//save this character from memory, replacing it if it exists in the database
|
//save this character from memory, replacing it if it exists in the database
|
||||||
//DOCS: To use this method, change the in-memory copy, and then call this function using that object's UID.
|
//DOCS: To use this method, change the in-memory copy, and then call this function using that object's UID.
|
||||||
|
|
||||||
//this method fails if this character is not loaded
|
//this method fails if this character is not loaded
|
||||||
if (characterMap.find(uid) == characterMap.end()) {
|
if (elementMap.find(uid) == elementMap.end()) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
CharacterData& character = characterMap[uid];
|
CharacterData& character = elementMap[uid];
|
||||||
sqlite3_stmt* statement = nullptr;
|
sqlite3_stmt* statement = nullptr;
|
||||||
|
|
||||||
//prep
|
//prep
|
||||||
@@ -198,23 +168,7 @@ int CharacterManager::SaveCharacter(int uid) {
|
|||||||
ret |= sqlite3_bind_int(statement, 3, (int)character.origin.x) != SQLITE_OK;
|
ret |= sqlite3_bind_int(statement, 3, (int)character.origin.x) != SQLITE_OK;
|
||||||
ret |= sqlite3_bind_int(statement, 4, (int)character.origin.y) != SQLITE_OK;
|
ret |= sqlite3_bind_int(statement, 4, (int)character.origin.y) != SQLITE_OK;
|
||||||
|
|
||||||
//statistics
|
//gameplay components: equipment, items, buffs, debuffs...
|
||||||
ret |= sqlite3_bind_int(statement, 5, character.baseStats.level) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 6, character.baseStats.exp) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 7, character.baseStats.maxHP) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 8, character.baseStats.health) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 9, character.baseStats.maxMP) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 10, character.baseStats.mana) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 11, character.baseStats.attack) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 12, character.baseStats.defence) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 13, character.baseStats.intelligence) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 14, character.baseStats.resistance) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_int(statement, 15, character.baseStats.speed) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_double(statement, 16, character.baseStats.accuracy) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_double(statement, 17, character.baseStats.evasion) != SQLITE_OK;
|
|
||||||
ret |= sqlite3_bind_double(statement, 18, character.baseStats.luck) != SQLITE_OK;
|
|
||||||
|
|
||||||
//TODO: gameplay components: equipment, items, buffs, debuffs
|
|
||||||
|
|
||||||
//check for binding errors
|
//check for binding errors
|
||||||
if (ret) {
|
if (ret) {
|
||||||
@@ -225,7 +179,7 @@ int CharacterManager::SaveCharacter(int uid) {
|
|||||||
if (sqlite3_step(statement) != SQLITE_DONE) {
|
if (sqlite3_step(statement) != SQLITE_DONE) {
|
||||||
//if this fails, than something went horribly wrong
|
//if this fails, than something went horribly wrong
|
||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
throw( std::runtime_error(std::string() + "Unknown SQL error when saving an account: " + sqlite3_errmsg(database)) );
|
throw( std::runtime_error(std::string() + "Unknown SQL error when saving a character: " + sqlite3_errmsg(database)) );
|
||||||
}
|
}
|
||||||
|
|
||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
@@ -234,13 +188,13 @@ int CharacterManager::SaveCharacter(int uid) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CharacterManager::UnloadCharacter(int uid) {
|
void CharacterManager::Unload(int uid) {
|
||||||
//save this character, then unload it
|
//save this character, then unload it
|
||||||
SaveCharacter(uid);
|
Save(uid);
|
||||||
characterMap.erase(uid);
|
elementMap.erase(uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CharacterManager::DeleteCharacter(int uid) {
|
void CharacterManager::Delete(int uid) {
|
||||||
//delete this character from the database, then remove it from memory
|
//delete this character from the database, then remove it from memory
|
||||||
sqlite3_stmt* statement = nullptr;
|
sqlite3_stmt* statement = nullptr;
|
||||||
|
|
||||||
@@ -258,49 +212,72 @@ void CharacterManager::DeleteCharacter(int uid) {
|
|||||||
if (sqlite3_step(statement) != SQLITE_DONE) {
|
if (sqlite3_step(statement) != SQLITE_DONE) {
|
||||||
//if this fails, than something went horribly wrong
|
//if this fails, than something went horribly wrong
|
||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
throw( std::runtime_error(std::string() + "Unknown SQL error when deleting an account: " + sqlite3_errmsg(database)) );
|
throw( std::runtime_error(std::string() + "Unknown SQL error when deleting a character: " + sqlite3_errmsg(database)) );
|
||||||
}
|
}
|
||||||
|
|
||||||
//finish the routine
|
//finish the routine
|
||||||
sqlite3_finalize(statement);
|
sqlite3_finalize(statement);
|
||||||
characterMap.erase(uid);
|
elementMap.erase(uid);
|
||||||
}
|
|
||||||
|
|
||||||
void CharacterManager::UnloadCharacterIf(std::function<bool(std::map<int, CharacterData>::iterator)> f) {
|
|
||||||
//save this character, then unload it if the parameter returns true
|
|
||||||
for (std::map<int, CharacterData>::iterator it = characterMap.begin(); it != characterMap.end(); /* EMPTY */ ) {
|
|
||||||
if (f(it)) {
|
|
||||||
SaveCharacter(it->first);
|
|
||||||
it = characterMap.erase(it);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
it++;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CharacterManager::UnloadAll() {
|
void CharacterManager::UnloadAll() {
|
||||||
for (auto& it : characterMap) {
|
for (auto& it : elementMap) {
|
||||||
SaveCharacter(it.first);
|
Save(it.first);
|
||||||
|
}
|
||||||
|
elementMap.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
void CharacterManager::UnloadIf(std::function<bool(std::pair<const int, CharacterData>&)> fn) {
|
||||||
|
std::map<int, CharacterData>::iterator it = elementMap.begin();
|
||||||
|
while (it != elementMap.end()) {
|
||||||
|
if (fn(*it)) {
|
||||||
|
Save(it->first);
|
||||||
|
it = elementMap.erase(it);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
++it;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
characterMap.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//Define the accessors and mutators
|
//Define the accessors and mutators
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
CharacterData* CharacterManager::GetCharacter(int uid) {
|
CharacterData* CharacterManager::Get(int uid) {
|
||||||
std::map<int, CharacterData>::iterator it = characterMap.find(uid);
|
std::map<int, CharacterData>::iterator it = elementMap.find(uid);
|
||||||
|
|
||||||
if (it == characterMap.end()) {
|
if (it == elementMap.end()) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
return &it->second;
|
return &it->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int CharacterManager::GetLoadedCount() {
|
||||||
|
return elementMap.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
int CharacterManager::GetTotalCount() {
|
||||||
|
//a lot just to count something.
|
||||||
|
sqlite3_stmt* statement = nullptr;
|
||||||
|
|
||||||
|
//prep
|
||||||
|
if (sqlite3_prepare_v2(database, COUNT_CHARACTER_RECORDS, -1, &statement, nullptr) != SQLITE_OK) {
|
||||||
|
throw( std::runtime_error(std::string() + "Failed to prepare an SQL statement: " + sqlite3_errmsg(database)) );
|
||||||
|
}
|
||||||
|
|
||||||
|
//execute & retrieve the result
|
||||||
|
sqlite3_step(statement);
|
||||||
|
int ret = sqlite3_column_int(statement, 0);
|
||||||
|
|
||||||
|
//finish the routine
|
||||||
|
sqlite3_finalize(statement);
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
std::map<int, CharacterData>* CharacterManager::GetContainer() {
|
std::map<int, CharacterData>* CharacterManager::GetContainer() {
|
||||||
return &characterMap;
|
return &elementMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
sqlite3* CharacterManager::SetDatabase(sqlite3* db) {
|
sqlite3* CharacterManager::SetDatabase(sqlite3* db) {
|
||||||
|
|||||||
@@ -24,28 +24,37 @@
|
|||||||
|
|
||||||
#include "character_data.hpp"
|
#include "character_data.hpp"
|
||||||
#include "singleton.hpp"
|
#include "singleton.hpp"
|
||||||
|
#include "manager_interface.hpp"
|
||||||
|
|
||||||
#include "sqlite3/sqlite3.h"
|
#if defined(__MINGW32__)
|
||||||
|
#include "sqlite3/sqlite3.h"
|
||||||
|
#else
|
||||||
|
#include "sqlite3.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <map>
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <map>
|
||||||
|
|
||||||
class CharacterManager : public Singleton<CharacterManager> {
|
class CharacterManager:
|
||||||
|
public Singleton<CharacterManager>,
|
||||||
|
public ManagerInterface<CharacterData, int, std::string, std::string>
|
||||||
|
{
|
||||||
public:
|
public:
|
||||||
//public access methods
|
//common public methods
|
||||||
int CreateCharacter(int owner, std::string handle, std::string avatar);
|
int Create(int owner, std::string handle, std::string avatar) override;
|
||||||
int LoadCharacter(int owner, std::string handle, std::string avatar);
|
int Load(int owner, std::string handle, std::string avatar) override;
|
||||||
int SaveCharacter(int uid);
|
int Save(int uid) override;
|
||||||
void UnloadCharacter(int uid);
|
void Unload(int uid) override;
|
||||||
void DeleteCharacter(int uid);
|
void Delete(int uid) override;
|
||||||
|
|
||||||
void UnloadCharacterIf(std::function<bool(std::map<int, CharacterData>::iterator)> f);
|
void UnloadAll() override;
|
||||||
|
void UnloadIf(std::function<bool(std::pair<const int, CharacterData>&)> fn) override;
|
||||||
void UnloadAll();
|
|
||||||
|
|
||||||
//accessors and mutators
|
//accessors and mutators
|
||||||
CharacterData* GetCharacter(int uid);
|
CharacterData* Get(int uid) override;
|
||||||
std::map<int, CharacterData>* GetContainer();
|
int GetLoadedCount() override;
|
||||||
|
int GetTotalCount() override;
|
||||||
|
std::map<int, CharacterData>* GetContainer() override;
|
||||||
|
|
||||||
sqlite3* SetDatabase(sqlite3* db);
|
sqlite3* SetDatabase(sqlite3* db);
|
||||||
sqlite3* GetDatabase();
|
sqlite3* GetDatabase();
|
||||||
@@ -56,7 +65,6 @@ private:
|
|||||||
CharacterManager() = default;
|
CharacterManager() = default;
|
||||||
~CharacterManager() = default;
|
~CharacterManager() = default;
|
||||||
|
|
||||||
std::map<int, CharacterData> characterMap;
|
|
||||||
sqlite3* database = nullptr;
|
sqlite3* database = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#config
|
#config
|
||||||
INCLUDES+=. ../../common/gameplay ../../common/utilities
|
INCLUDES+=. ../entities ../server_utilities ../../common/gameplay ../../common/utilities
|
||||||
LIBS+=
|
LIBS+=
|
||||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,52 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "client_data.hpp"
|
||||||
|
|
||||||
|
ClientData::ClientData(IPaddress add) {
|
||||||
|
address = add;
|
||||||
|
}
|
||||||
|
|
||||||
|
IPaddress ClientData::SetAddress(IPaddress add) {
|
||||||
|
return address = add;
|
||||||
|
}
|
||||||
|
|
||||||
|
IPaddress ClientData::GetAddress() {
|
||||||
|
return address;
|
||||||
|
}
|
||||||
|
|
||||||
|
ClientData::Clock::time_point ClientData::GetLastBeat() {
|
||||||
|
return lastBeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
int ClientData::GetAttempts() {
|
||||||
|
return attemptedBeats;
|
||||||
|
}
|
||||||
|
|
||||||
|
int ClientData::IncrementAttempts() {
|
||||||
|
lastBeat = Clock::now();
|
||||||
|
return attemptedBeats++;
|
||||||
|
}
|
||||||
|
|
||||||
|
int ClientData::ResetAttempts() {
|
||||||
|
lastBeat = Clock::now();
|
||||||
|
return attemptedBeats = 0;
|
||||||
|
}
|
||||||
@@ -0,0 +1,53 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef CLIENTDATA_HPP_
|
||||||
|
#define CLIENTDATA_HPP_
|
||||||
|
|
||||||
|
#include "SDL/SDL_net.h"
|
||||||
|
|
||||||
|
#include <chrono>
|
||||||
|
|
||||||
|
class ClientData {
|
||||||
|
public:
|
||||||
|
typedef std::chrono::steady_clock Clock;
|
||||||
|
|
||||||
|
ClientData() = default;
|
||||||
|
ClientData(IPaddress add);
|
||||||
|
~ClientData() = default;
|
||||||
|
|
||||||
|
IPaddress SetAddress(IPaddress add);
|
||||||
|
IPaddress GetAddress();
|
||||||
|
|
||||||
|
Clock::time_point GetLastBeat();
|
||||||
|
|
||||||
|
int GetAttempts();
|
||||||
|
int IncrementAttempts();
|
||||||
|
int ResetAttempts();
|
||||||
|
|
||||||
|
private:
|
||||||
|
IPaddress address = {0,0};
|
||||||
|
|
||||||
|
Clock::time_point lastBeat = Clock::now();
|
||||||
|
int attemptedBeats = 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -0,0 +1,109 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "client_manager.hpp"
|
||||||
|
|
||||||
|
#include "udp_network_utility.hpp"
|
||||||
|
|
||||||
|
#include <chrono>
|
||||||
|
|
||||||
|
int ClientManager::CheckConnections() {
|
||||||
|
for (auto& it : elementMap) {
|
||||||
|
//3 seconds between beats
|
||||||
|
if (ClientData::Clock::now() - it.second.GetLastBeat() > std::chrono::seconds(3)) {
|
||||||
|
ServerPacket newPacket;
|
||||||
|
newPacket.type = SerialPacketType::PING;
|
||||||
|
UDPNetworkUtility::GetSingleton().SendTo(it.second.GetAddress(), &newPacket);
|
||||||
|
it.second.IncrementAttempts();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for (auto& it : elementMap) {
|
||||||
|
if (it.second.GetAttempts() > 2) {
|
||||||
|
int ret = it.first;
|
||||||
|
elementMap.erase(it.first);
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
void ClientManager::HandlePong(ServerPacket* const argPacket) {
|
||||||
|
//find and update the specified client
|
||||||
|
for (auto& it : elementMap) {
|
||||||
|
if (it.second.GetAddress().host == argPacket->srcAddress.host &&
|
||||||
|
it.second.GetAddress().port == argPacket->srcAddress.port
|
||||||
|
) {
|
||||||
|
it.second.ResetAttempts();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
int ClientManager::Create(IPaddress add) {
|
||||||
|
ClientData& client = elementMap[counter];
|
||||||
|
client.SetAddress(add);
|
||||||
|
return counter++;
|
||||||
|
}
|
||||||
|
|
||||||
|
void ClientManager::Unload(int uid) {
|
||||||
|
elementMap.erase(uid);
|
||||||
|
}
|
||||||
|
|
||||||
|
void ClientManager::UnloadAll() {
|
||||||
|
elementMap.clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
void ClientManager::UnloadIf(std::function<bool(std::pair<const int, ClientData>&)> fn) {
|
||||||
|
std::map<int, ClientData>::iterator it = elementMap.begin();
|
||||||
|
while (it != elementMap.end()) {
|
||||||
|
if (fn(*it)) {
|
||||||
|
it = elementMap.erase(it);
|
||||||
|
//TODO: ? disconnect, unload characters, notify other clients
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
++it;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ClientData* ClientManager::Get(int uid) {
|
||||||
|
std::map<int, ClientData>::iterator it = elementMap.find(uid);
|
||||||
|
|
||||||
|
if (it == elementMap.end()) {
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
return &it->second;
|
||||||
|
}
|
||||||
|
|
||||||
|
int ClientManager::GetLoadedCount() {
|
||||||
|
return elementMap.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
int ClientManager::GetTotalCount() {
|
||||||
|
return elementMap.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
std::map<int, ClientData>* ClientManager::GetContainer() {
|
||||||
|
return &elementMap;
|
||||||
|
}
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef CLIENTMANAGER_HPP_
|
||||||
|
#define CLIENTMANAGER_HPP_
|
||||||
|
|
||||||
|
#include "client_data.hpp"
|
||||||
|
#include "manager_interface.hpp"
|
||||||
|
#include "server_packet.hpp"
|
||||||
|
#include "singleton.hpp"
|
||||||
|
|
||||||
|
#include "SDL/SDL_net.h"
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
|
class ClientManager:
|
||||||
|
public Singleton<ClientManager>,
|
||||||
|
public ManagerInterface<ClientData, IPaddress>
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
//methods
|
||||||
|
int CheckConnections();
|
||||||
|
void HandlePong(ServerPacket* const argPacket);
|
||||||
|
|
||||||
|
//common public methods
|
||||||
|
int Create(IPaddress) override;
|
||||||
|
void Unload(int uid) override;
|
||||||
|
|
||||||
|
void UnloadAll() override;
|
||||||
|
void UnloadIf(std::function<bool(std::pair<const int, ClientData>&)> fn) override;
|
||||||
|
|
||||||
|
//accessors & mutators
|
||||||
|
ClientData* Get(int uid) override;
|
||||||
|
int GetLoadedCount() override;
|
||||||
|
int GetTotalCount() override;
|
||||||
|
std::map<int, ClientData>* GetContainer() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
friend Singleton<ClientManager>;
|
||||||
|
|
||||||
|
ClientManager() = default;
|
||||||
|
~ClientManager() = default;
|
||||||
|
|
||||||
|
//EMPTY
|
||||||
|
int Load(IPaddress) override { return -1; }
|
||||||
|
int Save(int uid) override { return -1; }
|
||||||
|
void Delete(int uid) override { return; }
|
||||||
|
|
||||||
|
int counter = 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
#config
|
||||||
|
INCLUDES+=. ../server_utilities ../../common/network ../../common/network/packet_types ../../common/utilities
|
||||||
|
LIBS+=
|
||||||
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
#source
|
||||||
|
CXXSRC=$(wildcard *.cpp)
|
||||||
|
|
||||||
|
#objects
|
||||||
|
OBJDIR=obj
|
||||||
|
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
|
||||||
|
|
||||||
|
#output
|
||||||
|
OUTDIR=..
|
||||||
|
OUT=$(addprefix $(OUTDIR)/,server.a)
|
||||||
|
|
||||||
|
#targets
|
||||||
|
all: $(OBJ) $(OUT)
|
||||||
|
ar -crs $(OUT) $(OBJ)
|
||||||
|
|
||||||
|
$(OBJ): | $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUT): | $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR):
|
||||||
|
mkdir $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUTDIR):
|
||||||
|
mkdir $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR)/%.o: %.cpp
|
||||||
|
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) *.o *.a *.exe
|
||||||
|
|
||||||
|
rebuild: clean all
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "door_data.hpp"
|
||||||
|
|
||||||
|
std::string DoorData::SetRoomName(std::string s) {
|
||||||
|
return roomName = s;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 DoorData::SetDestPosition(Vector2 v) {
|
||||||
|
return destPosition = v;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string DoorData::GetRoomName() {
|
||||||
|
return roomName;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 DoorData::GetDestPosition() {
|
||||||
|
return destPosition;
|
||||||
|
}
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef DOORDATA_HPP_
|
||||||
|
#define DOORDATA_HPP_
|
||||||
|
|
||||||
|
#include "entity.hpp"
|
||||||
|
#include "vector2.hpp"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
class DoorData: public Entity {
|
||||||
|
public:
|
||||||
|
DoorData() = default;
|
||||||
|
~DoorData() = default;
|
||||||
|
|
||||||
|
//accessors & mutators
|
||||||
|
std::string SetRoomName(std::string);
|
||||||
|
Vector2 SetDestPosition(Vector2);
|
||||||
|
|
||||||
|
std::string GetRoomName();
|
||||||
|
Vector2 GetDestPosition();
|
||||||
|
|
||||||
|
private:
|
||||||
|
friend class DoorManager;
|
||||||
|
|
||||||
|
std::string roomName;
|
||||||
|
Vector2 destPosition;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "door_manager.hpp"
|
||||||
|
|
||||||
|
int DoorManager::Create(std::string, Vector2) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
int DoorManager::Load(std::string, Vector2) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
int DoorManager::Save(int uid) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
void DoorManager::Unload(int uid) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
void DoorManager::Delete(int uid) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
void DoorManager::UnloadAll() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
void DoorManager::UnloadIf(std::function<bool(std::pair<const int, DoorData>&)> fn) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
DoorData* DoorManager::Get(int uid) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
int DoorManager::GetLoadedCount() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
int DoorManager::GetTotalCount() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
std::map<int, DoorData>* DoorManager::GetContainer() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef DOORMANAGER_HPP_
|
||||||
|
#define DOORMANAGER_HPP_
|
||||||
|
|
||||||
|
#include "door_data.hpp"
|
||||||
|
#include "manager_interface.hpp"
|
||||||
|
#include "singleton.hpp"
|
||||||
|
#include "vector2.hpp"
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
class DoorManager:
|
||||||
|
public Singleton<DoorManager>,
|
||||||
|
public ManagerInterface<DoorData, std::string, Vector2>
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
//common public methods
|
||||||
|
int Create(std::string, Vector2) override;
|
||||||
|
int Load(std::string, Vector2) override;
|
||||||
|
int Save(int uid) override;
|
||||||
|
void Unload(int uid) override;
|
||||||
|
void Delete(int uid) override;
|
||||||
|
|
||||||
|
void UnloadAll() override;
|
||||||
|
void UnloadIf(std::function<bool(std::pair<const int, DoorData>&)> fn) override;
|
||||||
|
|
||||||
|
//accessors & mutators
|
||||||
|
DoorData* Get(int uid) override;
|
||||||
|
int GetLoadedCount() override;
|
||||||
|
int GetTotalCount() override;
|
||||||
|
std::map<int, DoorData>* GetContainer() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
friend Singleton<DoorManager>;
|
||||||
|
|
||||||
|
DoorManager() = default;
|
||||||
|
~DoorManager() = default;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
#config
|
||||||
|
INCLUDES+=. ../entities ../server_utilities ../../common/utilities
|
||||||
|
LIBS+=
|
||||||
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
#source
|
||||||
|
CXXSRC=$(wildcard *.cpp)
|
||||||
|
|
||||||
|
#objects
|
||||||
|
OBJDIR=obj
|
||||||
|
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
|
||||||
|
|
||||||
|
#output
|
||||||
|
OUTDIR=..
|
||||||
|
OUT=$(addprefix $(OUTDIR)/,server.a)
|
||||||
|
|
||||||
|
#targets
|
||||||
|
all: $(OBJ) $(OUT)
|
||||||
|
ar -crs $(OUT) $(OBJ)
|
||||||
|
|
||||||
|
$(OBJ): | $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUT): | $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR):
|
||||||
|
mkdir $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUTDIR):
|
||||||
|
mkdir $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR)/%.o: %.cpp
|
||||||
|
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) *.o *.a *.exe
|
||||||
|
|
||||||
|
rebuild: clean all
|
||||||
@@ -0,0 +1,53 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "entity.hpp"
|
||||||
|
|
||||||
|
int Entity::SetEntityIndex(int i) {
|
||||||
|
return entityIndex = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
int Entity::SetRoomIndex(int i) {
|
||||||
|
return roomIndex = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 Entity::SetOrigin(Vector2 v) {
|
||||||
|
return origin = v;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 Entity::SetMotion(Vector2 v) {
|
||||||
|
return motion = v;
|
||||||
|
}
|
||||||
|
int Entity::GetEntityIndex() {
|
||||||
|
return entityIndex;
|
||||||
|
}
|
||||||
|
|
||||||
|
int Entity::GetRoomIndex() {
|
||||||
|
return roomIndex;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 Entity::GetOrigin() {
|
||||||
|
return origin;
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector2 Entity::GetMotion() {
|
||||||
|
return motion;
|
||||||
|
}
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef ENTITY_HPP_
|
||||||
|
#define ENTITY_HPP_
|
||||||
|
|
||||||
|
#include "vector2.hpp"
|
||||||
|
|
||||||
|
//The base class for all objects in the world
|
||||||
|
class Entity {
|
||||||
|
public:
|
||||||
|
//accessors & mutators
|
||||||
|
int SetEntityIndex(int i);
|
||||||
|
int SetRoomIndex(int i);
|
||||||
|
Vector2 SetOrigin(Vector2 v);
|
||||||
|
Vector2 SetMotion(Vector2 v);
|
||||||
|
|
||||||
|
int GetEntityIndex();
|
||||||
|
int GetRoomIndex();
|
||||||
|
Vector2 GetOrigin();
|
||||||
|
Vector2 GetMotion();
|
||||||
|
|
||||||
|
protected:
|
||||||
|
Entity() = default;
|
||||||
|
~Entity() = default;
|
||||||
|
|
||||||
|
int entityIndex = -1;
|
||||||
|
int roomIndex = -1;
|
||||||
|
Vector2 origin;
|
||||||
|
Vector2 motion;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -0,0 +1,37 @@
|
|||||||
|
#config
|
||||||
|
INCLUDES+=. ../../common/utilities
|
||||||
|
LIBS+=
|
||||||
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
#source
|
||||||
|
CXXSRC=$(wildcard *.cpp)
|
||||||
|
|
||||||
|
#objects
|
||||||
|
OBJDIR=obj
|
||||||
|
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
|
||||||
|
|
||||||
|
#output
|
||||||
|
OUTDIR=..
|
||||||
|
OUT=$(addprefix $(OUTDIR)/,server.a)
|
||||||
|
|
||||||
|
#targets
|
||||||
|
all: $(OBJ) $(OUT)
|
||||||
|
ar -crs $(OUT) $(OBJ)
|
||||||
|
|
||||||
|
$(OBJ): | $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUT): | $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR):
|
||||||
|
mkdir $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUTDIR):
|
||||||
|
mkdir $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR)/%.o: %.cpp
|
||||||
|
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) *.o *.a *.exe
|
||||||
|
|
||||||
|
rebuild: clean all
|
||||||
+9
-14
@@ -34,13 +34,14 @@
|
|||||||
#define linit_c
|
#define linit_c
|
||||||
#define LUA_LIB
|
#define LUA_LIB
|
||||||
|
|
||||||
#include "lua/lua.hpp"
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "region_api.hpp"
|
#include "map_system_api.hpp"
|
||||||
#include "region_pager_api.hpp"
|
#include "room_system_api.hpp"
|
||||||
#include "tile_sheet_api.hpp"
|
|
||||||
#include "room_api.hpp"
|
|
||||||
#include "room_manager_api.hpp"
|
|
||||||
|
|
||||||
//these libs are loaded by lua.c and are readily available to any Lua program
|
//these libs are loaded by lua.c and are readily available to any Lua program
|
||||||
static const luaL_Reg loadedlibs[] = {
|
static const luaL_Reg loadedlibs[] = {
|
||||||
@@ -55,20 +56,14 @@ static const luaL_Reg loadedlibs[] = {
|
|||||||
{LUA_BITLIBNAME, luaopen_bit32},
|
{LUA_BITLIBNAME, luaopen_bit32},
|
||||||
{LUA_MATHLIBNAME, luaopen_math},
|
{LUA_MATHLIBNAME, luaopen_math},
|
||||||
{LUA_DBLIBNAME, luaopen_debug},
|
{LUA_DBLIBNAME, luaopen_debug},
|
||||||
|
|
||||||
//Tortuga's API
|
|
||||||
{TORTUGA_REGION_NAME, openRegionAPI},
|
|
||||||
{TORTUGA_REGION_PAGER_NAME, openRegionPagerAPI},
|
|
||||||
{TORTUGA_TILE_SHEET_NAME, openTileSheetAPI},
|
|
||||||
{TORTUGA_ROOM_NAME, openRoomAPI},
|
|
||||||
{TORTUGA_ROOM_MANAGER_NAME, openRoomManagerAPI},
|
|
||||||
|
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
//these libs are preloaded and must be required before used
|
//these libs are preloaded and must be required before used
|
||||||
static const luaL_Reg preloadedlibs[] = {
|
static const luaL_Reg preloadedlibs[] = {
|
||||||
|
{TORTUGA_MAP_SYSTEM_API, openMapSystemAPI},
|
||||||
|
{TORTUGA_ROOM_SYSTEM_API, openRoomSystemAPI},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+25
-13
@@ -22,7 +22,13 @@
|
|||||||
#include "server_application.hpp"
|
#include "server_application.hpp"
|
||||||
|
|
||||||
//singletons
|
//singletons
|
||||||
|
#include "account_manager.hpp"
|
||||||
|
#include "character_manager.hpp"
|
||||||
|
#include "client_manager.hpp"
|
||||||
#include "config_utility.hpp"
|
#include "config_utility.hpp"
|
||||||
|
#include "door_manager.hpp"
|
||||||
|
#include "monster_manager.hpp"
|
||||||
|
#include "room_manager.hpp"
|
||||||
#include "udp_network_utility.hpp"
|
#include "udp_network_utility.hpp"
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
@@ -30,31 +36,37 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char* argv[]) {
|
||||||
try {
|
try {
|
||||||
//create the singletons
|
//create the singletons
|
||||||
AccountManager::Create();
|
AccountManager::CreateSingleton();
|
||||||
CharacterManager::Create();
|
CharacterManager::CreateSingleton();
|
||||||
ConfigUtility::Create();
|
ClientManager::CreateSingleton();
|
||||||
RoomManager::Create();
|
ConfigUtility::CreateSingleton();
|
||||||
UDPNetworkUtility::Create();
|
DoorManager::CreateSingleton();
|
||||||
|
MonsterManager::CreateSingleton();
|
||||||
|
RoomManager::CreateSingleton();
|
||||||
|
UDPNetworkUtility::CreateSingleton();
|
||||||
|
|
||||||
//call the server's routines
|
//call the server's routines
|
||||||
ServerApplication::Create();
|
ServerApplication::CreateSingleton();
|
||||||
ServerApplication& app = ServerApplication::GetSingleton();
|
ServerApplication& app = ServerApplication::GetSingleton();
|
||||||
|
|
||||||
app.Init(argc, argv);
|
app.Init(argc, argv);
|
||||||
app.Proc();
|
app.Proc();
|
||||||
app.Quit();
|
app.Quit();
|
||||||
|
|
||||||
ServerApplication::Delete();
|
ServerApplication::DeleteSingleton();
|
||||||
|
|
||||||
//delete the singletons
|
//delete the singletons
|
||||||
AccountManager::Delete();
|
AccountManager::DeleteSingleton();
|
||||||
CharacterManager::Delete();
|
CharacterManager::DeleteSingleton();
|
||||||
ConfigUtility::Delete();
|
ClientManager::DeleteSingleton();
|
||||||
RoomManager::Delete();
|
ConfigUtility::DeleteSingleton();
|
||||||
UDPNetworkUtility::Delete();
|
DoorManager::DeleteSingleton();
|
||||||
|
MonsterManager::DeleteSingleton();
|
||||||
|
RoomManager::DeleteSingleton();
|
||||||
|
UDPNetworkUtility::DeleteSingleton();
|
||||||
}
|
}
|
||||||
catch(exception& e) {
|
catch(exception& e) {
|
||||||
cerr << "Fatal exception thrown: " << e.what() << endl;
|
cerr << "Fatal exception thrown: " << e.what() << endl;
|
||||||
|
|||||||
+17
-3
@@ -1,6 +1,15 @@
|
|||||||
#config
|
#include directories
|
||||||
INCLUDES+=. accounts characters rooms ../common/debugging ../common/gameplay ../common/map ../common/network ../common/network/packet_types ../common/utilities
|
INCLUDES+=. accounts characters clients doors entities monsters rooms server_utilities ../common/debugging ../common/gameplay ../common/map ../common/network ../common/network/packet_types ../common/utilities
|
||||||
LIBS+=server.a ../libcommon.a -lSDL_net -lwsock32 -liphlpapi -lmingw32 -lSDLmain -lSDL -llua -lsqlite3
|
|
||||||
|
#libraries
|
||||||
|
#the order of the $(LIBS) is important, at least for MinGW
|
||||||
|
LIBS+=server.a ../libcommon.a -lSDL_net
|
||||||
|
ifeq ($(OS),Windows_NT)
|
||||||
|
LIBS+=-lwsock32 -liphlpapi -lmingw32
|
||||||
|
endif
|
||||||
|
LIBS+=-lSDLmain -lSDL -llua -lsqlite3
|
||||||
|
|
||||||
|
#flags
|
||||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
#source
|
#source
|
||||||
@@ -18,7 +27,12 @@ OUT=$(addprefix $(OUTDIR)/,server)
|
|||||||
all: $(OBJ) $(OUT)
|
all: $(OBJ) $(OUT)
|
||||||
$(MAKE) -C accounts
|
$(MAKE) -C accounts
|
||||||
$(MAKE) -C characters
|
$(MAKE) -C characters
|
||||||
|
$(MAKE) -C clients
|
||||||
|
$(MAKE) -C doors
|
||||||
|
$(MAKE) -C entities
|
||||||
|
$(MAKE) -C monsters
|
||||||
$(MAKE) -C rooms
|
$(MAKE) -C rooms
|
||||||
|
$(MAKE) -C server_utilities
|
||||||
$(CXX) $(CXXFLAGS) -o $(OUT) $(OBJ) $(LIBS)
|
$(CXX) $(CXXFLAGS) -o $(OUT) $(OBJ) $(LIBS)
|
||||||
|
|
||||||
$(OBJ): | $(OBJDIR)
|
$(OBJ): | $(OBJDIR)
|
||||||
|
|||||||
@@ -0,0 +1,37 @@
|
|||||||
|
#config
|
||||||
|
INCLUDES+=. ../entities ../server_utilities ../../common/gameplay ../../common/utilities
|
||||||
|
LIBS+=
|
||||||
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
#source
|
||||||
|
CXXSRC=$(wildcard *.cpp)
|
||||||
|
|
||||||
|
#objects
|
||||||
|
OBJDIR=obj
|
||||||
|
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
|
||||||
|
|
||||||
|
#output
|
||||||
|
OUTDIR=..
|
||||||
|
OUT=$(addprefix $(OUTDIR)/,server.a)
|
||||||
|
|
||||||
|
#targets
|
||||||
|
all: $(OBJ) $(OUT)
|
||||||
|
ar -crs $(OUT) $(OBJ)
|
||||||
|
|
||||||
|
$(OBJ): | $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUT): | $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR):
|
||||||
|
mkdir $(OBJDIR)
|
||||||
|
|
||||||
|
$(OUTDIR):
|
||||||
|
mkdir $(OUTDIR)
|
||||||
|
|
||||||
|
$(OBJDIR)/%.o: %.cpp
|
||||||
|
$(CXX) $(CXXFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) *.o *.a *.exe
|
||||||
|
|
||||||
|
rebuild: clean all
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "monster_data.hpp"
|
||||||
|
|
||||||
|
std::string MonsterData::SetAvatar(std::string s) {
|
||||||
|
return avatar = s;
|
||||||
|
}
|
||||||
|
|
||||||
|
int MonsterData::SetScriptReference(int i) {
|
||||||
|
return scriptRef = i;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string MonsterData::GetAvatar() {
|
||||||
|
return avatar;
|
||||||
|
}
|
||||||
|
|
||||||
|
int MonsterData::GetScriptReference() {
|
||||||
|
return scriptRef;
|
||||||
|
}
|
||||||
@@ -0,0 +1,47 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef MONSTERDATA_HPP_
|
||||||
|
#define MONSTERDATA_HPP_
|
||||||
|
|
||||||
|
#include "entity.hpp"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
class MonsterData: public Entity {
|
||||||
|
public:
|
||||||
|
MonsterData() = default;
|
||||||
|
~MonsterData() = default;
|
||||||
|
|
||||||
|
std::string SetAvatar(std::string);
|
||||||
|
int SetScriptReference(int);
|
||||||
|
|
||||||
|
std::string GetAvatar();
|
||||||
|
int GetScriptReference();
|
||||||
|
|
||||||
|
private:
|
||||||
|
friend class MonsterManager;
|
||||||
|
|
||||||
|
std::string avatar;
|
||||||
|
int scriptRef;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -0,0 +1,82 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "monster_manager.hpp"
|
||||||
|
|
||||||
|
int MonsterManager::Create(std::string) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
int MonsterManager::Load(std::string) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
int MonsterManager::Save(int uid) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
void MonsterManager::Unload(int uid) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
void MonsterManager::Delete(int uid) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
void MonsterManager::UnloadAll() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
void MonsterManager::UnloadIf(std::function<bool(std::pair<const int, MonsterData>&)> fn) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
MonsterData* MonsterManager::Get(int uid) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
int MonsterManager::GetLoadedCount() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
int MonsterManager::GetTotalCount() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
std::map<int, MonsterData>* MonsterManager::GetContainer() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
sqlite3* MonsterManager::SetDatabase(sqlite3* db) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
sqlite3* MonsterManager::GetDatabase() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
lua_State* MonsterManager::SetLuaState(lua_State* L) {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
|
lua_State* MonsterManager::GetLuaState() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
@@ -0,0 +1,77 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#ifndef MONSTERMANAGER_HPP_
|
||||||
|
#define MONSTERMANAGER_HPP_
|
||||||
|
|
||||||
|
#include "manager_interface.hpp"
|
||||||
|
#include "monster_data.hpp"
|
||||||
|
#include "singleton.hpp"
|
||||||
|
|
||||||
|
#ifdef __unix__
|
||||||
|
#include "lua.hpp"
|
||||||
|
#include "sqlite3.h"
|
||||||
|
#else
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#include "sqlite3/sqlite3.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
class MonsterManager:
|
||||||
|
public Singleton<MonsterManager>,
|
||||||
|
public ManagerInterface<MonsterData, std::string>
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
//common public methods
|
||||||
|
int Create(std::string) override;
|
||||||
|
int Load(std::string) override;
|
||||||
|
int Save(int uid) override;
|
||||||
|
void Unload(int uid) override;
|
||||||
|
void Delete(int uid) override;
|
||||||
|
|
||||||
|
void UnloadAll() override;
|
||||||
|
void UnloadIf(std::function<bool(std::pair<const int, MonsterData>&)> fn) override;
|
||||||
|
|
||||||
|
//accessors & mutators
|
||||||
|
MonsterData* Get(int uid) override;
|
||||||
|
int GetLoadedCount() override;
|
||||||
|
int GetTotalCount() override;
|
||||||
|
std::map<int, MonsterData>* GetContainer() override;
|
||||||
|
|
||||||
|
//hooks
|
||||||
|
sqlite3* SetDatabase(sqlite3* db);
|
||||||
|
sqlite3* GetDatabase();
|
||||||
|
lua_State* SetLuaState(lua_State* L);
|
||||||
|
lua_State* GetLuaState();
|
||||||
|
|
||||||
|
private:
|
||||||
|
friend Singleton<MonsterManager>;
|
||||||
|
|
||||||
|
MonsterManager() = default;
|
||||||
|
~MonsterManager() = default;
|
||||||
|
|
||||||
|
sqlite3* database = nullptr;
|
||||||
|
lua_State* lua = nullptr;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#config
|
#config
|
||||||
INCLUDES+=. ../../common/map ../../common/utilities
|
INCLUDES+=. ../entities ../server_utilities ../../common/map ../../common/utilities
|
||||||
LIBS+=
|
LIBS+=
|
||||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
|
|||||||
@@ -23,27 +23,58 @@
|
|||||||
|
|
||||||
#include "room_data.hpp"
|
#include "room_data.hpp"
|
||||||
|
|
||||||
|
static int setRoomName(lua_State* L) {
|
||||||
|
RoomData* room = reinterpret_cast<RoomData*>(lua_touserdata(L, 1));
|
||||||
|
room->SetRoomName(lua_tostring(L, 2));
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int getRoomName(lua_State* L) {
|
||||||
|
RoomData* room = reinterpret_cast<RoomData*>(lua_touserdata(L, 1));
|
||||||
|
lua_pushstring(L, room->GetRoomName().c_str());
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int setTilesetName(lua_State* L) {
|
||||||
|
RoomData* room = reinterpret_cast<RoomData*>(lua_touserdata(L, 1));
|
||||||
|
room->SetTilesetName(lua_tostring(L, 2));
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int getTilesetName(lua_State* L) {
|
||||||
|
RoomData* room = reinterpret_cast<RoomData*>(lua_touserdata(L, 1));
|
||||||
|
lua_pushstring(L, room->GetTilesetName().c_str());
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
static int getPager(lua_State* L) {
|
static int getPager(lua_State* L) {
|
||||||
RoomData* room = reinterpret_cast<RoomData*>(lua_touserdata(L, 1));
|
RoomData* room = reinterpret_cast<RoomData*>(lua_touserdata(L, 1));
|
||||||
lua_pushlightuserdata(L, reinterpret_cast<void*>(room->GetPager()) );
|
lua_pushlightuserdata(L, reinterpret_cast<void*>(room->GetPager()) );
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int create(lua_State* L) {
|
static int initialize(lua_State* L) {
|
||||||
//EMPTY
|
//set the members of the given room
|
||||||
//NOTE: This can be used to set defaults for the pager
|
RoomData* room = static_cast<RoomData*>(lua_touserdata(L, 1));
|
||||||
return 0;
|
room->SetRoomName(lua_tostring(L, 2));
|
||||||
}
|
|
||||||
|
|
||||||
static int unload(lua_State* L) {
|
//set the refs of these parameters (backwards, since it pops from the top of the stack)
|
||||||
//EMPTY
|
room->GetPager()->SetUnloadReference(luaL_ref(L, LUA_REGISTRYINDEX));
|
||||||
|
room->GetPager()->SetCreateReference(luaL_ref(L, LUA_REGISTRYINDEX));
|
||||||
|
room->GetPager()->SetSaveReference(luaL_ref(L, LUA_REGISTRYINDEX));
|
||||||
|
room->GetPager()->SetLoadReference(luaL_ref(L, LUA_REGISTRYINDEX));
|
||||||
|
|
||||||
|
//more parameters can be added here later
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const luaL_Reg roomLib[] = {
|
static const luaL_Reg roomLib[] = {
|
||||||
{"GetPager",getPager},
|
{"GetPager",getPager},
|
||||||
{"Create", create},
|
{"SetRoomName", setRoomName},
|
||||||
{"Unload", unload},
|
{"GetRoomName", getRoomName},
|
||||||
|
{"SetTileset", setTilesetName},
|
||||||
|
{"GetTileset", getTilesetName},
|
||||||
|
{"Initialize", initialize},
|
||||||
{nullptr, nullptr}
|
{nullptr, nullptr}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -22,9 +22,13 @@
|
|||||||
#ifndef ROOMAPI_HPP_
|
#ifndef ROOMAPI_HPP_
|
||||||
#define ROOMAPI_HPP_
|
#define ROOMAPI_HPP_
|
||||||
|
|
||||||
#include "lua/lua.hpp"
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TORTUGA_ROOM_NAME "Room"
|
#define TORTUGA_ROOM_API "room"
|
||||||
LUAMOD_API int openRoomAPI(lua_State* L);
|
LUAMOD_API int openRoomAPI(lua_State* L);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -0,0 +1,61 @@
|
|||||||
|
/* Copyright: (c) Kayne Ruse 2014
|
||||||
|
*
|
||||||
|
* This software is provided 'as-is', without any express or implied
|
||||||
|
* warranty. In no event will the authors be held liable for any damages
|
||||||
|
* arising from the use of this software.
|
||||||
|
*
|
||||||
|
* Permission is granted to anyone to use this software for any purpose,
|
||||||
|
* including commercial applications, and to alter it and redistribute it
|
||||||
|
* freely, subject to the following restrictions:
|
||||||
|
*
|
||||||
|
* 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
* claim that you wrote the original software. If you use this software
|
||||||
|
* in a product, an acknowledgment in the product documentation would be
|
||||||
|
* appreciated but is not required.
|
||||||
|
*
|
||||||
|
* 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
* misrepresented as being the original software.
|
||||||
|
*
|
||||||
|
* 3. This notice may not be removed or altered from any source
|
||||||
|
* distribution.
|
||||||
|
*/
|
||||||
|
#include "room_data.hpp"
|
||||||
|
|
||||||
|
RoomData::RoomData() {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
|
RoomData::RoomData(RoomData& rhs) {
|
||||||
|
roomName = std::move(rhs.roomName);
|
||||||
|
tilesetName = std::move(rhs.tilesetName);
|
||||||
|
pager = std::move(rhs.pager);
|
||||||
|
//entityList = std::move(rhs.entityList);
|
||||||
|
}
|
||||||
|
|
||||||
|
RoomData::~RoomData() {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string RoomData::SetRoomName(std::string s) {
|
||||||
|
return roomName = s;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string RoomData::GetRoomName() {
|
||||||
|
return roomName;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string RoomData::SetTilesetName(std::string s) {
|
||||||
|
return tilesetName = s;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string RoomData::GetTilesetName() {
|
||||||
|
return tilesetName;
|
||||||
|
}
|
||||||
|
|
||||||
|
RegionPagerLua* RoomData::GetPager() {
|
||||||
|
return &pager;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::list<Entity*>* RoomData::GetEntityList() {
|
||||||
|
// return &entityList;
|
||||||
|
}
|
||||||
@@ -22,22 +22,43 @@
|
|||||||
#ifndef ROOMDATA_HPP_
|
#ifndef ROOMDATA_HPP_
|
||||||
#define ROOMDATA_HPP_
|
#define ROOMDATA_HPP_
|
||||||
|
|
||||||
//map system
|
#include "entity.hpp"
|
||||||
#include "region_pager_lua.hpp"
|
#include "region_pager_lua.hpp"
|
||||||
|
|
||||||
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <list>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
class RoomData {
|
class RoomData {
|
||||||
public:
|
public:
|
||||||
RoomData() = default;
|
RoomData();
|
||||||
~RoomData() = default;
|
RoomData(RoomData&);
|
||||||
|
~RoomData();
|
||||||
|
|
||||||
//accessors and mutators
|
//accessors and mutators
|
||||||
RegionPagerLua* GetPager() { return &pager; }
|
std::string SetRoomName(std::string s);
|
||||||
|
std::string GetRoomName();
|
||||||
|
|
||||||
|
std::string SetTilesetName(std::string s);
|
||||||
|
std::string GetTilesetName();
|
||||||
|
|
||||||
|
RegionPagerLua* GetPager();
|
||||||
|
std::list<Entity*>* GetEntityList();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class RoomManager;
|
friend class RoomManager;
|
||||||
|
|
||||||
//members
|
//members
|
||||||
|
std::string roomName;
|
||||||
|
std::string tilesetName;
|
||||||
|
|
||||||
RegionPagerLua pager;
|
RegionPagerLua pager;
|
||||||
|
// std::list<Entity*> entityList;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -23,84 +23,73 @@
|
|||||||
|
|
||||||
#include "room_api.hpp"
|
#include "room_api.hpp"
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
//-------------------------
|
//-------------------------
|
||||||
//public access methods
|
//public access methods
|
||||||
//-------------------------
|
//-------------------------
|
||||||
|
|
||||||
int RoomManager::CreateRoom() {
|
int RoomManager::Create(std::string roomName) {
|
||||||
|
std::cout << "Create-1" << std::endl;
|
||||||
//create the room
|
//create the room
|
||||||
RoomData* newRoom = new RoomData();
|
elementMap.emplace(counter); ////explicitly constructs the element
|
||||||
newRoom->pager.SetLuaState(luaState);
|
RoomData* newRoom = &(elementMap.find(counter)->second);
|
||||||
|
std::cout << "Create-2" << std::endl;
|
||||||
//register the room
|
newRoom->SetRoomName(roomName);
|
||||||
roomMap[counter] = newRoom;
|
std::cout << "Create-3" << std::endl;
|
||||||
|
newRoom->pager.SetLuaState(lua);
|
||||||
//API hook
|
std::cout << "Create-4" << std::endl;
|
||||||
lua_getglobal(luaState, TORTUGA_ROOM_NAME);
|
|
||||||
lua_getfield(luaState, -1, "Create");
|
|
||||||
lua_pushlightuserdata(luaState, newRoom);
|
|
||||||
if (lua_pcall(luaState, 1, 0, 0) != LUA_OK) {
|
|
||||||
throw(std::runtime_error(std::string() + "Lua error: " + lua_tostring(luaState, -1) ));
|
|
||||||
}
|
|
||||||
lua_pop(luaState, 1);
|
|
||||||
|
|
||||||
//finish the routine
|
//finish the routine
|
||||||
return counter++;
|
return counter++;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RoomManager::UnloadRoom(int uid) {
|
void RoomManager::Unload(int uid) {
|
||||||
//find the room
|
//find the room
|
||||||
RoomData* room = FindRoom(uid);
|
std::map<int, RoomData>::iterator it = elementMap.find(uid);
|
||||||
if (!room) {
|
if (it == elementMap.end()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//API hook
|
|
||||||
lua_getglobal(luaState, TORTUGA_ROOM_NAME);
|
|
||||||
lua_getfield(luaState, -1, "Unload");
|
|
||||||
lua_pushlightuserdata(luaState, room);
|
|
||||||
if (lua_pcall(luaState, 1, 0, 0) != LUA_OK) {
|
|
||||||
throw(std::runtime_error(std::string() + "Lua error: " + lua_tostring(luaState, -1) ));
|
|
||||||
}
|
|
||||||
lua_pop(luaState, 1);
|
|
||||||
|
|
||||||
//free the memory
|
//free the memory
|
||||||
delete room;
|
elementMap.erase(uid);
|
||||||
roomMap.erase(uid);
|
|
||||||
}
|
|
||||||
|
|
||||||
RoomData* RoomManager::GetRoom(int uid) {
|
|
||||||
return FindRoom(uid);
|
|
||||||
//TODO: expand this to auto-create the room
|
|
||||||
}
|
|
||||||
|
|
||||||
RoomData* RoomManager::FindRoom(int uid) {
|
|
||||||
std::map<int, RoomData*>::iterator it = roomMap.find(uid);
|
|
||||||
if (it == roomMap.end()) {
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
return it->second;
|
|
||||||
}
|
|
||||||
|
|
||||||
int RoomManager::PushRoom(RoomData* room) {
|
|
||||||
roomMap[counter++] = room;
|
|
||||||
return counter;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RoomManager::UnloadAll() {
|
void RoomManager::UnloadAll() {
|
||||||
lua_getglobal(luaState, TORTUGA_ROOM_NAME);
|
elementMap.clear();
|
||||||
|
}
|
||||||
for (auto& it : roomMap) {
|
|
||||||
//API hook
|
void RoomManager::UnloadIf(std::function<bool(std::pair<const int,RoomData>&)> fn) {
|
||||||
lua_getfield(luaState, -1, "Unload");
|
std::map<int, RoomData>::iterator it = elementMap.begin();
|
||||||
lua_pushlightuserdata(luaState, it.second);
|
while (it != elementMap.end()) {
|
||||||
if (lua_pcall(luaState, 1, 0, 0) != LUA_OK) {
|
if (fn(*it)) {
|
||||||
throw(std::runtime_error(std::string() + "Lua error: " + lua_tostring(luaState, -1) ));
|
it = elementMap.erase(it);
|
||||||
}
|
}
|
||||||
}
|
else {
|
||||||
|
++it;
|
||||||
lua_pop(luaState, 1);
|
}
|
||||||
roomMap.clear();
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RoomData* RoomManager::Get(int uid) {
|
||||||
|
std::map<int, RoomData>::iterator it = elementMap.find(uid);
|
||||||
|
|
||||||
|
if (it == elementMap.end()) {
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
return &it->second;
|
||||||
|
}
|
||||||
|
|
||||||
|
int RoomManager::GetLoadedCount() {
|
||||||
|
return elementMap.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
int RoomManager::GetTotalCount() {
|
||||||
|
return elementMap.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
std::map<int, RoomData>* RoomManager::GetContainer() {
|
||||||
|
return &elementMap;
|
||||||
}
|
}
|
||||||
@@ -24,28 +24,35 @@
|
|||||||
|
|
||||||
#include "room_data.hpp"
|
#include "room_data.hpp"
|
||||||
#include "singleton.hpp"
|
#include "singleton.hpp"
|
||||||
|
#include "manager_interface.hpp"
|
||||||
|
|
||||||
#include "lua/lua.hpp"
|
#if defined(__MINGW32__)
|
||||||
|
#include "lua/lua.hpp"
|
||||||
|
#else
|
||||||
|
#include "lua.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <map>
|
class RoomManager:
|
||||||
|
public Singleton<RoomManager>,
|
||||||
class RoomManager : public Singleton<RoomManager> {
|
public ManagerInterface<RoomData, std::string>
|
||||||
|
{
|
||||||
public:
|
public:
|
||||||
//public access methods
|
//common public methods
|
||||||
int CreateRoom();
|
int Create(std::string) override;
|
||||||
void UnloadRoom(int uid);
|
void Unload(int uid) override;
|
||||||
|
|
||||||
RoomData* GetRoom(int uid);
|
void UnloadAll() override;
|
||||||
RoomData* FindRoom(int uid);
|
void UnloadIf(std::function<bool(std::pair<const int,RoomData>&)> fn) override;
|
||||||
int PushRoom(RoomData*);
|
|
||||||
|
|
||||||
void UnloadAll();
|
|
||||||
|
|
||||||
//accessors and mutators
|
//accessors and mutators
|
||||||
std::map<int, RoomData*>* GetContainer() { return &roomMap; }
|
RoomData* Get(int uid) override;
|
||||||
|
int GetLoadedCount() override;
|
||||||
|
int GetTotalCount() override;
|
||||||
|
std::map<int, RoomData>* GetContainer() override;
|
||||||
|
|
||||||
lua_State* SetLuaState(lua_State* L) { return luaState = L; }
|
//hooks
|
||||||
lua_State* GetLuaState() { return luaState; }
|
lua_State* SetLuaState(lua_State* L) { return lua = L; }
|
||||||
|
lua_State* GetLuaState() { return lua; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend Singleton<RoomManager>;
|
friend Singleton<RoomManager>;
|
||||||
@@ -53,8 +60,12 @@ private:
|
|||||||
RoomManager() = default;
|
RoomManager() = default;
|
||||||
~RoomManager() = default;
|
~RoomManager() = default;
|
||||||
|
|
||||||
std::map<int, RoomData*> roomMap;
|
//EMPTY
|
||||||
lua_State* luaState = nullptr;
|
int Load(std::string) override { return -1; }
|
||||||
|
int Save(int uid) override { return -1; }
|
||||||
|
void Delete(int uid) override {}
|
||||||
|
|
||||||
|
lua_State* lua = nullptr;
|
||||||
int counter = 0;
|
int counter = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -21,40 +21,113 @@
|
|||||||
*/
|
*/
|
||||||
#include "room_manager_api.hpp"
|
#include "room_manager_api.hpp"
|
||||||
|
|
||||||
|
#include "room_system_api.hpp"
|
||||||
|
#include "room_api.hpp"
|
||||||
|
|
||||||
#include "room_manager.hpp"
|
#include "room_manager.hpp"
|
||||||
|
|
||||||
#include <string>
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
static int getRoom(lua_State* L) {
|
int createRoom(lua_State* L) {
|
||||||
//find, push and return the room
|
std::cout << "DEBUG: createRoom-1" << std::endl;
|
||||||
RoomData* room = RoomManager::GetSingleton().GetRoom(lua_tointeger(L, -2));
|
|
||||||
lua_pushlightuserdata(L, reinterpret_cast<void*>(room));
|
//create & get the room
|
||||||
return 1;
|
RoomManager& roomMgr = RoomManager::GetSingleton();
|
||||||
|
std::cout << "DEBUG: createRoom-2" << std::endl;
|
||||||
|
int uid = roomMgr.Create(lua_tostring(L, 1));
|
||||||
|
std::cout << "DEBUG: createRoom-3" << std::endl;
|
||||||
|
RoomData* room = roomMgr.Get(uid);
|
||||||
|
|
||||||
|
std::cout << "DEBUG: createRoom-4" << std::endl;
|
||||||
|
|
||||||
|
//setup the room
|
||||||
|
if (lua_gettop(L) > 1) {
|
||||||
|
//ensure there are the correct number of parameters on the stack, including nil values
|
||||||
|
lua_settop(L, 6); //5 parameters, + RoomName
|
||||||
|
|
||||||
|
//get Room::Initialize() onto the top of the stack
|
||||||
|
luaL_requiref(L, TORTUGA_ROOM_SYSTEM_API, openRoomSystemAPI, false);
|
||||||
|
|
||||||
|
lua_pushstring(L, TORTUGA_ROOM_API);
|
||||||
|
lua_gettable(L, -2); //RoomSystem[TORTUGA_ROOM_API]
|
||||||
|
|
||||||
|
lua_pushstring(L, "Initialize");
|
||||||
|
lua_gettable(L, -3); //Room[Initialize]
|
||||||
|
|
||||||
|
//push the room onto the stack
|
||||||
|
lua_pushlightuserdata(L, static_cast<void*>(room));
|
||||||
|
|
||||||
|
//push (copies of) the parameters onto the stack
|
||||||
|
if (lua_type(L, 2) == LUA_TTABLE) {
|
||||||
|
//Unroll the table of parameters
|
||||||
|
for (int i = 1; i <= 5; i++) { //should be 5 members, including nil values
|
||||||
|
lua_rawgeti(L, 2, i);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
//copy the parameters
|
||||||
|
for (int i = 2; i <= 6; i++) { //there are 5 parameters, including nil values, due to the call to lua_settop above
|
||||||
|
lua_pushvalue(L, i);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//by this point, the stack should look be ready to call Room::Initialize() with 6 parameters, including the room
|
||||||
|
int result = lua_pcall(L, 6, 0, 0);
|
||||||
|
|
||||||
|
if (result != LUA_OK) {
|
||||||
|
//something went wrong
|
||||||
|
std::ostringstream msg;
|
||||||
|
msg << "Failed to initialize a room's parameters in RoomManagerAPI::create(): " << lua_tostring(L, -1);
|
||||||
|
msg << "; Room name: " << lua_tostring(L, 1);
|
||||||
|
throw(std::runtime_error(msg.str()));
|
||||||
|
}
|
||||||
|
|
||||||
|
//wow, that was hard
|
||||||
|
}
|
||||||
|
|
||||||
|
//return room, uid
|
||||||
|
lua_pushlightuserdata(L, static_cast<void*>(room));
|
||||||
|
lua_pushinteger(L, uid);
|
||||||
|
|
||||||
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int createRoom(lua_State* L) {
|
int unloadRoom(lua_State* L) {
|
||||||
//TODO: check parameter count for the glue functions
|
RoomManager& roomMgr = RoomManager::GetSingleton();
|
||||||
|
|
||||||
//create, find and return the room
|
//NOTE: the pager calls the unload function itself
|
||||||
int uid = RoomManager::GetSingleton().CreateRoom();
|
roomMgr.Unload(lua_tointeger(L, 1));
|
||||||
lua_pushlightuserdata(L, RoomManager::GetSingleton().FindRoom(uid));
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int unloadRoom(lua_State* L) {
|
|
||||||
//unload the specified room
|
|
||||||
RoomManager::GetSingleton().UnloadRoom(lua_tointeger(L, -2));
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int getRoom(lua_State* L) {
|
||||||
|
RoomManager& roomMgr = RoomManager::GetSingleton();
|
||||||
|
|
||||||
|
RoomData* room = roomMgr.Get(lua_tointeger(L, 1));
|
||||||
|
|
||||||
|
if (room) {
|
||||||
|
lua_pushlightuserdata(L, static_cast<void*>(room));
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
lua_pushnil(L);
|
||||||
|
}
|
||||||
|
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
static const luaL_Reg roomManagerLib[] = {
|
static const luaL_Reg roomManagerLib[] = {
|
||||||
{"GetRoom",getRoom},
|
{"CreateRoom", createRoom},
|
||||||
{"CreateRoom",createRoom},
|
{"UnloadRoom", unloadRoom},
|
||||||
{"UnloadRoom",unloadRoom},
|
{"GetRoom", getRoom},
|
||||||
{nullptr, nullptr}
|
{nullptr, nullptr}
|
||||||
};
|
};
|
||||||
|
|
||||||
LUAMOD_API int openRoomManagerAPI(lua_State* L) {
|
LUAMOD_API int openRoomManagerAPI(lua_State* L) {
|
||||||
|
std::cout << "DEBUG: openRoomManagerAPI" << std::endl;
|
||||||
|
|
||||||
luaL_newlib(L, roomManagerLib);
|
luaL_newlib(L, roomManagerLib);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user