mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: #880 Use PCH under Linux with CMake
This commit is contained in:
parent
73148e25ea
commit
cdfea743a3
21 changed files with 31 additions and 55 deletions
|
@ -19,7 +19,6 @@
|
|||
#include "nel/3d/animation_playlist.h"
|
||||
#include "nel/misc/common.h"
|
||||
#include "nel/misc/stream.h"
|
||||
#include <cmath>
|
||||
|
||||
using namespace NLMISC;
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "nel/misc/algo.h"
|
||||
|
||||
|
||||
#include <memory>
|
||||
|
||||
using namespace std;
|
||||
using namespace NLMISC;
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include "nel/3d/deform_2d.h"
|
||||
|
||||
#include <vector>
|
||||
#include "nel/misc/vector_2f.h"
|
||||
#include "nel/misc/smart_ptr.h"
|
||||
#include "nel/3d/heat_haze.h"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "nel/3d/light.h"
|
||||
#include "nel/3d/transform.h"
|
||||
#include "nel/misc/common.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace NLMISC;
|
||||
using namespace std;
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include "nel/3d/point_light_named_array.h"
|
||||
#include "nel/3d/scene.h"
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "std3d.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include "nel/3d/ps_emitter.h"
|
||||
#include "nel/3d/material.h"
|
||||
#include "nel/misc/line.h"
|
||||
|
|
|
@ -32,9 +32,6 @@
|
|||
#include "nel/misc/stream.h"
|
||||
#include "nel/misc/path.h"
|
||||
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
#include <utility>
|
||||
#include <algorithm>
|
||||
#include <exception>
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
|
||||
#include "nel/misc/rgba.h"
|
||||
#include "nel/misc/debug.h"
|
||||
|
|
|
@ -21,13 +21,6 @@
|
|||
|
||||
#include "stdnet.h"
|
||||
|
||||
#include <ctime>
|
||||
|
||||
#ifdef NL_OS_WINDOWS
|
||||
# define NOMINMAX
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "nel/net/service.h"
|
||||
#include "nel/net/admin.h"
|
||||
#include "nel/net/varpath.h"
|
||||
|
|
|
@ -32,10 +32,6 @@
|
|||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
#include <csignal>
|
||||
#include <ctime>
|
||||
|
||||
#include "nel/misc/config_file.h"
|
||||
#include "nel/misc/displayer.h"
|
||||
#include "nel/misc/mutex.h"
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
#include "stdnet.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "nel/misc/common.h"
|
||||
#include "nel/misc/thread.h"
|
||||
#include "nel/misc/command.h"
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
// NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
|
||||
// Copyright (C) 2010 Winch Gate Property Limited
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as
|
||||
// published by the Free Software Foundation, either version 3 of the
|
||||
// License, or (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "nel/misc/types_nl.h"
|
||||
|
||||
|
@ -12,6 +27,8 @@
|
|||
#include <list>
|
||||
#include <cmath>
|
||||
#include <ctime>
|
||||
#include <csignal>
|
||||
#include <queue>
|
||||
|
||||
#include <deque>
|
||||
#include <memory>
|
||||
|
@ -22,6 +39,7 @@
|
|||
#include <cstdlib>
|
||||
#include <algorithm>
|
||||
#include <exception>
|
||||
#include <cctype>
|
||||
|
||||
#include "nel/misc/debug.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#include "stdnet.h"
|
||||
|
||||
#include <queue>
|
||||
|
||||
#include "nel/misc/config_file.h"
|
||||
|
||||
#include "nel/net/udp_sock.h"
|
||||
|
|
|
@ -18,13 +18,6 @@
|
|||
|
||||
#include "nel/misc/types_nl.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cctype>
|
||||
#include <cmath>
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#include "nel/misc/debug.h"
|
||||
#include "nel/misc/config_file.h"
|
||||
#include "nel/misc/displayer.h"
|
||||
|
|
|
@ -14,17 +14,13 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#include "stdpacs.h"
|
||||
#include "build_indoor.h"
|
||||
|
||||
#include "collision_mesh_build.h"
|
||||
#include "local_retriever.h"
|
||||
#include "exterior_mesh.h"
|
||||
|
||||
#include "build_indoor.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace NLMISC;
|
||||
|
||||
|
|
|
@ -16,21 +16,17 @@
|
|||
|
||||
#include "stdpacs.h"
|
||||
|
||||
#include "nel/misc/path.h"
|
||||
#include "nel/misc/line.h"
|
||||
#include "nel/misc/async_file_manager.h"
|
||||
#include "nel/misc/common.h"
|
||||
#include "nel/misc/variable.h"
|
||||
|
||||
#include "nel/misc/hierarchical_timer.h"
|
||||
|
||||
#include "global_retriever.h"
|
||||
#include "retriever_bank.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
|
||||
#include "nel/misc/async_file_manager.h"
|
||||
#include "nel/misc/common.h"
|
||||
#include "nel/misc/hierarchical_timer.h"
|
||||
#include "nel/misc/line.h"
|
||||
#include "nel/misc/path.h"
|
||||
#include "nel/misc/time_nl.h"
|
||||
#include "nel/misc/variable.h"
|
||||
|
||||
NLMISC::TTicks AStarTicks;
|
||||
NLMISC::TTicks PathTicks;
|
||||
NLMISC::TTicks ChainTicks;
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
#include "nel/misc/hierarchical_timer.h"
|
||||
|
||||
#include "nel/misc/i_xml.h"
|
||||
#include <cmath>
|
||||
#include <cfloat>
|
||||
|
||||
using namespace NLMISC;
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "stdpacs.h"
|
||||
#include "nel/misc/i_xml.h"
|
||||
#include "primitive_block.h"
|
||||
#include <memory>
|
||||
|
||||
|
||||
namespace NLPACS
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <exception>
|
||||
#include <utility>
|
||||
#include <deque>
|
||||
#include <memory>
|
||||
|
||||
#include "nel/misc/common.h"
|
||||
#include "nel/misc/debug.h"
|
||||
|
|
|
@ -15,12 +15,9 @@
|
|||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "stdpacs.h"
|
||||
|
||||
#include "nel/misc/file.h"
|
||||
|
||||
#include "surface_quad.h"
|
||||
|
||||
#include <vector>
|
||||
#include "nel/misc/file.h"
|
||||
|
||||
using namespace NLMISC;
|
||||
using namespace std;
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
#include "sound_driver_al.h"
|
||||
#include "buffer_al.h"
|
||||
#include "listener_al.h"
|
||||
#include "effect_al.h"
|
||||
#include "source_al.h"
|
||||
#include "ext_al.h"
|
||||
#include "effect_al.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace NLMISC;
|
||||
|
|
Loading…
Reference in a new issue