Pavol Marko
|
dc971460ff
|
adapted for new CList
|
2004-07-03 13:47:03 +00:00 |
|
Pavol Marko
|
f5eb46d234
|
rewritten
|
2004-07-03 13:46:35 +00:00 |
|
Pavol Marko
|
67b13237d6
|
fixed memory leaks caused by using a CVector instead of a CList
|
2004-07-03 13:45:56 +00:00 |
|
David Anderson
|
3dedf9976b
|
Fixed incorrect forward orders
Fixed bug in CVector
|
2004-06-30 08:04:12 +00:00 |
|
David Anderson
|
ff23a74e9c
|
wtf, get_module() uncommitted again
fixed typo
|
2004-06-30 04:27:55 +00:00 |
|
Pavol Marko
|
88cc9156fe
|
added "gpl" to the "amxx" comand list
|
2004-06-29 15:58:44 +00:00 |
|
David Anderson
|
cf137b54ad
|
PM's fix: engclient_cmd is now client_cmd
|
2004-06-28 18:54:58 +00:00 |
|
Pavol Marko
|
eeebee0e18
|
Changed report_error behavior
|
2004-06-28 18:12:26 +00:00 |
|
Pavol Marko
|
b5e9fe2d49
|
commited makefile on BAILOPAN's wish :)
watch out: -libstdc++ option used
memtest included
JIT not included
|
2004-06-28 15:54:19 +00:00 |
|
David Anderson
|
8477d8834a
|
nothing important
|
2004-06-26 21:46:24 +00:00 |
|
Pavol Marko
|
7741f8f6a9
|
added MaximalPerformance build option
|
2004-06-24 18:52:06 +00:00 |
|
Pavol Marko
|
bf1340cf14
|
changed HLSDK_3_2_OLD_EIF to HLSDK_2_3_OLD_EIFACE
changed ClientCommand to use the FAKEMETA_DLL_HANDLE_void macro
|
2004-06-24 18:47:00 +00:00 |
|
Pavol Marko
|
35c2c41a41
|
fixed typos, maybe a player disconnect problem
|
2004-06-24 18:44:30 +00:00 |
|
David Anderson
|
42ff533d65
|
Fixing more incorrect merges
|
2004-06-24 07:11:52 +00:00 |
|
David Anderson
|
4b3d2d3133
|
Fixing accidental commit
|
2004-06-24 07:09:17 +00:00 |
|
David Anderson
|
37d144abe5
|
Changed from cell->pointer casts to reference handles.
Fixed a memory leak.
|
2004-06-24 07:02:29 +00:00 |
|
Pavol Marko
|
259a9d70ec
|
added run time error reporting
|
2004-06-10 13:19:41 +00:00 |
|
Pavol Marko
|
d3bb65eec7
|
added a memreport before mapchange
fixed possible crash bug where Cmd_Args would return NULL
|
2004-06-10 13:18:58 +00:00 |
|
Johnny Bergström
|
8840c03dff
|
Fixed a couple more typos dettach -> detach
|
2004-06-09 07:59:32 +00:00 |
|
Pavol Marko
|
175e3ed1cd
|
added
bot = false;
in Disconnect()
(hoping it will fix some problems where AMXX doesn't recognize players as proper clients)
|
2004-05-30 13:30:00 +00:00 |
|
Pavol Marko
|
ce15e9a3ba
|
Fixed a bug where the last module in modules.ini would not be attached to metamod.
|
2004-05-30 13:29:13 +00:00 |
|
Pavol Marko
|
ca0a32a546
|
AMXX won't crash now on invalid plugin path
|
2004-05-29 12:22:33 +00:00 |
|
Pavol Marko
|
b4107e3523
|
Fixed a bug where menus would not work
|
2004-05-29 12:21:57 +00:00 |
|
Pavol Marko
|
9e99831fb2
|
added a declaration of a local variable. The file will compile now :]
|
2004-05-29 12:20:57 +00:00 |
|
Pavol Marko
|
e620debd1f
|
The Core is now a fake plugin.
Fixed a bug where core could not supercede functions.
|
2004-05-29 12:20:01 +00:00 |
|
Pavol Marko
|
549e9d6b55
|
Fixed another memory leak...
|
2004-05-29 12:18:41 +00:00 |
|
Pavol Marko
|
9307994060
|
Cleaned up some code, added checks for msgid != 0 (so AMXX doesn't crash mods which don't support text based menus for example)
|
2004-05-28 11:29:44 +00:00 |
|
Pavol Marko
|
8c600f90c3
|
nothing important
|
2004-05-28 11:28:42 +00:00 |
|
Pavol Marko
|
14e59c6967
|
Fixed bug where a file handle would stay opened on error; added id validations to MNF player natives
|
2004-05-28 11:27:50 +00:00 |
|
Pavol Marko
|
7695d24a50
|
Cleaned up some code, added comments
|
2004-05-28 11:26:05 +00:00 |
|
Pavol Marko
|
86b1021f45
|
Fixed memory leaks in amx_fget* natives
|
2004-05-28 11:25:28 +00:00 |
|
Pavol Marko
|
642eb769b2
|
Added a check for memory allocation failure
|
2004-05-28 11:24:59 +00:00 |
|
Pavol Marko
|
3d3775ec00
|
Fixed get_module (which would crash on modules with new interface)
|
2004-05-28 11:22:56 +00:00 |
|
Pavol Marko
|
a6af81e359
|
Added more support for JIT on Linux
|
2004-05-28 11:21:31 +00:00 |
|
Johnny Bergström
|
5c3ce78c58
|
Fixed typo: Dettach --> Detach
|
2004-05-26 12:58:58 +00:00 |
|
Johnny Bergström
|
c3d50a293d
|
Fixed typo: dettach --> detach
|
2004-05-26 12:14:17 +00:00 |
|
David Anderson
|
f88bd58919
|
Added user_has_weapon() native
|
2004-05-26 08:28:54 +00:00 |
|
David Anderson
|
2cf4801f6b
|
Fixed a memory leak I made :-)
|
2004-05-14 20:48:34 +00:00 |
|
Pavol Marko
|
af1242415c
|
added iterator() constructor
|
2004-05-06 19:18:55 +00:00 |
|
Pavol Marko
|
104514f988
|
added SinglePluginForward support
|
2004-05-05 19:03:38 +00:00 |
|
Pavol Marko
|
ecd0c53ca1
|
added files for JIT on windows
|
2004-05-05 18:45:35 +00:00 |
|
Pavol Marko
|
836e6267dc
|
new project files for MSVC 7.0
|
2004-05-05 18:44:08 +00:00 |
|
Pavol Marko
|
58cf8a1416
|
changed include files order
|
2004-05-05 18:43:47 +00:00 |
|
Pavol Marko
|
1f31c6e309
|
added SinglePluginForward functions to the module interface
|
2004-05-05 18:43:33 +00:00 |
|
Pavol Marko
|
e9e4b380cb
|
added SinglePlugin forwards
|
2004-05-05 18:42:16 +00:00 |
|
Pavol Marko
|
7c4324b963
|
use of const functions
|
2004-05-05 18:41:36 +00:00 |
|
Pavol Marko
|
90f777d593
|
stuff
|
2004-05-03 20:01:23 +00:00 |
|
Pavol Marko
|
e2ff797de4
|
changed set_new_handler to std::ser_new_handler
|
2004-05-03 20:00:41 +00:00 |
|
Pavol Marko
|
5ce096457a
|
not important
|
2004-05-03 19:48:40 +00:00 |
|
Pavol Marko
|
d7a8292419
|
added DLL Post Functions calling
|
2004-05-03 19:47:36 +00:00 |
|