axmol/extensions/network
Ricardo Quesada 1f37d4d00a More best practices fixes and other bug fixes
- Adds `CC_REQUIRES_NULL_TERMINATION` to methods that require a NULL at the end
- Removes more Hungarian notations in samples
- s/sprite/scene: fix from previous commit
- `CCLog` -> `log`
- `getLayerNamed` -> `getLayer`
- `getPropertyNamed` -> `getProperty`
- and other small fixes
2013-07-23 15:20:22 -07:00
..
HttpClient.cpp More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
HttpClient.h enableCookies is static method now 2013-07-10 15:46:01 +08:00
HttpRequest.h CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
HttpResponse.h CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
SocketIO.cpp More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
SocketIO.h [Tizen] Fix compile error. 2013-07-19 15:16:05 +09:00
WebSocket.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
WebSocket.h Fixing compilation errors in TestLua for Win32. 2013-06-07 21:23:15 +08:00