Scott Ehlert
|
dc4c9f0258
|
Fixed this up or something strange like that...
|
2007-05-04 01:11:01 +00:00 |
|
Steve Dudenhoeffer
|
d563ecb060
|
Added pseudo dynamic array natives.
Changed some of the "..." tags to "any".
|
2007-04-24 16:38:36 +00:00 |
|
Christian Hammacher
|
dfea3e8a13
|
corrected typo (at46807)
|
2006-11-03 13:27:17 +00:00 |
|
David Anderson
|
621c120b71
|
finished merging in the glorious bcompat changes
|
2006-09-08 14:11:29 +00:00 |
|
Scott Ehlert
|
557958b408
|
Removed some amxmod compat stuff for now so this can actually compile and link properly again
|
2006-09-03 02:39:13 +00:00 |
|
David Anderson
|
78956f3d89
|
merged bcompat changed into trunk
removed amxmod compat files for now
|
2006-09-01 03:29:27 +00:00 |
|
David Anderson
|
388711e969
|
Synced bcompat tree additions and fixes found so far
|
2006-08-28 11:08:18 +00:00 |
|
Scott Ehlert
|
2cd1449f88
|
Ugh, part 2
|
2006-08-27 05:01:32 +00:00 |
|
Scott Ehlert
|
3691e98814
|
Ugh, should not have removed that
|
2006-08-27 04:56:27 +00:00 |
|
Scott Ehlert
|
709b3705ab
|
Fixed warnings that only appeared when compiling amd64 binaries
|
2006-08-27 04:50:20 +00:00 |
|
Scott Ehlert
|
81ac41037b
|
GCC Wallification
|
2006-08-27 02:17:18 +00:00 |
|
David Anderson
|
df7ee94b83
|
Committed sorting natives as per request am23838
|
2006-08-20 04:46:34 +00:00 |
|
David Anderson
|
e2932fb61a
|
Request am40967 (logging set_fail_state)
|
2006-08-18 19:02:37 +00:00 |
|
David Anderson
|
db175082ad
|
Fixed some bugs/warnings that GCC caught
|
2006-08-17 16:41:41 +00:00 |
|
David Anderson
|
5463a84c12
|
fixed another stupid path bug
fixed more module loading bugs
|
2006-06-07 19:09:48 +00:00 |
|
David Anderson
|
d05c34b73c
|
fixed a bug causing failed modules to register as successes. this also blocked handlers from being called.
|
2006-06-07 05:21:03 +00:00 |
|
David Anderson
|
e0f1a93d6e
|
fixed a bug where an empty modules file would crash
fixed a bug where newmenu with default exit and a single page would not return MENU_EXIT on exit
|
2006-06-06 07:00:27 +00:00 |
|
David Anderson
|
2c7ca33bf1
|
fixed a bug where HandleModule() took the mangled name instead of the demangled
|
2006-06-05 19:08:01 +00:00 |
|
David Anderson
|
36ec7bc818
|
fixed a very minor parsing bug in plugins.ini
|
2006-06-05 18:48:01 +00:00 |
|
David Anderson
|
3fbf65103a
|
fixed a crash bug
|
2006-06-05 08:06:57 +00:00 |
|
Scott Ehlert
|
17fb06f7bb
|
Moved vector natives from engine to core at29896
Moved precache_generic from engine to core at30469
|
2006-06-05 07:48:54 +00:00 |
|
David Anderson
|
e546c69041
|
fixed linux bug
|
2006-06-04 08:40:27 +00:00 |
|
David Anderson
|
5522778aed
|
fixed registerfuncex never actually registering
fixed requestfunc returning null when not querying
|
2006-06-03 23:14:09 +00:00 |
|
David Anderson
|
fc5e049e4a
|
expanded MF_OverrideNatives API function a bit, to exclude named module(s)
|
2006-06-03 21:34:43 +00:00 |
|
David Anderson
|
bce3bce586
|
Added amx_ReRegister() and MNF_RegisterFunctionEx()
|
2006-05-19 01:54:51 +00:00 |
|
David Anderson
|
6995b182c1
|
failsafe autoloading of libraries for 1.71- plugins
|
2006-05-11 10:19:09 +00:00 |
|
David Anderson
|
035c54350e
|
module filter is expanded a tiny bit
|
2006-05-11 10:05:42 +00:00 |
|
David Anderson
|
441ab14d3b
|
moved register_message into core, yay
|
2006-05-11 08:35:21 +00:00 |
|
David Anderson
|
afe19411b2
|
oh I forgot to commit this, basic-master-san
|
2006-05-10 12:40:44 +00:00 |
|
David Anderson
|
b12025093b
|
added ability to override natives (someone shoot me)
|
2006-05-10 11:23:08 +00:00 |
|
David Anderson
|
a29f8d0651
|
Cleaned up error reporting a bit
|
2006-05-10 03:43:53 +00:00 |
|
David Anderson
|
f600a96657
|
Initial massive import of the new code module auto-loading code
Important difference - pubtags table is used instead of library table!
|
2006-05-10 02:32:34 +00:00 |
|
David Anderson
|
37151d361f
|
added layout for "plugin cache"
dynamic natives that are paused now pause parent plugin with an error
added catch for a potentially serious bug?
|
2006-05-07 21:16:00 +00:00 |
|
David Anderson
|
9b9f0d0e27
|
fixed small typo
|
2006-05-07 17:27:24 +00:00 |
|
David Anderson
|
0a4a209f94
|
corrected commit
|
2006-05-07 17:11:17 +00:00 |
|
David Anderson
|
00e32aca97
|
added a little more flexibility to modules.ini
fixed bug where unloading was never called
|
2006-05-07 10:05:04 +00:00 |
|
David Anderson
|
dad00a2eb6
|
Initial import of replacement Library system - Backwards compat tested!
Updated new SDK (bumped vers number, kept backwards compat)
Improved module path resolving
|
2006-05-07 09:56:06 +00:00 |
|
Borja Ferrer
|
a5df31570e
|
added request at28068 (split log files)
fixed all native debug errors in core
|
2006-04-13 16:29:01 +00:00 |
|
Scott Ehlert
|
f2d21c410b
|
MSVC8/VS2005 Compiling Fixes - 0 errors, 0 warnings. Hurray!
|
2006-04-06 12:56:45 +00:00 |
|
David Anderson
|
ccaa4434ad
|
committed new language code
|
2006-03-19 19:26:29 +00:00 |
|
David Anderson
|
2c5520cad0
|
added optimization tweaker
added binary log maxsize support
|
2006-03-17 22:50:13 +00:00 |
|
David Anderson
|
e067a980be
|
implemented a lot more binary opcodes
bumped versions
|
2006-03-16 06:36:01 +00:00 |
|
David Anderson
|
adc2a7d169
|
initial import of binary logger support code
|
2006-03-14 19:36:18 +00:00 |
|
David Anderson
|
dc5506efe3
|
added experimental callback for modules to get authorization
|
2006-02-28 09:59:03 +00:00 |
|
David Anderson
|
4aaa2f8e0f
|
fixed memory leak
|
2006-02-27 10:10:52 +00:00 |
|
David Anderson
|
bf0c1990dd
|
committed new format() code
|
2006-02-14 12:01:22 +00:00 |
|
Borja Ferrer
|
be1bc6f75c
|
removed debug log for float testings
|
2006-02-10 19:47:09 +00:00 |
|
David Anderson
|
dcaf3066bf
|
experimental optimizer for float ops
|
2006-02-10 15:43:27 +00:00 |
|
David Anderson
|
88d2b393d8
|
cvar queries actually run now
removed old fakemeta code
|
2006-02-03 04:19:18 +00:00 |
|
Borja Ferrer
|
0d3055e505
|
partial fix for dynamic natives when running on debug mode
|
2006-01-06 04:59:39 +00:00 |
|