xPaw
|
2696f0af0e
|
🔥 Remove compatibility stuff from the core
|
2014-06-05 23:00:47 +03:00 |
|
Arkshine
|
0edb16150a
|
CS: Manually set SPECTATOR team index.
|
2014-05-15 00:01:28 +02:00 |
|
Arkshine
|
8a1464ac41
|
Introduce DataPacks (bug 5885, r=ds)
|
2014-04-11 22:57:42 +02:00 |
|
Scott Ehlert
|
e3d750597a
|
Fixed module loading on OS X (bug 5601, r=dvander).
Former-commit-id: 3d0277c1f01b71fa8401a7f815e09bebfb0f73cf
|
2013-02-24 00:45:53 -06:00 |
|
David Anderson
|
afd0acd4a7
|
Fix build bustage (TM).
Former-commit-id: 58d6835c1794423101e92664a8f4e36b40826638
|
2013-02-14 02:00:29 -08:00 |
|
David Anderson
|
07aaf3713c
|
Fix build bustage.
Former-commit-id: 553dea80f22f664b24ca89908dca2e8c42cf37af
|
2013-02-14 01:57:09 -08:00 |
|
Scott Ehlert
|
40c1fee55a
|
Added support for Mac OS X and building with clang (bug 5601, r=dvander).
|
2013-02-13 01:14:37 -06:00 |
|
Steve Dudenhoeffer
|
1d7cbd4203
|
Added check for mod game when a module loads: If the module has the optional function, and reports that it is not an expected game, the module will not load.
This should fix how some people seem to think the counter strike modules will work on games other than counter strike.
|
2008-04-27 00:07:06 +00:00 |
|
Steve Dudenhoeffer
|
53ed817183
|
Added amb1600: trie natives
|
2008-04-14 19:52:11 +00:00 |
|
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 |
|