2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-16 18:35:40 +00:00
Commit Graph

82 Commits

Author SHA1 Message Date
4450d87947 Move AniGraph classes from plAvatar -> plAnimation. 2014-10-23 19:52:35 -07:00
69bc106576 Merge pull request #407 from Deledrius/bink_removal_again
Bink Removal
2014-10-19 18:25:24 -04:00
3898b4f39b Removes remaining usage of Bink in Max plugin.
- Removes Bink headers.
- Removes Bink Layer processing.
2014-10-16 11:43:12 -07:00
094b0fe557 Move <algorithm> header out of HeadSpin.h 2014-08-09 12:28:20 -07:00
827ea85af0 Remove some additional usless / unused junk 2014-08-09 12:28:20 -07:00
e36220cca5 Use std::min and std::max 2014-08-09 12:28:19 -07:00
1debf8180b Convert many of the now-deprecated plString::Format calls to plFormat 2014-05-28 18:10:24 -07:00
6867be59f9 Fixes for Max plugin compilation when not using PCH 2014-04-27 09:28:26 -07:00
c3d8e7e161 Add different SetText values to MaxCompat header.
Restores compilation of Max 7 plugin, as its SetText expects
a non-const pointer.

Additionally, NotifyInfo should already be declared in notify.h.
2014-04-21 08:53:07 -07:00
a1e3fa6faf Various MinGW compile fixes. 2014-02-19 23:31:43 -08:00
a783642515 Python file names and SynchedObj SDL state names => plString 2014-01-12 13:08:25 -08:00
853bcbd9d6 Fix some MaxMain compile failures introduced by Hoikas' recent cleanup 2014-01-09 18:55:43 -08:00
a5758f91c6 Merge pull request #377 from Hoikas/max-symbols
Fix Max Plugin Linker Warnings
2014-01-05 21:36:10 -08:00
4f3cb61d96 Toss useless redefinition. 2014-01-03 19:14:33 -05:00
85d64926d2 Don't do work in DllMain.
If you don't know why I did this, please Google why you should never do
work in DllMain.
2013-12-24 16:28:21 -05:00
a4b1c53ea3 Stubify MaxFileData
So, yeah, this blows away MaxSceneViewer. We're never going to get around
to fixing that. In exchange for this massive code explosion, you get a
free MaxFileData stub type thing. It keeps all the data just so we don't
blow up Cyan's plugins. This fixes the "Missing Dll" messages people keep
whining about.
2013-12-24 16:22:10 -05:00
60210cf38a We have to load plFontCache... 2013-12-05 18:48:42 -05:00
3299267976 Integrate SecurePreloader into pfPatcher 2013-11-28 15:14:45 -05:00
dd431db36e Fix CMake warnings on linking the Python libraries 2013-07-07 21:16:35 +02:00
2b03cd7afe Fix compile for ancient max versions 2013-01-28 21:20:16 -05:00
8f67596686 Merge pull request #275 from zrax/file-utils
Unify filesystem utilities
2013-01-22 16:27:26 -08:00
199d0fe56a Fix issues from review 2013-01-21 20:22:52 -08:00
2c028c4b07 Remove hsFiles in favor of plFilesystem stuff 2013-01-21 14:48:32 -08:00
6e564476b7 Deprecate plFileUtils and parts of pnUtPath 2013-01-21 14:48:28 -08:00
f86b549293 Re-define nil as nullptr, cleaning up some potential issues along the way 2013-01-20 21:12:13 -08:00
045ae5b12c Merge pull request #239 from Deledrius/max2008_fixes
Max2008 fixes
2013-01-18 16:51:04 -08:00
bb2146b3a3 Remove Cruft 2013-01-18 17:22:16 -05:00
f980f022dd Replace pnProduct with a (very) thin CoreLib plProduct wrapper around CMake-defined product ID values 2013-01-17 01:14:45 -08:00
297e987036 Fix typo in MaxCompat macro. 2013-01-15 16:00:38 -08:00
75b17aa968 Fix compiler error when using Max SDK 2008. 2013-01-15 16:00:06 -08:00
bcc97fa1dc Update MaxComponent for pfLocalization changes.
Adds limited plString usage to MaxComponent's plPickLocalizationDlg
for compatibility with pfLocalizationDataMgr.
2013-01-15 12:34:24 -08:00
2eb3648144 Merge pull request #251 from dpogue/plresmgr-strings
Convert plRegistryNode stuff to plString.
2013-01-07 21:59:09 -08:00
cb9dab2cca Some fixes to make it all compile. 2013-01-07 21:56:14 -08:00
2b0dc8ac3f Remove links to plJPEG. 2013-01-05 20:55:07 -08:00
4dd06d1e7e Convert plRegistryNode stuff to plString. 2013-01-05 20:21:33 -08:00
74e06e3984 Deprecate and remove hsStlSortUtils 2013-01-01 21:35:11 -08:00
f510b529f8 Remove unused headers from hsStlUtils.h (and push them downstream where needed)
Also fix a couple of plString and header issues identified by Paradox on GCC/Clang
2013-01-01 21:35:10 -08:00
d40e7a5ca5 Move file stuff back to plFile for gcc. 2013-01-01 21:05:32 -08:00
6e75026c46 Attempt to de-messify MaxMain
... Similarly to MaxComponent, I'm not sure how much this helps. But, it
(should) compile. I hate 3dsm.
2012-12-22 17:16:11 -05:00
586aa94e38 Untangle MaxConvert
Fix compilation as a result of hsWindows. Also, add precompiled header
support (this shaves off 9 seconds on my machine) and fix some warnings.
As we saw in the PCH-ization of pfPython, includes were untangled (to some
extent) and forward declarations were introduced where appropriate.
2012-12-22 17:16:08 -05:00
2dce76cb36 Smack MaxComponent
This is a huge, complicated project. Therefore, this untangling is not as
comprehensive as the others. It should compile faster and be a little bit
neater, but that's it. Don't expect the headers to look much better!
2012-12-22 17:16:07 -05:00
9f276e2c57 Add support for Visual Leak Detector, since valgrind doesn't support MSVC 2012-12-13 02:07:53 -08:00
b219c3c3cc Alright, this _TEMP_CONVERT_ stuff was a stupid idea 2012-11-13 18:40:13 -08:00
041b1985e4 Fix paths and move GetSecureEncryptionKey so things compile again 2012-11-12 18:31:07 -08:00
40d5e2e867 Fix some noteworthy warnings (mostly hsBool->bool incompatibility) and missing headers 2012-11-11 22:34:05 -08:00
4c9f5398bd Merge pull request #211 from Hoikas/addrinfo
Toss pnAddrInfo
2012-10-14 10:04:55 -07:00
a709e17069 Obliterate hsBool 2012-07-14 18:46:27 -04:00
f0af98b0a7 Toss lots of custom CString code
We already have a C standard library, so let's not reimplement it.
2012-07-11 09:46:20 -04:00
f38682882b Kill pnUtilsExe. 2012-06-13 23:28:54 -07:00
5f99e20af8 Toss pnAddrInfo (one less project!) 2012-06-10 20:03:44 -04:00