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

60 Commits

Author SHA1 Message Date
4450d87947 Move AniGraph classes from plAvatar -> plAnimation. 2014-10-23 19:52:35 -07:00
419f0bfa75 Add plFormat.h to MaxComponent's Pch.h 2014-05-28 19:10:18 -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
7e624a08a2 Merge pull request #390 from Hoikas/plMessage-headers
PCH-ize plMessage
2014-04-26 14:13:31 -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
f1f7f3acd3 Fix fallout in 3dsm plugin 2014-01-23 23:53:14 -05:00
d7fdf10455 Convert ReadSafe(W)String* to the plString variants, and remove the now
unneeded _TEMP variants.  All safe strings read from hsStreams are
now plStringified :)
2014-01-21 15:21:32 -08:00
abe3d465b3 Some additional sprintf and std::string cleanup 2014-01-11 20:42:01 -08:00
cbea492457 plMultistageStage => plString 2014-01-11 20:41:59 -08:00
129d21c4f9 Remove duplicated plPickNode code
This fixes some of the "multiple definition of symbol" warnings we get
from the linker. I checked this against the OU AllDlls solution and
deleted the version not present in it.
2014-01-03 19:06:05 -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
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
8f67596686 Merge pull request #275 from zrax/file-utils
Unify filesystem utilities
2013-01-22 16:27:26 -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
6f6ade2636 Replace hsStream::Open duplicated methods everywhere with a single plFileName interface 2013-01-19 14:21:49 -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
cb9dab2cca Some fixes to make it all compile. 2013-01-07 21:56:14 -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
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
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
49dfb4e546 Convert SDL (mostly) to plStrings 2012-12-13 02:06:41 -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
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
5d30f69957 Fix max plugin compile
Always include HeadSpin.h before Max.h--Max.h brings in Winsocks 1, for
some reason. This creates symbol clash hell.
2012-07-11 09:46:16 -04:00
7a5d61f7c8 Move plRandom into pnEncryption.
--HG--
rename : Sources/Plasma/PubUtilLib/plMath/plRandom.h => Sources/Plasma/NucleusLib/pnEncryption/plRandom.h
2012-02-12 15:23:02 -08:00
be4b0732d5 Fix string usage that was broken from enabling the Max plugin build 2012-02-05 21:53:54 -08:00
12ac9a79be Remove TRACKED_NEW from tools. 2012-01-25 16:58:37 -05:00
be26b145df HeadSpin.h is now the core header.
Rearrange some things so such that low-level CoreLib headers aren't quite
so crazy. For higher level stuff, you still need to include the
appropriate header.
2012-01-25 16:58:27 -05:00
2f53a10fb6 Convert hsConfig defines to cmake -- fixes #93 2012-01-25 16:58:24 -05:00
e020651e4b Eliminate hsScalar and hsFixed
Modern CPUs support floats just fine... hsFixed was crazy.
2012-01-25 16:58:20 -05:00
5027b5a4ac Convert custom HeadSpin integer types to standard types from stdint.h 2012-01-25 16:58:18 -05:00
f3c787c1dc Fixes for building on max2012 2011-10-29 20:22:41 -07:00
32218c36ad Update Max plugin for renamed endian functions. 2011-10-25 20:23:26 -07:00
0af3d1877d Fix a few type issues due to typedef updates 2011-10-24 23:25:20 -07:00
9f0730fca9 Remove stale includes in MaxComponent 2011-10-22 20:19:34 -07:00
eb2767a5f7 Open source re-licensing 2011-10-22 17:03:49 -07:00
c76c39b277 Fix all of those stupid PlasmaMax purecalls on exit 2011-04-28 02:02:16 -04:00
2323af6e89 Lots of relative path fixes for the max plugin 2011-04-25 00:17:55 -04:00
e2375ad75b More resource fixes to compiling on VS 2008 Express Edition. 2011-04-19 05:33:59 -07:00