James Chen
|
5e6130c92c
|
issue #4058: Get rid of Object ,rename it to Ref.
|
2014-02-20 10:53:49 +08:00 |
walzer
|
d4c1aa92d5
|
add copyrights for 2014, in folders other then 2d.
|
2014-01-07 11:47:11 +08:00 |
James Chen
|
b2dc16c065
|
closed #3580: FileUtilsTest->TextWritePlist crashes
|
2014-01-04 15:03:46 +08:00 |
Ricardo Quesada
|
59fee6b8d2
|
replaces std::for_each with for()
replaces `std::for_each` with C++11 `for( : )`
|
2013-12-19 13:34:41 -08:00 |
James Chen
|
be9bb6998b
|
issue #2790: Deprecates Dictionary, Array, String, Integer, Bool, Float, Double classes.
Also renames Map::remove to Map::erase.
|
2013-12-11 18:08:06 +08:00 |
James Chen
|
2cda34d59a
|
issue #2790: Deprecates CCDictionary, uses ValueMap for pure base data. Adds StringUtils class .
|
2013-12-11 18:08:05 +08:00 |
James Chen
|
365f6faabb
|
issue #2790: Warning fixes for CCDictionary.cpp and CCString.cpp
|
2013-12-07 14:26:52 +08:00 |
minggo
|
fa7c97171b
|
fix some warnings
|
2013-12-06 16:32:06 +08:00 |
James Chen
|
c9767b8ea0
|
issue #2790: fileToValueDict —> getValueMapFromFile, fileToValueArray —> getValueVectorFromFile.
|
2013-12-04 17:50:57 +08:00 |
James Chen
|
54289276de
|
issue #2790: ValueArray —> ValueVector, ValueDict —> ValueMap, IntValueDict —> IntValueMap.
|
2013-12-04 17:46:57 +08:00 |
James Chen
|
736c70704b
|
issue #2790: Some FIXME fixes.
|
2013-12-04 17:28:14 +08:00 |
James Chen
|
35b96602d3
|
issue #2790: includes <algorithm> for std::for_each.
|
2013-12-04 16:02:53 +08:00 |
James Chen
|
4ec6e50cc4
|
issue #2790: Pure base data from Dictionary* to ValueDict, Array* to ValueArray.
|
2013-12-04 16:02:52 +08:00 |
minggo
|
95acb1b9e3
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |