1142d8d340
RefreshFOV camera command
2013-02-25 19:53:25 -05:00
e89071f04d
Merge pull request #307 from dpogue/clang-fixes
...
Fix some warnings and some errors.
2013-02-24 19:06:10 -08:00
f1908391f4
Death to a hardcoded konstant!
2013-02-21 21:47:14 -05:00
294a398d29
Correct some issues with the pfConsole changes.
2013-02-20 21:33:35 -08:00
6eef14e54a
Fix Typo
2013-02-13 21:10:34 -05:00
fa85812a47
Fix problems with age display name formatting
...
- Age User Name and Age Instance Name are equal in the case of some child
and public ages. If they are, only return one of them. Don't return
"Ae'gura Ae'gura"
- Changed to return plString instead of a pointer to a temporary buffer
that immediately goes out of scope
2013-02-13 18:44:19 -05:00
6ea468ad73
Merge pull request #298 from ChristopherS/npcClothing
...
NPC improvements
2013-02-13 12:15:01 -08:00
25407bf2ca
Fix logic error.
2013-02-10 00:28:06 -08:00
c06cfd1449
Fix some warnings and some errors.
2013-02-10 00:14:10 -08:00
70ea64eed2
Merge pull request #302 from Hoikas/camera
...
Fix Teledahn and Kemo Camera Issues
2013-02-08 13:36:57 -08:00
6ece5e6341
Fix crazy camera stack issues
...
Turns out, it was an artifact of us suspending the simulation during links
and partly because of Cyan's late adding of the avatar controller to the
sim. Now, we add the avatar as soon as the age data is loaded. This causes
the camera stack to be populated with whatever garbage PhysX decides on,
then xJourneyClothsGen2 is free to set the real stack after we get all the
SDL from the server.
Verified to fix Teledahn oddness and not display a regression in Kemo.
2013-02-08 00:15:56 -05:00
38f5e6ea0a
Implement Hor+ FOVs
2013-02-07 21:22:05 -05:00
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
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
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
ef808d8a24
Merge pull request #288 from Deledrius/plString_pfLocalizationMgr
...
plStringification of pfLocalizationMgr Fixes
2013-02-01 13:27:41 -08: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
98dff8d8e5
More granular control of the SecurePreloader
2013-01-30 15:22:19 -05:00
e4af3aff16
time.h -> ctime
2013-01-28 23:28:06 -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
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
7888cf7010
Remove redundant bitfield
2013-01-27 18:51:48 -05:00
07ddec2f79
Expose to python
2013-01-27 18:18:13 -05: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
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
f86b549293
Re-define nil as nullptr, cleaning up some potential issues along the way
2013-01-20 21:12:13 -08:00
1ce553ac80
Add plStatusLog to the list of converted interface, in order to fix my log output dir screw-up
2013-01-19 17:06:27 -08:00
767b0622d9
More efficient form for PyString_AsStringEx
2013-01-19 14:21:56 -08:00
6f6ade2636
Replace hsStream::Open duplicated methods everywhere with a single plFileName interface
2013-01-19 14:21:49 -08:00
f980f022dd
Replace pnProduct with a (very) thin CoreLib plProduct wrapper around CMake-defined product ID values
2013-01-17 01:14:45 -08:00
0efcebb2e9
Fix substring indexing and whitespace.
...
Fixes an off-by-one and off-by-initial-offset error,
not clearing the stream between loops,
and a few other edge conditions.
2013-01-15 07:17:00 -08:00
a2dd2f60d2
Condense string conversion in Python glue.
...
Adds fixes from code review.
2013-01-15 07:16:59 -08:00
14632eecee
Use plString in pfLocalizationMgr - Part 2
...
More clean-up and adjustments to use plString in pfLocalizationMgr
and associated classes.
2013-01-15 07:16:57 -08:00
bde2b14fdf
Use plString in pfLocalizationMgr.
...
Conflicts:
Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizationDataMgr.cpp
Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizationDataMgr.h
Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizedString.h
2013-01-15 07:16:56 -08:00
2eb3648144
Merge pull request #251 from dpogue/plresmgr-strings
...
Convert plRegistryNode stuff to plString.
2013-01-07 21:59:09 -08:00
ad6b0bf3c8
Merge pull request #252 from dpogue/pljpeg
...
Move plJPEG into plGImage.
2013-01-05 21:10:57 -08:00
c77cb10c20
Move plJPEG into plGImage.
...
This matches what was done for plPNG.
2013-01-05 20:34:01 -08:00
4dd06d1e7e
Convert plRegistryNode stuff to plString.
2013-01-05 20:21:33 -08:00
2382cebd11
Fix some plString vararg parameters in normally-disabled code
2013-01-05 19:08:15 -08:00
ca916fee49
Add proper member access control to NetVaultNode
2013-01-05 19:00:58 -08:00