timoore 9dc1b5f6f5 model paging patch from Till Busch
Comments from Till:
I started the project at the end of february with a simple idea: move all
3d-model loading to the DatabasePager-thread. my first attempts looked
promising, though they were a little too optimistic (or naive?). the patch
has evolved a lot since.

currently it does the following things:
1. revive SGModelLib, move functions for xml-model-loading there

2. replace all calls to sgLoad3dModel with calls to either
SGModelLib::loadModel() or SGModelLib::loadPagedModel()
almost all models will be loaded by the DatabasePager. the few exceptions are:
your own plane, shared models in scenery, random objects, AIBallistic models.

3. simplify mode-loading functions (avoid passing around fg_root)

4. avoid supurious MatrixTransform nodes in loaded models

5. fix some memory leaks
2008-03-22 09:30:26 +00:00
2008-03-09 22:09:52 +00:00
2004-04-04 14:24:06 +00:00
2006-02-17 08:58:56 +00:00
2000-02-09 19:27:02 +00:00
2008-03-15 16:33:49 +00:00
2006-03-20 19:22:20 +00:00
2003-06-11 18:55:36 +00:00
2006-04-05 18:42:45 +00:00
2001-12-17 16:52:20 +00:00
2007-11-18 14:21:41 +00:00
2007-11-18 14:21:41 +00:00
2007-01-06 14:45:21 +00:00
2006-03-20 19:22:20 +00:00
2000-03-29 00:00:46 +00:00
2007-07-23 22:00:31 +00:00
2002-09-07 02:58:19 +00:00

[ Nothing here at this time. ]
Description
No description provided
Readme 14 MiB
Languages
C++ 85.5%
C 13.1%
CMake 1.4%