SonyWWS / LevelEditor

The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
Apache License 2.0
1.31k stars 230 forks source link

Visual Studio 2015 support #26

Open dsaltares opened 8 years ago

dsaltares commented 8 years ago

Do you accept PRs to include a VS2015 solution and use the non deprecated classes?

abeckus commented 8 years ago

Hi David, Thanks for pointing out the issue. I will replace deprecated map/set soon. Regarding vs2015, I think this will come soon too.

Alan

dsaltares commented 8 years ago

Thanks for the reply! Do you recommend having a separate local branch with these fixes and wait for your changes or would you prefer me to submit a pull request?

abeckus commented 8 years ago

Yes, I think it would be better to have local copy for now, and wait for the changes. Because I don't have any plan to add new features before vs2015 support. The plan is to remove vs2010 and add vs2015 while keeping vs2013.

Alan

dsaltares commented 8 years ago

Sounds good to me!