Commit Graph

476 Commits

Author SHA1 Message Date
Michael
7b529c8eb7 AITest/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:33:15 +02:00
Michael
caf28fb5fc AI/CMakeLists.txt: add missing yet referenced files 2020-04-11 14:29:43 +02:00
Michael
3a46519045 WinShell/CMakeLists.txt: add WinShell.rc 2020-04-09 22:30:13 +02:00
Michael
075543dfcd WaveTest/CMakeLists.txt: remove WinShell.rc 2020-04-09 22:27:13 +02:00
Michael
f06851ccfa System/CMakeLists.txt: remove file duplicated from File 2020-04-09 22:26:16 +02:00
Michael
f05e88ffb9 PipelineTest/CMakeLists.txt: remove WinShell.rc 2020-04-09 22:24:31 +02:00
Michael
ab04f0a840 PhysicsTest/CMakeLists.txt: remove WinShell.rc 2020-04-09 22:23:09 +02:00
Michael
ca90a2de28 Physics/CMakeLists.txt: remove files duplicated from Loader 2020-04-09 22:20:24 +02:00
Michael
c8b930322e MathTest/CMakeLists.txt: remove WinShell.rc 2020-04-09 22:19:34 +02:00
Michael
1b83cece32 GroffExp/CMakeLists.txt: remove files duplicated from Loader and System 2020-04-09 22:18:29 +02:00
Michael
bb1f778acb GeomDBase/CMakeLists.txt: remove files duplicated from File 2020-04-09 22:17:39 +02:00
Michael
1b6cfa9c56 Game/CMakeLists.txt: remove file duplicated from File 2020-04-09 22:16:31 +02:00
Michael
fb3bc69618 AITest/CMakeLists: remove files duplicated from GeomDBase 2020-04-09 22:15:29 +02:00
meekee7
60819bf306
Merge pull request #10 from OpenTrespasser/dev
Merge upstream/dev into staging
2020-04-09 22:07:32 +02:00
Ian Brun
c6c9c5f63a
Merge pull request #62 from meekee7/compile-global-variables
Global variables and functions, GroffBuild details
2020-04-09 21:47:12 +02:00
Michael
8c596d72f7 tpassglobals.cpp: add empty LineColour implementation 2020-04-09 19:29:03 +02:00
Michael
6301c887ac GroffExp:cpp: add global variables and functions 2020-04-09 19:28:27 +02:00
Michael
32a88f002b TestMath.cpp: add global variables and functions 2020-04-09 19:27:24 +02:00
Michael
332bdea889 PhysicsTestShell.cpp: add global variables and functions 2020-04-09 19:25:50 +02:00
Michael
dfc169b8eb GUIApp.cpp: add LineColour implementation 2020-04-09 19:23:27 +02:00
Michael
e7e871432c GroffBuild/maindlg.cpp: use reg from System instead of GroffBuild 2020-04-09 19:22:45 +02:00
Michael
fb36265979 GroffBuild/main.cpp: add global variables and functions 2020-04-09 19:21:30 +02:00
Michael
5669d2f82b Port.cpp: remove empty LineColour implementation, its presence causes linker conflicts 2020-04-09 19:20:06 +02:00
Michael
d8bf24e83e GroffBuild/CMakeLists.txt: remove unused reg implementation
- add precomp.h to source list and PCH configuration
2020-04-09 19:19:09 +02:00
meekee7
bd938517bb
Merge pull request #9 from OpenTrespasser/dev
Merge upstream/dev into staging
2020-04-09 18:25:49 +02:00
Ian Brun
0bc75d0e42
Merge pull request #61 from meekee7/cmake-windows-libs
CMake: add Windows libs & adjustments for GroffExp
2020-04-09 02:22:38 +02:00
Ian Brun
2534323376
Merge pull request #60 from meekee7/cmake-selfmod
CMake: Linker flag for self-modifying assembly code
2020-04-09 02:21:41 +02:00
Michael
d47fc5fb60 Trespass/CMakeLists.txt: add Windows libraries to linker input 2020-04-08 21:30:22 +02:00
Michael
3dccc8d8e1 PhysicsTest/CMakeLists.txt: add Windows libraries to linker input 2020-04-08 21:29:42 +02:00
Michael
f1cae2e29c MathTest/CMakeLists.txt: add Windows libraries to linker input 2020-04-08 21:28:29 +02:00
Michael
248b447571 GUIApp/CMakeLists.txt: add Windows libraries to linker input 2020-04-08 21:27:14 +02:00
Michael
25d8217071 GroffExp/CMakeLists.txt: set output file extension to DLE
- add linker flag required by old 3DS Max SDK
- add linker input list
2020-04-08 21:26:35 +02:00
Michael
32ef896f90 GroffBuild/CMakeLists.txt: add Windows libraries to linker input 2020-04-08 21:23:44 +02:00
Michael
9503df7400 CollisionEditor/CMakeLists.txt: add Windows libraries to linker input 2020-04-08 21:22:50 +02:00
Michael
2ed3adb229 AITest/CMakeLists.txt: add Windows libraries to linker input 2020-04-08 21:19:14 +02:00
Michael
dd39f640ba Root/CMakeLists.txt: add linker flags for self-modifying assembly code 2020-04-08 21:04:48 +02:00
meekee7
e371147bb9
Merge pull request #8 from OpenTrespasser/dev
Merge upstream/dev into staging
2020-04-07 13:40:31 +02:00
Ian Brun
d196655f1f
Merge pull request #55 from meekee7/compile-collisioneditor
Compile CollisionEditor
2020-04-07 13:23:58 +02:00
Ian Brun
e05e554486
Merge pull request #59 from meekee7/chandle2
CHandle disambiguation
2020-04-07 13:20:52 +02:00
Michael
4482e355ce CollisionEditorDlg.cpp: remove redundant include 2020-04-06 18:56:56 +02:00
Michael
34fb525f38 Player.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:37:32 +02:00
Michael
f1862d764e Trigger.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:34 +02:00
Michael
30d3b7ad2b Sky.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:33 +02:00
Michael
0447f8e59e RenderType.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:32 +02:00
Michael
592318128c Magnet.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:30 +02:00
Michael
002fd898cc InfoSkeleton.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:29 +02:00
Michael
3ff8499b73 InfoBox.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:28 +02:00
Michael
cae04e1c35 Loader.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:26 +02:00
Michael
2f7e75ccb2 VTParse.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:25 +02:00
Michael
fb31b1d8db ValueTable.hpp: add namespace qualifier to disambiguate between our CHandle and ATL::CHandle 2020-04-06 18:01:24 +02:00