Pavol Marko
|
77fffb46b2
|
Added allocator / reallocator / reallocator funcs in not-memtest builds so modules can use them
|
2004-09-11 21:52:18 +00:00 |
|
Pavol Marko
|
acf722e855
|
Hopefully fixed SDK
|
2004-09-11 16:35:14 +00:00 |
|
Pavol Marko
|
7334f968a8
|
added MF_GetPlayerEdict (replacement for INDEXENT on players) and MF_Format.
|
2004-09-10 21:17:05 +00:00 |
|
Pavol Marko
|
c7f8b3f965
|
Added the Format function for C style strings
|
2004-09-10 21:00:42 +00:00 |
|
Pavol Marko
|
316ddad7ab
|
Added the Format function to the module api
|
2004-09-10 20:58:55 +00:00 |
|
Pavol Marko
|
e378c45be7
|
Fixed bug where the first registered forward would be automatically unregistered on unregisterForward too
|
2004-09-09 20:32:34 +00:00 |
|
Pavol Marko
|
1df654c6a1
|
registerSPForward now returing -1 if no func found
|
2004-09-09 15:05:06 +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 |
|
Pavol Marko
|
5094bba5e9
|
added MNF_GetPlayerEdict
|
2004-09-05 22:09:45 +00:00 |
|
Pavol Marko
|
8df987cf95
|
minor changes
|
2004-09-04 18:31:59 +00:00 |
|
Pavol Marko
|
de30d647d4
|
added the %c formatting sequence (untested)
|
2004-09-04 17:50:03 +00:00 |
|
Pavol Marko
|
ec5f9ec5ca
|
Added buffer overflow (stack corruption) checking. To be tested!
|
2004-09-01 17:02:24 +00:00 |
|
Pavol Marko
|
551d51ea42
|
When AMXX can't open the logfile it outputs an error rather than crashing
|
2004-09-01 17:01:52 +00:00 |
|
Pavol Marko
|
f06796c275
|
Changed so that a MOTD will also display when there is no ServerName message (as proposed by karlos on the forums).
|
2004-08-31 13:20:29 +00:00 |
|
Pavol Marko
|
b33a53d258
|
fixed bug where expressions like %02d would not be evaluated correctly
|
2004-08-30 15:14:50 +00:00 |
|
Pavol Marko
|
ac25c5fc60
|
%% in a format input string now produces one % in the output string correctly
|
2004-08-30 14:35:16 +00:00 |
|
Pavol Marko
|
727c798892
|
fixed crash bug
|
2004-08-29 19:49:08 +00:00 |
|
Pavol Marko
|
c1d75857f3
|
fixed crash bug
|
2004-08-29 18:51:25 +00:00 |
|
Pavol Marko
|
6d91af30b8
|
fixed memory leak
|
2004-08-29 18:50:38 +00:00 |
|
Pavol Marko
|
a1d36ff75d
|
possible fix for the : issue
|
2004-08-29 18:00:16 +00:00 |
|
Pavol Marko
|
54fb9fbfef
|
registerSPForwardByName now automatically unregisters the forward again and returns -1 if the function is not found
|
2004-08-29 16:52:54 +00:00 |
|
Pavol Marko
|
5a80d24780
|
Fixed NewDLL heap corruption
|
2004-08-29 16:48:31 +00:00 |
|
Pavol Marko
|
b8bbe4ae8f
|
Fixed small NewDLL issues
|
2004-08-29 13:32:55 +00:00 |
|
Pavol Marko
|
da13f4797d
|
Reenabled NewDLL functions
|
2004-08-29 13:32:31 +00:00 |
|
Pavol Marko
|
93cd6dbed5
|
Fixed problem with pack not popped (=> hlsdk structures should be aligned correctly again)
|
2004-08-28 21:29:25 +00:00 |
|
Pavol Marko
|
8c8ccc51c4
|
Probably fixed problem with forwards getting garbage parameters
|
2004-08-28 21:25:29 +00:00 |
|
Pavol Marko
|
c7982c2bc3
|
Probably fixed problem with forwards getting garbage parameters
|
2004-08-28 21:25:03 +00:00 |
|
Pavol Marko
|
b63ae4eed8
|
added GetLangR, which doesn't construct a CLang object when not found;
GetDef now uses GetLangR, so when users set their language to an invalid value, no such language is created.
|
2004-08-21 21:08:30 +00:00 |
|
Pavol Marko
|
b6d142f481
|
Lang strings can now contain ^n (newline), ^t (tabulator) and ^^ (^).
|
2004-08-19 19:34:49 +00:00 |
|
Pavol Marko
|
16c406fe1a
|
Fixed bugs
|
2004-08-19 18:35:18 +00:00 |
|
Pavol Marko
|
3af9ae8927
|
Fixed bugs
|
2004-08-19 16:37:55 +00:00 |
|
Pavol Marko
|
213694cccc
|
Added comments
|
2004-08-19 16:37:32 +00:00 |
|
Pavol Marko
|
008474fbe5
|
Fixed bugs:
client_print: if used with index=0, the message was printed many times
show_hudmessage: correct language handling for index index=0
|
2004-08-19 16:37:15 +00:00 |
|
Pavol Marko
|
7bd087281a
|
added MNF_MergeDefinitionFile
|
2004-07-28 19:28:36 +00:00 |
|
Pavol Marko
|
9b2a1d204c
|
Fixed bugs
|
2004-07-28 19:26:38 +00:00 |
|
Pavol Marko
|
8811b56756
|
changed to use the new language system
|
2004-07-28 18:33:20 +00:00 |
|
Pavol Marko
|
286a0d0d02
|
New version
|
2004-07-28 18:31:30 +00:00 |
|
Pavol Marko
|
2f4c021217
|
Initial release
TODO: Formatting on cells
|
2004-07-27 19:54:21 +00:00 |
|
Pavol Marko
|
4f64d4daad
|
Fixed small bug
|
2004-07-27 19:53:38 +00:00 |
|
Pavol Marko
|
15b12e7a55
|
Reenabled engclient_cmd code
|
2004-07-25 18:52:09 +00:00 |
|
Pavol Marko
|
538876a82c
|
Reenabled engclient_cmd code
|
2004-07-25 18:45:44 +00:00 |
|
Pavol Marko
|
26d5f430e2
|
Fixed big bug where non-void functions could not be overriden / superceded
|
2004-07-25 18:44:30 +00:00 |
|
Pavol Marko
|
a2edcc38b1
|
Fixed minor bug
|
2004-07-25 13:18:38 +00:00 |
|
Pavol Marko
|
bbf8a21693
|
Removed debug info from 64 bit porting
Fixed minor bugs
|
2004-07-23 17:29:03 +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 |
|
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 |
|
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 |
|
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 |
|
Pavol Marko
|
4003204ffe
|
simplified, should work on linux too now
|
2004-07-13 16:17:38 +00:00 |
|
Pavol Marko
|
919953b661
|
a fix for an error?
|
2004-07-08 18:53:58 +00:00 |
|
Pavol Marko
|
f0f6dc88b1
|
Rewritten; The whole log system is now finally a class
|
2004-07-08 16:02:40 +00:00 |
|
Pavol Marko
|
4878c66032
|
added file
|
2004-07-08 16:02:21 +00:00 |
|
Pavol Marko
|
9656eac079
|
Changed to support rewritten amxxlog
|
2004-07-08 16:02:01 +00:00 |
|
Pavol Marko
|
8dceb45567
|
fixed bug in CList::put
|
2004-07-04 14:59:21 +00:00 |
|
Pavol Marko
|
ab6909a60c
|
fixed bug where modules were queried / attached more times
|
2004-07-03 13:48:53 +00:00 |
|
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 |
|
Pavol Marko
|
88cc9156fe
|
added "gpl" to the "amxx" comand list
|
2004-06-29 15:58:44 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|