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
Florian Meißner
e4dde94739
Toss plSDLBrowser
12 years ago
Michael Hansen
a00fc521c7
Merge pull request #311 from ChristopherS/plFileSecure
...
Fix a crash in plFileSecure
12 years ago
Christopher Schmidt
a392d8463c
fix crash in plFileSecure
12 years ago
Branan Purvine-Riley
2a7d97d520
Merge pull request #309 from Hoikas/hor-plus
...
Hor+ Fixes
12 years ago
Adam Johnson
a0a375dcd7
Merge pull request #267 from Hoikas/pendingload
...
Refactor Pending Loads
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
Adam Johnson
9e87967f1a
Merge pull request #284 from Hoikas/pch
...
Trickle of PCH
12 years ago
Adam Johnson
6ea468ad73
Merge pull request #298 from ChristopherS/npcClothing
...
NPC improvements
12 years ago
Darryl Pogue
25407bf2ca
Fix logic error.
12 years ago
Darryl Pogue
c06cfd1449
Fix some warnings and some errors.
12 years ago
Darryl Pogue
2a578d3d35
Fix 64-bit *nix compilation of pnNetProtocol.
12 years ago