Joseph Davies
b86ab9d69e
Merge pull request #336 from Hoikas/weight-format
...
Improve skinning performance.
11 years ago
Joseph Davies
6bdee2ba1a
Merge pull request #329 from Hoikas/kill-printf
...
Remove unsafe or inappropriate uses of *printf.
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
Adam Johnson
efd5cddaef
Merge pull request #338 from Mystler/moar-cmake
...
Allow disabling supplemental projects with CMake
11 years ago
Florian Meißner
18010570b5
Allow disabling certain parts of the build
11 years ago
Joseph Davies
ee1139cad2
Merge pull request #337 from Mystler/cmake-python
...
Fix CMake warnings for Python libraries.
11 years ago
Florian Meißner
dd431db36e
Fix CMake warnings on linking the Python libraries
11 years ago
Joseph Davies
4d6d265daa
Merge pull request #335 from Mystler/readme
...
Port README to Markdown.
12 years ago
Florian Meißner
432ec2d7fd
Remove November 2008 DirectX SDK from README
12 years ago
Florian Meißner
5dc47eb0a1
Move the optional dependencies to a separete list
12 years ago
Florian Meißner
0f1bdb8034
Change README format to Markdown
12 years ago
Joseph Davies
dc1e676d75
Merge pull request #333 from Mystler/readme
...
README update.
- Update Guild of Writers address.
- Enhance formatting in step-by-step instructions.
- Various other updates and typographical fixes.
12 years ago
Branan Purvine-Riley
c74dd5d42e
Merge pull request #334 from Deledrius/vs_2013_std
...
Add missing std headers for compilation with VisualStudio 2013.
12 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
Florian Meißner
6dfb8ccc4c
Update the README and add some text formatting
12 years ago
Adam Johnson
f880967ba9
Fix SDL double-load
12 years ago
Adam Johnson
0008c55fc8
Merge pull request #332 from Hoikas/simd
...
More Skinning Improvements
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
Adam Johnson
aefe778bb7
Merge remote-tracking branch 'hoikas/morefun'
...
Merge boq's morefun branch to discourage people from releasing incorrect custom builds.
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
51866d11ac
Merge pull request #330 from Hoikas/progress-fixes
...
OpProgress Improvements
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
3f8895a0bf
MOULa is now Build 918
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
Branan Purvine-Riley
e3fa96ba60
Merge pull request #328 from Hoikas/px-convert
...
plPXConvert::Validate to compile time
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
Branan Purvine-Riley
12c53b85c5
Merge pull request #327 from Hoikas/pypack
...
Fix plPythonPack Logic
12 years ago
Adam Johnson
91b4bb2da6
Fix python packing logic
12 years ago
Michael Hansen
64b1e5fd0c
Merge pull request #326 from Hoikas/exmod-pxdep
...
Remove PhysX plModifier
12 years ago
Adam Johnson
061f129e70
Remove PhysX Dependency from plExcludeRegionMod
12 years ago
Adam Johnson
99019becb0
Merge pull request #318 from Hoikas/ccr-bcast
...
Global Chat Messages
12 years ago
Adam Johnson
a8b667ca1e
Merge pull request #321 from Hoikas/refresh-fov
...
RefreshFOV Camera Command
12 years ago
Adam Johnson
06dd899d70
Merge pull request #274 from Deledrius/DebugControllerDisplay_Crashfix
...
Fix for multi-controller debug display.
12 years ago
Adam Johnson
81e7e15702
Merge pull request #323 from zrax/cpuid_check
...
Don't use CPUID call on targets that don't support it
12 years ago