Darryl Pogue
fc9d51cc35
plViewTransform is not in plPipeline.
...
Thanks @Deledrius .
11 years ago
Darryl Pogue
e6609c2b71
Fix clang warnings in plCubicRenderTargetModifier.
11 years ago
Darryl Pogue
04d88377ad
Move all the DirectX-specific stuff into a folder.
...
This actually allows us to compile plPipeline on *nix (although linking
will fail).
11 years ago
Darryl Pogue
f1767ebabe
Fix some *nix compiler errors.
11 years ago
Adam Johnson
139730eaab
Fix pySceneObject::IsHuman
11 years ago
Adam Johnson
88dfd51000
Fix Console Help indentation
11 years ago
Adam Johnson
dd35878465
Begin killing off sprintf
11 years ago
Adam Johnson
470ed86187
Let's use `vsnprintf` for those legacy methods...
11 years ago
Adam Johnson
798764d84e
Nuke some `snprintf`
11 years ago
Adam Johnson
ea31db3305
SSE 4.1 Skinning
...
This appears to offer no benefit on my Wolfdale CPU, but I expect it will
be useful on more recent ones.
11 years ago
Adam Johnson
4d32454764
Fill volatile buffers
...
This shaves off a memcpy and some smaller copies. Decent gains that scale
up quite well as more avatars are on screen.
11 years ago
Adam Johnson
aa7df368f1
Cleanup macro-mayhem
...
This converts the VERTBLEND macros to some clever templates. This code
should be much more maintainable.
11 years ago
Florian Meißner
18010570b5
Allow disabling certain parts of the build
11 years ago
Florian Meißner
dd431db36e
Fix CMake warnings on linking the Python libraries
11 years ago
Joseph Davies
296c4b6a69
Add missing std headers for compilation with VisualStudio 2013.
...
Additional C++11 support in VS12 requires inclusion of the proper headers.
12 years ago
Adam Johnson
f880967ba9
Fix SDL double-load
12 years ago
Adam Johnson
4a189faf36
Remove x87 hack for typical (avatar) use cases
12 years ago
Adam Johnson
342dd5fe14
Aligned point/vector loads
12 years ago
Adam Johnson
48f232c3a0
Aligned matrix loading
12 years ago
Adam Johnson
8c37858de8
Convert hsMatrix44 hsTArrays to std::vectors
12 years ago
Bartek Bok
8261074f22
Better object searching
12 years ago
Bartek Bok
6832881e32
Enable plDynamicTextMsg sending
12 years ago
Bartek Bok
0c1b6bb096
Some messages are useful
12 years ago
Bartek Bok
57c600ce32
Clone unloading
12 years ago
Bartek Bok
118fd9a184
Net propagated PtAttach and cloning
12 years ago
Adam Johnson
c3ce9a07ab
Another decimal place in the profiling display
...
And Hoikas said, "I cannot tell a difference in the skinning times on my
not-crappy computer with only a tenth of a millisecond resolution." So we
now have hundredth of a millisecond in the profiling display. These are
the kinds of problems you have when developing with a machine that doesn't
suck. It would be nice if players didn't try to run the game on machines
from before the exctinction event that ended the Permian era.
12 years ago
Adam Johnson
dcb0e2f046
Ensure there is always book-spinning while linking
...
This should help people realize that things are happening... Even if
whatever server they're connected to takes a very long time to process a
join request. At some point in the future, the linking process should be
de-serialized.
12 years ago
Adam Johnson
f27cf09cf5
StringStream means less recursive sprintf...
12 years ago
Adam Johnson
fbe821ab11
OpProgress: only skip space if we drew something
12 years ago
Adam Johnson
09f9380073
Only validate FixedKeys in debug builds
12 years ago
Adam Johnson
9634f9b050
PhysX conversion code validation at compile-time
...
Seriously? Offsetof has been around for a long time, and eap added a
compiler_assert for his crazy netcode. There's no excuse for that to be
happening at runtime.
12 years ago
Adam Johnson
91b4bb2da6
Fix python packing logic
12 years ago
Adam Johnson
061f129e70
Remove PhysX Dependency from plExcludeRegionMod
12 years ago
Michael Hansen
8e7505b8ce
Don't use CPUID call on targets that don't support it
12 years ago
Adam Johnson
3d6fb7e827
Implement pyVault::getAllPlayersFolder
12 years ago
Adam Johnson
b53d5c7989
Cleanup and plString-ify PtSendRTChat
12 years ago
Adam Johnson
f8dab46a03
Global KI message = ccr2allplayers
12 years ago
Adam Johnson
1142d8d340
RefreshFOV camera command
12 years ago
Michael Hansen
dde3be140c
Support negative substring indexes from the right side of the string
12 years ago
Chloe Rhodes
38e26dd12e
Implement plShaderAssembler
12 years ago
Adam Johnson
f1908391f4
Death to a hardcoded konstant!
12 years ago
Darryl Pogue
294a398d29
Correct some issues with the pfConsole changes.
12 years ago
Darryl Pogue
9e8131f73b
Fix return values for Read_LCS & Write_LCS.
12 years ago
Joseph Davies
ec39a40d24
Add separate workpath from final output in resource.dat script.
12 years ago
Florian Meißner
e4dde94739
Toss plSDLBrowser
12 years ago
Christopher Schmidt
a392d8463c
fix crash in plFileSecure
12 years ago
Adam Johnson
6eef14e54a
Fix Typo
12 years ago
Adam Johnson
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
12 years ago
Adam Johnson
b6991d384c
Fix crazy stupid
12 years ago
Darryl Pogue
25407bf2ca
Fix logic error.
12 years ago