1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 #include "nel/misc/types_nl.h"
42 #include "nel/georges/u_form.h"
43 #include "nel/georges/u_form_elm.h"
46 #include "nel/ligo/ligo_config.h"
47 #include "nel/ligo/primitive.h"
50 #include "nel/misc/aabbox.h"
51 #include "nel/misc/block_memory.h"
52 #include "nel/misc/command.h"
53 #include "nel/misc/common.h"
54 #include "nel/misc/debug.h"
55 #include "nel/misc/entity_id.h"
56 #include "nel/misc/file.h"
57 #include "nel/misc/hierarchical_timer.h"
58 #include "nel/misc/i_xml.h"
59 #include "nel/misc/path.h"
60 #include "nel/misc/sheet_id.h"
61 #include "nel/misc/smart_ptr.h"
62 #include "nel/misc/stream.h"
63 #include "nel/misc/time_nl.h"
64 #include "nel/misc/variable.h"
65 #include "nel/misc/vector.h"
66 #include "nel/misc/vector_2d.h"
67 #include "nel/misc/vectord.h"
70 #include "nel/net/message.h"
71 #include "nel/net/service.h"
72 #include "nel/net/unified_network.h"
75 #include "nel/pacs/u_collision_desc.h"
76 #include "nel/pacs/u_global_position.h"
77 #include "nel/pacs/u_global_retriever.h"
78 #include "nel/pacs/u_move_container.h"
79 #include "nel/pacs/u_move_primitive.h"
80 #include "nel/pacs/u_primitive_block.h"
83 #include "game_share/mirror_prop_value.h"
84 #include "game_share/player_vision_delta.h"
85 #include "game_share/ryzom_entity_id.h"
86 #include "game_share/ryzom_mirror_properties.h"
87 #include "game_share/synchronised_message.h"
88 #include "game_share/tick_event_handler.h"
89 #include "game_share/utils.h"
92 #include "server_share/effect_manager.h"
93 #include "server_share/msg_gpm_service.h"
94 #include "server_share/pet_interface_msg.h"
95 #include "server_share/r2_variables.h"
96 #include "server_share/r2_vision.h"
97 #include "server_share/used_continent.h"