David Anderson
|
5db290890f
|
Fixed debugging stuff
|
2004-10-04 05:51:27 +00:00 |
|
David Anderson
|
b9c83aa4a2
|
Reworked SDK LogError() to include module names
improved debugging output
|
2004-10-04 05:50:28 +00:00 |
|
David Anderson
|
bb12f71137
|
made worldspawn a valid ent
|
2004-10-03 23:21:54 +00:00 |
|
David Anderson
|
0a3911231b
|
made worldspawn a valid ent
|
2004-10-03 22:49:29 +00:00 |
|
David Anderson
|
846ef95c58
|
Added debugging engine
|
2004-10-03 22:33:55 +00:00 |
|
David Anderson
|
601bb30b7e
|
Added debugging engine
|
2004-10-03 21:54:27 +00:00 |
|
David Anderson
|
9728b79c33
|
Fixed configuration error
|
2004-10-03 21:44:48 +00:00 |
|
David Anderson
|
90baf98057
|
Added debugging engine
|
2004-10-03 21:43:03 +00:00 |
|
David Anderson
|
8ad6437dd8
|
Added debugging engine
|
2004-10-03 21:33:09 +00:00 |
|
David Anderson
|
02bf904467
|
Added debugging support
|
2004-10-03 21:10:10 +00:00 |
|
David Anderson
|
62e4bbcfe9
|
Added new debug mode to fun module, also cleaned up error checking code
|
2004-10-03 20:19:47 +00:00 |
|
David Anderson
|
fc15ac1f41
|
Added debugging engine
|
2004-10-03 20:00:23 +00:00 |
|
Pavol Marko
|
01770f0e5b
|
Fixed possible problem where a file handle could stay open on memory allocation failure
|
2004-10-03 17:04:29 +00:00 |
|
Pavol Marko
|
87ff81a499
|
Added important comment
|
2004-10-03 17:03:14 +00:00 |
|
Pavol Marko
|
981f41aee0
|
Fixed problem where file handles could possible stay open
|
2004-10-03 16:55:12 +00:00 |
|
Pavol Marko
|
605ca152c2
|
Fixed 2 possible crashbugs
|
2004-10-03 16:49:09 +00:00 |
|
Lukasz Wlasinksi
|
0fc8f0b489
|
fixed bug in create pwup function
|
2004-10-03 11:07:49 +00:00 |
|
David Anderson
|
c511d80da7
|
Added delay to map changes
|
2004-10-03 07:33:49 +00:00 |
|
David Anderson
|
8304fc143c
|
Increased a format buffer
|
2004-10-03 07:19:35 +00:00 |
|
David Anderson
|
f3cfd31668
|
Added AlertMessage to fakemeta
|
2004-10-03 07:04:08 +00:00 |
|
David Anderson
|
ef90960121
|
Fixed ADMIN_ALL bug
|
2004-10-03 06:23:25 +00:00 |
|
David Anderson
|
3700b8b39f
|
Fixed bomb count bug
|
2004-10-03 06:08:09 +00:00 |
|
Pavol Marko
|
b83f2f5257
|
- Fixed bug where metamod was reporting "Could not find memloc for cvar xx" when modules registered cvars (fix by ghost_of_evilspy)
|
2004-10-02 08:18:54 +00:00 |
|
Pavol Marko
|
06f61cf92a
|
Added more debugging info to case where CForwardMngr::m_PreparedArrays is >= (max params num)
|
2004-10-02 08:11:33 +00:00 |
|
Johnny Bergström
|
5a5ff6d8ea
|
Fixed parameter type in FN_PvAllocEntPrivateData (from long to int32)
|
2004-10-01 08:52:25 +00:00 |
|
Steve Dudenhoeffer
|
bbe2626fd1
|
:gyar: a couple minor improvements :attack:
Global pointer for function tables
Better support for compiling under Cygwin gcc
:avast:
|
2004-09-30 06:18:23 +00:00 |
|
Lukasz Wlasinksi
|
d5646ae238
|
update ..
|
2004-09-29 17:43:25 +00:00 |
|
Johnny Bergström
|
df43d897df
|
Fioxed call_think:
if (!is_ent_valid(iEnt)) {
EngineError(amx, "Invalid Entity %d", iEnt);
return 0;
}
was
if (is_ent_valid(iEnt)) {
EngineError(amx, "Invalid Entity %d", iEnt);
return 0;
}
|
2004-09-29 06:17:44 +00:00 |
|
Steve Dudenhoeffer
|
687a0f23da
|
Added MSG_ONE_UNRELIABLE
|
2004-09-28 17:29:22 +00:00 |
|
Steve Dudenhoeffer
|
aa0dc4dbaf
|
Fixed a few issues (Damaged Soul)
|
2004-09-28 07:29:48 +00:00 |
|
Steve Dudenhoeffer
|
de399c54c6
|
Fixed ML_NOTFOUND(LANG)
|
2004-09-28 07:18:51 +00:00 |
|
Steve Dudenhoeffer
|
58d522e4c3
|
Fixed typo
|
2004-09-28 04:59:21 +00:00 |
|
Steve Dudenhoeffer
|
3b90cca5bd
|
Fixed user_slap for NS
|
2004-09-28 02:44:26 +00:00 |
|
Steve Dudenhoeffer
|
b7c9cfeea4
|
Changed touch paramters on give item
|
2004-09-27 21:52:41 +00:00 |
|
Lukasz Wlasinksi
|
4fcad51d25
|
updated to use amx_show_activity in hud messages
|
2004-09-27 17:43:40 +00:00 |
|
Pavol Marko
|
c2a2fc7dbe
|
Added forward parameters overrun check in prepareArray
|
2004-09-27 14:33:50 +00:00 |
|
Pavol Marko
|
3f0d3c257a
|
Increased maximal number of forward parameters
|
2004-09-27 14:33:20 +00:00 |
|
Johnny Bergström
|
ecc07d4b45
|
Fixed some small mistakes.
|
2004-09-27 13:45:13 +00:00 |
|
Johnny Bergström
|
8da965552b
|
TK offset for AMD64 added.
|
2004-09-27 13:28:51 +00:00 |
|
Johnny Bergström
|
cfe36dea52
|
Added 2 of 3 new offsets for amd64
|
2004-09-27 10:54:41 +00:00 |
|
Johnny Bergström
|
c16eab09ec
|
Fixed a typo
|
2004-09-27 09:53:56 +00:00 |
|
Johnny Bergström
|
d07cc0424d
|
Fixed a typo
|
2004-09-27 06:09:59 +00:00 |
|
Johnny Bergström
|
c669efd609
|
New stuff in cstrike module:
cs_get_user_driving()
cs_set_user_tked()
cs_get_user_tked
Also cs_?et_user_deaths() offset updated.
Thanks to Damaged Soul for these.
|
2004-09-26 13:02:22 +00:00 |
|
Steve Dudenhoeffer
|
c3151b312a
|
Fixed (and slightly tweaked) make_deathmsg (jtp10181)
|
2004-09-26 00:43:43 +00:00 |
|
Johnny Bergström
|
3fc3ece5b0
|
Added cs_get_weapon_type(index)
|
2004-09-25 23:24:34 +00:00 |
|
Johnny Bergström
|
6887dfef16
|
CS: buyzone offset update to 235
|
2004-09-24 21:13:07 +00:00 |
|
Steve Dudenhoeffer
|
867e7615ae
|
stupid bug go squish
|
2004-09-24 19:36:24 +00:00 |
|
Johnny Bergström
|
5157be6e3d
|
Updated offset for VIP: to 209
|
2004-09-24 05:21:39 +00:00 |
|
Steve Dudenhoeffer
|
82ca25b231
|
wow... =/
|
2004-09-23 21:00:43 +00:00 |
|
Steve Dudenhoeffer
|
a555f9b3f0
|
Fixed message blocks (jtp10181)
|
2004-09-23 20:59:26 +00:00 |
|