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

192 Commits

Author SHA1 Message Date
7a59dbae41 I did it wrooong 2014-02-02 09:40:32 +01:00
22f1be0542 Merge pull request #387 from Hoikas/animFun
Animation Things and Stuff
2014-01-31 19:51:16 -08:00
fc06d95858 Merge pull request #388 from Hoikas/leaks
Fix some leaks revealed by Coverity
2014-01-23 17:14:16 -08:00
3d1bcf1988 Whoops-a-birdy 2014-01-22 20:59:25 -08:00
5d919f6d28 Fix leak in GetLinkToCity 2014-01-22 19:15:29 -05:00
571bdbab01 Fix leak in GetLinkToMyNeighborhood
pyAgeLinkStruct copies the plAgeLinkStruct, so we can create our initial
ALS on the stack and avoid crazy memory logic.
2014-01-22 19:02:23 -05:00
d7fdf10455 Convert ReadSafe(W)String* to the plString variants, and remove the now
unneeded _TEMP variants.  All safe strings read from hsStreams are
now plStringified :)
2014-01-21 15:21:32 -08:00
ef04cfcf84 Age Link info names => plString 2014-01-21 15:21:22 -08:00
f9a72e1a8f Repeatable emote animations...
... It's multistage majick!
2014-01-21 17:26:24 -05:00
69e6381736 Implement Co-op animations via Python 2014-01-21 17:26:23 -05:00
b6a371f49f Add animation loop functions to Python 2014-01-20 18:35:55 +01:00
ff30c77ddd plArmatureMod => plString 2014-01-12 13:22:42 -08:00
0c1783b2f3 plGenericVar => plString
- Also fixes a bug in plGenericType::CopyFrom, where doubles would get
  only half copied (and therefore become corrupt)
2014-01-12 13:08:25 -08:00
a783642515 Python file names and SynchedObj SDL state names => plString 2014-01-12 13:08:25 -08:00
f370c65ad3 GUI List Box items => plString 2014-01-12 13:08:24 -08:00
7de24157a5 Avatar Clothing data => plString 2014-01-11 20:42:01 -08:00
4987b32574 pfBackdoorMsg => plString 2014-01-11 20:39:39 -08:00
ec70590c5b proVariableEventData name => plString 2014-01-10 10:11:57 -08:00
d8113a5ab7 Movie filename in plMovieMsg and plBinkPlayer => plString 2014-01-09 22:20:51 -08:00
a931c7ca33 Convert username in pyPlayer and pfKIMsg to a plString 2014-01-09 21:44:06 -08:00
56507c5219 Fix several format errors detected via vararg-template voodoo 2013-12-16 18:58:47 -08:00
6025621eda Merge pull request #300 from Mystler/newstartup
Avatar clothing files
2013-12-11 16:41:26 -08:00
b8ff9ee065 Add clothing file functions to the Avatar Python API 2013-12-11 20:39:35 +01:00
324715db9d Pass message as a unicode object, to avoid encoings getting screwed up 2013-12-07 15:36:24 -08:00
e103d0c9d6 Port PtDebugPrint to C++
This has a couple of benefits:
- We should theoretically no longer run into UnicodeDecodeErrors from the
  plString-based implementation
- By doing things engine side, we can use the logging API to colorize log
  messages.
2013-11-19 21:33:30 -05:00
52deaff61a Async pyVaultPlayerInfoList::AddPlayer
This fixes the stutter when adding a buddy to the KI. The return value was
never used, according to grep. There is a delay between hitting enter and the player being added, but that's acceptable.
2013-07-21 21:31:16 -04:00
139730eaab Fix pySceneObject::IsHuman 2013-07-13 19:20:07 -04:00
dd35878465 Begin killing off sprintf 2013-07-09 21:30:42 -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
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
c06cfd1449 Fix some warnings and some errors. 2013-02-10 00:14:10 -08: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
20c52b661f Play the link-in sound by default 2013-02-02 11:51:51 -05: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
e4af3aff16 time.h -> ctime 2013-01-28 23:28:06 -08:00