Commit Graph

222 Commits

Author SHA1 Message Date
Johnny Bergström
fc4d8f183b const parameter in callfunc_push_str 2004-10-08 08:29:53 +00:00
Steve Dudenhoeffer
4800ab292c Added stupid forwards 2004-10-06 17:57:57 +00:00
David Anderson
6cef4eab4f *** empty log message *** 2004-10-05 19:02:15 +00:00
David Anderson
054b1f8868 *** empty log message *** 2004-10-05 09:22:14 +00:00
David Anderson
d9b6fa1f93 Initial import of regex stuff 2004-10-05 08:31:42 +00:00
David Anderson
027ae6dc7e *** empty log message *** 2004-10-04 08:09:52 +00:00
David Anderson
e3fad723b8 New CSX 2004-10-04 08:04:50 +00:00
Lukasz Wlasinksi
0fc8f0b489 fixed bug in create pwup function 2004-10-03 11:07:49 +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
Steve Dudenhoeffer
aa0dc4dbaf Fixed a few issues (Damaged Soul) 2004-09-28 07:29:48 +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
David Anderson
8874666109 removed extraneous functions (jtp10181) 2004-09-21 23:33:29 +00:00
Lukasz Wlasinksi
5233be593f added dod_set_user_kills 2004-09-21 21:25:30 +00:00
Lukasz Wlasinksi
0f38a24555 added dod classes 2004-09-21 20:51:29 +00:00
David Anderson
4382158b88 *** empty log message *** 2004-09-21 15:45:08 +00:00
David Anderson
be3d078d5a added is_amd64_server 2004-09-21 02:40:30 +00:00
David Anderson
b8ca4586ad fix from fsfod 2004-09-20 22:17:14 +00:00
David Anderson
e23726ac54 added amx_strtok for jtp10181 2004-09-19 17:25:51 +00:00
David Anderson
d14c107db1 Fixed some include bugs
Fixed adminslots not showing right slots on connect
Fixed RTEs on wrong team
2004-09-19 00:52:15 +00:00
David Anderson
58578690ad Fixed server_changelevel (fsfod)
Added dod deathmsg stock (Pimp_Daddy)
2004-09-16 22:35:12 +00:00
Johnny Bergström
d43807a248 Added get_string() to engine:
/* Converts a string offset into a real string. Some of the forwards in fakemeta
   uses string offsets. (FM_CreateNamedEntity) */
native get_string(_string, _returnString[], _len);
2004-09-16 11:02:51 +00:00
Steve Dudenhoeffer
1485014229 Fixed traceresults and trace hooks.. 2004-09-15 18:40:18 +00:00
David Anderson
f171842cf8 added traceresult stuff 2004-09-14 06:16:52 +00:00
Johnny Bergström
1a2ef38588 Renamed anglevector to angle_vector because that's its name in module... 2004-09-12 17:00:33 +00:00
Steve Dudenhoeffer
2573c9c4d2 Added pev_ideal_yaw 2004-09-10 16:28:27 +00:00
Steve Dudenhoeffer
d72b8de045 DLLFunc_ClientUserInfoChanged 2004-09-10 16:09:32 +00:00
Lukasz Wlasinksi
cf65ebf647 added DoD include files 2004-09-10 10:08:22 +00:00
David Anderson
90eafe59a6 register_module -> require_module 2004-09-10 05:18:57 +00:00
David Anderson
5043a40c51 Synced include files 2004-09-10 03:12:38 +00:00
David Anderson
4232d68c92 New module registering ability 2004-09-09 04:53:37 +00:00
Pavol Marko
b23eba293d fixed 64 bit bugs with float-to-bool conversion and unary - operator 2004-09-08 18:35:22 +00:00
David Anderson
39cb15cc56 nothing 2004-09-08 18:27:39 +00:00
David Anderson
1aee2c6f81 Fixed format tags 2004-09-07 09:26:20 +00:00
Steve Dudenhoeffer
ec3ade999a Added hull defines 2004-09-05 18:13:52 +00:00
Steve Dudenhoeffer
ff1be08b8a Updated 2004-09-05 15:54:38 +00:00
David Anderson
0b5c02f678 fixed warning 2004-09-01 20:58:03 +00:00
Johnny Bergström
745c595fc8 Now uses fakemeta for pdata stocks 2004-09-01 08:39:30 +00:00
Johnny Bergström
8575c9a637 Added some description. hopefully they are right :-) 2004-08-31 16:43:58 +00:00
Johnny Bergström
e73acf4fe4 Renamed is_jit_enabled from jit_enabled 2004-08-31 15:37:22 +00:00
David Anderson
5f00f09314 Moved stocks 2004-08-31 15:02:51 +00:00
Steve Dudenhoeffer
e15c151167 minor fix from karlos 2004-08-31 12:45:11 +00:00
Steve Dudenhoeffer
a720b62aaa Oh small compiler, how I hate thee
(Fixed issue where SC warned and truncated an enum entry)
2004-08-31 06:26:41 +00:00
Steve Dudenhoeffer
d0b37726d5 Backwards compatibility bug found by karlos 2004-08-31 05:27:31 +00:00
David Anderson
813bc1a212 Removed pvPrivateData manipulation - see fakemeta_amxx 2004-08-31 02:58:28 +00:00
David Anderson
0c022b1543 Fixed some bugs in admin_sql
Changed some things in dbi
2004-08-29 23:42:35 +00:00