Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise link to EndGate #46

Open
wants to merge 21 commits into
base: EndGateConversion
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
60eaf5a
Removed the enqueing of the commands on the client, sends instantly now.
NTaylorMullen Oct 9, 2013
1ee683a
Adjusted the server interpolation manager
NTaylorMullen Oct 10, 2013
fb26e0f
Changed SignalR version to rc1 to make it more publicly available.
NTaylorMullen Oct 10, 2013
7109147
Fixed lag issues, man i made some really dumb mistakes.... #programme…
NTaylorMullen Oct 10, 2013
015f91f
We now hide the area sectors if the browser is not ie.
NTaylorMullen Oct 11, 2013
66ba219
Updated the EndGate version to 0.2.0
NTaylorMullen Oct 15, 2013
0a10b4f
Extended the acceptable duration for boost taps
NTaylorMullen Oct 16, 2013
351d8ac
Updated ShootR to SignalR 2.0
NTaylorMullen Oct 23, 2013
5cc5450
Added chat support to ShootR
Buildstarted Oct 26, 2013
6bbeaa9
fixes per ntaylormullen
Buildstarted Oct 26, 2013
bdb5cf5
Merge pull request #41 from Buildstarted/master
NTaylorMullen Oct 26, 2013
03bb202
Fixed html encoding for chat messages
Buildstarted Oct 30, 2013
6e4b157
Fixes
Buildstarted Oct 30, 2013
a6b32fd
Merge pull request #42 from Buildstarted/master
NTaylorMullen Oct 30, 2013
a89d5ad
Added notes for using MyGet feed
MisterJames Nov 10, 2013
b65ce77
Including chat.js in proj
MisterJames Nov 10, 2013
4154eaf
Merge pull request #44 from MisterJames/FixHudChat
NTaylorMullen Nov 10, 2013
975c42d
Added link to Nuget docs
MisterJames Nov 11, 2013
74a88d3
bit of formatting on the help text
MisterJames Nov 11, 2013
ca1f05a
punctuation
MisterJames Nov 11, 2013
5c84d52
Merge pull request #43 from MisterJames/patch-1
NTaylorMullen Nov 11, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ Feel free to stop by and say hi at http://jabbr.net/#/rooms/ShootR.

**SignalR Source**: https://github.com/SignalR/SignalR
**EndGate Source**: https://github.com/ntaylormullen/endgate

###Building for the First Time###
The latest versions of Visual Studio are now cofigured to restore missing packages in solutions that you open, however, ShootR uses packages from a custom package source.
To restore packages in the ShootR solution, you'll need to make sure that your installation of Visual Studio is configured to [restore missing packages] (http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages).

You'll also need to add the nightly build feed from the Asp.Net web stack to your NuGet package sources, which is located here: http://www.myget.org/F/aspnetwebstacknightly/.
You can learn more about adding a custom feed in Visual Studio on the [Nuget docs site] (http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds).


4 changes: 4 additions & 0 deletions ShootR/.nuget/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.SignalR.Utils" version="2.0.0" />
</packages>
4 changes: 3 additions & 1 deletion ShootR/ShootR.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShootR", "ShootR\ShootR.csproj", "{2FCC3FA2-0A13-4443-BB18-0A89F4F6E9A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DB817C6E-D409-4761-BF15-EE5611D78194}"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../../Scripts/endgate-0.2.0-beta1.d.ts" />
/// <reference path="../../../Scripts/endgate-0.2.0.d.ts" />
/// <reference path="../Bullet.ts" />
/// <reference path="BulletExplosionAnimation.ts" />

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../../Scripts/endgate-0.2.0-beta1.d.ts" />
/// <reference path="../../../Scripts/endgate-0.2.0.d.ts" />
/// <reference path="../../Common/Animation.ts" />

module ShootR {
Expand Down
2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Bullets/Bullet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Bullets/Bullet.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Bullets/Bullet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../Scripts/endgate-0.2.0-beta1.d.ts" />
/// <reference path="../../Scripts/endgate-0.2.0.d.ts" />
/// <reference path="../Server/IPayloadDefinitions.ts" />
/// <reference path="BulletGraphic.ts" />
/// <reference path="BulletMovementController.ts" />
Expand Down
2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Bullets/BulletGraphic.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Bullets/BulletGraphic.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Bullets/BulletGraphic.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../Scripts/endgate-0.2.0-beta1.d.ts" />
/// <reference path="../../Scripts/endgate-0.2.0.d.ts" />
/// <reference path="../Server/IPayloadDefinitions.ts" />

module ShootR {
Expand Down
2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Bullets/BulletMovementController.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Bullets/BulletMovementController.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../Scripts/endgate-0.2.0-beta1.d.ts" />
/// <reference path="../../Scripts/endgate-0.2.0.d.ts" />
/// <reference path="../Server/IPayloadDefinitions.ts" />

module ShootR {
Expand Down
2 changes: 1 addition & 1 deletion ShootR/ShootR/Client/Common/Animation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading