Removed an optimization that caused problems on 32 bit builds

Gaming / Game Engines / OpenMW - scrawl [baseoftrash.de] - 22 May 2013 14:01 UTC

a54f8c7 Removed an optimization that caused problems on 32 bit builds
CMakeLists.txt | 9 +-
extern/shiny/CMakeLists.txt | 20 -
extern/shiny/Docs/Materials.dox | 5 +-
extern/shiny/Editor/MainWindow.cpp | 2 +
extern/shiny/Main/Language.hpp | 1 +
extern/shiny/Main/ShaderInstance.cpp | 5 +-
extern/shiny/Platforms/Ogre/OgreGpuProgram.cpp | 3 +-
extern/shiny/Platforms/Ogre/OgrePlatform.cpp | 4 +-
extern/shiny/Preprocessor/aq.cpp | 236 -
extern/shiny/Preprocessor/cpp_re.cpp | 442 -
extern/shiny/Preprocessor/cpp_re.inc | 9044 --------------------
.../Preprocessor/instantiate_cpp_exprgrammar.cpp | 52 -
.../shiny/Preprocessor/instantiate_cpp_grammar.cpp | 56 -
.../Preprocessor/instantiate_cpp_literalgrs.cpp | 56 -
.../Preprocessor/instantiate_defined_grammar.cpp | 52 -
.../Preprocessor/instantiate_predef_macros.cpp | 52 -
.../shiny/Preprocessor/instantiate_re2c_lexer.cpp | 65 -
.../Preprocessor/instantiate_re2c_lexer_str.cpp | 64 -
extern/shiny/Preprocessor/token_ids.cpp | 447 -
19 files changed, 15 insertions(+), 10600 deletions(-)

Upstream: github.com


  • Share