20de71cef8
add PtGetNPCCount function to python API
2013-02-07 22:28:52 +01:00
41001cbaa3
add PtGetNPCByID function for Python
...
This function returns the real SceneObject of the NPC, so it can be customized by Python.
2013-02-06 20:26:44 +01:00
7020624be4
Fix clone loading race condition.
...
This happens on DirtSand shards when two avatars are loading the same age
at once. LoadCloneMsgs are dispatched to the clients before they have
loaded the original keys. The server has no way of knowing that however,
so this is the correct place to fix the problem.
2013-02-06 00:02:06 -05:00
cc15367781
Bump the step offset by a tenth of a foot.
...
This should keep the avatar from getting stuck on some stupid stuff such
as on the pellet machine. A real fix would be to tweak the data, but we
cannot do that.
2013-02-05 19:13:00 -05:00
fe5ad6d437
Reintroduce a fun hack
...
Yeah, looks like PhysX 2.6.4 has a bug with spawning stuff inside of
regions. So, let's bring back the hack that spawns the avatar at -2000
feet. The link-in process will set the correct position on the controller
and fire the appropriate detectors.
2013-02-05 18:59:20 -05:00
9d6e0a68b1
Don't panic link if the avatar is flying around
2013-02-05 17:21:26 -05:00
04ecc27e8e
Fix a plFileSystem::CreateDir failure when called with a trailing slash
...
and requesting the whole tree to be created.
2013-02-04 19:47:13 -08:00
fc43c62174
CoreLib Precompiled Header
...
NOTE: I used a different header name this time because CoreLib headers are
visible top-level to the rest of the codebase.
2013-02-04 17:25:05 -05:00
9873b33cb3
Fix typo in pfSurface's CMakefile.
2013-02-03 16:19:55 -08:00
46dd7eeb78
Merge pull request #285 from Hoikas/skip-preload
...
Patcher Fixes
2013-02-02 18:15:51 -08:00
b2a95a07bb
StreamSource is case insensitive
2013-02-02 20:00:38 -05:00
ef9cb1b5a4
Fix patcher launching crazy
2013-02-02 20:00:32 -05:00
fe06eed259
Shit, I'm not even testing that.
2013-02-02 17:58:25 -05:00
0192c7eecd
Fix rename fail
2013-02-02 17:55:01 -05:00
216d4ac983
HACK fix client path joining
2013-02-02 17:54:30 -05:00
bbd1723e2c
Merge pull request #290 from Hoikas/pipe-hax
...
Resizable DynamicCamMaps
2013-02-02 09:56:54 -08:00
20c52b661f
Play the link-in sound by default
2013-02-02 11:51:51 -05:00
e187db758a
Fix crash from Relto age journal book
2013-02-02 02:28:38 -08:00
804d197714
Merge pull request #291 from Deledrius/plPlate_resizing
...
Correct voice chat icon resizing.
2013-02-01 17:50:08 -08:00
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
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