NTaylorMullen / EndGate

TypeScript powered game framework
http://endgate.net
MIT License
103 stars 21 forks source link

EndGate no longer compiles with latest TypeScript #126

Open rboarman opened 10 years ago

rboarman commented 10 years ago

I'm getting a number of errors trying to build and use EndGate with the ShootR example. It looks like some breaking changes with TypeScript have occurred and the code has not been updated.

My TypeScript skills are not yet sufficient to feel comfortable suggesting any fixes.

Does anyone have EndGate running with TypeScript 1.0?

Buildstarted commented 10 years ago

Yeah, I was planning on updating EndGate this weekend. :)

rboarman commented 10 years ago

You're the best. :+1:

Buildstarted commented 10 years ago

So I loaded up the project. Changed the tooling from 0.9 to 1.0 and there doesn't seem to be any issues with it. I'll have to check some of my larger endgate projects to make sure but so far you just need to change the tooling version.

rboarman commented 10 years ago

I was trying it with the ShootR source. Perhaps the issues are on their side. Thanks!

Buildstarted commented 10 years ago

I'll check out ShootR now :) ShootR is one of the more interesting beasts.

rboarman commented 10 years ago

It may just be that it is referencing older libraries. Thanks again.