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
Adam Johnson
b2a95a07bb
StreamSource is case insensitive
12 years ago
Adam Johnson
ef9cb1b5a4
Fix patcher launching crazy
12 years ago
Branan Purvine-Riley
e98aeabb80
Merge pull request #293 from Hoikas/trolling
...
Fix bugs
12 years ago
Adam Johnson
fe06eed259
Shit, I'm not even testing that.
12 years ago
Adam Johnson
0192c7eecd
Fix rename fail
12 years ago
Adam Johnson
216d4ac983
HACK fix client path joining
12 years ago
Branan Purvine-Riley
bbd1723e2c
Merge pull request #290 from Hoikas/pipe-hax
...
Resizable DynamicCamMaps
12 years ago
Adam Johnson
20c52b661f
Play the link-in sound by default
12 years ago
Adam Johnson
27a4bfb0b9
Merge pull request #292 from zrax/journal-book-crash
...
Fix crash from Relto age journal book
12 years ago
Michael Hansen
e187db758a
Fix crash from Relto age journal book
12 years ago
Adam Johnson
804d197714
Merge pull request #291 from Deledrius/plPlate_resizing
...
Correct voice chat icon resizing.
12 years ago
Adam Johnson
e4e718e243
Bypass ATI Generic fudging with Radeon HD cards
12 years ago
Adam Johnson
f2f1bea345
Non Power-of-Two DynamicCapMaps
...
Epic K'veer floor is now even more epic.
12 years ago
Branan Purvine-Riley
0f143712af
Merge pull request #283 from Hoikas/crash-fix
...
Fix Crash in VaultClientApi
12 years ago
Adam Johnson
e953c0c542
Refactor Pending Loads
12 years ago
Adam Johnson
3fb5f33517
Add plQuality entry for Shader Model 3
12 years ago