axmol/tools
Donald Alan Morrison 8693c54997 Minor memory-logic error. textField is a retain property, so assigning to it retains it, and assigning NULL to it releases it. Also, an init method called release outside the proper scope (the do{}while(0); block).
If you don't like the autorelease pool, it's easy enough to change this fix.

Aside: someone pulled tools/cxx-generator again, not me(!) :-)
2012-09-24 14:55:40 -07:00
..
cxx-generator@5154f8898b Minor memory-logic error. textField is a retain property, so assigning to it retains it, and assigning NULL to it releases it. Also, an init method called release outside the proper scope (the do{}while(0); block). 2012-09-24 14:55:40 -07:00
jenkins_scripts fixed #1404, modify "ant release" to "ant debug" in mac-android-4.x-debug.sh 2012-09-16 16:13:54 +08:00
lua_project_generator Reverted build_native.sh. 2012-06-28 16:58:32 +08:00
tojs Use new directives for renaming functions and classes 2012-09-21 11:41:08 -07:00
tolua++ [Lua] add ccTexParams, add new luabinding build script, update luabinding 2012-09-20 23:37:23 +08:00
xcode4_template_generator fixed #1482, deal with ios6 orientation in templates/xcode4, with a little refactoring. 2012-09-23 22:11:29 +08:00