Ezelia Posted August 12, 2013 Share Posted August 12, 2013 Yes, if everything goes as expected, Phaser v1.0 will be released today!I didn't started using this engine in real games, yet but I took the time to read examples and articles about it.I was waiting for the v1 release !just wanted to say a big thank to Rich for his work on Phaser and also for this awesome community Yora and kootoopas 2 Link to comment Share on other sites More sharing options...
Bizzi Posted August 12, 2013 Share Posted August 12, 2013 https://github.com/photonstorm/phaser/tree/1.00 Link to comment Share on other sites More sharing options...
Paul-Andre Posted August 13, 2013 Share Posted August 13, 2013 *drumrolls* Link to comment Share on other sites More sharing options...
rich Posted August 13, 2013 Share Posted August 13, 2013 So as you know yesterday came and went without a sign of 1.0. I tried to hit the deadline, I honestly did. Last week I worked close to 20 hour days to try and make it, but ultimately TypeScript 0.9.1 really screwed me over. There are numerous rants about it from me on the TypeScript forums if you're interested, but my advice right now is "stay well clear". I literally wasted 5 days trying to work with it and just had to give up. I did get the whole framework compiling under it, but when you get even the slightest error (from some new code or a code change) debugging is next to impossible. Anyway all the time I spent dicking around with TypeScript ruined my chance of releasing on the 12th I'm still hopeful to get it out this week, but I need to claw back the time I wasted on TypeScript first. Sorry guys, hang in there, I promise it will be worth it! Link to comment Share on other sites More sharing options...
korpuskel Posted August 13, 2013 Share Posted August 13, 2013 After reading your posts on the Typescript forums I grabbed the Phaser 1.0 code and tried to compile a simple "Hello World".I only tried for some hours but I got so many random errors which even appeared and disappeared when editing whitespaces! As you said, the TSC must be seriously broken. I can't believe you still made it compile somehow Thank you very much for going through that hell which the current Typescript is. Link to comment Share on other sites More sharing options...
rich Posted August 13, 2013 Share Posted August 13, 2013 It's seriously screwed atm. My current insane workflow is: On one PC I have TS 0.9.1, on another 0.8.3. I do all my main coding on 0.8.3 so I get useful meaningful errors! Then I commit, pull the repo to my 0.9.1 PC, do a global 'search replace' swapping "bool" to "boolean" and then compile and pray. Link to comment Share on other sites More sharing options...
Ezelia Posted August 13, 2013 Author Share Posted August 13, 2013 same here, still having weired problems with TSC 0.9.1 ... I switched back to 0.8.3 and made a VM with TSC 0.9.1 so I can maintain a (supposed) compilable code in 0.9.1 .don't know if I'm alone, but the new TypeScript shows me errors with completely wrong line numbers/filenames in the "Errors" tab on VS2012 Link to comment Share on other sites More sharing options...
Paul-Andre Posted August 13, 2013 Share Posted August 13, 2013 Do you think it will be done by 24th August? I was hoping to use this for the Ludum Dare competition. Link to comment Share on other sites More sharing options...
Yora Posted August 14, 2013 Share Posted August 14, 2013 Sorry to hear . On the bright side I'm enjoying going through the code anyways and familiarizing myself with the features, and it really is great! I'm glad I've been waiting for this to release before beginning to work and a few more days doesn't change that fact. Keep it up~ . Link to comment Share on other sites More sharing options...
Travis Posted August 17, 2013 Share Posted August 17, 2013 At this point, is TypeScript 0.9.1 going to be supported in Phaser 1.0? Link to comment Share on other sites More sharing options...
Noid Posted August 17, 2013 Share Posted August 17, 2013 Any API breaking changes between the 1.0TS0.8.3 branch and the final 1.0 release? I want to know if I can start using it know or should wait for the release. Link to comment Share on other sites More sharing options...
Recommended Posts