From 7e5a7f8183c4ed7bfdd81141bfcc7f67ece945d7 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 27 Dec 2014 13:29:16 +1100 Subject: [PATCH] Updated the copyright headers about a week ahead --- client/channels.hpp | 2 +- client/client_application.cpp | 6 +++--- client/client_application.hpp | 2 +- client/client_utilities/terminal_error.cpp | 2 +- client/client_utilities/terminal_error.hpp | 2 +- client/entities/base_character.cpp | 2 +- client/entities/base_character.hpp | 2 +- client/entities/base_monster.cpp | 2 +- client/entities/base_monster.hpp | 2 +- client/entities/entity.cpp | 2 +- client/entities/entity.hpp | 2 +- client/entities/local_character.cpp | 2 +- client/entities/local_character.hpp | 2 +- client/main.cpp | 2 +- client/scene_list.hpp | 2 +- client/scenes/base_scene.cpp | 2 +- client/scenes/base_scene.hpp | 2 +- client/scenes/disconnected_screen.cpp | 2 +- client/scenes/disconnected_screen.hpp | 2 +- client/scenes/in_world.cpp | 5 ++++- client/scenes/in_world.hpp | 2 +- client/scenes/lobby_menu.cpp | 2 +- client/scenes/lobby_menu.hpp | 2 +- client/scenes/main_menu.cpp | 2 +- client/scenes/main_menu.hpp | 2 +- client/scenes/options_menu.cpp | 2 +- client/scenes/options_menu.hpp | 2 +- client/scenes/splash_screen.cpp | 2 +- client/scenes/splash_screen.hpp | 2 +- common/debugging/timer.cpp | 2 +- common/debugging/timer.hpp | 2 +- common/gameplay/character_defines.hpp | 2 +- common/graphics/image.cpp | 2 +- common/graphics/image.hpp | 2 +- common/graphics/sprite_sheet.cpp | 2 +- common/graphics/sprite_sheet.hpp | 2 +- common/map/map_system_api.cpp | 2 +- common/map/map_system_api.hpp | 2 +- common/map/region.cpp | 2 +- common/map/region.hpp | 2 +- common/map/region_api.cpp | 2 +- common/map/region_api.hpp | 2 +- common/map/region_pager_api.cpp | 2 +- common/map/region_pager_api.hpp | 2 +- common/map/region_pager_base.cpp | 2 +- common/map/region_pager_base.hpp | 2 +- common/map/region_pager_lua.cpp | 2 +- common/map/region_pager_lua.hpp | 2 +- common/map/tile_sheet.cpp | 2 +- common/map/tile_sheet.hpp | 2 +- common/map/tile_sheet_api.cpp | 2 +- common/map/tile_sheet_api.hpp | 2 +- common/network/packet_types/character_packet.cpp | 2 +- common/network/packet_types/character_packet.hpp | 2 +- common/network/packet_types/client_packet.cpp | 2 +- common/network/packet_types/client_packet.hpp | 2 +- common/network/packet_types/region_packet.cpp | 2 +- common/network/packet_types/region_packet.hpp | 2 +- common/network/packet_types/serial_packet_base.cpp | 2 +- common/network/packet_types/serial_packet_base.hpp | 2 +- common/network/packet_types/server_packet.cpp | 2 +- common/network/packet_types/server_packet.hpp | 2 +- common/network/packet_types/text_packet.cpp | 2 +- common/network/packet_types/text_packet.hpp | 2 +- common/network/serial_packet.hpp | 4 ++-- common/network/serial_packet_type.hpp | 2 +- common/network/serial_utility.cpp | 2 +- common/network/serial_utility.hpp | 2 +- common/network/udp_network_utility.cpp | 2 +- common/network/udp_network_utility.hpp | 2 +- common/ui/button.cpp | 2 +- common/ui/button.hpp | 2 +- common/ui/menu_bar.cpp | 2 +- common/ui/menu_bar.hpp | 2 +- common/ui/raster_font.cpp | 2 +- common/ui/raster_font.hpp | 2 +- common/utilities/bounding_box.hpp | 2 +- common/utilities/config_utility.cpp | 2 +- common/utilities/config_utility.hpp | 2 +- common/utilities/frame_rate.hpp | 2 +- common/utilities/singleton.hpp | 2 +- common/utilities/utility.cpp | 2 +- common/utilities/utility.hpp | 2 +- common/utilities/vector2.hpp | 2 +- server/accounts/account_data.cpp | 2 +- server/accounts/account_data.hpp | 2 +- server/accounts/account_manager.cpp | 2 +- server/accounts/account_manager.hpp | 2 +- server/characters/character_data.cpp | 2 +- server/characters/character_data.hpp | 2 +- server/characters/character_manager.cpp | 2 +- server/characters/character_manager.hpp | 2 +- server/clients/client_data.cpp | 2 +- server/clients/client_data.hpp | 2 +- server/clients/client_manager.cpp | 2 +- server/clients/client_manager.hpp | 2 +- server/doors/door_data.cpp | 2 +- server/doors/door_data.hpp | 2 +- server/doors/door_manager.cpp | 2 +- server/doors/door_manager.hpp | 2 +- server/entities/entity.cpp | 2 +- server/entities/entity.hpp | 2 +- server/linit.cpp | 2 +- server/main.cpp | 2 +- server/monsters/monster_data.cpp | 2 +- server/monsters/monster_data.hpp | 2 +- server/monsters/monster_manager.cpp | 2 +- server/monsters/monster_manager.hpp | 2 +- server/rooms/room_api.cpp | 2 +- server/rooms/room_api.hpp | 2 +- server/rooms/room_data.cpp | 2 +- server/rooms/room_data.hpp | 2 +- server/rooms/room_manager.cpp | 2 +- server/rooms/room_manager.hpp | 2 +- server/rooms/room_manager_api.cpp | 2 +- server/rooms/room_manager_api.hpp | 2 +- server/rooms/room_system_api.cpp | 2 +- server/rooms/room_system_api.hpp | 2 +- server/server_application.hpp | 2 +- server/server_character_methods.cpp | 2 +- server/server_connections.cpp | 2 +- server/server_data.cpp | 2 +- server/server_logic.cpp | 2 +- server/server_methods.cpp | 2 +- server/server_utilities/manager_interface.hpp | 2 +- server/server_utilities/sql_tools.cpp | 2 +- server/server_utilities/sql_tools.hpp | 2 +- 127 files changed, 133 insertions(+), 130 deletions(-) diff --git a/client/channels.hpp b/client/channels.hpp index 2fe04a7..431b877 100644 --- a/client/channels.hpp +++ b/client/channels.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/client_application.cpp b/client/client_application.cpp index 2725314..c3835da 100644 --- a/client/client_application.cpp +++ b/client/client_application.cpp @@ -1,11 +1,11 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * 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 ClientApplications, and to alter it and redistribute it + * 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 @@ -178,7 +178,7 @@ void ClientApplication::LoadScene(SceneList sceneIndex) { activeScene = new OptionsMenu(); break; case SceneList::LOBBYMENU: - activeScene = new LobbyMenu(&clientIndex, &accountIndex); //TODO: can I use the ConfigUtility for these parameters? + activeScene = new LobbyMenu(&clientIndex, &accountIndex); break; case SceneList::INWORLD: activeScene = new InWorld(&clientIndex, &accountIndex); diff --git a/client/client_application.hpp b/client/client_application.hpp index 7e99458..6f6fc0b 100644 --- a/client/client_application.hpp +++ b/client/client_application.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/client_utilities/terminal_error.cpp b/client/client_utilities/terminal_error.cpp index d391add..b113807 100644 --- a/client/client_utilities/terminal_error.cpp +++ b/client/client_utilities/terminal_error.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/client_utilities/terminal_error.hpp b/client/client_utilities/terminal_error.hpp index 980b4e3..8a7216b 100644 --- a/client/client_utilities/terminal_error.hpp +++ b/client/client_utilities/terminal_error.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/entities/base_character.cpp b/client/entities/base_character.cpp index cfa20b4..c0e3f99 100644 --- a/client/entities/base_character.cpp +++ b/client/entities/base_character.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/entities/base_character.hpp b/client/entities/base_character.hpp index ba699d9..cd38a6a 100644 --- a/client/entities/base_character.hpp +++ b/client/entities/base_character.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/entities/base_monster.cpp b/client/entities/base_monster.cpp index e6350c4..2eaa513 100644 --- a/client/entities/base_monster.cpp +++ b/client/entities/base_monster.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/entities/base_monster.hpp b/client/entities/base_monster.hpp index 6fd91e9..c9b7bb3 100644 --- a/client/entities/base_monster.hpp +++ b/client/entities/base_monster.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/entities/entity.cpp b/client/entities/entity.cpp index 34cc6cf..da67f27 100644 --- a/client/entities/entity.cpp +++ b/client/entities/entity.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/entities/entity.hpp b/client/entities/entity.hpp index a40f94f..77b5c1c 100644 --- a/client/entities/entity.hpp +++ b/client/entities/entity.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/entities/local_character.cpp b/client/entities/local_character.cpp index 211a6bc..201ef48 100644 --- a/client/entities/local_character.cpp +++ b/client/entities/local_character.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/entities/local_character.hpp b/client/entities/local_character.hpp index 3cbff5f..4493fb4 100644 --- a/client/entities/local_character.hpp +++ b/client/entities/local_character.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/main.cpp b/client/main.cpp index 2115115..087a537 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scene_list.hpp b/client/scene_list.hpp index 82895cd..475e5bb 100644 --- a/client/scene_list.hpp +++ b/client/scene_list.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/base_scene.cpp b/client/scenes/base_scene.cpp index d4b7824..ba62b4c 100644 --- a/client/scenes/base_scene.cpp +++ b/client/scenes/base_scene.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/base_scene.hpp b/client/scenes/base_scene.hpp index d954ca0..453ab75 100644 --- a/client/scenes/base_scene.hpp +++ b/client/scenes/base_scene.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/disconnected_screen.cpp b/client/scenes/disconnected_screen.cpp index 7d95293..d3c0fb3 100644 --- a/client/scenes/disconnected_screen.cpp +++ b/client/scenes/disconnected_screen.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/disconnected_screen.hpp b/client/scenes/disconnected_screen.hpp index 453dad8..a735289 100644 --- a/client/scenes/disconnected_screen.hpp +++ b/client/scenes/disconnected_screen.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/in_world.cpp b/client/scenes/in_world.cpp index 1819fb2..be7ed3c 100644 --- a/client/scenes/in_world.cpp +++ b/client/scenes/in_world.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages @@ -145,6 +145,9 @@ void InWorld::Update() { it.second.Update(); } + //process collisions + // + //update the camera if (localCharacter) { camera.x = localCharacter->GetOrigin().x - camera.marginX; diff --git a/client/scenes/in_world.hpp b/client/scenes/in_world.hpp index c4d2b75..cacf2dd 100644 --- a/client/scenes/in_world.hpp +++ b/client/scenes/in_world.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/lobby_menu.cpp b/client/scenes/lobby_menu.cpp index 3fbc1c1..0776242 100644 --- a/client/scenes/lobby_menu.cpp +++ b/client/scenes/lobby_menu.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/lobby_menu.hpp b/client/scenes/lobby_menu.hpp index b8e5347..067af8c 100644 --- a/client/scenes/lobby_menu.hpp +++ b/client/scenes/lobby_menu.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/main_menu.cpp b/client/scenes/main_menu.cpp index 5aa431b..2be7c93 100644 --- a/client/scenes/main_menu.cpp +++ b/client/scenes/main_menu.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/main_menu.hpp b/client/scenes/main_menu.hpp index 9572499..d3e7f74 100644 --- a/client/scenes/main_menu.hpp +++ b/client/scenes/main_menu.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/options_menu.cpp b/client/scenes/options_menu.cpp index 7aa2493..f06b798 100644 --- a/client/scenes/options_menu.cpp +++ b/client/scenes/options_menu.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/options_menu.hpp b/client/scenes/options_menu.hpp index 5bb3eed..bb15569 100644 --- a/client/scenes/options_menu.hpp +++ b/client/scenes/options_menu.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/splash_screen.cpp b/client/scenes/splash_screen.cpp index 5473d79..5399efd 100644 --- a/client/scenes/splash_screen.cpp +++ b/client/scenes/splash_screen.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scenes/splash_screen.hpp b/client/scenes/splash_screen.hpp index c6440c1..a8bec1b 100644 --- a/client/scenes/splash_screen.hpp +++ b/client/scenes/splash_screen.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/debugging/timer.cpp b/common/debugging/timer.cpp index 29d107a..302ddb5 100644 --- a/common/debugging/timer.cpp +++ b/common/debugging/timer.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/debugging/timer.hpp b/common/debugging/timer.hpp index dfafec9..e5139d3 100644 --- a/common/debugging/timer.hpp +++ b/common/debugging/timer.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/gameplay/character_defines.hpp b/common/gameplay/character_defines.hpp index 7b759d1..7b0d7d6 100644 --- a/common/gameplay/character_defines.hpp +++ b/common/gameplay/character_defines.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/graphics/image.cpp b/common/graphics/image.cpp index 3b4f99b..4089814 100644 --- a/common/graphics/image.cpp +++ b/common/graphics/image.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/graphics/image.hpp b/common/graphics/image.hpp index 462e565..709490d 100644 --- a/common/graphics/image.hpp +++ b/common/graphics/image.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/graphics/sprite_sheet.cpp b/common/graphics/sprite_sheet.cpp index 7726484..93c1984 100644 --- a/common/graphics/sprite_sheet.cpp +++ b/common/graphics/sprite_sheet.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/graphics/sprite_sheet.hpp b/common/graphics/sprite_sheet.hpp index 8ecaa5b..ea28a86 100644 --- a/common/graphics/sprite_sheet.hpp +++ b/common/graphics/sprite_sheet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/map_system_api.cpp b/common/map/map_system_api.cpp index 0e12796..9e908ad 100644 --- a/common/map/map_system_api.cpp +++ b/common/map/map_system_api.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/map_system_api.hpp b/common/map/map_system_api.hpp index 10f2f94..d01c276 100644 --- a/common/map/map_system_api.hpp +++ b/common/map/map_system_api.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region.cpp b/common/map/region.cpp index ea1f402..229c350 100644 --- a/common/map/region.cpp +++ b/common/map/region.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region.hpp b/common/map/region.hpp index 55e7e9f..5e2f882 100644 --- a/common/map/region.hpp +++ b/common/map/region.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region_api.cpp b/common/map/region_api.cpp index 0ccb880..1749f49 100644 --- a/common/map/region_api.cpp +++ b/common/map/region_api.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region_api.hpp b/common/map/region_api.hpp index b276645..aae8b29 100644 --- a/common/map/region_api.hpp +++ b/common/map/region_api.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region_pager_api.cpp b/common/map/region_pager_api.cpp index 73019d1..d7a38e9 100644 --- a/common/map/region_pager_api.cpp +++ b/common/map/region_pager_api.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region_pager_api.hpp b/common/map/region_pager_api.hpp index a8f9297..2476a95 100644 --- a/common/map/region_pager_api.hpp +++ b/common/map/region_pager_api.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region_pager_base.cpp b/common/map/region_pager_base.cpp index c046bdc..d20b346 100644 --- a/common/map/region_pager_base.cpp +++ b/common/map/region_pager_base.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region_pager_base.hpp b/common/map/region_pager_base.hpp index 53bb097..c6d6b3d 100644 --- a/common/map/region_pager_base.hpp +++ b/common/map/region_pager_base.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region_pager_lua.cpp b/common/map/region_pager_lua.cpp index 4eeea2b..8fb0dfc 100644 --- a/common/map/region_pager_lua.cpp +++ b/common/map/region_pager_lua.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/region_pager_lua.hpp b/common/map/region_pager_lua.hpp index 656074c..203715b 100644 --- a/common/map/region_pager_lua.hpp +++ b/common/map/region_pager_lua.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/tile_sheet.cpp b/common/map/tile_sheet.cpp index 819d709..6f47337 100644 --- a/common/map/tile_sheet.cpp +++ b/common/map/tile_sheet.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/tile_sheet.hpp b/common/map/tile_sheet.hpp index f9bf8ea..6ad94ea 100644 --- a/common/map/tile_sheet.hpp +++ b/common/map/tile_sheet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/tile_sheet_api.cpp b/common/map/tile_sheet_api.cpp index 5ee280f..141f200 100644 --- a/common/map/tile_sheet_api.cpp +++ b/common/map/tile_sheet_api.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/map/tile_sheet_api.hpp b/common/map/tile_sheet_api.hpp index dc3d277..3cdd0e5 100644 --- a/common/map/tile_sheet_api.hpp +++ b/common/map/tile_sheet_api.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/character_packet.cpp b/common/network/packet_types/character_packet.cpp index c18d1bf..98083f3 100644 --- a/common/network/packet_types/character_packet.cpp +++ b/common/network/packet_types/character_packet.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/character_packet.hpp b/common/network/packet_types/character_packet.hpp index 98d2c31..9b7dfde 100644 --- a/common/network/packet_types/character_packet.hpp +++ b/common/network/packet_types/character_packet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/client_packet.cpp b/common/network/packet_types/client_packet.cpp index 77da2e0..a0c6617 100644 --- a/common/network/packet_types/client_packet.cpp +++ b/common/network/packet_types/client_packet.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/client_packet.hpp b/common/network/packet_types/client_packet.hpp index bd19c02..32efb06 100644 --- a/common/network/packet_types/client_packet.hpp +++ b/common/network/packet_types/client_packet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/region_packet.cpp b/common/network/packet_types/region_packet.cpp index b6b983a..4ac1471 100644 --- a/common/network/packet_types/region_packet.cpp +++ b/common/network/packet_types/region_packet.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/region_packet.hpp b/common/network/packet_types/region_packet.hpp index 0c4d717..3020262 100644 --- a/common/network/packet_types/region_packet.hpp +++ b/common/network/packet_types/region_packet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/serial_packet_base.cpp b/common/network/packet_types/serial_packet_base.cpp index c8803b0..d90b868 100644 --- a/common/network/packet_types/serial_packet_base.cpp +++ b/common/network/packet_types/serial_packet_base.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/serial_packet_base.hpp b/common/network/packet_types/serial_packet_base.hpp index 364e645..711fce2 100644 --- a/common/network/packet_types/serial_packet_base.hpp +++ b/common/network/packet_types/serial_packet_base.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/server_packet.cpp b/common/network/packet_types/server_packet.cpp index 85ec493..562d353 100644 --- a/common/network/packet_types/server_packet.cpp +++ b/common/network/packet_types/server_packet.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/server_packet.hpp b/common/network/packet_types/server_packet.hpp index 3de5a2d..169946e 100644 --- a/common/network/packet_types/server_packet.hpp +++ b/common/network/packet_types/server_packet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/text_packet.cpp b/common/network/packet_types/text_packet.cpp index fbe0d9f..56a9836 100644 --- a/common/network/packet_types/text_packet.cpp +++ b/common/network/packet_types/text_packet.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/packet_types/text_packet.hpp b/common/network/packet_types/text_packet.hpp index 8dfbe22..0e793b6 100644 --- a/common/network/packet_types/text_packet.hpp +++ b/common/network/packet_types/text_packet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/serial_packet.hpp b/common/network/serial_packet.hpp index 5d9d008..5d609f3 100644 --- a/common/network/serial_packet.hpp +++ b/common/network/serial_packet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages @@ -33,7 +33,7 @@ typedef SerialPacketBase SerialPacket; //DOCS: NETWORK_VERSION is used to discern compatible servers and clients -constexpr int NETWORK_VERSION = -1; +constexpr int NETWORK_VERSION = 20141227; union MaxPacket { CharacterPacket a; diff --git a/common/network/serial_packet_type.hpp b/common/network/serial_packet_type.hpp index 489f78d..c4e9842 100644 --- a/common/network/serial_packet_type.hpp +++ b/common/network/serial_packet_type.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/serial_utility.cpp b/common/network/serial_utility.cpp index f3874b6..a0d2c61 100644 --- a/common/network/serial_utility.cpp +++ b/common/network/serial_utility.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/serial_utility.hpp b/common/network/serial_utility.hpp index 829c904..0d3e9c0 100644 --- a/common/network/serial_utility.hpp +++ b/common/network/serial_utility.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/udp_network_utility.cpp b/common/network/udp_network_utility.cpp index e677854..c069b27 100644 --- a/common/network/udp_network_utility.cpp +++ b/common/network/udp_network_utility.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/network/udp_network_utility.hpp b/common/network/udp_network_utility.hpp index eef3de3..a162d89 100644 --- a/common/network/udp_network_utility.hpp +++ b/common/network/udp_network_utility.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/button.cpp b/common/ui/button.cpp index 59b0ae2..c794c09 100644 --- a/common/ui/button.cpp +++ b/common/ui/button.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/button.hpp b/common/ui/button.hpp index 2fe2faa..b1d6ff1 100644 --- a/common/ui/button.hpp +++ b/common/ui/button.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/menu_bar.cpp b/common/ui/menu_bar.cpp index 2670e32..45358cc 100644 --- a/common/ui/menu_bar.cpp +++ b/common/ui/menu_bar.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/menu_bar.hpp b/common/ui/menu_bar.hpp index e4dd392..ddbb250 100644 --- a/common/ui/menu_bar.hpp +++ b/common/ui/menu_bar.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/raster_font.cpp b/common/ui/raster_font.cpp index 5005f7f..8b48fd2 100644 --- a/common/ui/raster_font.cpp +++ b/common/ui/raster_font.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/raster_font.hpp b/common/ui/raster_font.hpp index c3c1ddd..25fa39a 100644 --- a/common/ui/raster_font.hpp +++ b/common/ui/raster_font.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/bounding_box.hpp b/common/utilities/bounding_box.hpp index ac7daf2..baf9917 100644 --- a/common/utilities/bounding_box.hpp +++ b/common/utilities/bounding_box.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/config_utility.cpp b/common/utilities/config_utility.cpp index fedf7e0..2c47929 100644 --- a/common/utilities/config_utility.cpp +++ b/common/utilities/config_utility.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/config_utility.hpp b/common/utilities/config_utility.hpp index fd6fb99..0f97dbd 100644 --- a/common/utilities/config_utility.hpp +++ b/common/utilities/config_utility.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/frame_rate.hpp b/common/utilities/frame_rate.hpp index f9b0a6d..e9899ac 100644 --- a/common/utilities/frame_rate.hpp +++ b/common/utilities/frame_rate.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/singleton.hpp b/common/utilities/singleton.hpp index 1754b84..ee9fbb0 100644 --- a/common/utilities/singleton.hpp +++ b/common/utilities/singleton.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/utility.cpp b/common/utilities/utility.cpp index 6f9e171..64b135b 100644 --- a/common/utilities/utility.cpp +++ b/common/utilities/utility.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/utility.hpp b/common/utilities/utility.hpp index 2cec21f..53cb426 100644 --- a/common/utilities/utility.hpp +++ b/common/utilities/utility.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/vector2.hpp b/common/utilities/vector2.hpp index 57c716c..e1688d4 100644 --- a/common/utilities/vector2.hpp +++ b/common/utilities/vector2.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/accounts/account_data.cpp b/server/accounts/account_data.cpp index 4b8b872..0ee36b0 100644 --- a/server/accounts/account_data.cpp +++ b/server/accounts/account_data.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/accounts/account_data.hpp b/server/accounts/account_data.hpp index 4a27c95..c40f281 100644 --- a/server/accounts/account_data.hpp +++ b/server/accounts/account_data.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/accounts/account_manager.cpp b/server/accounts/account_manager.cpp index fccf530..84e7d06 100644 --- a/server/accounts/account_manager.cpp +++ b/server/accounts/account_manager.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/accounts/account_manager.hpp b/server/accounts/account_manager.hpp index 9520839..9e6e550 100644 --- a/server/accounts/account_manager.hpp +++ b/server/accounts/account_manager.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/characters/character_data.cpp b/server/characters/character_data.cpp index 2e4fa25..c0549d6 100644 --- a/server/characters/character_data.cpp +++ b/server/characters/character_data.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/characters/character_data.hpp b/server/characters/character_data.hpp index 2e94a7c..873bfa4 100644 --- a/server/characters/character_data.hpp +++ b/server/characters/character_data.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/characters/character_manager.cpp b/server/characters/character_manager.cpp index c83cfcf..53edc9c 100644 --- a/server/characters/character_manager.cpp +++ b/server/characters/character_manager.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/characters/character_manager.hpp b/server/characters/character_manager.hpp index d8b2b80..fadf54c 100644 --- a/server/characters/character_manager.hpp +++ b/server/characters/character_manager.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/clients/client_data.cpp b/server/clients/client_data.cpp index b2dd4fc..1a549a4 100644 --- a/server/clients/client_data.cpp +++ b/server/clients/client_data.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/clients/client_data.hpp b/server/clients/client_data.hpp index 29b3f78..18b93ef 100644 --- a/server/clients/client_data.hpp +++ b/server/clients/client_data.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/clients/client_manager.cpp b/server/clients/client_manager.cpp index 86ccdb3..87604f6 100644 --- a/server/clients/client_manager.cpp +++ b/server/clients/client_manager.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/clients/client_manager.hpp b/server/clients/client_manager.hpp index d90fb57..4e0b0d1 100644 --- a/server/clients/client_manager.hpp +++ b/server/clients/client_manager.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/doors/door_data.cpp b/server/doors/door_data.cpp index 954365b..c03f5a2 100644 --- a/server/doors/door_data.cpp +++ b/server/doors/door_data.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/doors/door_data.hpp b/server/doors/door_data.hpp index 62f5615..fbd009d 100644 --- a/server/doors/door_data.hpp +++ b/server/doors/door_data.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/doors/door_manager.cpp b/server/doors/door_manager.cpp index bf264aa..f2c3ebe 100644 --- a/server/doors/door_manager.cpp +++ b/server/doors/door_manager.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/doors/door_manager.hpp b/server/doors/door_manager.hpp index bfed8ed..908da7d 100644 --- a/server/doors/door_manager.hpp +++ b/server/doors/door_manager.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/entities/entity.cpp b/server/entities/entity.cpp index ebada62..fcfa8aa 100644 --- a/server/entities/entity.cpp +++ b/server/entities/entity.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/entities/entity.hpp b/server/entities/entity.hpp index bad1627..e110e80 100644 --- a/server/entities/entity.hpp +++ b/server/entities/entity.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/linit.cpp b/server/linit.cpp index c442680..1030490 100644 --- a/server/linit.cpp +++ b/server/linit.cpp @@ -10,7 +10,7 @@ * Modified for use in Tortuga, renamed to linit.cpp * Modifications are released under the zlib license: * - * Copyright: (c) Kayne Ruse 2014 + * Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/main.cpp b/server/main.cpp index 3cd5b9b..a132c96 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/monsters/monster_data.cpp b/server/monsters/monster_data.cpp index 2e7560d..7fda714 100644 --- a/server/monsters/monster_data.cpp +++ b/server/monsters/monster_data.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/monsters/monster_data.hpp b/server/monsters/monster_data.hpp index bd45699..034cebb 100644 --- a/server/monsters/monster_data.hpp +++ b/server/monsters/monster_data.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/monsters/monster_manager.cpp b/server/monsters/monster_manager.cpp index 1b2f885..dd88668 100644 --- a/server/monsters/monster_manager.cpp +++ b/server/monsters/monster_manager.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/monsters/monster_manager.hpp b/server/monsters/monster_manager.hpp index 5fcc56b..de19e2c 100644 --- a/server/monsters/monster_manager.hpp +++ b/server/monsters/monster_manager.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_api.cpp b/server/rooms/room_api.cpp index 6edcc38..b40d123 100644 --- a/server/rooms/room_api.cpp +++ b/server/rooms/room_api.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_api.hpp b/server/rooms/room_api.hpp index 087c6c2..a091fd3 100644 --- a/server/rooms/room_api.hpp +++ b/server/rooms/room_api.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_data.cpp b/server/rooms/room_data.cpp index e21b439..5b7ec8f 100644 --- a/server/rooms/room_data.cpp +++ b/server/rooms/room_data.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_data.hpp b/server/rooms/room_data.hpp index 069e84c..c3668fc 100644 --- a/server/rooms/room_data.hpp +++ b/server/rooms/room_data.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_manager.cpp b/server/rooms/room_manager.cpp index cefd11a..2d190c9 100644 --- a/server/rooms/room_manager.cpp +++ b/server/rooms/room_manager.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_manager.hpp b/server/rooms/room_manager.hpp index 1b659d0..e5ae344 100644 --- a/server/rooms/room_manager.hpp +++ b/server/rooms/room_manager.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_manager_api.cpp b/server/rooms/room_manager_api.cpp index 2494605..0a22f46 100644 --- a/server/rooms/room_manager_api.cpp +++ b/server/rooms/room_manager_api.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_manager_api.hpp b/server/rooms/room_manager_api.hpp index 1cd042d..bbee066 100644 --- a/server/rooms/room_manager_api.hpp +++ b/server/rooms/room_manager_api.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_system_api.cpp b/server/rooms/room_system_api.cpp index 17b6243..0d6fa1a 100644 --- a/server/rooms/room_system_api.cpp +++ b/server/rooms/room_system_api.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/rooms/room_system_api.hpp b/server/rooms/room_system_api.hpp index 9006ce5..7a8284a 100644 --- a/server/rooms/room_system_api.hpp +++ b/server/rooms/room_system_api.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_application.hpp b/server/server_application.hpp index eff3bef..37b33bc 100644 --- a/server/server_application.hpp +++ b/server/server_application.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013, 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_character_methods.cpp b/server/server_character_methods.cpp index b4ada65..018db97 100644 --- a/server/server_character_methods.cpp +++ b/server/server_character_methods.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_connections.cpp b/server/server_connections.cpp index 79d8c23..12ceda0 100644 --- a/server/server_connections.cpp +++ b/server/server_connections.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_data.cpp b/server/server_data.cpp index bd00a8f..c8f3c92 100644 --- a/server/server_data.cpp +++ b/server/server_data.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_logic.cpp b/server/server_logic.cpp index fdf4eb9..0fc2fe5 100644 --- a/server/server_logic.cpp +++ b/server/server_logic.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_methods.cpp b/server/server_methods.cpp index d38b53c..1a97a68 100644 --- a/server/server_methods.cpp +++ b/server/server_methods.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_utilities/manager_interface.hpp b/server/server_utilities/manager_interface.hpp index 8a5161f..c10e6d2 100644 --- a/server/server_utilities/manager_interface.hpp +++ b/server/server_utilities/manager_interface.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_utilities/sql_tools.cpp b/server/server_utilities/sql_tools.cpp index 19e0ddb..d83acba 100644 --- a/server/server_utilities/sql_tools.cpp +++ b/server/server_utilities/sql_tools.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/server_utilities/sql_tools.hpp b/server/server_utilities/sql_tools.hpp index 99d0902..6e019f8 100644 --- a/server/server_utilities/sql_tools.hpp +++ b/server/server_utilities/sql_tools.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2014 +/* Copyright: (c) Kayne Ruse 2013-2015 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages