Borja Ferrer
e5057d7191
cell upcasting (second revision)
2006-04-28 21:30:17 +00:00
Scott Ehlert
f10ecbb239
Small bug fix and tiny optimizations in xs_get_maxmessages and xs_is_msg_valid
...
Added xs_vec_maked2d (at28754)
2006-04-28 21:10:29 +00:00
Borja Ferrer
229b149247
cell upcasting (second revision)
2006-04-28 20:14:08 +00:00
Scott Ehlert
1f8b9a8cd9
Renamed FM_ClientInfoChanged to FM_ClientUserInfoChanged for consistency with DLLFunc_ClientUserInfoChanged
...
(Also goes along with fix made in FakeMeta module itself, sort of :|)
2006-04-28 20:10:42 +00:00
Scott Ehlert
6000fe43d1
Fixed ClientUserInfoChanged forward not being reset on mapchange
2006-04-28 20:07:53 +00:00
Scott Ehlert
5a2e35c1bf
Fixed is_in_viewcone always returning 0
...
Fixed is_visible causing a crash when a non-player entity was passed and also made it quite a bit more accurate
(at28936)
2006-04-28 19:19:24 +00:00
David Anderson
62c096d7d3
updated comment as per at28188
2006-04-27 17:41:41 +00:00
David Anderson
f6cb8ab3bb
fixed typo (at28930)
2006-04-27 17:31:55 +00:00
David Anderson
8da4987895
implemented request at28875
2006-04-27 17:31:38 +00:00
Scott Ehlert
38cb60c60b
Eh hem. This shouldn't have been bumped quite yet :(
2006-04-27 03:57:33 +00:00
Scott Ehlert
a87966cde3
Oops (again)
2006-04-27 00:07:36 +00:00
Scott Ehlert
9b252fa919
Oops :(
2006-04-27 00:04:52 +00:00
Scott Ehlert
760514a1fe
Makefile now in sync with the others (I think)
...
(This is mostly for cleaning fixes. Please give me a better idea)
2006-04-27 00:02:54 +00:00
Scott Ehlert
2ca42b7b21
MSVC8 Project File + SDK Update
2006-04-26 23:54:12 +00:00
David Anderson
b65b8a1cf0
request at28581
2006-04-26 05:21:29 +00:00
Twilight Suzuka
e96eaa6174
Fixed small error
2006-04-26 05:18:26 +00:00
David Anderson
2a74d2229f
commit for fix to a deadlock which would occur when stopping a live, queue'd thread worker
2006-04-25 20:41:18 +00:00
Christian Hammacher
3f5bae615b
added request at28199
2006-04-25 17:19:58 +00:00
Christian Hammacher
96854aefa7
now allows you to teleport yourself (request by jpt10181)
2006-04-25 15:14:54 +00:00
Christian Hammacher
697f63f2e9
fixed small modified bug
...
fixed another tiny bug (default author+default name weren't equal if you created a new plugin if the settings.ini wasn't found)
2006-04-25 14:51:13 +00:00
Christian Hammacher
98a1d2b3da
added fast read+write
...
fixed modified bug for the notes
2006-04-25 14:24:21 +00:00
Christian Hammacher
2c541f338c
Now shows if a document has been modified in the documents tab bar
2006-04-25 13:16:43 +00:00
Scott Ehlert
9dccde4567
Fixed bug with ClientUserInfoChanged forward at28782
...
Also bumped version
2006-04-25 09:08:11 +00:00
Scott Ehlert
47408443f7
Fixed bug with ClientUserInfoChanged forward at28782 (Orangutanz)
...
Also bumped version
2006-04-25 09:08:11 +00:00
Scott Ehlert
f673e641f3
Fixed issue where hostname could be retrieved too early if it was set in server.cfg;
...
thereby having an incorrect hostname if %hostname% was used in the message
Also, if the hostname cvar changes at any time before a map change occurs, then %hostname% should be replaced with the new value
2006-04-25 07:35:02 +00:00
David Anderson
1f44f5f481
fixed some return stuff
2006-04-24 15:14:34 +00:00
David Anderson
94d4380f39
renamed logtag to deal with stupid system
2006-04-24 11:59:22 +00:00
David Anderson
5adc7021e4
fixed project for release builds
2006-04-24 11:22:24 +00:00
David Anderson
14db579540
added more tests
2006-04-24 11:13:17 +00:00
David Anderson
3aebbd7173
Restored linux compat
2006-04-24 10:31:37 +00:00
David Anderson
1c5b8670d9
added backwards compat layer to old mysql module
2006-04-24 10:27:25 +00:00
David Anderson
768880fa92
leprechaun !
2006-04-24 07:33:09 +00:00
David Anderson
114a6fe19d
added linux support [untested]
2006-04-24 07:19:15 +00:00
David Anderson
0d3e657e1a
added pragma library
2006-04-24 07:08:05 +00:00
David Anderson
880ec0572f
fixed some bugs in result stuff
2006-04-24 02:09:27 +00:00
David Anderson
eba3f39d88
fixed some corruption bugs, hopefully improved memory management
2006-04-23 23:17:20 +00:00
Christian Hammacher
58ed3067ed
Fixed search bug
...
Fixed print bug
Bumped version number to 1.4.2
2006-04-23 20:46:52 +00:00
David Anderson
fce58de726
*** empty log message ***
2006-04-23 04:24:46 +00:00
David Anderson
3677bc15ad
*** empty log message ***
2006-04-23 01:36:33 +00:00
David Anderson
27d8cde394
initial import
2006-04-23 01:10:06 +00:00
Twilight Suzuka
3ba923e4c0
Works on t3h linux
2006-04-22 19:50:51 +00:00
Twilight Suzuka
07b1f0ea87
Added to allow Linux compilations.
2006-04-22 19:44:37 +00:00
Borja Ferrer
769485ce29
fixed 2 memory leaks in the debugger
2006-04-21 02:45:57 +00:00
Borja Ferrer
1d6becf3b5
hi, dont look
2006-04-21 02:18:34 +00:00
Scott Ehlert
761e1f6fe1
Reverted a CreateInstancedBaselines change due to a 31 character limit to enum symbols that causes a compiler warning
...
(Real function that FM uses is called CreateInstancedBaselines and is different from CreateInstancedBaseline...
So something should be done, but I'm not sure what yet)
2006-04-20 08:49:49 +00:00
Borja Ferrer
b34557b839
fixed bug at27878
2006-04-19 02:52:39 +00:00
Scott Ehlert
a265189efa
Modified param names for touch native and forward to correct values... makes it more clear to someone looking at it
2006-04-17 22:29:18 +00:00
Scott Ehlert
4101eea5e8
Oh dear, lots of changes:
...
1) Added get_orig_retval for retrieving the original return value of an engine function
2) Fixed engfunc being called with EngFunc_CheckVisibility so that it now works as intended
3) Hooks should now also work with FM_WalkMove, FM_TraceToss, FM_TraceMonsterHull, FM_TraceHull,
FM_TraceModel, FM_TraceTexture, FM_TraceSphere, FM_GetBonePosition, FM_GetAttachment, FM_RunPlayerMove,
FM_StaticDecal, FM_BuildSoundMsg and FM_CheckVisibility
4) Reformatted comments in some header files so they look a bit neater
2006-04-17 17:02:57 +00:00
Scott Ehlert
b57c752b1c
Added get_orig_retval for retrieving the original return value of an engine function
...
Reformatted comments in fakemeta include files so they look a bit neater
2006-04-17 16:59:37 +00:00
David Anderson
82a739a95e
register_plugin returns id
2006-04-17 12:57:52 +00:00