florent.teppe 
								
							 
						 
						
							
							
							
							
								
							
							
								4f832f479b 
								
							 
						 
						
							
							
								
								Fixes compressed BSA loading  
							
							... 
							
							
							
							When creating the folders map, the folder name without / is hashed, but when trying to get a file record, when looking for a folder it was hashed wit the /
So now in getFileRecord parent_path is used instead 
							
						 
						
							2022-07-02 15:37:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jvoisin 
								
							 
						 
						
							
							
							
							
								
							
							
								aeb3733e57 
								
							 
						 
						
							
							
								
								Remove boost:: constructs  
							
							... 
							
							
							
							Namely boost::scoped_array and boost::to_lower_copy. 
							
						 
						
							2022-05-29 21:21:51 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jvoisin 
								
							 
						 
						
							
							
							
							
								
							
							
								6feb92a9bf 
								
							 
						 
						
							
							
								
								Remove boost::filesystem from a couple of files  
							
							
							
						 
						
							2022-05-24 21:18:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								94c1d0cced 
								
							 
						 
						
							
							
								
								Use unique_ptr to store istream  
							
							
							
						 
						
							2022-04-22 18:27:17 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5eb8c4aebe 
								
							 
						 
						
							
							
								
								Avoid redundant conversion to const char* and use make_shared  
							
							
							
						 
						
							2022-04-10 22:33:08 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cédric Mocquillon 
								
							 
						 
						
							
							
							
							
								
							
							
								ff7ad93bac 
								
							 
						 
						
							
							
								
								Avoid missusing of CompressedBSAFile with private inheritance  
							
							
							
						 
						
							2022-02-27 20:40:35 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cédric Mocquillon 
								
							 
						 
						
							
							
							
							
								
							
							
								fe13fa850e 
								
							 
						 
						
							
							
								
								Fix bug on memorystream  
							
							
							
						 
						
							2022-02-26 14:38:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cédric Mocquillon 
								
							 
						 
						
							
							
							
							
								
							
							
								eb75e394b3 
								
							 
						 
						
							
							
								
								Use Files::MemBuf for Bsa::MemoryInputStream base classe instead of making a duplicate (MemoryInputStreamBuf)  
							
							
							
						 
						
							2021-11-20 11:12:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bo Svensson 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								db3d938ee9 
								
							 
						 
						
							
							
								
								cleans up BSAFile ( #3177 )  
							
							... 
							
							
							
							We currently build a large map of a BSAFile's contents unused by Open MW. We already map archive contents in VFS. With this PR we remove the map from BSAFile and reimplement its only current use in BSATool. 
							
						 
						
							2021-10-14 14:46:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bo Svensson 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7c50f823d8 
								
							 
						 
						
							
							
								
								devirtualises BSAFile ( #3161 )  
							
							... 
							
							
							
							Currently, Open MW's basic file access speed is limited by a peculiar layer of virtualisation in BSAFile's interface. This PR removes such virtualisation by properly separating BSAFile from CompressedBSAFile in low level contexts. 
							
						 
						
							2021-10-11 10:09:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Evil Eye 
								
							 
						 
						
							
							
							
							
								
							
							
								0998929608 
								
							 
						 
						
							
							
								
								Merge branch 'noreturn' into 'master'  
							
							... 
							
							
							
							Sprinkle some [[noreturn]] where possible
See merge request OpenMW/openmw!793  
							
						 
						
							2021-06-24 19:21:29 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jvoisin 
								
							 
						 
						
							
							
							
							
								
							
							
								1123dc46ee 
								
							 
						 
						
							
							
								
								Add a ton of const refs  
							
							
							
						 
						
							2021-06-23 23:13:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jvoisin 
								
							 
						 
						
							
							
							
							
								
							
							
								aec3c74fa5 
								
							 
						 
						
							
							
								
								Sprinkle some [[noreturn]] where possible  
							
							
							
						 
						
							2021-06-22 12:51:08 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									CedricMocquillon 
								
							 
						 
						
							
							
							
							
								
							
							
								86d137363e 
								
							 
						 
						
							
							
								
								Check if the archive is opened before adding a file to it and clear state on close  
							
							
							
						 
						
							2021-05-20 21:28:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									CedricMocquillon 
								
							 
						 
						
							
							
							
							
								
							
							
								b61249841e 
								
							 
						 
						
							
							
								
								Update lookup only after sorting files  
							
							
							
						 
						
							2021-05-19 18:38:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								b717103fe0 
								
							 
						 
						
							
							
								
								Fix warning in assert - size_t can not be negative  
							
							
							
						 
						
							2021-05-15 19:56:14 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								963e1b8b3f 
								
							 
						 
						
							
							
								
								Fix MSVC's C4244 warnings  
							
							
							
						 
						
							2021-05-12 10:34:40 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								f9d42ed396 
								
							 
						 
						
							
							
								
								Fix MSVC's C4267 warnings  
							
							
							
						 
						
							2021-05-12 10:34:39 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								6d351b2bdd 
								
							 
						 
						
							
							
								
								Fix MSVC 4706 warnings  
							
							
							
						 
						
							2021-04-23 22:53:59 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jvoisin 
								
							 
						 
						
							
							
							
							
								
							
							
								47ced7dec4 
								
							 
						 
						
							
							
								
								Add some validation for bsa parsing  
							
							... 
							
							
							
							This should fix  #5955  
							
						 
						
							2021-04-16 18:33:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								41c78a889a 
								
							 
						 
						
							
							
								
								Check for decompression error code  
							
							
							
						 
						
							2021-04-10 09:35:31 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									CedricMocquillon 
								
							 
						 
						
							
							
							
							
								
							
							
								d617d66a87 
								
							 
						 
						
							
							
								
								Add file to BSA  
							
							
							
						 
						
							2021-04-08 18:08:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gleb Mazovetskiy 
								
							 
						 
						
							
							
							
							
								
							
							
								b9c2f6ea1a 
								
							 
						 
						
							
							
								
								Minor cleanup: Remove using namespace std  
							
							... 
							
							
							
							I came across these while trying to figure why MSVC build triggers
https://developercommunity.visualstudio.com/t/error-c2872-byte-ambiguous-symbol/93889 
In the end, the issue was not in openmw but in OSG, but it's good to
clean up here anyway. 
							
						 
						
							2021-03-16 19:58:02 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unknown 
								
							 
						 
						
							
							
							
							
								
							
							
								3bf641d3ce 
								
							 
						 
						
							
							
								
								Show mesh origin  
							
							
							
						 
						
							2020-12-29 21:45:59 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								957a1425d1 
								
							 
						 
						
							
							
								
								Merge branch 'cleanup_1' into 'master'  
							
							... 
							
							
							
							Cleanup 1
See merge request OpenMW/openmw!365  
							
						 
						
							2020-10-24 18:43:03 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Dobrohotov 
								
							 
						 
						
							
							
							
							
								
							
							
								45c155b054 
								
							 
						 
						
							
							
								
								Rewrite compressed BSA hash calculation again  
							
							
							
						 
						
							2020-10-23 21:19:58 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bret Curtis 
								
							 
						 
						
							
							
							
							
								
							
							
								d826fbdadf 
								
							 
						 
						
							
							
								
								components/bsa cleanup  
							
							
							
						 
						
							2020-10-22 22:39:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									WW 
								
							 
						 
						
							
							
							
							
								
							
							
								d39aef3f5a 
								
							 
						 
						
							
							
								
								Changed LZ4F_dctx* to LZ4F_decompressionContext_t for better compatibility.  
							
							
							
						 
						
							2020-10-20 15:15:29 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexei Dobrohotov 
								
							 
						 
						
							
							
							
							
								
							
							
								66d2b9c195 
								
							 
						 
						
							
							
								
								Add Skyrim SE BSA version support  
							
							... 
							
							
							
							Fix embedded file name loading 
							
						 
						
							2020-10-19 22:31:42 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrei Kortunov 
								
							 
						 
						
							
							
							
							
								
							
							
								8ca3c3b123 
								
							 
						 
						
							
							
								
								Mark overrided methods by override keyword  
							
							
							
						 
						
							2020-10-16 22:18:54 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Capostrophic 
								
							 
						 
						
							
							
							
							
								
							
							
								d3244dc777 
								
							 
						 
						
							
							
								
								Don't save space in compressed BSA hash generation  
							
							
							
						 
						
							2020-03-10 23:47:39 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Capostrophic 
								
							 
						 
						
							
							
							
							
								
							
							
								c9df63ffd1 
								
							 
						 
						
							
							
								
								Replace BSAOpt hash calculation with a custom function  
							
							
							
						 
						
							2019-01-22 02:22:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Capostrophic 
								
							 
						 
						
							
							
							
							
								
							
							
								be5faadff8 
								
							 
						 
						
							
							
								
								Fix compressed BSA loading on non-Windows systems  
							
							
							
						 
						
							2019-01-21 01:23:02 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Azdul 
								
							 
						 
						
							
							
							
							
								
							
							
								7880e6f761 
								
							 
						 
						
							
							
								
								CompressedBSAFile::FileRecord::isCompressed implementation simplified.  
							
							... 
							
							
							
							Double space in CompressedBSAFile::FileRecord::getSizeWithoutCompressionFlag removed. 
							
						 
						
							2019-01-19 14:41:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Azdul 
								
							 
						 
						
							
							
							
							
								
							
							
								6aa6b2dc89 
								
							 
						 
						
							
							
								
								Removed TES4 from file names. Correct Git file history / attribution.  
							
							
							
						 
						
							2019-01-18 21:14:44 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Azdul 
								
							 
						 
						
							
							
							
							
								
							
							
								a3bcd95546 
								
							 
						 
						
							
							
								
								Merge branch 'cc9cii' of  https://github.com/cc9cii/openmw  into tes4_bsa  
							
							
							
						 
						
							2019-01-18 09:11:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Azdul 
								
							 
						 
						
							
							
							
							
								
							
							
								42ea609d1d 
								
							 
						 
						
							
							
								
								Remove files with incorrect Git history / attribution  
							
							
							
						 
						
							2019-01-18 09:03:34 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Azdul 
								
							 
						 
						
							
							
							
							
								
							
							
								4c499983ca 
								
							 
						 
						
							
							
								
								Fixed warnings reported by GCC  
							
							
							
						 
						
							2019-01-17 08:58:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Azdul 
								
							 
						 
						
							
							
							
							
								
							
							
								e502819246 
								
							 
						 
						
							
							
								
								Proper conversion from shared_ptr<bsa::MemoryinputStream> to shared_ptr<std::istream>  
							
							
							
						 
						
							2019-01-17 08:08:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Azdul 
								
							 
						 
						
							
							
							
							
								
							
							
								b9a7514278 
								
							 
						 
						
							
							
								
								Memory leak fixed. Proper file names in headers.  
							
							
							
						 
						
							2019-01-17 07:08:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Azdul 
								
							 
						 
						
							
							
							
							
								
							
							
								25650e65bf 
								
							 
						 
						
							
							
								
								Read any BSA file - detection based on version in BSA header  
							
							
							
						 
						
							2019-01-16 20:19:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								3982573035 
								
							 
						 
						
							
							
								
								BSA enhancements.  
							
							... 
							
							
							
							* Implement hash based lookup for TES3 BSA files.
* Added TES4/TES5 BSA support.
* Implemented a hack (non-portable code) in an attempt to reduce startup time under Windows because  Boost::filesystem seems to take forever on GetFileAttributeW.  This implementation uses FindFirstFile/FindNextFile/FindClose instead. 
							
						 
						
							2018-10-06 13:35:51 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Harald H 
								
							 
						 
						
							
							
							
							
								
							
							
								d3b623b5d3 
								
							 
						 
						
							
							
								
								http to https for supported urls ( #1625 )  
							
							... 
							
							
							
							* http to https for supported urls
* http to https
* http to https
* http to https
* http to https
* http to https
* http to https
* http to https
* http tp https
* http to https
* http to https
* http to https
* http to https
* http to https
* http to https
* http to https
* http to https
* some url fixes
* http to https 
							
						 
						
							2018-03-08 21:23:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bret Curtis 
								
							 
						 
						
							
							
							
							
								
							
							
								c781d1f8ed 
								
							 
						 
						
							
							
								
								purge unnecessary imports  
							
							... 
							
							
							
							add fstream back
add fstream back
add fstream back
add fstream back
add fstream back
add fstream back
add fstream back 
							
						 
						
							2017-06-09 19:08:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bret Curtis 
								
							 
						 
						
							
							
							
							
								
							
							
								d785344fad 
								
							 
						 
						
							
							
								
								purge all instances of <boost/shared_ptr.hpp>, clean up unused headers  
							
							
							
						 
						
							2017-06-09 19:08:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								b2019d31c7 
								
							 
						 
						
							
							
								
								Mark thread safe methods in BsaFile  
							
							
							
						 
						
							2016-02-08 15:55:05 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								003b0d48be 
								
							 
						 
						
							
							
								
								Move resource names listing code out of CSMWorld::Resources ctor in order to avoid multiple scan of the same resources.  
							
							... 
							
							
							
							- The resources are still scanned twice, once when the archive/directory is added and another time when the names are listed. 
							
						 
						
							2015-12-19 17:39:02 +11:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Arthur Moore 
								
							 
						 
						
							
							
							
							
								
							
							
								4c0c20b1a0 
								
							 
						 
						
							
							
								
								Changed relative includes to library header format  
							
							
							
						 
						
							2015-11-27 21:01:28 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								bb250a236b 
								
							 
						 
						
							
							
								
								Fix compilation when using 1.9 Ogre branch (i.e. the previous change on this file was in fact not related to MSVC 2015, but rather the use of the Ogre default branch).  
							
							
							
						 
						
							2015-08-13 13:09:40 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								b920e1bde7 
								
							 
						 
						
							
							
								
								Support MSVC 2015.  Tested(*) with updated dependencies:  
							
							... 
							
							
							
							- Microsoft Visual Studio Community 2015 Version 14.0.23107.0 D14REL
- Qt 5.5, commit 1d3966833b5f27fb262f2d3727557ef2c8947828
- SDL2 default branch, Changeset: 9834 (d3fa6d0d3793)
- Ogre default branch, Changeset: 8048 (19479be2c7c5)
- Boost 1.59, commit 9a02cf8eb34eb31f0858c223ce95319f103addfa
- OpenAL commit 8fa4f276f89985be44007ce166109837cbfd5763
(*) only tested compilation and startup of the each app 
							
						 
						
							2015-08-12 06:50:22 +10:00