Fixed Missing #include<functional>
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
This project is officially cancelled. It's too big, it's taken too much from me, and I can't keep going anymore.
|
|
||||||
|
|
||||||
## Outline
|
## Outline
|
||||||
|
|
||||||
Tortuga is a 2D MMORPG featuring permadeath, with an emphasis on multiplayer cooperation, exploration and customization. The game runs on customizable public and private servers.
|
Tortuga is a 2D MMORPG featuring permadeath, with an emphasis on multiplayer cooperation, exploration and customization. The game runs on customizable public and private servers.
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include "base_barrier.hpp"
|
#include "base_barrier.hpp"
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
#include "sqlite3.h"
|
#include "sqlite3.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <functional>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
#include "character_data.hpp"
|
#include "character_data.hpp"
|
||||||
#include "creature_data.hpp"
|
#include "creature_data.hpp"
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
class CombatInstance {
|
class CombatInstance {
|
||||||
public:
|
public:
|
||||||
CombatInstance();
|
CombatInstance();
|
||||||
|
|||||||
@@ -1,26 +1,25 @@
|
|||||||
TODO: Resource manager
|
TODO: Resource manager
|
||||||
|
TODO: Add the TextureLoader
|
||||||
TODO: Consistency for bounds names
|
TODO: Consistency for bounds names
|
||||||
TODO: Cross compiler (to replace dead linux PC ;_;)
|
TODO: Cross compiler (to replace dead linux PC ;_;)
|
||||||
TODO: New button graphics
|
TODO: New button graphics?
|
||||||
TODO: New typeface
|
TODO: New typeface
|
||||||
TODO: Account passwords (list)
|
TODO: Account passwords (list)
|
||||||
* backbone account server OR
|
TODO: backbone account server OR
|
||||||
* social network login OR
|
TODO: social network login OR
|
||||||
* ...
|
TODO: salts & hashes
|
||||||
* salts & hashes
|
TODO: login screen prompting for username & password
|
||||||
* login screen prompting for username & password
|
|
||||||
|
|
||||||
TODO: Features
|
TODO: Features
|
||||||
* Make sure login errors are sent to the client
|
TODO: Make sure login errors are sent to the client
|
||||||
* Add the "home" parameter to the server's config file
|
TODO: Add the "home" parameter to the server's config file
|
||||||
* Waypoints, with positions and trigger zones (collision areas) for doors, monster spawns, etc. (trigger system)
|
TODO: Fix shoddy movement
|
||||||
* Fix shoddy movement
|
TODO: Better UI system
|
||||||
* Remove the big "Shut Down" button (currently broken...)
|
TODO: Make a way for the server owner to control the server directly
|
||||||
* Make a way for the server owner to control the server directly
|
TODO: The TileSheet class should implement the surface itself
|
||||||
* The TileSheet class should implement the surface itself
|
TODO: Time delay for requesting region packets
|
||||||
* Time delay for requesting region packets
|
TODO: A proper logging system
|
||||||
* A proper logging system
|
TODO: Fix the const-ness of accessors
|
||||||
* Fix the const-ness of accessors
|
TODO: Add a screenshot of the game to README.md
|
||||||
* Add a screenshot of the game to README.md
|
TODO: joystick/gamepad support
|
||||||
* joystick/gamepad support
|
TODO: add the tilesheet to the map system
|
||||||
* add the tilesheet to the map system
|
TODO: Better collision logic
|
||||||
Reference in New Issue
Block a user