-
Notifications
You must be signed in to change notification settings - Fork 45
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
Next version release date. #23
Comments
Less than a month I think. If the Mac hardware arrive then maybe a week more, if possible we want to deliver the next release with the so waited Mac version. |
Do you have any interest in particular? |
We are interesting and want to try next release for Windows and typescript support. |
We hope for the date the Typescript.java project will release its 1.2.0 version, to include it in the editor. https://github.com/angelozerr/typescript.java/wiki/New-and-Noteworthy-1.2.0 |
Hi. |
Hi, other users requested the build guide (#12 ) but yet we do not decide put some time on create builds scripts or write a detailed manual-build guide. I think it will be more easy to send you a private snapshot of the current development, it will be great if you give us some feedback, I just need two or three days to prepare the update site and a small guide about the new features because Canvas is now splitted in State, Group and Sprite. |
While I build the update site for preview you can look inside the code generated in this game I am using to confirm the typescript code is working. It is the WebContent folder of the project, it has a It should look like this: |
Hi @aliklev You can download a snapshot of the current development here: https://www.dropbox.com/s/jza6s6an5s3hyay/Phaser-Editor-1.3.1.snapshot_dev.jre.win64.zip?dl=0 Note now to create a scenes you have 3 options: 1- Create a sprite In the creation dialog select as language typescript. Look now in the Assets view you will see all the scenes, so you can drag/drop sprites and groups inside the scenes. Please remember this is on active development, if you find an issue comment it here, don't create a new issue. |
Thank you very much, we will test it soon. |
The option Add Prefab to State like "Add Sprite" would be very helpful and not only "copy paste" from another state. |
To add a prefab to the state you drag it from the Assets view and drop it to the scene. No need to copy/paste. To add it via the Add Sprite dialog is good option too, we are going to include it. By the way, is the TypeScript generation working well? |
We are testing, I think will be nice to add 100% typescript templates projects to version. |
Yes, we are going to introduce a new project wizard, to customize the initial project content. So we keep the old project wizard as a New Phaser Project From Example and the new wizard as New Phaser Project. In the new wizard you will be able to customize certain parameters and one of them is the language, JavaScript or TypeScript. In a future we can also give some TypeScript examples project too. |
Hopefully, this is the right place to put this feedback. I've been playing with the dev snapshot and have run into a couple of big issues with the typescript generation for prefabs: The first one is that the constructor for generated group prefabs don't specify any parameters as optional (using '?'). This isn't a big deal except that when one of these prefabs is placed in another, the code that calls that constructor only provides the first 2 parameters (aGame and aParent). This won't compile with TypeScript. The second issue is a weird one. If a prefab has objects marked as public, so that they are assigned to properties, and then that prefab is placed inside of another, the generated code for the outer prefab attempts to create properties for the inner prefabs' objects. This happens in both TypeScript and JavaScript, but produces compile errors in TypeScript. Anyways, just figured I'd call these out ahead of the release of the new version, in case they weren't already known. |
Hi @tomb-pss Yes, a couple of issues are fixed in my local copy, however I will check again. I am thinking on do a candidate release with all features implemented and all our tests passed. This release comes with a lot of stuff and it will be great if some users can test it while we write the documentation of the new features. Thanks. |
@boniatillo-com Sounds good - if you put out an RC, I'll definitely test it out :) |
(deleted a comment that I posted by mistake) |
Hi.When is the release date of new version or beta?
The text was updated successfully, but these errors were encountered: