1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00
Commit Graph

135 Commits

Author SHA1 Message Date
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
56507c5219 Fix several format errors detected via vararg-template voodoo 2013-12-16 18:58:47 -08:00
f6a62c0004 Fix #301
Partially reverts b9b72e0
2013-12-05 18:48:44 -05:00
55d3f10310 Silence unneeded assertion. 2013-12-05 18:48:43 -05:00
60210cf38a We have to load plFontCache... 2013-12-05 18:48:42 -05:00
fd16a12c34 Fix broken plString format 2013-12-05 01:36:23 -05:00
3299267976 Integrate SecurePreloader into pfPatcher 2013-11-28 15:14:45 -05:00
dd35878465 Begin killing off sprintf 2013-07-09 21:30:42 -04:00
18010570b5 Allow disabling certain parts of the build 2013-07-09 10:35:43 +02:00
dd431db36e Fix CMake warnings on linking the Python libraries 2013-07-07 21:16:35 +02:00
38e26dd12e Implement plShaderAssembler 2013-02-23 23:12:36 -05:00
ef808d8a24 Merge pull request #288 from Deledrius/plString_pfLocalizationMgr
plStringification of pfLocalizationMgr Fixes
2013-02-01 13:27:41 -08:00
d001519db8 Correct buffer size in LocalizationEditor treeview. 2013-01-31 16:42:10 -08:00
f5abe4ab15 Merge pull request #273 from 'paradox/clang'
Conflicts:
	Sources/Tools/MaxConvert/Pch.h
	Sources/Tools/MaxConvert/hsControlConverter.cpp
2013-01-31 19:14:57 -05:00
e4af3aff16 time.h -> ctime 2013-01-28 23:28:06 -08:00
2967635ce2 float.h -> cfloat 2013-01-28 23:25:00 -08:00
29bc092cff math.h -> cmath 2013-01-28 23:23:07 -08:00
b01aab4a39 Standardize on C++ headers.
Also removes a bunch of duplicate #includes of stuff that's already
pulled in by HeadSpin.h.
2013-01-28 23:15:54 -08:00
ece2b3d440 Just enough plFileName to make things interesting.
Fixes botched export paths
2013-01-28 23:23:01 -05:00
2b03cd7afe Fix compile for ancient max versions 2013-01-28 21:20:16 -05:00
c607ea3cf3 Fix PageInfo component 2013-01-28 17:24:45 -05:00
ceaa747ff1 Fix Insanity
WTF: `IKey* key=(IKey*)(new uint8_t [keys->GetKeySize()]);`
2013-01-28 17:24:37 -05:00
66423478cc Allow encrypted age files
Yes, this bit me in the ass.
2013-01-26 22:04:40 -05:00
3e592b76ff Don't throw away components that come last 2013-01-26 22:04:39 -05:00
a382752354 Fill out bink stub
Max 2012 doesn't like getting a null from ClassDesc2::Create(). I can't
blame it.
2013-01-26 22:04:39 -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
1ce553ac80 Add plStatusLog to the list of converted interface, in order to fix my log output dir screw-up 2013-01-19 17:06:27 -08:00
6f6ade2636 Replace hsStream::Open duplicated methods everywhere with a single plFileName interface 2013-01-19 14:21:49 -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
fc94e6bee9 Convert plLocalizationEditor to use plString.
Required to match previous commits to pfLocalizationMgr and retain functionality.
2013-01-15 07:16:58 -08:00
4233727f57 Generate ComCtl manifests for the Win32 GUI executables 2013-01-10 18:43:17 -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
8158a43dfe Fully remove hsStlUtils, as it is now completely unused 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
5ea652f906 Fix MaxPlasmaMtls 2012-12-22 17:16:13 -05:00