OpenSceneGraph/src/osgPlugins/txp
2011-07-17 16:24:47 +00:00
..
CMakeLists.txt From Philip Lowman, clean up of CMake files 2009-04-09 09:23:45 +00:00
license.txt Fixes for IRIX and Boris Bralo's TerraPage loader. 2002-02-08 09:30:02 +00:00
ReaderWriterTXP.cpp Improved indentation. 2011-06-16 10:05:49 +00:00
ReaderWriterTXP.h From David Fries, "Avoid a terrapage crash with outstanding 2010-12-12 09:37:14 +00:00
TileMapper.cpp Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
TileMapper.h Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trdll.h Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_basic.cpp Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_compat.cpp Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_compat.h Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_geom.cpp Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
trpage_geom.h Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_header.cpp From Alberto Luacas, typo fixes 2011-07-17 16:24:47 +00:00
trpage_ident.h Moved the include/osgTXP back into src/osgPlugins/txp as a seperate include directory is no longer required. 2002-12-17 16:07:59 +00:00
trpage_io.h Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_label.cpp Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_light.cpp Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_main.cpp Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_managers.cpp Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_managers.h Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_material.cpp Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
trpage_model.cpp Improved indentation. 2011-06-16 10:05:49 +00:00
trpage_nodes.cpp Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_parse.cpp Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_pparse.cpp Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_print_parse.cpp Added Paging TerraPage loader and osgTXP library. 2002-11-24 21:36:05 +00:00
trpage_print.cpp Fixed warnings 2008-12-18 12:26:14 +00:00
trpage_print.h Improved indentation. 2011-06-16 10:05:49 +00:00
trpage_range.cpp Improved indentation. 2011-06-16 10:05:49 +00:00
trpage_rarchive.cpp Resolved warnings reported by g++ 4.6's -Wunused-but-set-variable. 2011-06-22 12:30:01 +00:00
trpage_read.h Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_readbuf.cpp Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_scene.cpp Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_scene.h Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_swap.cpp Fixed warning 2010-03-05 10:58:47 +00:00
trpage_swap.h Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_sys.h Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_tile.cpp Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_util.cpp Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_util.h Replaced tabs with four spaces 2011-06-16 08:59:48 +00:00
trpage_warchive.cpp Fixed indentation issues 2011-06-16 13:00:28 +00:00
trpage_write.h Improved indentation. 2011-06-16 10:05:49 +00:00
trpage_writebuf.cpp From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and 2008-11-07 15:08:08 +00:00
TXP_LABELS.README Changed fonts to lower case. 2004-02-05 11:53:09 +00:00
TXPArchive.cpp From Trajce Nikolov, Fixes to avoid cracks in older archives, tested with archives 2.0, 2.1, 2.2 . 2010-12-20 10:49:30 +00:00
TXPArchive.h Improved indentation. 2011-06-16 10:05:49 +00:00
TXPIO.cpp Warning fixes 2009-02-03 15:28:53 +00:00
TXPNode.cpp Improved indentation. 2011-06-16 10:05:49 +00:00
TXPNode.h From Ryan Kawicki, "I guess I missed these during my testing, but if the database pager has outstanding requests while the application is shutting down, the archive can become invalidated through unsafe calls to ReaderWriterTXP::getArchive. I've made this function return a ref_ptr and change other locations to as needed to conform to the change. I've tested this and no more crashes. 2010-02-26 09:23:28 +00:00
TXPPagedLOD.cpp Refactored the way that the DatabasePager passes the Terrain decorator node onto the TerrainTile. 2011-01-12 19:29:24 +00:00
TXPPagedLOD.h From Terrex and Andrew Sampsom and Don Tidrow and Robert Osfield, 2006-06-27 10:07:42 +00:00
TXPPageManager.cpp From Trajce Nikolov, port of TXP plugin across to a pure PagedLOD based 2003-12-22 06:27:17 +00:00
TXPPageManager.h Updates to TXP plugin from Nick. 2004-01-02 17:30:05 +00:00
TXPParser.cpp Converted osg::notify to OSG_INFO etc. 2010-05-28 17:10:57 +00:00
TXPParser.h Fixed build 2010-07-31 09:21:50 +00:00
TXPSeamLOD.cpp From Terrex and Andrew Sampsom and Don Tidrow and Robert Osfield, 2006-06-27 10:07:42 +00:00
TXPSeamLOD.h From Terrex and Andrew Sampsom and Don Tidrow and Robert Osfield, 2006-06-27 10:07:42 +00:00