walzer
|
d4c1aa92d5
|
add copyrights for 2014, in folders other then 2d.
|
2014-01-07 11:47:11 +08:00 |
James Chen
|
ea60dbb640
|
Fixing ‘ActionTest->AnimationTest’ crashes. It should return empty ValueMap/ValueVector when Value::asValueVector/Map is invoked in empty Value.
|
2014-01-06 19:55:59 +08:00 |
andyque
|
8a7228049a
|
fixed self assignment error and provide move semantics to pushBack of Vector<T>
|
2014-01-02 18:31:43 +08:00 |
James Chen
|
17ff6ef764
|
Renames: IntValueMap —> ValueMapIntKey
|
2013-12-26 22:07:20 +08:00 |
James Chen
|
ddc1328e6b
|
Small fix in CCValue.cpp. visitMap is a template that supports IntValueMap and ValueMap. IntValueMap is confused. ValueMapIntKey seems better.
|
2013-12-18 17:01:57 +08:00 |
James Chen
|
1a1cef9342
|
issue #2790: Addes Value::Null variable.
|
2013-12-11 18:08:05 +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
|
f6dc9bf9b6
|
issue #2790: Adds more ‘assignment operator’ method for CCValue.
|
2013-12-09 17:55:56 +08:00 |
James Chen
|
06e6d38ab0
|
issue #2790: Initializes Value when empty constructor was invoked.
|
2013-12-07 14:26:17 +08:00 |
James Chen
|
54289276de
|
issue #2790: ValueArray —> ValueVector, ValueDict —> ValueMap, IntValueDict —> IntValueMap.
|
2013-12-04 17:46:57 +08:00 |
James Chen
|
bbeec97b48
|
issue #2790: Bug fixes in CCValue.cpp.
|
2013-12-04 16:38:12 +08:00 |
James Chen
|
82cc795ecf
|
issue #2790: Adds more move functions.
|
2013-12-04 16:37:48 +08:00 |
James Chen
|
60874ece64
|
issue #2790: Updates Makefile, Moves some codes to CCValue.cpp.
|
2013-12-04 16:18:22 +08:00 |
James Chen
|
ceaa1f26bb
|
issue #2790: Windows run ok with ValueDict for FileUtils.
|
2013-12-04 16:02:54 +08:00 |