1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-29 09:15:35 +00:00
openmw/components/files
Nathan Jeffords 5c7f1bd497 moved ConstrainedDataStream into its own file
moved the ConstrainedDataStream into its own source file and changed
BSAFile to use it though the exposed factory function. This is in
preperation foreimplementing it based on feedback from profiling that
(at least on windows) the C++ iostreams library is quite slow.
2013-01-04 13:39:10 -08:00
..
collections.cpp Can find files even if no .bsa file exists now 2012-03-30 14:45:32 +02:00
collections.hpp Mostly removal of unnecessary #include's and a little clean up 2012-07-17 09:27:12 +02:00
configurationmanager.cpp shader cache 2012-09-02 19:40:26 +02:00
configurationmanager.hpp shader cache 2012-09-02 19:40:26 +02:00
constrainedfiledatastream.cpp moved ConstrainedDataStream into its own file 2013-01-04 13:39:10 -08:00
constrainedfiledatastream.hpp moved ConstrainedDataStream into its own file 2013-01-04 13:39:10 -08:00
filelibrary.cpp fixed some cppcheck issues 2012-06-06 20:29:30 +02:00
filelibrary.hpp Another file search fix 2012-03-16 09:00:18 +02:00
fileops.cpp boost compatibility fix 2012-03-15 16:56:36 +01:00
fileops.hpp Fix regression with locating sound files 2012-03-15 13:56:46 +02:00
fixedpath.hpp Fixed an issue with some paths not concatenating properly. 2012-09-09 16:28:02 +02:00
linuxpath.cpp Oops, that would've broken getUserPath() on Linux... 2012-09-08 23:04:53 +02:00
linuxpath.hpp Testing a third way to solve the path issue 2012-09-08 18:47:31 +02:00
macospath.cpp Removing the unnecessary local variables 2012-09-08 20:34:43 +02:00
macospath.hpp Testing a third way to solve the path issue 2012-09-08 18:47:31 +02:00
multidircollection.cpp improved error handling 2012-12-26 17:15:53 +01:00
multidircollection.hpp improved error handling 2012-12-26 17:15:53 +01:00
ogreplugin.cpp Use debug dlls when debugging in vs2010 (try 2) 2012-08-17 10:47:20 -04:00
ogreplugin.hpp boost filesystem compatibility fix 2012-08-08 08:52:08 +02:00
windowspath.cpp Removing the unnecessary local variables 2012-09-08 20:34:43 +02:00
windowspath.hpp Testing a third way to solve the path issue 2012-09-08 18:47:31 +02:00