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.32k stars 230 forks source link

VS2013 project files incl. fixes from nodev #13

Closed BeRo1985 closed 10 years ago

BeRo1985 commented 10 years ago

VS2013 project files incl. fixes from nodev

abeckus commented 10 years ago

Hi Benjamin, We don't support vs2013 yet (in DX/C++ part). Supporting vs2013 requires to modify our internal branch. I will place it on our task list.

Thanks Alan

JanDeHud commented 10 years ago

Is there a way to support a merge request? We have 2014 Vs2013 got it´s third major update and I think it is time to move on and leave 2010 for good. It´s starting to become the WinXP of coding. (OK maybe a bit exaggerated, but it´d be best to never let it become a fitting analogy)

abeckus commented 10 years ago

Yes, vs2010 is getting old. We are planning to switch to vs2013. To properly switch to vs2013 we have to drop dependency on DirectX SDK June 2010. However, DirectX is now part of Windows SDK and we sparsely use D3DX lib which has been deprecated. So it will take time to make the change. Alan

abeckus commented 10 years ago

Added vs2013 solution.

Alan