30196023ac
Merge pull request #289 from Mystler/includefix
...
Fix missing include in CoreLibs
2013-02-01 13:17:23 -08:00
4ae5f5a377
Don't pass plFileName to varargs
2013-02-01 14:33:40 -05:00
d0a1e440f3
Fix missing include in CoreLibs
2013-02-01 17:05:44 +01:00
1366e2cb8b
Modify XML signature to match UTF-8 output.
2013-01-31 16:51:40 -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
0699490e5a
Don't dereference a null pointer
2013-01-31 10:44:39 -05:00
060c710ab5
Correct voice chat icon resizing.
...
- Make icon drawing aspect-ratio aware.
- Updates icon size when enabling in case aspect ratio has changed since it was created.
2013-01-31 02:06:17 -08:00
e98a95fc94
Fix a compilation issue.
2013-01-30 22:52:20 -08:00
ad1407c75f
Merge pull request #279 from Hoikas/max-fixes
...
Fix Lots of Max Issues
2013-01-30 21:29:15 -08:00
b379659750
Merge pull request #281 from Hoikas/mute-sfx
...
Mute Link SFX
2013-01-30 21:25:30 -08:00
2b06708915
Generate mip levels for DynamicTextMaps
...
This changeset introduced a new plBitmap flag `kAutoGenMipmap`, which
trickles through the pipeline and becomes `D3DUSAGE_AUTOGENMIPMAP` in
standard DirectX texture creation. This flag is applied to all
DyanmicTextMaps. The end result is that DynamicTextMaps become fuzzy at a
distance, rather than choppy.
2013-01-30 23:46:52 -05:00
3638f1a266
Fix patching on MOULa
2013-01-30 15:40:41 -05:00
98dff8d8e5
More granular control of the SecurePreloader
2013-01-30 15:22:19 -05:00
5a80de79fd
Don't memset EAP's Crazy Crap
...
Using memset there caused a crash. It works on all the other params, so I
assume that eap's ARRAY thing is incapable of handling a memset.
2013-01-30 13:32:12 -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
43ca24e167
Fix some plString/plFileSystem issues for *nix.
2013-01-28 23:15:11 -08:00
c7e2b7a90f
Correct plAvatar fixes.
2013-01-28 23:14:23 -08:00
690490afa6
Remove unneeded wstring code in pfLocalizationMgr.
2013-01-28 21:59:43 -08:00
2e14d70776
Fix some compiler errors.
2013-01-28 21:59:42 -08:00
c7eba65e13
Fix a clang warning.
2013-01-28 21:58:48 -08:00
c71bff3f21
Fix more clang warnings.
2013-01-28 21:58:48 -08:00
2af0a7f56e
Get rid of clang warnings in plAvatar.
2013-01-28 21:58:47 -08:00
ece2b3d440
Just enough plFileName to make things interesting.
...
Fixes botched export paths
2013-01-28 23:23:01 -05:00
dcacfc8665
Fix export of Emote Anims
...
Bug in the registry key list refactor... We wrote out all the keys in the
key list instead of only the keys with objects. This meant we got a lot of
garbage (empty) objects when exporting [Fem|M]aleWave.
2013-01-28 23:21:13 -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
7888cf7010
Remove redundant bitfield
2013-01-27 18:51:48 -05:00
07ddec2f79
Expose to python
2013-01-27 18:18:13 -05:00
af1db55f67
Mute the linking sound on client kicks
...
This commit is really quite awesome in that you can now propagate any
plLinkToAgeMsg that will mute the link out, link in sounds, or both. Some
garbage fields were repurposed for this functionality. The messages were
passed correctly on Cyan's MOULa server.
Conflicts:
Sources/Plasma/PubUtilLib/plMessage/plLinkToAgeMsg.h
Sources/Plasma/PubUtilLib/plNetClient/plLinkEffectsMgr.cpp
Sources/Plasma/PubUtilLib/plNetClient/plNetClientMgr.h
Sources/Plasma/PubUtilLib/plNetClient/plNetLinkingMgr.cpp
2013-01-27 18:18:12 -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
58106995b4
infinite loop fix
2013-01-26 12:51:22 +01:00
0343e997da
ARRAY(T) uses malloc, and therefore breaks classes which need constructors
2013-01-22 21:00:01 -08:00
8f67596686
Merge pull request #275 from zrax/file-utils
...
Unify filesystem utilities
2013-01-22 16:27:26 -08:00
e9a861ee1f
Fix typo in plPlate.
2013-01-21 21:23:54 -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
cc54fb07be
Finish deprecation of pnUtPath
2013-01-21 14:48:31 -08:00
6e564476b7
Deprecate plFileUtils and parts of pnUtPath
2013-01-21 14:48:28 -08:00
970ad3e729
Add additional functionality to plFileSystem as needed
2013-01-20 21:37:32 -08:00
f86b549293
Re-define nil as nullptr, cleaning up some potential issues along the way
2013-01-20 21:12:13 -08:00
c65ac61fb8
Merge pull request #260 from zrax/coreutils-hash
...
Remove redundant unnecessary apps
2013-01-20 20:58:41 -08:00
b0de6abb73
Merge pull request #261 from zrax/regex
...
Add basic regex functionality to plString
2013-01-20 20:56:50 -08:00
56e332a3c3
Add basic regex functionality to plString
2013-01-20 20:54:49 -08:00