sourcemod/sourcepawn
David Anderson afeae84340 Replace symbol proxies with type symbols.
Proxies were rather hacky and complicated, and only existed as a
workaround for oddities with constructors. This patch replaces them with
actual type symbols, a very tiny step to semantically getting rid of tags.

This greatly simplifies how we implement constructors, and paves the way
for using methodmap symbols in field expressions.

Since non-value symbols are new to spcomp1, we place a rather
pigeonholed check into primary() to make sure non-value symbols don't
escape into expressions.
2014-12-12 10:10:43 -08:00
..
batchtool Spring Cleaning, Part Ichi (1) 2008-03-30 07:00:22 +00:00
compiler Replace symbol proxies with type symbols. 2014-12-12 10:10:43 -08:00
include/smx Bump SourcePawn version to 1.7 to match SourceMod. 2014-08-23 19:26:51 -07:00
jit Disable RTTI for Loader, Logic, and JIT bins 2014-09-11 17:15:59 -07:00