2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00
Commit Graph

54 Commits

Author SHA1 Message Date
942fc3e77a Fix a pfSurface explosion if the Bink SDK is enabled basic_cmake 2011-04-11 15:35:18 -04:00
01122969a4 A much improved gitignore. 2011-04-11 09:01:10 -07:00
bdd5b7802d Fix Bink dependencies if the Bink SDK isn't found 2011-04-11 01:38:01 -07:00
b67e9049ef Fix some casing in the CMake file paths. 2011-04-10 23:25:42 -07:00
8717acccb9 BinkSDK finding 2011-04-11 01:23:12 -04:00
acbe1a6631 Some minor fixes for the FindDirectX script 2011-04-10 20:42:36 -07:00
e58e390778 Fixed compile for DirectX SDK June 2010 + Windows SDK 7.0A + Visual Studio 2010. Hope this doesn't break the stone age build systems! 2011-04-10 23:01:19 -04:00
4b17c0d28a Fix for compile error with Windows SDK 7.0A 2011-04-10 18:28:45 -04:00
26922b9359 Fix output height in plJPEG writer 2011-04-10 14:27:10 -07:00
c744b7d6dc Fix plJPEG to work against vanilla libjpeg 2011-04-10 14:19:59 -07:00
cd9fcd2e29 Add plClient's resources to the generated sln 2011-04-10 11:58:44 -07:00
883f5867f3 Allow build type selection from CMake 2011-04-10 11:58:25 -07:00
b447764057 Add the patcher 2011-04-10 10:42:56 -07:00
b7d4442ac0 Fix Python linkage 2011-04-10 10:27:53 -07:00
0cbab3fb6e A few more fixes 2011-04-09 18:45:42 -07:00
3a24302f74 CMakeify plPythonPack 2011-04-09 18:40:37 -07:00
65ace75aa9 Fix some more include paths 2011-04-09 18:31:52 -07:00
c6c5f3aad9 Make python link (dynamically) 2011-04-09 17:37:10 -07:00
f7a9adab72 Progress towards making plClient compile 2011-04-09 17:32:18 -07:00
7069e00e6f The rest of NucleusLib 2011-04-09 11:53:24 -07:00
ae434d4eda Almost done with NucleusLib cmake conversion
--HG--
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.h
2011-04-09 02:05:11 -07:00
7a4cbbe021 Rename the project to "Plasma" 2011-04-08 18:15:25 -07:00
0477edc597 Finished PubUtilLib cmakification
--HG--
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudio/plOGGCodec.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudioCore/plOGGCodec.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudio/plOGGCodec.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudioCore/plOGGCodec.h
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudio/plWavFile.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudioCore/plWavFile.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudio/plWavFile.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudioCore/plWavFile.h
2011-04-08 18:09:44 -07:00
4134a68f2c Finish the port of FeatureLib to CMake 2011-04-08 00:45:19 -07:00
ff1320388e A few minor tweaks (apparently the -DCLIENT is not needed, and is ignored by plVault anyway :( ) 2011-04-08 00:05:33 -07:00
3bf6b7e182 PubUtilLib Part IV 2011-04-07 23:53:38 -07:00
93ac5b22a9 Start CMake-ifying NucleusLib 2011-04-08 01:29:34 -04:00
82a4fc867c PubUtilLib part III 2011-04-07 21:24:11 -07:00
7f39558b23 PubUtilLib -> cmake part II 2011-04-07 20:24:35 -07:00
bead11fb28 First part of PubUtilLib cmakification 2011-04-07 19:33:24 -07:00
4b594c6e2e Add target configurations from the sln to the root-level cmake project 2011-04-07 18:17:35 -07:00
3a51dd0902 Beginnings of CMake port 2011-04-07 15:41:31 -07:00
7b48da6cb2 Missed one of these 2011-04-07 15:37:34 -07:00
749ee03661 Fix for a guaranteed infinite recursive call bug 2011-04-07 15:10:02 -07:00
37a87f3b54 Fix some more conformance difference related errors/warnings 2011-04-07 15:09:09 -07:00
8b74d71d1f Forgot one HAVE_CYPYTHONIDE area 2011-04-07 14:07:24 -07:00
3a57088bcf Fix some conformance-based compiler warnings 2011-04-07 11:57:42 -07:00
3e95f4fe5a Fix API difference for newer versions of python 2011-04-07 10:16:41 -07:00
daad778557 Add a compiler flag around uses of the missing CyPythonIDE module 2011-04-07 10:15:40 -07:00
83a4f6bfce Backed out changeset 35c300baf2a4
I was using an incompatible version of libjpeg-8c.  We will either need to use
the rgba-patched version or update the code to work correctly with vanilla.
I vote for the latter, since it will make porting easier...
2011-04-06 20:58:40 -07:00
9adb7ee54f Fix plJPEG build against libjpeg-8c 2011-04-06 20:47:35 -07:00
c8cee29c78 Missed some "ref macro" uses 2011-04-06 20:22:04 -07:00
a6b57de65d More picky compiler / standards fixes 2011-04-06 20:21:21 -07:00
694a060545 Add missing function/const types 2011-04-06 20:19:29 -07:00
ecb7d8b566 Fix a few issues with more strict modern compilers 2011-04-06 19:44:10 -07:00
53d629bf83 wchar_t should not be redefined on modern compilers 2011-04-06 19:41:58 -07:00
4218993bf5 Remove useless ref macro, since it conflicts with VS2010's libraries.
The compiler warnings will have to be cleaned up later (without the use of a silly macro)
2011-04-06 19:39:14 -07:00
a9a69421eb MOULa build 1.902 - dragossh's "Bevin" into "Hood"
and Chogon added ability to select a specific age instance by a meta name
   and BuildMachine bumped buildID
2011-04-19 14:24:55 -07:00
c51ab05bd1 Remove projects from AllClient.sln that are missing.
Add plClientPatcher and plUruLauncher to AllClient.sln.
Adjust include and library paths in the "Release" build.
Adjust library depedencies to remove EAX, IJL, and Bink, and add IJG jpeg libraries.
Remove some overlooked Havok include files.
Add sample build and clean batch files to build the AllClient solution from a MSVC 2003 command prompt.
2011-03-29 17:08:04 -05:00
5db6f28a72 The Intel JPEG Library is no longer free. Since we can't just remove all
JPEG handling, replace IJL with the jpeg library from IJG, unless
IJL_SDK_AVAILABLE is defined.
2011-03-27 16:25:07 -07:00