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
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
Branan Purvine-Riley
42c8235023
Merge pull request #308 from Hoikas/display-names
...
Age Display Name Fixes
12 years ago
Branan Purvine-Riley
2715a2169c
Merge pull request #320 from zrax/negative_substring
...
Support negative substring indexes
12 years ago
Adam Johnson
1789e9c9d9
Merge pull request #317 from GPNMilano/shaders
...
Implement plShaderAssembler
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
Michael Hansen
e89071f04d
Merge pull request #307 from dpogue/clang-fixes
...
Fix some warnings and some errors.
12 years ago
Chloe Rhodes
38e26dd12e
Implement plShaderAssembler
12 years ago
Adam Johnson
a3ecf38636
Merge pull request #314 from Mystler/sdlbrowser
...
Toss plSDLBrowser -- Closes #1
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
Michael Hansen
689cfb1430
Merge pull request #306 from dpogue/netprotocol
...
Fix 64-bit *nix compilation of pnNetProtocol.
12 years ago
Darryl Pogue
9e8131f73b
Fix return values for Read_LCS & Write_LCS.
12 years ago
Adam Johnson
192bd5ea7a
Merge pull request #310 from Mystler/resourcedat
...
Copy resource.dat to output folder
12 years ago
Joseph Davies
ec39a40d24
Add separate workpath from final output in resource.dat script.
12 years ago