689cfb1430
Merge pull request #306 from dpogue/netprotocol
...
Fix 64-bit *nix compilation of pnNetProtocol.
2013-02-20 21:33:34 -08:00
9e8131f73b
Fix return values for Read_LCS & Write_LCS.
2013-02-20 21:30:37 -08:00
192bd5ea7a
Merge pull request #310 from Mystler/resourcedat
...
Copy resource.dat to output folder
2013-02-19 18:00:35 -08:00
ec39a40d24
Add separate workpath from final output in resource.dat script.
2013-02-19 08:06:39 -08:00
e4dde94739
Toss plSDLBrowser
2013-02-19 11:19:26 +01:00
a00fc521c7
Merge pull request #311 from ChristopherS/plFileSecure
...
Fix a crash in plFileSecure
2013-02-18 11:42:40 -08:00
a392d8463c
fix crash in plFileSecure
2013-02-18 13:17:18 +01:00
2a7d97d520
Merge pull request #309 from Hoikas/hor-plus
...
Hor+ Fixes
2013-02-13 21:18:04 -08:00
a0a375dcd7
Merge pull request #267 from Hoikas/pendingload
...
Refactor Pending Loads
2013-02-13 21:17:33 -08:00
6eef14e54a
Fix Typo
2013-02-13 21:10:34 -05:00
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
2013-02-13 18:44:19 -05:00
b6991d384c
Fix crazy stupid
2013-02-13 18:43:47 -05:00
9e87967f1a
Merge pull request #284 from Hoikas/pch
...
Trickle of PCH
2013-02-13 12:17:07 -08:00
6ea468ad73
Merge pull request #298 from ChristopherS/npcClothing
...
NPC improvements
2013-02-13 12:15:01 -08:00
25407bf2ca
Fix logic error.
2013-02-10 00:28:06 -08:00
c06cfd1449
Fix some warnings and some errors.
2013-02-10 00:14:10 -08:00
2a578d3d35
Fix 64-bit *nix compilation of pnNetProtocol.
2013-02-09 22:20:58 -08:00
70ea64eed2
Merge pull request #302 from Hoikas/camera
...
Fix Teledahn and Kemo Camera Issues
2013-02-08 13:36:57 -08:00
1e7cbc3daf
Merge pull request #299 from Hoikas/hor-plus
...
Implement Hor+ FOVs
2013-02-08 13:36:17 -08:00
777197c8c7
Merge pull request #297 from Hoikas/crash-fix
...
Fix Clone Race Condition
2013-02-08 11:13:24 -08:00
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.
2013-02-08 00:15:56 -05:00
38f5e6ea0a
Implement Hor+ FOVs
2013-02-07 21:22:05 -05:00
20de71cef8
add PtGetNPCCount function to python API
2013-02-07 22:28:52 +01:00
41001cbaa3
add PtGetNPCByID function for Python
...
This function returns the real SceneObject of the NPC, so it can be customized by Python.
2013-02-06 20:26:44 +01:00
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.
2013-02-06 00:02:06 -05:00
12b2c35561
Merge pull request #296 from Hoikas/detectors
...
Some Physics Tweaks
2013-02-05 19:54:57 -08:00
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.
2013-02-05 19:13:00 -05:00
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.
2013-02-05 18:59:20 -05:00
9d6e0a68b1
Don't panic link if the avatar is flying around
2013-02-05 17:21:26 -05:00
08d4b019d6
Merge pull request #295 from zrax/createdir
...
Fix plFileSystem::CreateDir
2013-02-04 20:04:43 -08:00
04ecc27e8e
Fix a plFileSystem::CreateDir failure when called with a trailing slash
...
and requesting the whole tree to be created.
2013-02-04 19:47:13 -08:00
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.
2013-02-04 17:25:05 -05:00
194f44b017
Fix Debug/Release PCH Battles
...
Don't specify the filename ourselves... Let VS figure it out.
2013-02-04 17:19:36 -05:00
9873b33cb3
Fix typo in pfSurface's CMakefile.
2013-02-03 16:19:55 -08:00
46dd7eeb78
Merge pull request #285 from Hoikas/skip-preload
...
Patcher Fixes
2013-02-02 18:15:51 -08:00
676a8d649f
Merge pull request #294 from Hoikas/trolling
...
Fix patcher launching and StreamSource case-sensitivity.
2013-02-02 17:14:14 -08:00
b2a95a07bb
StreamSource is case insensitive
2013-02-02 20:00:38 -05:00
ef9cb1b5a4
Fix patcher launching crazy
2013-02-02 20:00:32 -05:00
e98aeabb80
Merge pull request #293 from Hoikas/trolling
...
Fix bugs
2013-02-02 14:59:38 -08:00
fe06eed259
Shit, I'm not even testing that.
2013-02-02 17:58:25 -05:00
0192c7eecd
Fix rename fail
2013-02-02 17:55:01 -05:00
216d4ac983
HACK fix client path joining
2013-02-02 17:54:30 -05:00
bbd1723e2c
Merge pull request #290 from Hoikas/pipe-hax
...
Resizable DynamicCamMaps
2013-02-02 09:56:54 -08:00
20c52b661f
Play the link-in sound by default
2013-02-02 11:51:51 -05:00
27a4bfb0b9
Merge pull request #292 from zrax/journal-book-crash
...
Fix crash from Relto age journal book
2013-02-02 08:34:01 -08:00
e187db758a
Fix crash from Relto age journal book
2013-02-02 02:28:38 -08:00
804d197714
Merge pull request #291 from Deledrius/plPlate_resizing
...
Correct voice chat icon resizing.
2013-02-01 17:50:08 -08:00
e4e718e243
Bypass ATI Generic fudging with Radeon HD cards
2013-02-01 18:56:45 -05:00
f2f1bea345
Non Power-of-Two DynamicCapMaps
...
Epic K'veer floor is now even more epic.
2013-02-01 18:56:39 -05:00
0f143712af
Merge pull request #283 from Hoikas/crash-fix
...
Fix Crash in VaultClientApi
2013-02-01 14:58:04 -08:00