Commit Graph

476 Commits

Author SHA1 Message Date
Michael
ecd6ac0844 GroffBuild/main.h: use modern STL includes
- std::* treatment
2020-04-04 13:30:44 +02:00
Michael
8370212161 WaveTest/CMakeLists.txt: add missing include directories specification 2020-04-04 13:27:09 +02:00
Michael
3c5a9e7217 TestPipeLine.cpp: add missing includes 2020-04-04 13:23:45 +02:00
Michael
f5704ee5b9 TestMath.cpp: add missing include 2020-04-04 13:22:52 +02:00
Michael
2a5ca2e281 QueryTest.hpp: std::* treatment 2020-04-04 13:21:23 +02:00
Michael
ce4c1404ee AITestShell.hpp: use modern STL header names 2020-04-04 13:19:51 +02:00
Michael
52c407130f AITest.cpp: add missing types to variable declarations 2020-04-04 13:19:17 +02:00
Michael
a2451fc77d AI.rc: fix paths of includes 2020-04-04 13:18:08 +02:00
Michael
6e6018b82d WinShell.rc: fix paths of includes 2020-04-04 13:17:12 +02:00
Michael
7faee9efc2 video.h: fix path of include 2020-04-04 13:07:43 +02:00
Michael
308e7a2c8a uiwnd: use modern STL header names
- std::* treatment
- distinguish pointer usage and iterator usage
2020-04-04 13:07:03 +02:00
Michael
c9fcd4de68 uidlgs.h: std::* treatment 2020-04-04 13:02:50 +02:00
Michael
3fdf3191f5 supportfn.cpp: std::* treatment
- distinguish pointer usage and iterator usage
2020-04-04 13:01:48 +02:00
Michael
0b3209ff4a saveload.cpp: std::* treatment
- distinguish pointer usage and iterator usage
2020-04-04 13:00:13 +02:00
Michael
dddaa1b4a8 precomp.h: fix path in include 2020-04-04 12:58:11 +02:00
Michael
3f1cecec7d mainwnd.cpp: std::* treatment 2020-04-04 12:56:30 +02:00
Michael
0a71f60401 gamewnd.cpp: std::* treatment 2020-04-04 12:55:54 +02:00
Michael
215cb5a2ee dlgrender.cpp: add missing type to variable declaration 2020-04-04 12:55:28 +02:00
Michael
4cb2128212 DDDevice: adjust include paths
- add missing types to variable declarations
2020-04-04 12:54:56 +02:00
Michael
590008b33d ctrls: std::* treatment
- distinguish pointer usage and iterator usage
2020-04-04 12:54:04 +02:00
meekee7
0ea4726923
Merge pull request #6 from OpenTrespasser/dev
Merge upstream/dev into staging
2020-04-04 10:36:03 +02:00
Ian Brun
ee0aad8770
Merge pull request #50 from meekee7/CRefObj-Delete
CRefObj: reenable delete operator
2020-04-04 09:39:32 +02:00
Ian Brun
97dee6a31d
Merge pull request #49 from meekee7/CSetHelper-Copy
CSetHelper copy-constructor and copy-assignment operator
2020-04-04 09:38:42 +02:00
Ian Brun
fd92e0e5ef
Merge pull request #48 from meekee7/std-std-math
Math and Std projects: STL includes and std::* treatment
2020-04-04 09:37:37 +02:00
Ian Brun
23e8d674cf
Merge pull request #47 from meekee7/compile-entitydbase-geomdbase-render3d
Compile EntityDBbase, GeomDBbase, Render3D
2020-04-04 09:35:40 +02:00
Michael
991aa60fe5 FilterIterator.hpp: add typename keyword 2020-04-04 00:39:43 +02:00
Michael
4af5ef95a3 Gun.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-04 00:13:40 +02:00
Michael
34feef3f47 Brain.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-04 00:12:18 +02:00
Michael
ddc3040113 AIMain.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-04 00:11:59 +02:00
Michael
6b85a06d09 AIInfo.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-04 00:11:33 +02:00
Michael
cb555e3865 Set.hpp: add copy constructor and assignment operator for CSetHelper 2020-04-03 23:17:33 +02:00
Michael
b7d8d0971d Ptr.hpp: reenable public delete operator for CRefObj 2020-04-03 23:12:26 +02:00
Michael
158503279f QueuedMessage.cpp: use first element of inner deque 2020-04-03 22:49:05 +02:00
Michael
10f9472170 WorldDBase.cpp: use initialization by assignment 2020-04-03 22:47:54 +02:00
Michael
3d23c7d063 WaveletQuadTree.cpp: replace usage of Set() function 2020-04-03 22:16:21 +02:00
Michael
b0bb4cb47f TerrainTexture.hpp: make CScheduleTerrainTextureItem a friend class 2020-04-03 22:12:30 +02:00
Michael
73b31cc449 PartitionSpace.hpp: add copy-constructor and copy-assignment-operator to CPartitionsSpace, copying the largest union member 2020-04-03 22:11:53 +02:00
Michael
bfe9aaef82 PartitionPriv.hpp: remove unused friend class declaration 2020-04-03 22:04:30 +02:00
Michael
812a8f84ae MessageTypes.cpp: put push arguments in initializer lists to create inner deque 2020-04-03 22:03:10 +02:00
Michael
289d9fe0e7 ScreenRender.hpp: init v3Cam instead of iYScr
- add static_assert to ensure we init the biggest union member
2020-04-03 22:01:31 +02:00
Michael
afd7be5bc3 ArrayIO.hpp:: use modern STL header names
- std::* treatment
2020-04-03 21:42:50 +02:00
Michael
f8a9590d83 CircularList.hpp: add typename keyword 2020-04-03 21:42:24 +02:00
Michael
240755fa2e TransformIO.hpp: use modern STL header names
- std::* treatment
2020-04-03 21:41:36 +02:00
Michael
34606c8b3e TreeList.hpp: add typename keyword 2020-04-03 21:28:19 +02:00
Michael
e3efa4e318 Vector.hpp: add missing comparison operator 2020-04-03 21:27:28 +02:00
Michael
fa80db520a FixedP.hpp: use modern STL header names
- Add missing comparsion operators
2020-04-03 21:25:29 +02:00
meekee7
884223bd20
Merge pull request #5 from OpenTrespasser/dev
Merge upstream/dev into staging
2020-04-02 00:37:26 +02:00
Ian Brun
10395e5c27
Merge pull request #46 from meekee7/std-screenrenderdwi
ScreenRenderDWI: STL includes and std::* treatment
2020-04-02 00:35:39 +02:00
Ian Brun
3bc9565bb1
Merge pull request #45 from meekee7/std-render3d
Render3D: STL includes and std::* treatment
2020-04-02 00:34:13 +02:00
Ian Brun
423e3be579
Merge pull request #44 from meekee7/std-system
System project: STL includes and std::* treatment
2020-04-02 00:28:36 +02:00