Commit Graph

  • 59fbeb4f2c Port nominations. David Anderson 2014-11-09 16:11:36 -0800
  • d68eea6dea Port randomcycle. David Anderson 2014-11-09 16:10:31 -0800
  • 86d4cdc0c4 Port rockthevote. David Anderson 2014-11-09 16:10:25 -0800
  • 16330d1c4c Port reservedslots. David Anderson 2014-11-09 16:10:13 -0800
  • 65dfd3cdd1 Add C++ definitions. David Anderson 2014-11-09 15:39:13 -0800
  • 9886eea487 Use new-style. David Anderson 2014-11-09 15:07:55 -0800
  • affff9eeb7 Move ConVar API into its own include. David Anderson 2014-11-09 15:02:42 -0800
  • 6b714dafe3 Add transitional syntax support for Protobuf natives. David Anderson 2014-10-30 00:55:21 -0700
  • 801b7ec9e2 Merge pull request #194 from alliedmodders/keyword-this David Anderson 2014-11-09 13:09:22 -0800
  • 4bc7b9243a Define 'this' as a keyword. David Anderson 2014-11-09 13:01:35 -0800
  • 8479c2f067 Port SMC parsing API to transitional syntax. David Anderson 2014-10-29 20:41:36 -0700
  • 53a1dbdafd Merge pull request #193 from alliedmodders/rm-assert-macro David Anderson 2014-11-09 12:14:35 -0800
  • 4802d4bae2 Remove use of macros in mapchooser. David Anderson 2014-11-09 11:57:14 -0800
  • 6e045ef43c Merge pull request #191 from alliedmodders/inc-fixups David Anderson 2014-11-09 11:25:59 -0800
  • f3fcdeda9d Use directly-exported random functions on vstdlib rather than IUniformRandomStream. Nicholas Hastings 2014-11-09 10:59:10 -0500
  • 369f96ddfb Change nullptr -> NULL (we're not C++11 on this branch). Nicholas Hastings 2014-11-09 10:40:55 -0500
  • ab1fb8309e Eliminate need for FindEntityByClassname gamedata on sdk2013 and soon css/dods/hl2dm (already on tf2). Nicholas Hastings 2014-10-30 19:25:26 -0400
  • 5e9f27fe6d Eliminate need for sv gamedata on sdk2013 and soon css/dods/hl2dm (already on tf2). Nicholas Hastings 2014-10-30 19:25:13 -0400
  • b8e4510f7e Eliminate need for s_pTempEnts gamedata on sdk2013 and soon css/dods/hl2dm (already on tf2). Nicholas Hastings 2014-10-30 19:24:53 -0400
  • 0d69ce8b9a Missing changes from last commit Nicholas Hastings 2014-10-30 19:24:00 -0400
  • a66f93b64b Eliminate need for gEntList gamedata on tf2/sdk2013 and soon dods/css/hl2dm. Nicholas Hastings 2014-10-30 19:23:27 -0400
  • c37174cb97 Fix some syntax errors in include files. David Anderson 2014-11-09 02:00:46 -0800
  • 22df518ab5 Fix a bug where local dynamic array declarations could be mistakenly parsed as old decls (bug 6280). David Anderson 2014-11-09 00:15:09 -0800
  • c228be83d6 Revert "Fix a bug where local dynamic array declarations could be mistakenly parsed as old decls." David Anderson 2014-11-09 00:15:00 -0800
  • 046f167b6e Fix a bug where local dynamic array declarations could be mistakenly parsed as old decls (bug 6279). David Anderson 2014-11-09 00:12:44 -0800
  • 099f299113 Fix trailing commas in array literals changing the result of sizeof(). David Anderson 2014-11-08 23:15:23 -0800
  • 4c377f21f9 Mark symbols as read when using sizeof(). David Anderson 2014-11-08 20:45:43 -0800
  • 704e9579f7 Fix comparisons of derived tags (bug 6239). David Anderson 2014-11-08 20:27:39 -0800
  • 686cf9c5ba Use GCC builtins for bsr/bsf where available. Asher Baker 2014-11-09 04:15:49 +0000
  • 7609d19e32 Fix bug where bad carriage returns mess up line endings. David Anderson 2014-11-08 18:04:45 -0800
  • 6ba4bcb955 Port string maps to transitional syntax. David Anderson 2014-11-08 17:43:28 -0800
  • 3cc5c198b4 Allow dynamic char arrays. David Anderson 2014-11-08 17:39:43 -0800
  • 919a31df57 Update ArrayList for transitional syntax. David Anderson 2014-11-08 16:31:33 -0800
  • cd0ac3ae37 Merge pull request #185 from powerlord/tr-event David Anderson 2014-11-08 15:56:20 -0800
  • 17b9ee91e6 Merge pull request #177 from alliedmodders/tr-keyvalues David Anderson 2014-11-08 15:54:58 -0800
  • f020b5682e Port KeyValues to the transitional syntax. David Anderson 2014-10-30 20:55:02 -0700
  • 78687080b1 Merge pull request #178 from alliedmodders/fs-redux David Anderson 2014-11-08 15:46:10 -0800
  • f16501d34a Simplify filesystem native implementation. David Anderson 2014-10-31 20:55:58 -0700
  • 3c13c87f1c Merge pull request #186 from alliedmodders/fix-arrays David Anderson 2014-11-08 12:08:56 -0800
  • b7c4faf063 Merge pull request #169 from alliedmodders/vfsdir-fixes Nicholas Hastings 2014-11-08 13:19:54 -0500
  • 0d24804839 Merge pull request #174 from alliedmodders/eliminate-more-gamedata Nicholas Hastings 2014-11-08 12:52:53 -0500
  • dbee1bcd08 Add an error check after calling doexpr2(). David Anderson 2014-11-08 03:07:34 -0800
  • 512cbc73a0 Fix a loophole with static local variables. David Anderson 2014-11-08 02:54:29 -0800
  • 039572060e Add new dynamic array syntax. David Anderson 2014-11-08 02:48:13 -0800
  • f08e53f5d2 Make sizeof on indeterminate arrays an error. David Anderson 2014-11-08 02:07:43 -0800
  • 6d507ceb27 Add a special case for assigning a string literal to a char array. David Anderson 2014-11-08 02:04:11 -0800
  • 70e095f320 Define post-fix arrays as determinate and pre-fix arrays as indeterminate. David Anderson 2014-11-07 22:39:00 -0800
  • a8796543af Use symbols for fatal errors and bump them by 20 slots. David Anderson 2014-11-07 17:41:33 -0800
  • 2c31b99ce3 Move is_new and has_postdims bits out of declinfo and into typeinfo. David Anderson 2014-11-07 17:05:27 -0800
  • 9175c081ee Changed all the char something[] to char[] something as per dvander's comments. Ross Bemrose 2014-11-07 19:13:46 -0500
  • b89bd36335 Merge pull request #184 from powerlord/sminc-pragma-newdecls-forward-fix David Anderson 2014-11-07 14:27:21 -0800
  • 3579977b28 Added missing SetBroadcast to Event methodmap. Ross Bemrose 2014-11-07 16:47:20 -0500
  • 21ea3c03b5 Something was throwing fits when those were Event earlier. Ross Bemrose 2014-11-07 16:30:29 -0500
  • e7ec41e872 Fix timers.inc's OnMapTimeLeftChanged forward while I'm at it. Ross Bemrose 2014-11-07 16:01:50 -0500
  • b76c948c95 Update condition names. Remove condition 87 for now. Ross Bemrose 2014-11-07 15:44:03 -0500
  • 159f2c8335 Add return types to OnPluginEnd, OnPluginPauseChange, and OnGameFrame Ross Bemrose 2014-11-07 15:22:49 -0500
  • 66bfd126b2 Initial pass for converting events.inc. Ross Bemrose 2014-11-07 14:35:45 -0500
  • e7f6a99087 New Halloween 2014 conditions. Ross Bemrose 2014-11-07 11:16:26 -0500
  • 702ac32bc0 New Holiday as per Halloween update. Ross Bemrose 2014-11-05 11:01:04 -0500
  • 89e7d1c45c Merge pull request #181 from powerlord/tf2-holiday-spyvengy Nicholas Hastings 2014-11-06 06:48:05 -0500
  • b2e957db83 Merge pull request #182 from powerlord/tr-convar David Anderson 2014-11-05 23:12:41 -0800
  • 67f9069382 Updated the named with the ones bailopan suggested. Ross Bemrose 2014-11-05 16:34:04 -0500
  • 3fff07b33d Changed ConVarChanged to take a ConVar variable. Backwards compatible with Handle variables (I tested this to make sure). Ross Bemrose 2014-11-05 15:50:03 -0500
  • 87a21c7ff8 Add HookChange and UnhookChange to ConVar. Ross Bemrose 2014-11-05 15:26:03 -0500
  • a463ed5cf2 Updated IDA scripts for 6.5. Asher Baker 2014-11-05 16:37:12 +0000
  • 0f9d2203a4 New Holiday as per Halloween update. Ross Bemrose 2014-11-05 11:01:04 -0500
  • 89f6e4736f Merge branch 'master' of https://github.com/alliedmodders/sourcemod into tr-convar Ross Bemrose 2014-11-05 10:43:28 -0500
  • 97c9cc9b23 Update MakeBleed signature. Ryan Stecker 2014-11-04 19:09:10 -0600
  • 04578dfee9 Merge pull request #180 from VoiDeD/tf2-gd-nov4-2014 Nicholas Hastings 2014-11-04 20:25:50 -0500
  • 7f36ef65a9 Update MakeBleed signature. Ryan Stecker 2014-11-04 19:09:10 -0600
  • 286d484207 Rearrange order of methods in methodmap. Add missing Reset method to methodmap. Ross Bemrose 2014-10-31 17:21:37 -0400
  • cdc2b11a09 Add a ConVar class. Ross Bemrose 2014-10-31 17:06:42 -0400
  • c7109ca651 Merge pull request #170 from alliedmodders/tr-datapack Nicholas Hastings 2014-10-31 08:49:12 -0400
  • 8c8d9b072a Fix more line-endings. David Anderson 2014-10-30 21:30:12 -0700
  • 9c6c0f37ed Fix line-endings. David Anderson 2014-10-30 21:25:23 -0700
  • 613b06f6c0 Improve error messages when we can't find a typeexpr on a method. David Anderson 2014-10-30 21:15:48 -0700
  • 97c3a2bc6e Fix a crash when we fail to parse a typexpr in a global declaration. David Anderson 2014-10-30 21:09:10 -0700
  • 91a863c20c Merge pull request #171 from alliedmodders/ts-topmenus David Anderson 2014-10-30 19:21:35 -0700
  • b97335ccb0 Port TopMenus to transitional syntax. David Anderson 2014-10-28 19:03:38 -0700
  • f38f097396 Update CTFPlayerShared::Burn signature. Ryan Stecker 2014-10-30 21:08:30 -0500
  • b10edfa86f Update TF2 vfunc gamedata. Ryan Stecker 2014-10-30 21:07:21 -0500
  • 67d839e568 Merge pull request #176 from VoiDeD/tf2-gd-oct30-2014 Nicholas Hastings 2014-10-30 22:10:11 -0400
  • 5484f35dfb Update CTFPlayerShared::Burn signature. Ryan Stecker 2014-10-30 21:08:30 -0500
  • 749bf80bcb Update TF2 vfunc gamedata. Ryan Stecker 2014-10-30 21:07:21 -0500
  • 0a545b12a4 Merge pull request #175 from alliedmodders/allow-any David Anderson 2014-10-30 17:50:45 -0700
  • eaff5c9364 Allow any in new-style natives. David Anderson 2014-10-30 17:19:01 -0700
  • f0dd129344 Eliminate need for FindEntityByClassname gamedata on sdk2013 and soon css/dods/hl2dm (already on tf2). Nicholas Hastings 2014-10-30 19:25:26 -0400
  • 749701014d Eliminate need for sv gamedata on sdk2013 and soon css/dods/hl2dm (already on tf2). Nicholas Hastings 2014-10-30 19:25:13 -0400
  • 10cee734dc Eliminate need for s_pTempEnts gamedata on sdk2013 and soon css/dods/hl2dm (already on tf2). Nicholas Hastings 2014-10-30 19:24:53 -0400
  • 72c18cc3d9 Missing changes from last commit Nicholas Hastings 2014-10-30 19:24:00 -0400
  • 350dd2ebc7 Eliminate need for gEntList gamedata on tf2/sdk2013 and soon dods/css/hl2dm. Nicholas Hastings 2014-10-30 19:23:27 -0400
  • 5d78a5ff93 Fix Fistful of Frags Weapon_GetSlot offset. Nicholas Hastings 2014-10-30 17:31:52 -0400
  • c15470b583 Update more Insurgency gamedata. Nicholas Hastings 2014-10-30 17:31:23 -0400
  • cf92376962 Update Insurgency gamedata. Nicholas Hastings 2014-10-30 04:34:36 -0700
  • e5eb291b67 Update Insurgency gamedata. Nicholas Hastings 2014-10-30 04:34:36 -0700
  • 92d8d96cd9 Update NMRiH gamedata. Nicholas Hastings 2014-10-30 06:54:09 -0400
  • 7ddced67cb Update NMRiH gamedata. Nicholas Hastings 2014-10-30 06:54:09 -0400
  • a7303568d6 Merge pull request #172 from alliedmodders/fix-setters David Anderson 2014-10-29 23:09:23 -0700
  • e7fc06910b Fix a crash when properties have setters but not getters. David Anderson 2014-10-29 20:42:24 -0700
  • ce7a98dffa Trigger build for hl2sdk-tf2 changes. Nicholas Hastings 2014-10-29 20:53:48 -0400