David Anderson
f2ebf2f4b9
changed SOUND_FROM_PLAYER from -1 to -2 to maintain compatibility with SOUND_FROM_LOCAL_PLAYER
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401054
2007-07-07 17:51:29 +00:00
David Anderson
b5831fd263
added enginesound support
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401053
2007-07-07 17:46:17 +00:00
Scott Ehlert
acb5225fff
Fixed bug where using vtable index 0 would cause call creation to fail
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401048
2007-07-05 20:17:08 +00:00
Borja Ferrer
6e98ba7080
finalized TE setup stocks
...
added TE_SetEntDataFloatArray native to sdktools
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401045
2007-07-05 00:21:59 +00:00
Borja Ferrer
653e9038d3
synced linux build
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401038
2007-07-02 00:41:36 +00:00
Borja Ferrer
8749f537d4
initial import of the TE code
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401037
2007-07-02 00:25:46 +00:00
David Anderson
b649d60cb0
- added IADTFactory for sdktools
...
- updated sample extension and sdktools sdks
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401034
2007-06-30 16:43:11 +00:00
David Anderson
d40fb7b607
added versioning support to mysql and sdktools
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401030
2007-06-27 00:35:36 +00:00
David Anderson
46411e0fb9
fixed a bug where sdktools would crash if bintools was unloaded first
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401029
2007-06-26 23:11:13 +00:00
Scott Ehlert
9aa64a5d1d
Pointless comment update that was meant to be committed ages ago.
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401001
2007-06-20 11:34:03 +00:00
David Anderson
e29e6c216e
fixed a very serious flaw where Vectors being passed as pointers would corrupt the vector object values. this caused TeleportEntity() to have very weird effects
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40993
2007-06-20 08:03:43 +00:00
David Anderson
c2d1cc5ab5
fixed a bug where thisinfo could be constructed with garbage data for decflags
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40992
2007-06-20 07:08:53 +00:00
David Anderson
3250d8a062
fixed a bug where NULL_VECTOR was not allowed in TeleportEntity()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40991
2007-06-20 01:51:03 +00:00
David Anderson
a76f3eba97
A few sdktools functions now accept all entities and the Player versions are deprecated
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40986
2007-06-18 17:02:42 +00:00
David Anderson
c8f2d56dd3
fixed a bug where ValveParamToBinParam() read flags from the output memory, not input variable
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40982
2007-06-17 20:43:21 +00:00
David Anderson
94c8b6b4da
fixed a crash bug in the ValveCall destructor
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40981
2007-06-17 19:49:07 +00:00
David Anderson
4bbebbb348
fixed an initialization bug in ValveCall
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40980
2007-06-17 19:39:11 +00:00
David Anderson
47e3056111
fixed a bug where failed or non-thiscall sdkcalls would crash on EndSDKPrepCall
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40974
2007-06-17 06:34:57 +00:00
David Anderson
df9a745c04
fixed a bug where this parameter was not marked VDECODE_FLAG_BYREF for SDKCall()
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40973
2007-06-17 05:19:55 +00:00
David Anderson
d8f7096f78
fixed makefile for sdktools
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40964
2007-06-16 19:06:48 +00:00
David Anderson
212407d9f6
added linux support and fixed a few bugs in sdktools
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40962
2007-06-16 18:33:21 +00:00
David Anderson
0b9447d986
added a few more natives
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40961
2007-06-16 18:27:23 +00:00
David Anderson
11ff381289
- added bool type
...
- added pointer support
- added three default natives
- added include file for sdktools
- cleaned up decoding api a bit
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40960
2007-06-16 18:03:05 +00:00
David Anderson
6c64c00f6b
added by-address calling
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40959
2007-06-16 15:40:22 +00:00
David Anderson
bdf651634c
initial import of sdktools extension. we're missing some of the calling mechanisms and linux tests/support!
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40956
2007-06-16 08:36:34 +00:00
Scott Ehlert
d48e1f358e
Disabled RTTI in all MSVC project files - this has the side effect of reducing the size of some Windows binaries
...
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40871
2007-05-30 04:54:35 +00:00
Scott Ehlert
f7aa15c06c
Added skeleton SDK Tools extension.
...
It's no where near done - DON'T BOTHER USING IT :o
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40789
2007-05-13 06:37:38 +00:00