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

1302 Commits

Author SHA1 Message Date
e4e718e243 Bypass ATI Generic fudging with Radeon HD cards 2013-02-01 18:56:45 -05:00
f2f1bea345 Non Power-of-Two DynamicCapMaps
Epic K'veer floor is now even more epic.
2013-02-01 18:56:39 -05:00
0f143712af Merge pull request #283 from Hoikas/crash-fix
Fix Crash in VaultClientApi
2013-02-01 14:58:04 -08:00
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
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
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
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
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
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
7041aef647 Merge pull request #264 from Hoikas/keylist
Refactor RegistryKeyList
2013-01-20 20:51:58 -08:00
4772eac87f Please just use the coreutils md5sum/shasum/sha1sum tools 2013-01-20 20:47:18 -08:00
60b7e02d28 Fix for multi-controller debug display.
Previously, multiple controllers in a single age
would overlap.  This adds a static positional
counter which is reset at the start of a new list.

This commit also attempts to make the list more
useful by showing the controller objects'
owner's name.
2013-01-20 13:48:01 -08:00