sourcemod/public/sourcepawn
Scott Ehlert dc5f82cce2 Fixed alignment on a couple of SourcePawn debugging structures on OS X (bug 4578, r=dvander).
This problem only affected plugins compiled with a fairly old version of spcomp.
2010-08-19 22:51:42 -05:00
..
sp_file_headers.h Fixed alignment on a couple of SourcePawn debugging structures on OS X (bug 4578, r=dvander). 2010-08-19 22:51:42 -05:00
sp_typeutil.h Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
sp_vm_api.h Fixed crash when a plugin was unloaded before a client convar query had returned results (bug 4044, r=dvander). 2009-10-06 13:37:30 -05:00
sp_vm_base.h landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them). 2008-07-11 08:18:43 +00:00
sp_vm_types.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00