]> Dogcows Code - chaz/yoink/commit
new classes; yajl library
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Tue, 7 Jul 2009 19:28:47 +0000 (13:28 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Tue, 7 Jul 2009 19:28:47 +0000 (13:28 -0600)
commit79b5f738f2e38acb60cda7e09f54802933a17105
treedc661740d3df709b3eb81000ee242f76a45de0bb
parenta891a2dcbbb63d9e771da6efff00a33da614e737
new classes; yajl library
218 files changed:
COPYING
Doxyfile [new file with mode: 0644]
Makefile.am
README
configure.ac
cscope.make
share/animations/AlienWarrior.xml [new file with mode: 0644]
share/animations/BigExplosion.xml [new file with mode: 0644]
share/animations/Bonuses.xml [new file with mode: 0644]
share/animations/Bullets.xml [new file with mode: 0644]
share/animations/Effects.xml [new file with mode: 0644]
share/animations/Heroine.xml [new file with mode: 0644]
share/animations/Jetbot.xml [new file with mode: 0644]
share/animations/RobotTrooper.xml [new file with mode: 0644]
share/scenes/Test.xml [new file with mode: 0644]
share/textures/AlienWarrior.data [new file with mode: 0644]
share/textures/AlienWarrior.plist [new file with mode: 0644]
share/textures/AlienWarrior.png [new file with mode: 0644]
share/textures/BackgroundFar.data [new file with mode: 0644]
share/textures/BackgroundFar.plist [new file with mode: 0644]
share/textures/BackgroundFar.png [new file with mode: 0644]
share/textures/BackgroundNear.data [new file with mode: 0644]
share/textures/BackgroundNear.plist [new file with mode: 0644]
share/textures/BackgroundNear.png [new file with mode: 0644]
share/textures/BigExplosion.data [new file with mode: 0644]
share/textures/BigExplosion.plist [new file with mode: 0644]
share/textures/BigExplosion.png [new file with mode: 0644]
share/textures/Bonuses.data [new file with mode: 0644]
share/textures/Bonuses.plist [new file with mode: 0644]
share/textures/Bonuses.png [new file with mode: 0644]
share/textures/Building.data [new file with mode: 0644]
share/textures/Building.plist [new file with mode: 0644]
share/textures/Building.png [new file with mode: 0644]
share/textures/Default.plist [new file with mode: 0644]
share/textures/Font.data [new file with mode: 0644]
share/textures/Font.plist [new file with mode: 0644]
share/textures/Font.png [new file with mode: 0644]
share/textures/Heroine.data [new file with mode: 0644]
share/textures/Heroine.plist [new file with mode: 0644]
share/textures/Heroine.png [new file with mode: 0644]
share/textures/Jetbot.data [new file with mode: 0644]
share/textures/Jetbot.plist [new file with mode: 0644]
share/textures/Jetbot.png [new file with mode: 0644]
share/textures/Particles.data [new file with mode: 0644]
share/textures/Particles.plist [new file with mode: 0644]
share/textures/Particles.png [new file with mode: 0644]
share/textures/RobotTrooper.data [new file with mode: 0644]
share/textures/RobotTrooper.plist [new file with mode: 0644]
share/textures/RobotTrooper.png [new file with mode: 0644]
share/textures/Scenery.data [new file with mode: 0644]
share/textures/Scenery.plist [new file with mode: 0644]
share/textures/Scenery.png [new file with mode: 0644]
share/textures/StatusBars.data [new file with mode: 0644]
share/textures/StatusBars.plist [new file with mode: 0644]
share/textures/StatusBars.png [new file with mode: 0644]
share/textures/TowerBlock1.data [new file with mode: 0644]
share/textures/TowerBlock1.plist [new file with mode: 0644]
share/textures/TowerBlock1.png [new file with mode: 0644]
share/textures/Trees.data [new file with mode: 0644]
share/textures/Trees.plist [new file with mode: 0644]
share/textures/Trees.png [new file with mode: 0644]
src/ConvertUTF.c [new file with mode: 0644]
src/ConvertUTF.h [new file with mode: 0644]
src/Makefile.am
src/YoinkApp.cc [new file with mode: 0644]
src/YoinkApp.hh [new file with mode: 0644]
src/deserializer.cc [new file with mode: 0644]
src/deserializer.hh [new file with mode: 0644]
src/dispatcher.cc [new file with mode: 0644]
src/dispatcher.hh [new file with mode: 0644]
src/engine.cc [new file with mode: 0644]
src/engine.hh [new file with mode: 0644]
src/event.hh [new file with mode: 0644]
src/fastevents.c [new file with mode: 0644]
src/fastevents.h [new file with mode: 0644]
src/math.cc [new file with mode: 0644]
src/math.hh [new file with mode: 0644]
src/matrix.hh [new file with mode: 0644]
src/opengl.hh [new file with mode: 0644]
src/profiler.hh [new file with mode: 0644]
src/quaternion.hh [new file with mode: 0644]
src/random.cc [new file with mode: 0644]
src/random.hh [new file with mode: 0644]
src/rectangle.cc [new file with mode: 0644]
src/rectangle.hh [new file with mode: 0644]
src/serializable.cc [new file with mode: 0644]
src/serializable.hh [new file with mode: 0644]
src/serializer.cc [new file with mode: 0644]
src/serializer.hh [new file with mode: 0644]
src/settings.cc [new file with mode: 0644]
src/settings.hh [new file with mode: 0644]
src/singleton.hh [new file with mode: 0644]
src/stringtools.cc [new file with mode: 0644]
src/stringtools.hh [new file with mode: 0644]
src/texture.cc [new file with mode: 0644]
src/texture.hh [new file with mode: 0644]
src/thread.hh [new file with mode: 0644]
src/timer.cc [new file with mode: 0644]
src/timer.hh [new file with mode: 0644]
src/vector.hh [new file with mode: 0644]
src/video.cc [new file with mode: 0644]
src/video.hh [new file with mode: 0644]
src/yoink.cc [deleted file]
src/yoinkrc [new file with mode: 0644]
yajl/BUILDING [new file with mode: 0644]
yajl/BUILDING.win32 [new file with mode: 0644]
yajl/CMakeLists.txt [new file with mode: 0644]
yajl/Makefile.am [new file with mode: 0644]
yajl/TODO [new file with mode: 0644]
yajl/YAJLDoc.cmake [new file with mode: 0644]
yajl/reformatter/CMakeLists.txt [new file with mode: 0644]
yajl/reformatter/json_reformat.c [new file with mode: 0644]
yajl/rfc4627.txt [new file with mode: 0644]
yajl/src/CMakeLists.txt [new file with mode: 0644]
yajl/src/YAJL.dxy [new file with mode: 0644]
yajl/src/yajl.c [new file with mode: 0644]
yajl/src/yajl/yajl_common.h [new file with mode: 0644]
yajl/src/yajl/yajl_gen.h [new file with mode: 0644]
yajl/src/yajl/yajl_parse.h [new file with mode: 0644]
yajl/src/yajl_alloc.c [new file with mode: 0644]
yajl/src/yajl_alloc.h [new file with mode: 0644]
yajl/src/yajl_buf.c [new file with mode: 0644]
yajl/src/yajl_buf.h [new file with mode: 0644]
yajl/src/yajl_bytestack.h [new file with mode: 0644]
yajl/src/yajl_encode.c [new file with mode: 0644]
yajl/src/yajl_encode.h [new file with mode: 0644]
yajl/src/yajl_gen.c [new file with mode: 0644]
yajl/src/yajl_lex.c [new file with mode: 0644]
yajl/src/yajl_lex.h [new file with mode: 0644]
yajl/src/yajl_parser.c [new file with mode: 0644]
yajl/src/yajl_parser.h [new file with mode: 0644]
yajl/test/CMakeLists.txt [new file with mode: 0644]
yajl/test/cases/array.json [new file with mode: 0644]
yajl/test/cases/array.json.gold [new file with mode: 0644]
yajl/test/cases/array_close.json [new file with mode: 0644]
yajl/test/cases/array_close.json.gold [new file with mode: 0644]
yajl/test/cases/array_open.json [new file with mode: 0644]
yajl/test/cases/array_open.json.gold [new file with mode: 0644]
yajl/test/cases/bogus_char.json [new file with mode: 0644]
yajl/test/cases/bogus_char.json.gold [new file with mode: 0644]
yajl/test/cases/codepoints_from_unicode_org.json [new file with mode: 0644]
yajl/test/cases/codepoints_from_unicode_org.json.gold [new file with mode: 0644]
yajl/test/cases/dc_simple_with_comments.json [new file with mode: 0644]
yajl/test/cases/dc_simple_with_comments.json.gold [new file with mode: 0644]
yajl/test/cases/deep_arrays.json [new file with mode: 0644]
yajl/test/cases/deep_arrays.json.gold [new file with mode: 0644]
yajl/test/cases/difficult_json_c_test_case.json [new file with mode: 0644]
yajl/test/cases/difficult_json_c_test_case.json.gold [new file with mode: 0644]
yajl/test/cases/difficult_json_c_test_case_with_comments.json [new file with mode: 0644]
yajl/test/cases/difficult_json_c_test_case_with_comments.json.gold [new file with mode: 0644]
yajl/test/cases/doubles.json [new file with mode: 0644]
yajl/test/cases/doubles.json.gold [new file with mode: 0644]
yajl/test/cases/empty_array.json [new file with mode: 0644]
yajl/test/cases/empty_array.json.gold [new file with mode: 0644]
yajl/test/cases/empty_string.json [new file with mode: 0644]
yajl/test/cases/empty_string.json.gold [new file with mode: 0644]
yajl/test/cases/escaped_bulgarian.json [new file with mode: 0644]
yajl/test/cases/escaped_bulgarian.json.gold [new file with mode: 0644]
yajl/test/cases/escaped_foobar.json [new file with mode: 0644]
yajl/test/cases/escaped_foobar.json.gold [new file with mode: 0644]
yajl/test/cases/false.json [new file with mode: 0644]
yajl/test/cases/false.json.gold [new file with mode: 0644]
yajl/test/cases/false_then_garbage.json [new file with mode: 0644]
yajl/test/cases/false_then_garbage.json.gold [new file with mode: 0644]
yajl/test/cases/four_byte_utf8.json [new file with mode: 0644]
yajl/test/cases/four_byte_utf8.json.gold [new file with mode: 0644]
yajl/test/cases/integers.json [new file with mode: 0644]
yajl/test/cases/integers.json.gold [new file with mode: 0644]
yajl/test/cases/invalid_utf8.json [new file with mode: 0644]
yajl/test/cases/invalid_utf8.json.gold [new file with mode: 0644]
yajl/test/cases/isolated_surrogate_marker.json [new file with mode: 0644]
yajl/test/cases/isolated_surrogate_marker.json.gold [new file with mode: 0644]
yajl/test/cases/leading_zero_in_number.json [new file with mode: 0644]
yajl/test/cases/leading_zero_in_number.json.gold [new file with mode: 0644]
yajl/test/cases/lonely_minus_sign.json [new file with mode: 0644]
yajl/test/cases/lonely_minus_sign.json.gold [new file with mode: 0644]
yajl/test/cases/lonely_number.json [new file with mode: 0644]
yajl/test/cases/lonely_number.json.gold [new file with mode: 0644]
yajl/test/cases/map_close.json [new file with mode: 0644]
yajl/test/cases/map_close.json.gold [new file with mode: 0644]
yajl/test/cases/map_open.json [new file with mode: 0644]
yajl/test/cases/map_open.json.gold [new file with mode: 0644]
yajl/test/cases/missing_integer_after_decimal_point.json [new file with mode: 0644]
yajl/test/cases/missing_integer_after_decimal_point.json.gold [new file with mode: 0644]
yajl/test/cases/missing_integer_after_exponent.json [new file with mode: 0644]
yajl/test/cases/missing_integer_after_exponent.json.gold [new file with mode: 0644]
yajl/test/cases/non_utf8_char_in_string.json [new file with mode: 0644]
yajl/test/cases/non_utf8_char_in_string.json.gold [new file with mode: 0644]
yajl/test/cases/null.json [new file with mode: 0644]
yajl/test/cases/null.json.gold [new file with mode: 0644]
yajl/test/cases/null_then_garbage.json [new file with mode: 0644]
yajl/test/cases/null_then_garbage.json.gold [new file with mode: 0644]
yajl/test/cases/nulls_and_bools.json [new file with mode: 0644]
yajl/test/cases/nulls_and_bools.json.gold [new file with mode: 0644]
yajl/test/cases/simple.json [new file with mode: 0644]
yajl/test/cases/simple.json.gold [new file with mode: 0644]
yajl/test/cases/simple_with_comments.json [new file with mode: 0644]
yajl/test/cases/simple_with_comments.json.gold [new file with mode: 0644]
yajl/test/cases/string_invalid_escape.json [new file with mode: 0644]
yajl/test/cases/string_invalid_escape.json.gold [new file with mode: 0644]
yajl/test/cases/string_invalid_hex_char.json [new file with mode: 0644]
yajl/test/cases/string_invalid_hex_char.json.gold [new file with mode: 0644]
yajl/test/cases/string_with_escapes.json [new file with mode: 0644]
yajl/test/cases/string_with_escapes.json.gold [new file with mode: 0644]
yajl/test/cases/string_with_invalid_newline.json [new file with mode: 0644]
yajl/test/cases/string_with_invalid_newline.json.gold [new file with mode: 0644]
yajl/test/cases/three_byte_utf8.json [new file with mode: 0644]
yajl/test/cases/three_byte_utf8.json.gold [new file with mode: 0644]
yajl/test/cases/true.json [new file with mode: 0644]
yajl/test/cases/true.json.gold [new file with mode: 0644]
yajl/test/cases/true_then_garbage.json [new file with mode: 0644]
yajl/test/cases/true_then_garbage.json.gold [new file with mode: 0644]
yajl/test/cases/unescaped_bulgarian.json [new file with mode: 0644]
yajl/test/cases/unescaped_bulgarian.json.gold [new file with mode: 0644]
yajl/test/run_tests.sh [new file with mode: 0755]
yajl/test/yajl_test.c [new file with mode: 0644]
yajl/verify/CMakeLists.txt [new file with mode: 0644]
yajl/verify/json_verify.c [new file with mode: 0644]
This page took 0.042495 seconds and 4 git commands to generate.