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

1888 Commits

Author SHA1 Message Date
e953c0c542 Refactor Pending Loads 2013-02-01 17:49:50 -05:00
3fb5f33517 Add plQuality entry for Shader Model 3 2013-02-01 16:44:44 -05:00
ef808d8a24 Merge pull request #288 from Deledrius/plString_pfLocalizationMgr
plStringification of pfLocalizationMgr Fixes
2013-02-01 13:27:41 -08:00
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
a8b2509736 Merge pull request #287 from Hoikas/null-deref
Don't dereference nullptr (again)
2013-01-31 10:51:24 -08: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
896723cd85 Merge pull request #286 from Hoikas/mipmap-dtm
Automatic Mipmapping for DynamicTextMaps
2013-01-30 21:09:24 -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
33d26ce29f Merge pull request #282 from Lunanne/plString_find_fix
Infinite loop fix
2013-01-26 11:40:28 -08:00
58106995b4 infinite loop fix 2013-01-26 12:51:22 +01:00
d3a9a51277 Merge pull request #278 from zrax/hacky-sack
Fix patcher brokenness from filesystem PR
2013-01-22 21:13:35 -08: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
85abe53904 Merge pull request #270 from zrax/nullptr
Re-define nil as nullptr, cleaning up some potential issues along the way
2013-01-21 17:04:56 -08:00