Posted: 1st Sep 2011 23:49
Great, thanks!
Posted: 2nd Sep 2011 9:29
Just a quick question.

do you know if the Xcode3 templates changed in any way from the first release to the 1036version?
Posted: 2nd Sep 2011 11:36
No changes to the Xcode 3 / 4 templates and examples. The main changes for Tier 2 were updated libraries and fixes for Visual Studio.
Posted: 2nd Sep 2011 11:54
i will just copy the ios libs on mac from the windows folder then.
thanks
Posted: 2nd Sep 2011 12:04
The main changes for Tier 2 were updated libraries and fixes for Visual Studio.


Indeed now I can create a RELEASE version and the MEDIA folder limitation is gone! GREAT!

If only you could make the creation of the folder in My Documents optional, or expose it in CORE.cpp, so that one can switch it off if they don't need to use the joystick or other embedded images, and maybe even switch off linking with libimages (and get a smaller exe)
Posted: 3rd Sep 2011 16:12
Why is there a "Sources" folder in the IDE when nothing else appears under the root folder anyway? Seems a bit redundant and more than a little annoying to me.
Posted: 5th Sep 2011 4:20
The Sources folder is to contain your code for the moment. In the future, your projects will include media, icons, sounds, layouts, data, e.t.c. you name it. Best we establish a hierarchy from day one. We might be able to auto-expand these sub-group folders if there is enough interest in this for the IDE.