Pavol Marko
|
81cd9b4449
|
amx_logging cvar:
0 : no logging
1 : standard logging; new file per mapchange (default)
2 : standard logging; daily logfiles
3 : logging into HL log files
|
2004-04-22 08:09:17 +00:00 |
|
Pavol Marko
|
8c4e8e20a5
|
stuff
|
2004-04-22 08:07:22 +00:00 |
|
Pavol Marko
|
8eae80c6e9
|
memory manager compatibility
|
2004-04-22 08:05:06 +00:00 |
|
Pavol Marko
|
29e36fdee2
|
nothing important
|
2004-04-22 07:52:26 +00:00 |
|
Pavol Marko
|
c2784feb71
|
moved pause/unpause to .cpp file
|
2004-04-22 07:47:55 +00:00 |
|
Pavol Marko
|
f8f553d485
|
nothing important
|
2004-04-21 19:14:16 +00:00 |
|
Pavol Marko
|
992d863436
|
new module interface; changed to work with fakemeta
|
2004-04-21 19:11:20 +00:00 |
|
David Anderson
|
1d9cba3fcf
|
Added trivial? czero support
|
2004-04-08 16:30:36 +00:00 |
|
David Anderson
|
2a460d8c18
|
Added math functions recommended by AssKicr
Little bug fixes
|
2004-04-07 04:06:55 +00:00 |
|
David Anderson
|
205f3734cd
|
quick fix to file functions
|
2004-04-03 20:04:59 +00:00 |
|
David Anderson
|
9441505ab3
|
Fixed strbreak(), added Sanji's file natives
|
2004-04-03 19:50:20 +00:00 |
|
Pavol Marko
|
82e2cf7741
|
new globals
|
2004-04-03 19:21:07 +00:00 |
|
Pavol Marko
|
d98d6af9e3
|
removed amx_version cvar
added amxmodx_modules cvar
using new forward functions
|
2004-04-03 19:20:54 +00:00 |
|
Pavol Marko
|
dab5306655
|
using new forward functions
|
2004-04-03 19:18:46 +00:00 |
|
Pavol Marko
|
284ec17eea
|
nothing important
|
2004-04-03 19:16:59 +00:00 |
|
Pavol Marko
|
0483e491b3
|
read_data(0) returns msg id now
|
2004-04-03 19:16:26 +00:00 |
|
Pavol Marko
|
7d13e8cd01
|
added getCurrentMsgType member
|
2004-04-03 19:15:43 +00:00 |
|
Pavol Marko
|
b9c9e9d100
|
added some support for the new module interface
|
2004-04-03 19:15:06 +00:00 |
|
Pavol Marko
|
79e214a6ea
|
added (simple vector implementation)
|
2004-04-03 19:14:34 +00:00 |
|
Pavol Marko
|
06da72658b
|
rewritten
|
2004-04-03 19:14:03 +00:00 |
|
David Anderson
|
1fa97936ff
|
strbreak() added
|
2004-04-03 03:00:57 +00:00 |
|
Felix Geyer
|
35f04bd679
|
no message
|
2004-04-02 21:10:50 +00:00 |
|
David Anderson
|
4f4c87d9b2
|
Removed all warnings.
|
2004-04-01 05:53:22 +00:00 |
|
Pavol Marko
|
b0e6ea16ce
|
removed amx_version cvar
|
2004-03-31 18:07:18 +00:00 |
|
Pavol Marko
|
b677e5c164
|
correct use of const functions
|
2004-03-31 18:05:07 +00:00 |
|
Pavol Marko
|
b01c6a27f6
|
removed PACKED after struct names; => gcc 3.3 compatibility?
|
2004-03-31 18:04:48 +00:00 |
|
Pavol Marko
|
5889743b3e
|
added some globals
|
2004-03-31 18:04:22 +00:00 |
|
Pavol Marko
|
b300c1dfe2
|
get_user_weapons sets the third parameter to 0 before counting
|
2004-03-31 18:04:03 +00:00 |
|
Pavol Marko
|
32b0c93539
|
support for the new module interface
|
2004-03-31 18:03:06 +00:00 |
|
Pavol Marko
|
97bf30cb2a
|
partial support for the new module interface
|
2004-03-31 18:02:37 +00:00 |
|
Pavol Marko
|
23200da401
|
partial support for the new module interface; rewritten
|
2004-03-31 18:02:20 +00:00 |
|
Johnny Bergström
|
1428a87edc
|
Added amxxlog.cpp to project
|
2004-03-29 10:50:50 +00:00 |
|
Pavol Marko
|
f499dd947b
|
added amxxlog.cpp file
|
2004-03-27 20:00:25 +00:00 |
|
Pavol Marko
|
0cc0253f5c
|
added newlines to logging mode 2 (HL Logs)
|
2004-03-27 17:40:06 +00:00 |
|
Pavol Marko
|
2fa8e1fa1b
|
using new function names and parameters;
added wrapper functions for the new small abstract machine / the old module interface
|
2004-03-27 17:06:33 +00:00 |
|
Pavol Marko
|
0612e67e2d
|
using new function names and parameters
|
2004-03-27 17:06:08 +00:00 |
|
Pavol Marko
|
bada4d4336
|
file from the new abstract machine;
floats are actually doubles in 64 bit
|
2004-03-27 17:03:20 +00:00 |
|
Pavol Marko
|
9902faa81c
|
new function names (AMXXLOG_*, countModules, CountModulesMode enum)
|
2004-03-27 17:01:56 +00:00 |
|
Pavol Marko
|
cdbfcdc4c4
|
logging functions moved from util.cpp to amxxlog.cpp; renamed to AMXXLOG_*; AMXXLOG_Init added (called from Meta_Attach)
UTIL_GetModulesNum moved to modules.cpp and renamed to countModules
|
2004-03-27 17:01:18 +00:00 |
|
Pavol Marko
|
5c1287bbfb
|
new abstract machine; adapted a bit
|
2004-03-27 16:58:13 +00:00 |
|
Pavol Marko
|
9b551916f1
|
making sure amxx_customdir and amxx_configsdir are set
|
2004-03-25 13:35:02 +00:00 |
|
Pavol Marko
|
130f274f86
|
more localinfos
|
2004-03-24 18:59:37 +00:00 |
|
Pavol Marko
|
2b7b1a844c
|
get_modulesnum function updated (using UTIL_GetModulesNum now)
|
2004-03-24 18:35:42 +00:00 |
|
Pavol Marko
|
012507c38a
|
fixed getline function
|
2004-03-24 18:35:04 +00:00 |
|
Pavol Marko
|
a9a46e20b2
|
fixed size() function, added empty() function
|
2004-03-24 18:34:47 +00:00 |
|
Pavol Marko
|
ab110d3d27
|
added localinfo paths, fixed amx_version and amxmodx_version cvars (module count)
|
2004-03-24 18:34:18 +00:00 |
|
Pavol Marko
|
cfb45c1302
|
added UTIL_GetModulesNum function
|
2004-03-24 18:33:41 +00:00 |
|
David Anderson
|
2a7b5b714d
|
Fixed header files in makefile.
|
2004-03-24 01:40:10 +00:00 |
|
David Anderson
|
f711baf3df
|
new file names
|
2004-03-24 01:35:44 +00:00 |
|
Pavol Marko
|
38af364744
|
fixed filters bug
|
2004-03-17 18:57:36 +00:00 |
|