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
Branan Purvine-Riley
70ea64eed2
Merge pull request #302 from Hoikas/camera
...
Fix Teledahn and Kemo Camera Issues
12 years ago
Branan Purvine-Riley
1e7cbc3daf
Merge pull request #299 from Hoikas/hor-plus
...
Implement Hor+ FOVs
12 years ago
Branan Purvine-Riley
777197c8c7
Merge pull request #297 from Hoikas/crash-fix
...
Fix Clone Race Condition
12 years ago
Adam Johnson
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.
12 years ago
Adam Johnson
38f5e6ea0a
Implement Hor+ FOVs
12 years ago
Christopher Schmidt
20de71cef8
add PtGetNPCCount function to python API
12 years ago
Christopher Schmidt
41001cbaa3
add PtGetNPCByID function for Python
...
This function returns the real SceneObject of the NPC, so it can be customized by Python.
12 years ago
Adam Johnson
7020624be4
Fix clone loading race condition.
...
This happens on DirtSand shards when two avatars are loading the same age
at once. LoadCloneMsgs are dispatched to the clients before they have
loaded the original keys. The server has no way of knowing that however,
so this is the correct place to fix the problem.
12 years ago
Michael Hansen
12b2c35561
Merge pull request #296 from Hoikas/detectors
...
Some Physics Tweaks
12 years ago
Adam Johnson
cc15367781
Bump the step offset by a tenth of a foot.
...
This should keep the avatar from getting stuck on some stupid stuff such
as on the pellet machine. A real fix would be to tweak the data, but we
cannot do that.
12 years ago
Adam Johnson
fe5ad6d437
Reintroduce a fun hack
...
Yeah, looks like PhysX 2.6.4 has a bug with spawning stuff inside of
regions. So, let's bring back the hack that spawns the avatar at -2000
feet. The link-in process will set the correct position on the controller
and fire the appropriate detectors.
12 years ago
Adam Johnson
9d6e0a68b1
Don't panic link if the avatar is flying around
12 years ago
Adam Johnson
08d4b019d6
Merge pull request #295 from zrax/createdir
...
Fix plFileSystem::CreateDir
12 years ago
Michael Hansen
04ecc27e8e
Fix a plFileSystem::CreateDir failure when called with a trailing slash
...
and requesting the whole tree to be created.
12 years ago
Adam Johnson
fc43c62174
CoreLib Precompiled Header
...
NOTE: I used a different header name this time because CoreLib headers are
visible top-level to the rest of the codebase.
12 years ago
Adam Johnson
194f44b017
Fix Debug/Release PCH Battles
...
Don't specify the filename ourselves... Let VS figure it out.
12 years ago
Joseph Davies
9873b33cb3
Fix typo in pfSurface's CMakefile.
12 years ago
Michael Hansen
46dd7eeb78
Merge pull request #285 from Hoikas/skip-preload
...
Patcher Fixes
12 years ago
Joseph Davies
676a8d649f
Merge pull request #294 from Hoikas/trolling
...
Fix patcher launching and StreamSource case-sensitivity.
12 years ago