Commit Graph

879 Commits

Author SHA1 Message Date
Felix Geyer
3a904ed05c added trim() 2004-07-24 01:52:45 +00:00
David Anderson
b70eac0461 added trim() 2004-07-24 01:31:22 +00:00
Felix Geyer
53d860a47e *** empty log message *** 2004-07-24 00:36:38 +00:00
Felix Geyer
30ca720920 changed file extension to .amxx 2004-07-24 00:36:17 +00:00
Lukasz Wlasinksi
afce6de801 register_statsfwd 2004-07-23 23:18:50 +00:00
Felix Geyer
2a57fa02ca removed rescode() 2004-07-23 19:52:55 +00:00
Felix Geyer
221375b730 fixed compiler warnings 2004-07-23 18:11:25 +00:00
Pavol Marko
bbf8a21693 Removed debug info from 64 bit porting
Fixed minor bugs
2004-07-23 17:29:03 +00:00
David Anderson
6dc00f64f8 PM: Added 64bit compatibility
dvander: Fixed minor bugs
2004-07-23 16:55:53 +00:00
Johnny Bergström
8e8633a49a Fixed team native tags 2004-07-22 21:01:39 +00:00
Pavol Marko
c39b5d1ec6 Fixed bugs 2004-07-22 14:55:38 +00:00
Pavol Marko
82d5b42356 added handlers for 3 new error messages from CAmxxReader 2004-07-22 14:55:16 +00:00
Steve Dudenhoeffer
cfbf4bf5b5 Nothing important. 2004-07-22 13:13:41 +00:00
Steve Dudenhoeffer
98d1644ade Removing support for NS 2.01. 2004-07-22 13:11:12 +00:00
Steve Dudenhoeffer
521d6ee7d2 Removing support for NS 2.01.
(Ignore last commit comment.  I'm a CVS newbie.)
2004-07-22 13:09:28 +00:00
Steve Dudenhoeffer
9f868f27ff Forgot to remove this. 2004-07-22 13:07:43 +00:00
Pavol Marko
bcb2adf95a Uploaded the source of the miniLZO compression library used in the .amxx (ABL) file format 2004-07-22 13:06:46 +00:00
Pavol Marko
b7e9f34471 Changed to use the miniLZO compression library 2004-07-22 13:05:03 +00:00
Steve Dudenhoeffer
1a9d55a0f4 Forgot to remove this. 2004-07-22 12:55:06 +00:00
Steve Dudenhoeffer
0aa11dcae7 Forgot to remove this. 2004-07-22 12:48:12 +00:00
Steve Dudenhoeffer
6cd5790ea8 Initial import of mostly re-written NS module (also synced with ns2amx).
Renamed module to simply "ns".

Module is mostly untested until NS beta 5 is release.
2004-07-22 12:46:35 +00:00
Johnny Bergström
6236590aed included amxxfile.* 2004-07-22 09:19:25 +00:00
Pavol Marko
138e984e66 Initial release
To be changed to use the miniLZO library instead of using the RLE compression
2004-07-21 20:03:24 +00:00
Pavol Marko
bd93ea88a5 Added "J" to amx_version if compiled with JIT
Changed memreport interval to 5 minutes
2004-07-21 20:01:46 +00:00
Pavol Marko
1c7aa62db1 changed to work with the .amxx files 2004-07-21 20:00:10 +00:00
Pavol Marko
1cd4dc20dc Added native
is_jit_enabled
2004-07-21 19:59:39 +00:00
Pavol Marko
18490e545c Removed
#define JIT
2004-07-21 19:58:09 +00:00
Lukasz Wlasinksi
594edabac0 amxx sdk update 2004-07-21 14:18:01 +00:00
Lukasz Wlasinksi
0b9f3d8e8c map change crash fixed 2004-07-21 11:51:18 +00:00
Felix Geyer
064853d9d5 added jit_enabled() 2004-07-20 13:37:15 +00:00
David Anderson
c504df473d Removed PM's original "GCC JIT" implementations. 2004-07-20 03:53:49 +00:00
David Anderson
5daf73e3d5 Using Grum's NASM JIT - from acquired August 1st. 2004-07-20 03:51:57 +00:00
Lukasz Wlasinksi
011d9ecc33 Fixed bug with FG42 detection 2004-07-19 23:57:05 +00:00
Felix Geyer
7b14a4bb4e added ADMIN_ALL 2004-07-19 19:21:37 +00:00
Felix Geyer
0f8ec91e00 removed NO_STEAM 2004-07-19 15:03:45 +00:00
Felix Geyer
ef11026195 removed WON support
fixed some bugs
2004-07-19 14:33:17 +00:00
David Anderson
bcc8292730 Fixed DBI tags. 2004-07-19 14:28:42 +00:00
Lukasz Wlasinksi
3439fac417 added get/set_user_ammo natives 2004-07-19 00:31:38 +00:00
Pavol Marko
287720c4e4 changed to work with new tasks 2004-07-18 18:49:34 +00:00
Pavol Marko
fa7dc91449 Added a new overloaded find function where the caller can set where to start searching 2004-07-18 18:48:54 +00:00
Pavol Marko
a6f7742e86 rewritten 2004-07-18 18:48:20 +00:00
Johnny Bergström
59bb24e791 Removed WON specific offsets. 2004-07-18 14:11:07 +00:00
David Anderson
09da646086 Added DBI tags. 2004-07-18 10:22:55 +00:00
David Anderson
fd9666d068 Added change_task()
Added server_changelevel forward
Added is_user_admin()
2004-07-18 08:19:20 +00:00
David Anderson
41c7d041df Added change_task()
Added server_changelevel forward
2004-07-18 08:07:50 +00:00
Johnny Bergström
8ea1c7f486 Fixed callfunc_begin(): Wrote "filename" instead of just "name" to make it more clear... 2004-07-16 08:36:08 +00:00
Johnny Bergström
63c2c0a322 Fixed callfunc_begin(): The order of the params was wrong!!! 2004-07-16 08:24:10 +00:00
Johnny Bergström
c00fffa444 MSVC 7.1 project file... 2004-07-16 07:38:58 +00:00
Lukasz Wlasinksi
78a88d90a0 fixed self damage stats 2004-07-14 23:57:21 +00:00
Johnny Bergström
aaa1e781c2 Hopefully fixes the "bots can't harm" bug. 2004-07-13 21:26:38 +00:00