Commit Graph

239 Commits (b7c006b898ba93388742f053a3ffb39039525a94)

Author SHA1 Message Date
Nikolay Kasyanov e48d265b5d Mac fix: added local config dir support, app root dir is dir where bundle located 14 years ago
Lukasz Gromanowski 57972eb042 Mantis: #18 - Move components from global namespace into their own namespace.
Added namespace around generated win_1252 table.
Added generation of header guard and ToUTF8 namespace in gen_iconv.
Small corrections in Makefile.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski e9ff9a446b Mantis: #18 - Move components from global namespace into their own namespace.
Moving classes from components/nifogre into NifOgre namespace.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski 2ddd5dba11 Mantis: #18 - Move components from global namespace into their own namespace.
Moving classes from components/nifbullet into NifBullet namespace.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski 514b55766f Mantis: #18 - Move components from global namespace into their own namespace.
Updated components/misc tests.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski 90985e849e Mantis: #18 - Move components from global namespace into their own namespace.
Moving classes from components/misc into Misc namespace.

Note: Misc namespace introduced conflict with ESM::Misc and MWClass::Misc
classes, so both of them are renamed to ESM::Miscellaneous
and MWClass::Miscellaneous.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski 8a84201ba2 Mantis: #18 - Move components from global namespace into their own namespace.
Moving classes from components/bsa into Bsa namespace.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Marc Zinnschlag a6e83f5b9b case-handling fix for references in cells 14 years ago
Marc Zinnschlag 5fb3dc854b Merge branch 'optimisation' 14 years ago
athile 231be8f381 Add BULLET_ROOT for the prebuilt binaries. Fix a minor VS2010 compile issue (missing header file). 14 years ago
gugus 0d9dde0fcf experimental: each material with the same texture is loaded only once. Problem: it doesn't take into account other material properties (which seems to be always the same anyway) 14 years ago
gugus b05f780675 fix a compiler error under window 14 years ago
Marc Zinnschlag 80691250ec don't create a new virtual machine for each script and frame 14 years ago
Marc Zinnschlag a133920eb0 boost filesystem fix 14 years ago
Marc Zinnschlag d9f1b64213 some file collection bug fixing 14 years ago
Marc Zinnschlag 6e880cffb2 changed engine class to support multiple data directories for esm files 14 years ago
Marc Zinnschlag d260e5c1bd added file collection class 14 years ago
Marc Zinnschlag 5b6ec405e3 Merge branch 'script' 14 years ago
Marc Zinnschlag 7f0a75c803 Merge branch 'config' 14 years ago
Marc Zinnschlag 3cb994764c Merge remote branch 'corristo/header-refactoring' 14 years ago
Marc Zinnschlag bdfd28f44d adjusted components/files namespace; some related cleanup 14 years ago
Marc Zinnschlag 7131c08ca4 moved path.hpp/path.cpp to a new component 14 years ago
Marc Zinnschlag 861dc6a16e redirecting output of expression evalutation to new report channel 14 years ago
Marc Zinnschlag 125319c441 splitting off console output from messageBox channel 14 years ago
Nikolay Kasyanov 79911b16d0 Fixed enum formatting in components/esm headers 14 years ago
Marc Zinnschlag 7c506301b7 Merge remote branch 'corristo/header-refactoring' into header-refactoring
Conflicts:
	CMakeLists.txt
14 years ago
Nikolay Kasyanov 1e5768170f Refactored remaining headers in components/esm except defs.hpp.
Removed obsolete *.cpp files.
14 years ago
Nikolay Kasyanov a2c42ab5a2 components/esm header refactoring in progress. Refactored:
esm_reader.hpp
loadacti.hpp
loadalch.hpp
loadappa.hpp
loadarmo.hpp
loadbody.hpp
loadbook.hpp
loadbsgn.hpp
loadcell.hpp
loadclas.hpp
loadclot.hpp
loadland.hpp
Updated code style in defs.hpp
14 years ago
Jan-Peter Nilsson a94de76801 Whitespace changes only tabs->spaces and removal of traling space (including mangle and openengline) 14 years ago
Pieter van der Kloet 833a61dd82 Fixed Boost errors with 1.46 caused by the deprecated name file_string() 14 years ago
Marc Zinnschlag c571148bef Merge branch 'collision' 14 years ago
gugus 3ad2b9986e fix actors not beeing deleted. Need the latest OEngine. 14 years ago
Marc Zinnschlag d7226fc9c2 Merge branch 'tab_completion' 14 years ago
gugus b2194398a4 fixed a bug in loading. Every collision mesh is correctly loaded now. 14 years ago
gugus 9d4cda6510 OEngine doesn't rely on OpenMW anymore 14 years ago
gugus 0fb2107265 Merge branch 'master' of git://github.com/zinnschlag/openmw.git into collisions
Conflicts:
	apps/openmw/mwclass/npc.cpp
14 years ago
Jan-Peter Nilsson 229a91a625 Remove unused code/dependencies 14 years ago
Nikolay Kasyanov 3552ad045d Removed obsolete macBundlePath function from fileops.cpp. Using Ogre::macBundlePath 14 years ago
Marc Zinnschlag ecfe57caf2 platform check fix 14 years ago
Nikolay Kasyanov 3d75eea377 Merge remote-tracking branch 'upstream/master' 14 years ago
Jan-Peter Nilsson 4dd76ff36e Remove no longer needed local .gitignore 14 years ago
Jan-Peter Nilsson f65f210149 An unsigned integer can not be smaller than 0 so there's no point in checking 14 years ago
Jan-Peter Nilsson d68141d203 Remove unused variables 14 years ago
Jan-Peter Nilsson 9ee83caaa2 Avoid crash when no bones are available 14 years ago
Jan-Peter Nilsson 696861349e Rename skel to mSkel 14 years ago
Nikolay Kasyanov 4028600768 Builds on OS X now 14 years ago
Jan-Peter Nilsson 26b780d1ac Remove unused variables and fix signed/unsigned comparison to make the compiler happy 14 years ago
Marc Zinnschlag 1e9dc4b435 de-Windownizing and some build-fixes 14 years ago
gugus 86ded891d9 modified the nif loader for shapes used for raycasting only. 14 years ago
gugus d3c1640723 add physic support 14 years ago