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
Nicholas Hastings
46d620cb6a
Merge pull request #217 from alliedmodders/tf2-holidayvars
...
Convert TFHoliday values to pubvars.
2014-12-10 08:31:15 -05:00
David Anderson
0295f817b8
Allow int: and void: tags, but warn.
2014-12-10 02:36:30 -08:00
David Anderson
18cc1b414b
Fix some compile errors in new-style includes.
2014-12-10 02:12:53 -08:00
David Anderson
a9e252314d
Use typeset in sdkhooks.inc.
2014-12-10 01:13:08 -08:00
Kyle Sanderson
bc4081718b
Merge pull request #218 from KyleSanderson/damageeeee
...
Return the 'e' to OnTakeDamagAlive comment.
2014-12-09 23:20:20 -08:00
David Anderson
1ee3067575
Gracefully error on newly reserved keywords.
2014-12-09 23:18:11 -08:00
David Anderson
94bed806fe
Reserve many keywords.
2014-12-09 23:04:13 -08:00
David Anderson
9c98edd104
Rename "union" semantics to "typeset".
2014-12-09 22:36:42 -08:00
Kyle Sanderson
0375aedd47
Return the 'e' to OnTakeDamagAlive comment.
2014-12-09 22:21:46 -08:00
Nicholas Hastings
09060c265f
Convert TFHoliday values to pubvars.
2014-12-09 20:21:24 -05:00
Ruben Gonzalez
8a8917ba2e
Update TF2 gamedata.
2014-12-08 20:26:14 -05:00
Thordin
f27c33cd18
Increased handles to 32k
2014-12-07 21:50:40 -08:00
Nicholas Hastings
25859e29ca
Merge pull request #211 from Bara20/patch-1
...
Fix warning in files.inc (r=psychonic).
2014-12-02 08:20:02 -05:00
Bara
a91d5bf754
Fix warning in files.inc
2014-12-02 03:35:56 +01:00
David Anderson
68e0645813
Add a view_as operator.
2014-11-30 19:08:25 -08:00
David Anderson
cb4fdf1aa9
Update plugins for new syntax.
2014-11-30 18:57:38 -08:00
David Anderson
157549e119
Fix a bug where aliased constructors of nullable methodmaps could not be used.
2014-11-30 18:56:37 -08:00
David Anderson
9f5c8b60ae
Add a "new" keyword for constructing nullable methodmaps.
2014-11-30 18:38:26 -08:00
Nicholas Hastings
e7e43e38a5
Merge pull request #210 from alliedmodders/more-clientprefs-newauth
...
Fix clientprefs IsAuthIdConnected (again) (r=asherkin).
2014-11-26 18:55:57 -05:00
Nicholas Hastings
19f2f46655
Update PVKII gamedata.
2014-11-25 10:13:37 -05:00
Asher Baker
50898d7a4f
Merge pull request #208 from asherkin/long-lang-codes
...
Support long key names for languages (bug 6282)
2014-11-24 19:07:18 +00:00
Asher Baker
ced026cecc
Support long key names for languages. (bug 6282)
2014-11-22 22:18:49 +00:00
David Anderson
62c243f0a5
Fix reading the wrong symbol name when throw argument errors.
2014-11-22 12:23:57 -08:00
Nicholas Hastings
b0ceac9d74
Fix clientprefs IsAuthIdConnected (again).
2014-11-22 10:00:40 -08:00
David Anderson
673ff572c5
Disallow retagging enums or using implicit-int as an enum tag.
2014-11-20 19:30:22 -08:00
Nicholas Hastings
f573bdf784
Merge pull request #209 from splewis/master
...
Add missing convars.inc to buildbot package script (r=psychonic).
2014-11-20 06:33:02 -05:00
Sean Lewis
b7036de9e9
Add missing convars.inc to buildbot package script.
2014-11-20 03:01:46 -06:00
David Anderson
08388de7dd
Merge pull request #199 from alliedmodders/tr-convars
...
Port ConVars to transitional syntax.
2014-11-19 22:38:56 -08:00
David Anderson
be6da2f810
Merge pull request #173 from alliedmodders/tr-smc
...
Port SMC parsing API to transitional syntax.
2014-11-19 22:38:19 -08:00
Nicholas Hastings
f38fd6a550
Merge pull request #205 from alliedmodders/tf2condex3
...
Add support for TF2 player conditions above >= 96 (r=asherkin).
2014-11-19 17:15:56 -05:00
David Anderson
0511543c76
Merge pull request #206 from alliedmodders/tr-files
...
Port files.inc to transitional syntax.
2014-11-18 18:56:07 -08:00
Nicholas Hastings
db434acd27
Fix typo in CPlayer::GetSteam3Id doing length check on wrong var.
2014-11-16 10:07:08 -05:00
Nicholas Hastings
50400cf029
Remove unused variables.
2014-11-15 19:35:47 -05:00
Nicholas Hastings
b85f4d776e
Merge pull request #204 from alliedmodders/more-clientprefs-newauth
...
Fix SetAuthIdCookie's IsAuthIdConnect function's issues with mixed authid types (r=asherkin).
2014-11-15 19:35:13 -05:00
David Anderson
79143d8b6e
Port files.inc to transitional syntax.
2014-11-15 13:42:28 -08:00
David Anderson
f25953bb6c
Merge pull request #187 from alliedmodders/tr-arrays
...
Update ArrayList for transitional syntax.
2014-11-15 13:04:29 -08:00
David Anderson
461dc3af3d
Merge pull request #189 from alliedmodders/tr-tries
...
Port string maps to transitional syntax.
2014-11-15 12:52:37 -08:00
David Anderson
5e362ec169
Merge branch 'tr-bitbuf'
2014-11-15 12:49:39 -08:00
David Anderson
e46d5d211d
Merge pull request #196 from alliedmodders/tr-protobuf
...
Add transitional syntax support for Protobuf natives.
2014-11-15 12:47:46 -08:00
David Anderson
758a7c955c
Merge pull request #188 from alliedmodders/tr-stack
...
Port adt_stack to transitional syntax.
2014-11-15 12:47:21 -08:00
David Anderson
4cb29eb054
Port adt_stack to transitional syntax.
2014-11-15 12:46:17 -08:00
Nicholas Hastings
d3a4c972e2
Add static_assert on ConBitVecAndNot hack so it gets updated on next cond count change.
2014-11-15 11:31:18 -05:00
Nicholas Hastings
1cf43b4ec2
Fix off-by-one error with FindNextSetBit in cond checks.
2014-11-15 11:22:43 -05:00
Nicholas Hastings
a369d51f23
Merge pull request #183 from powerlord/tf2-halloween-2014
...
New Halloween 2014 conditions (r=psychonic).
2014-11-15 10:12:48 -05:00
Nicholas Hastings
849df7895b
Update TF2 extension for new m_nPlayerCondEx3 player conditions field.
2014-11-15 10:08:07 -05:00
Nicholas Hastings
ea86eee74e
Fix SetAuthIdCookie's IsAuthIdConnect function's issues with mixed auth id types.
2014-11-15 09:34:49 -05:00
Nicholas Hastings
f42a1fe0e4
Merge pull request #201 from DoctorMcKay/tf2-getclientteam
...
Added TF2_GetClientTeam stock (r=psychonic).
2014-11-15 08:06:27 -05:00
Nicholas Hastings
5a9b5e5e21
Update CS:GO gamedata.
2014-11-12 04:36:18 -08:00
Alexander Corn
1562530cdd
Added TF2_GetClientTeam stock
...
Also fixed some weird spacing and language in doc comments
2014-11-11 02:23:44 -05:00