new parser with fixed mem footprint (around 1.5k per object)
commit612e54a83440567655d9c3b4332ad679b192e8cd
authorAlexey Yakovenko <wakeroid@gmail.com>
Sun, 3 Feb 2008 03:59:52 +0000 (3 05:59 +0200)
committerAlexey Yakovenko <wakeroid@gmail.com>
Sun, 3 Feb 2008 03:59:52 +0000 (3 05:59 +0200)
treeda7c123ce2f21dc4e7f806fe8f0124844e00a6a5
parent74cf48314d1615c6531c728ba49da90e38c5d713
new parser with fixed mem footprint (around 1.5k per object)
-fno-exceptions flag added
31 files changed:
core/bootstrap.sh [changed mode: 0644->0755]
core/code/system/Makefile.am
core/code/system/f_animation.cpp
core/code/system/f_application.cpp
core/code/system/f_console.cpp
core/code/system/f_cstr.h
core/code/system/f_engine.cpp
core/code/system/f_expmodel.cpp
core/code/system/f_filesystem.cpp
core/code/system/f_input.cpp
core/code/system/f_mathexpression.cpp
core/code/system/f_parser.h
core/code/system/f_resourcemgr.cpp
core/code/system/f_script.cpp
core/code/system/f_types.h
core/code/system/misc.cpp [new file with mode: 0644]
core/code/system/parser.cpp [new file with mode: 0644]
core/code/video/f_effect.cpp
core/code/video/f_fontft.cpp
core/code/video/f_material.cpp
core/code/video/f_model.cpp
core/code/video/gl/f_cgshader.cpp
core/code/video/gl/f_effectpass.cpp
core/code/video/gl/f_ps14shader.cpp
core/code/video/gl/f_texture.cpp
core/code/video/metashader.cpp
core/code/video/sdl/f_sdlrenderer.cpp
core/code/video/x11/x11renderer.cpp
core/configure.in
tools/test/data/materials/metainfo.txt
tools/test/test.cpp