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
7888cf7010
Remove redundant bitfield
2013-01-27 18:51:48 -05:00
07ddec2f79
Expose to python
2013-01-27 18:18:13 -05: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
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
767b0622d9
More efficient form for PyString_AsStringEx
2013-01-19 14:21:56 -08:00
6f6ade2636
Replace hsStream::Open duplicated methods everywhere with a single plFileName interface
2013-01-19 14:21:49 -08:00
f980f022dd
Replace pnProduct with a (very) thin CoreLib plProduct wrapper around CMake-defined product ID values
2013-01-17 01:14:45 -08:00
a2dd2f60d2
Condense string conversion in Python glue.
...
Adds fixes from code review.
2013-01-15 07:16:59 -08:00
14632eecee
Use plString in pfLocalizationMgr - Part 2
...
More clean-up and adjustments to use plString in pfLocalizationMgr
and associated classes.
2013-01-15 07:16:57 -08:00
ad6b0bf3c8
Merge pull request #252 from dpogue/pljpeg
...
Move plJPEG into plGImage.
2013-01-05 21:10:57 -08:00
c77cb10c20
Move plJPEG into plGImage.
...
This matches what was done for plPNG.
2013-01-05 20:34:01 -08:00
2382cebd11
Fix some plString vararg parameters in normally-disabled code
2013-01-05 19:08:15 -08:00
ca916fee49
Add proper member access control to NetVaultNode
2013-01-05 19:00:58 -08:00
bc0d04da48
Deprecate and remove NEWZERO macro
2013-01-05 18:33:47 -08:00
a8126757f8
Fixes pointed out by @zrax and @hoikas .
2013-01-05 14:08:08 -08:00
f455ee25ec
Fixes for UUID compilation on Windows.
2013-01-04 21:54:22 -08:00
bcf6e97d23
Replace Uuid with plUUID EVERYWHERE.
2013-01-04 21:06:14 -08:00
a0641ba66b
Clean up for Python interface stuff.
2013-01-04 21:01:16 -08:00
274812c057
Remove all uses of GuidToString.
2013-01-04 21:01:15 -08:00
fd8541e18d
Get rid of GuidGenerate calls.
2013-01-04 21:01:14 -08:00
74e06e3984
Deprecate and remove hsStlSortUtils
2013-01-01 21:35:11 -08:00
8158a43dfe
Fully remove hsStlUtils, as it is now completely unused
2013-01-01 21:35:11 -08:00
60021923a2
Deprecate and remove xtl::format in favor of plString::Format
2013-01-01 21:35:10 -08:00
f510b529f8
Remove unused headers from hsStlUtils.h (and push them downstream where needed)
...
Also fix a couple of plString and header issues identified by Paradox on GCC/Clang
2013-01-01 21:35:10 -08:00
d40e7a5ca5
Move file stuff back to plFile for gcc.
2013-01-01 21:05:32 -08:00
3f79d69463
Merge pull request #238 from Hoikas/hdr-work
...
More Header Cleanups
2013-01-01 15:38:25 -08:00
8091fffa1d
Use plString in PtGetCameraNumber()
2012-12-26 18:46:47 -05:00
e86d3a7658
Fix crash in PtGetCameraNumber()
2012-12-26 18:44:24 -05:00
3d15f529aa
Merge pull request #230 from Hoikas/physx
...
PhysX Cleanup (forward port from OU)
2012-12-25 19:46:12 -08:00
cac3968d13
Merge pull request #234 from Hoikas/sdl-isused
...
pySimpleStateVariable IsUsed Binding
2012-12-25 19:45:36 -08:00
3ea82ca589
Be smarter about Pch.[h|cpp] files
...
As pointed out in #225 , Pch.cpp looks suspiciously like a garbage file
when precompiled headers are disabled in cmake. To solve that, I have
changed the precompiled header function to add the Pch source files only
when pch is enabled. This should prevent future accidents.
2012-12-22 17:16:05 -05:00
7785c9c85e
Remove global Windows.h include
...
This is the beginning of efforts to reduce the scope of Windows.h. I have
shuttled it into hsWindows.h (again) and fixed the compilation of the
major apps. There is still some scope work that needs to be done, and the
Max plugin has not yet been addressed.
2012-12-22 17:15:14 -05:00