1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00
Commit Graph

392 Commits

Author SHA1 Message Date
88dfd51000 Fix Console Help indentation 2013-07-09 21:52:17 -04:00
dd35878465 Begin killing off sprintf 2013-07-09 21:30:42 -04:00
470ed86187 Let's use vsnprintf for those legacy methods... 2013-07-09 21:30:41 -04:00
8261074f22 Better object searching 2013-06-18 18:37:19 -04:00
57c600ce32 Clone unloading 2013-06-18 17:48:32 -04:00
118fd9a184 Net propagated PtAttach and cloning 2013-06-18 17:48:25 -04:00
99019becb0 Merge pull request #318 from Hoikas/ccr-bcast
Global Chat Messages
2013-04-12 16:59:55 -07:00
a8b667ca1e Merge pull request #321 from Hoikas/refresh-fov
RefreshFOV Camera Command
2013-04-12 16:59:28 -07:00
3d6fb7e827 Implement pyVault::getAllPlayersFolder 2013-03-15 13:02:30 -04:00
b53d5c7989 Cleanup and plString-ify PtSendRTChat 2013-03-15 13:02:29 -04:00
f8dab46a03 Global KI message = ccr2allplayers 2013-03-15 13:02:27 -04:00
42c8235023 Merge pull request #308 from Hoikas/display-names
Age Display Name Fixes
2013-03-14 20:16:16 -07:00
1142d8d340 RefreshFOV camera command 2013-02-25 19:53:25 -05:00
e89071f04d Merge pull request #307 from dpogue/clang-fixes
Fix some warnings and some errors.
2013-02-24 19:06:10 -08:00
f1908391f4 Death to a hardcoded konstant! 2013-02-21 21:47:14 -05:00
294a398d29 Correct some issues with the pfConsole changes. 2013-02-20 21:33:35 -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
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
70ea64eed2 Merge pull request #302 from Hoikas/camera
Fix Teledahn and Kemo Camera Issues
2013-02-08 13:36:57 -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
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
20c52b661f Play the link-in sound by default 2013-02-02 11:51:51 -05:00
e187db758a Fix crash from Relto age journal book 2013-02-02 02:28:38 -08:00
ef808d8a24 Merge pull request #288 from Deledrius/plString_pfLocalizationMgr
plStringification of pfLocalizationMgr Fixes
2013-02-01 13:27:41 -08:00
1366e2cb8b Modify XML signature to match UTF-8 output. 2013-01-31 16:51:40 -08:00
f5abe4ab15 Merge pull request #273 from 'paradox/clang'
Conflicts:
	Sources/Tools/MaxConvert/Pch.h
	Sources/Tools/MaxConvert/hsControlConverter.cpp
2013-01-31 19:14:57 -05:00
0699490e5a Don't dereference a null pointer 2013-01-31 10:44:39 -05:00
98dff8d8e5 More granular control of the SecurePreloader 2013-01-30 15:22:19 -05:00
e4af3aff16 time.h -> ctime 2013-01-28 23:28:06 -08:00
29bc092cff math.h -> cmath 2013-01-28 23:23:07 -08:00
b01aab4a39 Standardize on C++ headers.
Also removes a bunch of duplicate #includes of stuff that's already
pulled in by HeadSpin.h.
2013-01-28 23:15:54 -08:00
690490afa6 Remove unneeded wstring code in pfLocalizationMgr. 2013-01-28 21:59:43 -08:00
2e14d70776 Fix some compiler errors. 2013-01-28 21:59:42 -08:00
7888cf7010 Remove redundant bitfield 2013-01-27 18:51:48 -05:00
07ddec2f79 Expose to python 2013-01-27 18:18:13 -05:00
0343e997da ARRAY(T) uses malloc, and therefore breaks classes which need constructors 2013-01-22 21:00:01 -08:00
8f67596686 Merge pull request #275 from zrax/file-utils
Unify filesystem utilities
2013-01-22 16:27:26 -08:00
2c028c4b07 Remove hsFiles in favor of plFilesystem stuff 2013-01-21 14:48:32 -08:00
cc54fb07be Finish deprecation of pnUtPath 2013-01-21 14:48:31 -08:00
6e564476b7 Deprecate plFileUtils and parts of pnUtPath 2013-01-21 14:48:28 -08:00
f86b549293 Re-define nil as nullptr, cleaning up some potential issues along the way 2013-01-20 21:12:13 -08:00
1ce553ac80 Add plStatusLog to the list of converted interface, in order to fix my log output dir screw-up 2013-01-19 17:06:27 -08:00
767b0622d9 More efficient form for PyString_AsStringEx 2013-01-19 14:21:56 -08:00