Michael Mc Donnell 
								
							 
						 
						
							
							
							
							
								
							
							
								eff2799c1b 
								
							 
						 
						
							
							
								
								Update UTF 8 table generator to print char values  
							
							... 
							
							
							
							This patch is in relation to commit 25fa8165f97 (Use char literals in
UTF 8 conversion to fix 798 warnings), which changed the UTF 8 table
to have char integer values instead of unsigned chars. Those values were
converted using a custom Python script. This patch changes the original
table generator so it can now output the same format. 
							
						 
						
							2012-08-27 10:55:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Mc Donnell 
								
							 
						 
						
							
							
							
							
								
							
							
								5fa8165f97 
								
							 
						 
						
							
							
								
								Use char literals in UTF 8 conversion to fix 798 warnings  
							
							... 
							
							
							
							The data type is specified as char but the literals are unsigned char. This
results in 798 truncation warnings in vs2010. The literals were converted
with a simple python script to signed char while taking two's complement and
the overflow into account.
Also tested on Ubuntu 12.04 with gcc 4.6. 
							
						 
						
							2012-08-22 16:42:53 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								5202b11235 
								
							 
						 
						
							
							
								
								just moving a comment  
							
							
							
						 
						
							2012-08-18 15:31:54 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								4a219404fc 
								
							 
						 
						
							
							
								
								Super smooth animations; 100 PERCENT COMPLETE  
							
							
							
						 
						
							2012-08-18 15:21:43 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								f21df64808 
								
							 
						 
						
							
							
								
								changing a few things around  
							
							
							
						 
						
							2012-08-18 14:48:18 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								98219323b7 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'mmd/vsdebugfixes'  
							
							
							
						 
						
							2012-08-18 12:56:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								cc776810e2 
								
							 
						 
						
							
							
								
								smoother animations  
							
							
							
						 
						
							2012-08-17 17:10:21 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Mc Donnell 
								
							 
						 
						
							
							
							
							
								
							
							
								7952d38e6c 
								
							 
						 
						
							
							
								
								Use debug dlls when debugging in vs2010 (try 2)  
							
							... 
							
							
							
							Using the Debug build in vs2010 is not working because the debug dlls are
not loaded when debugging. The reason they are not loaded is that
CMAKE_BUILD_TYPE is not defined when doing multiple builds. This in turns
causes OGRE_PLUGIN_DEBUG_SUFFIX not to be set. This patch makes sure that
OGRE_PLUGIN_DEBUG_SUFFIX is always set but only used when debugging.
It also defines DEBUG to make it easier turn things on and off when
debugging.
There are still other bugs that have broken Debug mode in vs2010 but those
will be addressed in other patches. 
							
						 
						
							2012-08-17 10:47:20 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								1da56e2832 
								
							 
						 
						
							
							
								
								removed some unused variables  
							
							
							
						 
						
							2012-08-17 15:37:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								2a11a28e81 
								
							 
						 
						
							
							
								
								Revert "Use debug dlls when debugging in vs2010"  
							
							... 
							
							
							
							This reverts commit ebe131b326 
							
						 
						
							2012-08-17 10:05:29 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								d14cc5a435 
								
							 
						 
						
							
							
								
								update master  
							
							
							
						 
						
							2012-08-16 18:20:26 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Mc Donnell 
								
							 
						 
						
							
							
							
							
								
							
							
								ebe131b326 
								
							 
						 
						
							
							
								
								Use debug dlls when debugging in vs2010  
							
							... 
							
							
							
							Using the Debug build in vs2010 is not working because the debug dlls are
not loaded when debugging. The reason they are not loaded is that
CMAKE_BUILD_TYPE is not defined when doing multiple builds. This in turns
causes OGRE_PLUGIN_DEBUG_SUFFIX not to be set. This patch makes sure that
OGRE_PLUGIN_DEBUG_SUFFIX is always set but only used when debugging.
There are still other bugs that have broken Debug mode in vs2010 but those
will be addressed in other patches. 
							
						 
						
							2012-08-16 11:18:16 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								8762f4a47a 
								
							 
						 
						
							
							
								
								boxrotation nif field; commented functions  
							
							
							
						 
						
							2012-08-15 16:47:26 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								1f5bc229e0 
								
							 
						 
						
							
							
								
								Separate adjustRigidBody function  
							
							
							
						 
						
							2012-08-14 18:04:58 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								e7329d5f8b 
								
							 
						 
						
							
							
								
								Creatures now have a properly positioned box shape  
							
							
							
						 
						
							2012-08-12 00:36:49 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								38c2c5d480 
								
							 
						 
						
							
							
								
								Creatures now use object physics  
							
							
							
						 
						
							2012-08-09 18:09:11 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								083e3537b4 
								
							 
						 
						
							
							
								
								post merge  
							
							
							
						 
						
							2012-08-09 17:21:59 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								7cc2de3e21 
								
							 
						 
						
							
							
								
								boost filesystem compatibility fix  
							
							
							
						 
						
							2012-08-08 08:52:08 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								dbcd4a8b5b 
								
							 
						 
						
							
							
								
								compatibility fix  
							
							
							
						 
						
							2012-08-05 00:06:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Edmondo Tommasina 
								
							 
						 
						
							
							
							
							
								
							
							
								20deb97a09 
								
							 
						 
						
							
							
								
								nif_file.hpp: add stdint.h include to fix build  
							
							... 
							
							
							
							It fixes such compile errors as:
* error: ‘uint8_t’ does not name a type
* error: ‘uint16_t’ does not name a type
* error: ‘uint32_t’ does not name a type 
							
						 
						
							2012-08-04 23:14:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Edmondo Tommasina 
								
							 
						 
						
							
							
							
							
								
							
							
								c08e098d7f 
								
							 
						 
						
							
							
								
								esm_reader.cpp: fix std::runtime_error compile error  
							
							
							
						 
						
							2012-08-04 23:02:34 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Edmondo Tommasina 
								
							 
						 
						
							
							
							
							
								
							
							
								32b167ce2b 
								
							 
						 
						
							
							
								
								Revert "nif_file.hpp: include type definitions to fix build"  
							
							... 
							
							
							
							This reverts commit b0b3ebe123 
							
						 
						
							2012-08-04 23:02:27 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Edmondo Tommasina 
								
							 
						 
						
							
							
							
							
								
							
							
								a63fd77ccc 
								
							 
						 
						
							
							
								
								Revert "esm_reader.hpp: fix std::runtime_error compile error"  
							
							... 
							
							
							
							This reverts commit 0f3cb5667f 
							
						 
						
							2012-08-04 22:58:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								cacf0bd10d 
								
							 
						 
						
							
							
								
								Basic collision with npcs  
							
							
							
						 
						
							2012-08-04 15:43:33 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Edmondo Tommasina 
								
							 
						 
						
							
							
							
							
								
							
							
								b0b3ebe123 
								
							 
						 
						
							
							
								
								nif_file.hpp: include type definitions to fix build  
							
							
							
						 
						
							2012-08-03 22:42:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Edmondo Tommasina 
								
							 
						 
						
							
							
							
							
								
							
							
								0f3cb5667f 
								
							 
						 
						
							
							
								
								esm_reader.hpp: fix std::runtime_error compile error  
							
							
							
						 
						
							2012-08-03 22:41:51 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Mc Donnell 
								
							 
						 
						
							
							
							
							
								
							
							
								7f802a22b5 
								
							 
						 
						
							
							
								
								Compare with stream position instead of int.  
							
							... 
							
							
							
							Fixes compilation of Debug build on Windows. 
							
						 
						
							2012-08-01 17:52:20 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								f8e54b401b 
								
							 
						 
						
							
							
								
								fixed linkage problem  
							
							
							
						 
						
							2012-08-01 09:09:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								32d2326b4d 
								
							 
						 
						
							
							
								
								Update components/files/ogreplugin.hpp  
							
							... 
							
							
							
							removed #error directive 
							
						 
						
							2012-07-31 18:15:09 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								03cccee0e4 
								
							 
						 
						
							
							
								
								bug  #348 : workaround for boost older than 1.44  
							
							
							
						 
						
							2012-07-31 10:51:34 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								defab0e4b5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master' into osx_fix  
							
							... 
							
							
							
							Conflicts:
	CMakeLists.txt 
							
						 
						
							2012-07-31 01:06:18 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								b05dfeae70 
								
							 
						 
						
							
							
								
								bug  #348 : cleanup  
							
							... 
							
							
							
							moved files to appropriate component, moved function to namespace,
added docs 
							
						 
						
							2012-07-31 01:01:00 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								a84d8e83cd 
								
							 
						 
						
							
							
								
								add const specifier to first argument, also made it reference  
							
							
							
						 
						
							2012-07-28 02:39:49 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								b0b2064232 
								
							 
						 
						
							
							
								
								always add debug suffix in plugin loader  
							
							... 
							
							
							
							also removed cout spam 
							
						 
						
							2012-07-28 02:31:30 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								fbe9a94568 
								
							 
						 
						
							
							
								
								bug  #348 : fixed OS X deployment  
							
							... 
							
							
							
							just enable CMake option "OPENMW_OSX_DEPLOYMENT" and it will search
plugins inside application bundle instead of Ogre prefix 
							
						 
						
							2012-07-28 01:55:37 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								281e15f58e 
								
							 
						 
						
							
							
								
								consider all material properties for nif material sharing, instead of just the texture  
							
							
							
						 
						
							2012-07-26 23:40:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								4f46c8a8db 
								
							 
						 
						
							
							
								
								Use a functor for the mismatch compare function  
							
							
							
						 
						
							2012-07-24 14:59:25 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								36be1536d9 
								
							 
						 
						
							
							
								
								Return text keys from NIFs when creating entities  
							
							
							
						 
						
							2012-07-23 17:20:47 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								1fef086088 
								
							 
						 
						
							
							
								
								Revert "Merge remote-tracking branch 'mark76/multiple_esm_esp' into nif-cleanup"  
							
							... 
							
							
							
							This reverts commit 546b640022fcaa8aae06 
							
						 
						
							2012-07-23 15:36:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								f8d6a36196 
								
							 
						 
						
							
							
								
								Merge branch 'master' into nif-cleanup  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/sky.cpp
	apps/openmw/mwrender/sky.hpp
	components/nifogre/ogre_nif_loader.cpp
	components/nifogre/ogre_nif_loader.hpp 
							
						 
						
							2012-07-23 15:35:31 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								2c5d3d8df9 
								
							 
						 
						
							
							
								
								Merge remote branch 'scrawl/shadersystem' into shadersystem  
							
							... 
							
							
							
							Attention: We have submodules again. Don't forget to update!
Conflicts:
	components/files/configurationmanager.cpp 
							
						 
						
							2012-07-23 14:12:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								1dbfd60305 
								
							 
						 
						
							
							
								
								Merge branch 'nif-cleanup' of  https://github.com/ChrisKCat/openmw  into nif-cleanup  
							
							
							
						 
						
							2012-07-23 13:48:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								1dde806add 
								
							 
						 
						
							
							
								
								Fixes   #313 : openmw without a ~/.config/openmw folder segfault.  
							
							... 
							
							
							
							Added creation of $HOME/.config/openmw directory.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-07-22 14:52:55 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								4035d7370e 
								
							 
						 
						
							
							
								
								Fix name/filter comparison  
							
							
							
						 
						
							2012-07-21 22:04:05 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								d8cb685543 
								
							 
						 
						
							
							
								
								Interpolate keyframes when creating them  
							
							... 
							
							
							
							Probably not fully correct, but better than nothing. 
							
						 
						
							2012-07-21 18:03:01 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								c5b9098517 
								
							 
						 
						
							
							
								
								Remove an unused field from EntityList  
							
							
							
						 
						
							2012-07-21 17:09:16 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								546b640022 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'mark76/multiple_esm_esp' into nif-cleanup  
							
							
							
						 
						
							2012-07-21 23:50:56 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								4bc93ecd1a 
								
							 
						 
						
							
							
								
								Use the skeleton name for the main animation  
							
							
							
						 
						
							2012-07-20 11:09:05 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								014396e80c 
								
							 
						 
						
							
							
								
								remove the plugins.cfg files, do not enforce CG plugin  
							
							
							
						 
						
							2012-07-20 16:44:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								4210880c06 
								
							 
						 
						
							
							
								
								Load the animation tracks into Ogre  
							
							
							
						 
						
							2012-07-19 21:46:16 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								0986cd5962 
								
							 
						 
						
							
							
								
								Get the animation controller target names  
							
							
							
						 
						
							2012-07-19 20:48:12 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								c2acf47d88 
								
							 
						 
						
							
							
								
								Store the list of keyframe controllers when building the bones  
							
							
							
						 
						
							2012-07-19 20:30:10 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								f6c837468f 
								
							 
						 
						
							
							
								
								Load the proper NIF skeleton  
							
							
							
						 
						
							2012-07-19 11:44:08 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								e760219953 
								
							 
						 
						
							
							
								
								Use a unique loader for each skeleton resource  
							
							
							
						 
						
							2012-07-19 11:36:36 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								c9b1f72d81 
								
							 
						 
						
							
							
								
								Use a case-insensitive compare for the part filter  
							
							
							
						 
						
							2012-07-18 22:31:07 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								bd74ab027a 
								
							 
						 
						
							
							
								
								Mirror left-sided parts  
							
							
							
						 
						
							2012-07-18 21:21:49 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								4af1bce659 
								
							 
						 
						
							
							
								
								Restore and fix some missing parts  
							
							
							
						 
						
							2012-07-18 20:14:23 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								d9b64b77ec 
								
							 
						 
						
							
							
								
								Attach skinned parts to the scene node instead of the named bone  
							
							
							
						 
						
							2012-07-18 18:38:55 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								5154188110 
								
							 
						 
						
							
							
								
								Allow specifying an alternate skeleton for mesh skinning  
							
							
							
						 
						
							2012-07-18 18:29:25 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								626dcd54dc 
								
							 
						 
						
							
							
								
								Store the skeleton name with the mesh resource loader instead of a flag  
							
							
							
						 
						
							2012-07-18 17:26:51 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								04b244cf9e 
								
							 
						 
						
							
							
								
								Use the mesh's skeleton to transform shapes into "bind pose" instead of the NIF nodes  
							
							
							
						 
						
							2012-07-18 17:18:21 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								2890904fb5 
								
							 
						 
						
							
							
								
								Use lowercase names for the mesh and skeleton resources  
							
							... 
							
							
							
							To reduce the risk of duplicates due to different capitalizations. 
							
						 
						
							2012-07-18 15:27:33 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								e8ff304562 
								
							 
						 
						
							
							
								
								Fix the initial normal vector for vertex fixups  
							
							
							
						 
						
							2012-07-18 12:53:45 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								3b29d280b9 
								
							 
						 
						
							
							
								
								Filter out skinned shapes that don't match the bone name  
							
							
							
						 
						
							2012-07-18 12:47:16 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								db948969c9 
								
							 
						 
						
							
							
								
								Attach NPC parts to the proper bone  
							
							
							
						 
						
							2012-07-18 11:14:13 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								a32740cf5e 
								
							 
						 
						
							
							
								
								Remove an unused parameter  
							
							
							
						 
						
							2012-07-17 22:41:26 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								b04c3cbcac 
								
							 
						 
						
							
							
								
								Store the entities' root node in the EntityList  
							
							
							
						 
						
							2012-07-17 21:42:47 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								92546ca18d 
								
							 
						 
						
							
							
								
								Move the last bits of code to createEntities  
							
							
							
						 
						
							2012-07-17 20:23:09 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								1c544682d5 
								
							 
						 
						
							
							
								
								Stub handling for NiTextKeyExtraData to suppress some spam  
							
							
							
						 
						
							2012-07-17 16:45:01 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								496343b714 
								
							 
						 
						
							
							
								
								Use the proper member for the NIF type string  
							
							
							
						 
						
							2012-07-17 16:36:43 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								3efd2030e2 
								
							 
						 
						
							
							
								
								Create entities when loading NIFs for creatures  
							
							
							
						 
						
							2012-07-17 14:11:07 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								3dedac5cb1 
								
							 
						 
						
							
							
								
								Create mesh entities for objects when loading the NIF  
							
							
							
						 
						
							2012-07-17 13:40:03 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								6047dc6a0c 
								
							 
						 
						
							
							
								
								Merge remote branch 'zini/master' into nif-cleanup  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/animation.cpp
	apps/openmw/mwrender/animation.hpp
	apps/openmw/mwrender/creatureanimation.cpp
	apps/openmw/mwrender/npcanimation.cpp
	apps/openmw/mwrender/npcanimation.hpp
	components/nifogre/ogre_nif_loader.hpp 
							
						 
						
							2012-07-17 10:57:15 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								4434fb640e 
								
							 
						 
						
							
							
								
								Merge branch 'master' into shadersystem  
							
							
							
						 
						
							2012-07-17 19:12:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								93f0043afc 
								
							 
						 
						
							
							
								
								Set the mesh's attach point as the NiTriShape's node  
							
							
							
						 
						
							2012-07-17 10:04:21 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								2c70a93553 
								
							 
						 
						
							
							
								
								Merge branch 'master' into potions  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwclass/npc.hpp 
							
						 
						
							2012-07-17 10:32:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								4bfed952bc 
								
							 
						 
						
							
							
								
								Merge remote branch 'guidoj/master'  
							
							
							
						 
						
							2012-07-17 10:17:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									guidoj 
								
							 
						 
						
							
							
							
							
								
							
							
								a021165d9f 
								
							 
						 
						
							
							
								
								Changed standard C lib includes to C++ format  
							
							
							
						 
						
							2012-07-17 09:44:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									guidoj 
								
							 
						 
						
							
							
							
							
								
							
							
								0549e949ba 
								
							 
						 
						
							
							
								
								Mostly removal of unnecessary #include's and a little clean up  
							
							
							
						 
						
							2012-07-17 09:27:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								65c20f128f 
								
							 
						 
						
							
							
								
								Build bones for non-NiNode nodes (NiTriShapes, etc)  
							
							
							
						 
						
							2012-07-16 21:18:33 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								ada88596dc 
								
							 
						 
						
							
							
								
								Fix an abort at shutdown  
							
							... 
							
							
							
							Ogre uses a special method to delete the stream object, so it needs to be
allocated properly. 
							
						 
						
							2012-07-16 15:30:09 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								fefbf86531 
								
							 
						 
						
							
							
								
								Use Ogre's matrix ops to transform normals  
							
							
							
						 
						
							2012-07-16 14:30:23 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								bf26f029f9 
								
							 
						 
						
							
							
								
								Fix some skinning-related transformations  
							
							
							
						 
						
							2012-07-16 13:47:19 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								df76c324a4 
								
							 
						 
						
							
							
								
								Handle the MRK text string marker  
							
							
							
						 
						
							2012-07-16 13:34:56 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								63e40d6e92 
								
							 
						 
						
							
							
								
								Fix world transform calculation  
							
							
							
						 
						
							2012-07-16 13:16:11 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								12f1785882 
								
							 
						 
						
							
							
								
								Use default bone names for duplicate names  
							
							
							
						 
						
							2012-07-16 11:43:16 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								75ce10c580 
								
							 
						 
						
							
							
								
								Don't load data for hidden meshes  
							
							
							
						 
						
							2012-07-16 11:31:45 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								ad75b47472 
								
							 
						 
						
							
							
								
								Build and set up a skeleton for meshes  
							
							
							
						 
						
							2012-07-15 19:07:31 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								b1f7fd9f7b 
								
							 
						 
						
							
							
								
								Pre-transform the mesh vertices when there's no skinning or skeleton  
							
							
							
						 
						
							2012-07-15 17:00:27 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								61f32eca77 
								
							 
						 
						
							
							
								
								Add methods to get a node's local and full transform as a 4x4 matrix  
							
							
							
						 
						
							2012-07-15 15:23:49 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								441a5c2da2 
								
							 
						 
						
							
							
								
								Load NiTriShapes into Ogre meshes  
							
							
							
						 
						
							2012-07-15 14:12:12 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								3029c221ef 
								
							 
						 
						
							
							
								
								Create materials when creating meshes  
							
							
							
						 
						
							2012-07-15 12:59:39 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								509e9d7034 
								
							 
						 
						
							
							
								
								Merge branch 'master' into shadersystem  
							
							
							
						 
						
							2012-07-15 21:58:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								fb1f8082d2 
								
							 
						 
						
							
							
								
								fix link error with recent glibc versions  
							
							
							
						 
						
							2012-07-15 21:27:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								b4c8375f3c 
								
							 
						 
						
							
							
								
								Merge remote branch 'zini/master' into nif-cleanup  
							
							... 
							
							
							
							Conflicts:
	components/bsa/bsa_archive.cpp 
							
						 
						
							2012-07-15 12:04:43 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								9028cfe83c 
								
							 
						 
						
							
							
								
								Look for the NiTriShape when the mesh resource wants to load  
							
							... 
							
							
							
							It's still not loaded yet. 
							
						 
						
							2012-07-15 12:02:47 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								69ed73399a 
								
							 
						 
						
							
							
								
								Avoid exposing the NIF mesh resource loading class  
							
							
							
						 
						
							2012-07-15 11:40:48 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								300730a834 
								
							 
						 
						
							
							
								
								Create the skeleton resource from NIFs  
							
							... 
							
							
							
							Note they are not loaded yet. 
							
						 
						
							2012-07-15 11:13:48 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								871b1d1c9b 
								
							 
						 
						
							
							
								
								silenced a warning  
							
							
							
						 
						
							2012-07-15 19:20:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								bc0a6bffcf 
								
							 
						 
						
							
							
								
								Remove outdated comment  
							
							
							
						 
						
							2012-07-15 09:03:35 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								bd68f7bd33 
								
							 
						 
						
							
							
								
								Remove final direct uses of Mangle::Stream  
							
							
							
						 
						
							2012-07-15 08:51:51 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								7734771245 
								
							 
						 
						
							
							
								
								Use Ogre to load ESM data instead of Mangle  
							
							
							
						 
						
							2012-07-15 08:31:03 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								a8ebb39883 
								
							 
						 
						
							
							
								
								Avoid Mangle for BSA accesses  
							
							... 
							
							
							
							The way it was set up was not very efficient, and we're using Ogre for resource
management anyway, so it's best to just use that. 
							
						 
						
							2012-07-15 07:50:24 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								6a447c88fb 
								
							 
						 
						
							
							
								
								Create meshes from the NiTriShapes in the NIF.  
							
							... 
							
							
							
							This doesn't actually load them yet. It's also very slow for certain NIFs. 
							
						 
						
							2012-07-15 06:45:21 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								9caa264074 
								
							 
						 
						
							
							
								
								Merge remote branch 'zini/master' into nif-cleanup  
							
							
							
						 
						
							2012-07-14 17:27:36 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								5e8bf28212 
								
							 
						 
						
							
							
								
								Merge branch 'master' into shadersystem  
							
							
							
						 
						
							2012-07-14 18:46:11 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								5345d4eeef 
								
							 
						 
						
							
							
								
								fix a warning  
							
							
							
						 
						
							2012-07-14 18:45:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								5a381006e5 
								
							 
						 
						
							
							
								
								Fix parsing of some key lists  
							
							... 
							
							
							
							It seems some still want you to read the interpolation type even when there's
no keys. 
							
						 
						
							2012-07-14 09:20:09 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								d41050fb79 
								
							 
						 
						
							
							
								
								merge  
							
							
							
						 
						
							2012-07-14 11:21:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								7d5b94709d 
								
							 
						 
						
							
							
								
								Merge branch 'master' into shadersystem  
							
							... 
							
							
							
							Conflicts:
	components/nifogre/ogre_nif_loader.cpp 
							
						 
						
							2012-07-14 11:16:35 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								939d0d2fc5 
								
							 
						 
						
							
							
								
								Return a list of meshes and the skeleton from NIFLoader::load  
							
							
							
						 
						
							2012-07-13 20:01:15 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								fdfe40a55a 
								
							 
						 
						
							
							
								
								Use a different loader object for each NIF mesh  
							
							
							
						 
						
							2012-07-13 13:41:08 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								9436ca4b0c 
								
							 
						 
						
							
							
								
								Use vectors for ShapeData properties  
							
							
							
						 
						
							2012-07-13 09:32:58 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								182017b8e9 
								
							 
						 
						
							
							
								
								Issue  #314 : Moved ingredients and potions to a different type of record list  
							
							
							
						 
						
							2012-07-13 13:08:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								ecdd4ee23f 
								
							 
						 
						
							
							
								
								Load NiMorphData and NiKeyframeData using proper key lists  
							
							
							
						 
						
							2012-07-12 20:56:47 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								386ac56bda 
								
							 
						 
						
							
							
								
								Remove the NIF loader and code to manually transform the vertices  
							
							... 
							
							
							
							This currently breaks just about everything. They should come back as it's all
reimplemented, though. 
							
						 
						
							2012-07-12 20:12:18 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								9995dff943 
								
							 
						 
						
							
							
								
								Use a key list for NiColorData  
							
							
							
						 
						
							2012-07-12 14:33:50 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								3f11b6b1ae 
								
							 
						 
						
							
							
								
								Cleanup a couple unneeded misc component references  
							
							
							
						 
						
							2012-07-12 12:01:11 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								86b37c6c11 
								
							 
						 
						
							
							
								
								Move the velocity out of the transformation object  
							
							
							
						 
						
							2012-07-12 11:21:52 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								b292665de9 
								
							 
						 
						
							
							
								
								Use key lists to store some NIF data types  
							
							
							
						 
						
							2012-07-12 08:00:26 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								b7b9f11333 
								
							 
						 
						
							
							
								
								Add generic classes to help deal with NIF keys  
							
							
							
						 
						
							2012-07-12 06:47:38 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								645b507ba0 
								
							 
						 
						
							
							
								
								Return a reference to the RecordPtr from operator[] for consistency  
							
							... 
							
							
							
							RecordListT is supposed to be a list of RecordPtrT objects. 
							
						 
						
							2012-07-12 05:37:56 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								7e8c146de6 
								
							 
						 
						
							
							
								
								Constify some RecordListT methods  
							
							
							
						 
						
							2012-07-11 06:39:03 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								8e324c90dc 
								
							 
						 
						
							
							
								
								Constify some RecordPtrT methods  
							
							
							
						 
						
							2012-07-11 06:37:17 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								395a7600fd 
								
							 
						 
						
							
							
								
								Initialize identify transform when declaring the identity object  
							
							
							
						 
						
							2012-07-10 23:13:03 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								348b5fa207 
								
							 
						 
						
							
							
								
								Merge remote branch 'zini/master' into nif-cleanup  
							
							... 
							
							
							
							Conflicts:
	components/nifbullet/bullet_nif_loader.cpp 
							
						 
						
							2012-07-10 06:16:16 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								dddf1b4ee5 
								
							 
						 
						
							
							
								
								Rename getMatrix->getMatrix3 and getVector->getVector3  
							
							
							
						 
						
							2012-07-10 04:45:14 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								f11bf49a90 
								
							 
						 
						
							
							
								
								cmake fix; silenced some warnings  
							
							
							
						 
						
							2012-07-10 13:23:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								d30f64650a 
								
							 
						 
						
							
							
								
								Make the read_* methods private and remove the generic load() methods  
							
							
							
						 
						
							2012-07-10 04:21:47 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								930459365b 
								
							 
						 
						
							
							
								
								Rename getShort->getUShort and getByte->getChar  
							
							
							
						 
						
							2012-07-10 03:52:01 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								95b804a104 
								
							 
						 
						
							
							
								
								Remove NIFFile::getArrayLen  
							
							
							
						 
						
							2012-07-10 03:02:37 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								ca37706b34 
								
							 
						 
						
							
							
								
								Use Ogre types for Matrix and Vector objects  
							
							
							
						 
						
							2012-07-10 02:38:35 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								10072f74b4 
								
							 
						 
						
							
							
								
								Remove NIFFile::getType  
							
							
							
						 
						
							2012-07-10 00:27:13 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								98ae7168b1 
								
							 
						 
						
							
							
								
								Fix double-incrementing a pointer  
							
							
							
						 
						
							2012-07-10 00:24:18 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								b3aa453f9a 
								
							 
						 
						
							
							
								
								Use Ogre data streams for loading NIFs  
							
							
							
						 
						
							2012-07-09 22:02:12 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								0143cacd2b 
								
							 
						 
						
							
							
								
								Avoid returning pointers from NIFFile  
							
							
							
						 
						
							2012-07-09 21:35:36 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								d3a31a24ce 
								
							 
						 
						
							
							
								
								Use proper strings and vectors instead of slice arrays for NIF files  
							
							... 
							
							
							
							Slice arrays use pre-allocated pointers whose memory is managed externally. This is
unnecessary and ultimately detrimental since it prevents any kind of data fixup
(e.g. little endian to big endian, p[adding handling), and it also makes it difficult
to use Ogre data streams. 
							
						 
						
							2012-07-09 21:08:23 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								b803d0e949 
								
							 
						 
						
							
							
								
								converted shadow caster shader  
							
							
							
						 
						
							2012-07-09 19:46:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								81d30ff63a 
								
							 
						 
						
							
							
								
								temp commit  
							
							
							
						 
						
							2012-07-09 19:20:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									gugus 
								
							 
						 
						
							
							
							
							
								
							
							
								03f7740474 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/zinnschlag/openmw.git  into objectRotationScaling  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwscript/docs/vmformat.txt
	apps/openmw/mwworld/worldimp.hpp 
							
						 
						
							2012-07-09 10:39:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								b5edad790d 
								
							 
						 
						
							
							
								
								merge  
							
							
							
						 
						
							2012-07-07 15:27:04 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e517e75d09 
								
							 
						 
						
							
							
								
								update  
							
							
							
						 
						
							2012-07-07 01:25:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								a095572205 
								
							 
						 
						
							
							
								
								fixed some textures, started with sky  
							
							
							
						 
						
							2012-07-06 10:31:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								33c48b9481 
								
							 
						 
						
							
							
								
								update  
							
							
							
						 
						
							2012-07-06 04:28:08 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8e683c2e05 
								
							 
						 
						
							
							
								
								vertex colors  
							
							
							
						 
						
							2012-07-05 01:38:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								9bd888d9a1 
								
							 
						 
						
							
							
								
								transparency  
							
							
							
						 
						
							2012-07-05 00:39:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								19ecc7f890 
								
							 
						 
						
							
							
								
								fix performance  
							
							
							
						 
						
							2012-07-04 17:28:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								d8d00123ea 
								
							 
						 
						
							
							
								
								Watch for empty children node refs when setting parents  
							
							
							
						 
						
							2012-07-03 18:37:04 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								832247bff2 
								
							 
						 
						
							
							
								
								Merge remote branch 'zini/master' into nif-cleanup  
							
							... 
							
							
							
							Conflicts:
	components/nif/data.hpp 
							
						 
						
							2012-07-03 15:29:18 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								4ea6530772 
								
							 
						 
						
							
							
								
								hello world.  
							
							
							
						 
						
							2012-07-04 00:26:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								c85aaafac2 
								
							 
						 
						
							
							
								
								more include cleanup (most removing Ogre.h)  
							
							
							
						 
						
							2012-07-03 15:32:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								291599c609 
								
							 
						 
						
							
							
								
								Store the parents of NIF's nodes  
							
							
							
						 
						
							2012-07-02 22:49:44 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								046e9686f9 
								
							 
						 
						
							
							
								
								Cleanup RecordPtrT  
							
							... 
							
							
							
							This moves the index resolution into a separate post method instead of always
checking when access. As a result, it reduces the size of it down to the size
of a pointer, as opposed to 2 pointers + 1 int. The appropriate methods are
added to the various node types to make sure they're resolved. 
							
						 
						
							2012-07-02 21:41:21 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								76174098c7 
								
							 
						 
						
							
							
								
								Issue  #107 : CellStore moved from ESMS to MWWorld  
							
							
							
						 
						
							2012-06-29 16:48:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								797c2c538d 
								
							 
						 
						
							
							
								
								fix some settings bugs  
							
							
							
						 
						
							2012-06-23 12:25:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								fbde798968 
								
							 
						 
						
							
							
								
								merge  
							
							
							
						 
						
							2012-06-21 19:02:20 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								50d81e99fb 
								
							 
						 
						
							
							
								
								possible fix for script execution bug  
							
							
							
						 
						
							2012-06-19 14:55:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								fe85de5ea7 
								
							 
						 
						
							
							
								
								Issue  #181 : assignment to member variables  
							
							
							
						 
						
							2012-06-16 14:29:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								10b27e582b 
								
							 
						 
						
							
							
								
								Issue  #181 : various fixed to member variable access  
							
							
							
						 
						
							2012-06-16 13:51:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								8b19de17b6 
								
							 
						 
						
							
							
								
								Iisue  #181 : enable member variable access from expressions in console  
							
							
							
						 
						
							2012-06-16 13:21:01 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								6c5b21fa42 
								
							 
						 
						
							
							
								
								Issue  #181 : Member variable access in expressions; error reporting fix for the previous commit  
							
							
							
						 
						
							2012-06-16 13:06:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								d1441d79e7 
								
							 
						 
						
							
							
								
								Issue  #181 : added code generation for member variable access  
							
							
							
						 
						
							2012-06-16 10:49:34 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								050559d2e2 
								
							 
						 
						
							
							
								
								Issue  #181 : added member variable access token  
							
							
							
						 
						
							2012-06-16 10:31:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								c4c8288af8 
								
							 
						 
						
							
							
								
								Seven digit scales  
							
							
							
						 
						
							2012-06-13 19:34:13 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								5028f9926d 
								
							 
						 
						
							
							
								
								Bullet scale solution  
							
							
							
						 
						
							2012-06-12 18:09:58 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								20288de685 
								
							 
						 
						
							
							
								
								Post merge  
							
							
							
						 
						
							2012-06-11 15:39:57 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								76c4aa41bb 
								
							 
						 
						
							
							
								
								More land and cell work  
							
							
							
						 
						
							2012-06-11 20:02:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								f675d8d039 
								
							 
						 
						
							
							
								
								Merge branch 'master'  
							
							
							
						 
						
							2012-06-11 19:09:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								595b0729da 
								
							 
						 
						
							
							
								
								Few things changed  
							
							
							
						 
						
							2012-06-10 21:08:58 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mark Siewert 
								
							 
						 
						
							
							
							
							
								
							
							
								bef4bef5d2 
								
							 
						 
						
							
							
								
								- Add support for loading multiple esm/esp files. Selection in omwlauncher is recognized and applied.  
							
							... 
							
							
							
							- Quick hack for multiple terrain palettes. Prevents crashes and/or wrong textures in masters/plugins beyond the first.
- Support deleting parent entries from the list. 
							
						 
						
							2012-06-10 11:14:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								fb0a52809d 
								
							 
						 
						
							
							
								
								Changing transformation processing  
							
							
							
						 
						
							2012-06-09 15:19:15 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								ce43ff8d05 
								
							 
						 
						
							
							
								
								Issue  #181 : added member variable access opcodes  
							
							
							
						 
						
							2012-06-07 13:56:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								eb0be10e80 
								
							 
						 
						
							
							
								
								Merge branch 'script' into xdoty  
							
							
							
						 
						
							2012-06-07 13:00:01 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								6ec2a2091c 
								
							 
						 
						
							
							
								
								Issue  #305 : Allow the use of = as a synonym for ==  
							
							
							
						 
						
							2012-06-07 12:16:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								72fca40090 
								
							 
						 
						
							
							
								
								Issue  #181 : member variable access in interpreter context  
							
							
							
						 
						
							2012-06-07 11:59:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								4ff36a9018 
								
							 
						 
						
							
							
								
								Bullet loader trafos changed to match NIFLoader  
							
							
							
						 
						
							2012-06-06 16:29:44 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								c85c794c86 
								
							 
						 
						
							
							
								
								fixed some cppcheck issues  
							
							
							
						 
						
							2012-06-06 20:29:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								10cfe0f5bc 
								
							 
						 
						
							
							
								
								Issue  #295 : Class creation dialogs tooltips; plus tons of other improvements  
							
							
							
						 
						
							2012-05-27 06:39:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								689cf7ce05 
								
							 
						 
						
							
							
								
								ConfirmationDialog  
							
							
							
						 
						
							2012-05-23 05:28:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								343bbaf0fd 
								
							 
						 
						
							
							
								
								integrated video settings in the settings file, the launcher is now useless  
							
							
							
						 
						
							2012-05-22 03:36:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								7938566004 
								
							 
						 
						
							
							
								
								Merge remote branch 'scrawl/graphics'  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/renderingmanager.cpp 
							
						 
						
							2012-05-21 11:24:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8f2c8bbea4 
								
							 
						 
						
							
							
								
								Merge branch 'master' into graphics  
							
							
							
						 
						
							2012-05-21 09:50:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8ce4727424 
								
							 
						 
						
							
							
								
								skill tooltips  
							
							
							
						 
						
							2012-05-21 01:58:11 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								a284bfb4d0 
								
							 
						 
						
							
							
								
								Merge branch 'master' into inventoryGUI  
							
							
							
						 
						
							2012-05-19 15:07:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									gugus 
								
							 
						 
						
							
							
							
							
								
							
							
								6f87493df6 
								
							 
						 
						
							
							
								
								fix collision bug i think. It disable collision for quiet a lot of objects (maybe a little to much)  
							
							
							
						 
						
							2012-05-17 15:46:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								630241c8e2 
								
							 
						 
						
							
							
								
								load the AIDT (AI data) for creatures in the ESM loader, which also contains the Services enum.  
							
							
							
						 
						
							2012-05-17 13:12:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								471f6467ec 
								
							 
						 
						
							
							
								
								Merge branch 'master' into graphics  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwscript/docs/vmformat.txt 
							
						 
						
							2012-05-13 16:18:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								ddb0a91994 
								
							 
						 
						
							
							
								
								addition to last commit  
							
							
							
						 
						
							2012-05-13 12:19:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								d9e39bd90e 
								
							 
						 
						
							
							
								
								Changed order of plugins.cfg file paths.  
							
							... 
							
							
							
							Changed order of plugins.cfg file paths - before when plugins.cfg file
was found in global path then it was used as default one. Now the behavoiur
is opposite if plugins.cfg file exists in local path then it is used as
default one. 
							
						 
						
							2012-05-11 21:32:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								b1af18e98d 
								
							 
						 
						
							
							
								
								Merged next  
							
							
							
						 
						
							2012-04-29 09:28:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								0c9dfcc017 
								
							 
						 
						
							
							
								
								Some changes  
							
							
							
						 
						
							2012-04-29 09:26:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								4ce83badc9 
								
							 
						 
						
							
							
								
								flickering lights  
							
							
							
						 
						
							2012-04-28 20:42:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8231cab599 
								
							 
						 
						
							
							
								
								correct case for dialogue topics  
							
							
							
						 
						
							2012-04-17 23:47:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								afa859a6a6 
								
							 
						 
						
							
							
								
								Merge remote branch 'jhooks/clothingarmor'  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/npcanimation.cpp 
							
						 
						
							2012-04-15 22:06:05 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								a74aeace73 
								
							 
						 
						
							
							
								
								Can now save strings with proper encoding, byte-perfect clones up until land records  
							
							
							
						 
						
							2012-04-14 00:14:04 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								95f87a8abf 
								
							 
						 
						
							
							
								
								more or less complete list for morrowind.bsa (thanks to artorius)  
							
							
							
						 
						
							2012-04-12 16:33:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								f16a9ce5ed 
								
							 
						 
						
							
							
								
								Working on making output identical to input.  
							
							
							
						 
						
							2012-04-12 14:00:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								7fce57f335 
								
							 
						 
						
							
							
								
								Getting started with a new branch  
							
							
							
						 
						
							2012-04-11 20:16:22 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								a727bcd4a4 
								
							 
						 
						
							
							
								
								override nif transparency settings (part 1)  
							
							
							
						 
						
							2012-04-11 20:13:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								2a4fcf42a3 
								
							 
						 
						
							
							
								
								basic shadows  
							
							
							
						 
						
							2012-04-11 18:53:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								74deb5588d 
								
							 
						 
						
							
							
								
								Post merge  
							
							
							
						 
						
							2012-04-08 20:41:49 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								290d09de64 
								
							 
						 
						
							
							
								
								Switching creature and npc to using the same id storage as the rest of the records  
							
							
							
						 
						
							2012-04-08 18:32:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								f0c32ba7d3 
								
							 
						 
						
							
							
								
								Fixed saving cell ref data with wrong name  
							
							
							
						 
						
							2012-04-08 18:01:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								fc8c75ab89 
								
							 
						 
						
							
							
								
								Esmtool can now clone an esm file in such a way that it can read it back again afterwards.  
							
							
							
						 
						
							2012-04-08 17:04:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								0fd48c4229 
								
							 
						 
						
							
							
								
								Extended the esmtool a bit and prepared all records for saving.  
							
							
							
						 
						
							2012-04-08 11:51:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								cdea19206c 
								
							 
						 
						
							
							
								
								Revert "more accurate fog, TODO: apply this to the terrain"  
							
							... 
							
							
							
							This reverts commit 96c37d3e7c 
							
						 
						
							2012-04-07 22:47:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								96911ada95 
								
							 
						 
						
							
							
								
								restored render queue of transparent objects, they are now part of the mrt textures  
							
							... 
							
							
							
							this fixes some issues with transparent objects not visible in the refraction 
							
						 
						
							2012-04-07 22:37:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								044d649edd 
								
							 
						 
						
							
							
								
								Merge branch 'master' into water  
							
							
							
						 
						
							2012-04-07 17:16:35 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								96c37d3e7c 
								
							 
						 
						
							
							
								
								more accurate fog, TODO: apply this to the terrain  
							
							
							
						 
						
							2012-04-07 16:55:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								e21e8c221d 
								
							 
						 
						
							
							
								
								Added explicit cast to char in ToUTF8::windows_XXXX tables.  
							
							... 
							
							
							
							Added explicit cast to char, without that gcc 4.7 (with default settings)
is showing a lot of:
narrowing conversion of ‘...’ from ‘int’ to ‘char’ inside { } is ill-formed in C++11 [-Wnarrowing]
warnings. 
							
						 
						
							2012-04-07 13:08:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								47013799ea 
								
							 
						 
						
							
							
								
								Fleshing out the esm writer a bit  
							
							
							
						 
						
							2012-04-06 22:25:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								b81ac363fc 
								
							 
						 
						
							
							
								
								Write names with a small sanity check  
							
							
							
						 
						
							2012-04-06 21:28:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								7c1e417f9a 
								
							 
						 
						
							
							
								
								Niceify-ing it (Yes, that's a word)  
							
							
							
						 
						
							2012-04-06 21:14:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								ba602929ef 
								
							 
						 
						
							
							
								
								Adding basic save functions to all record types.  
							
							
							
						 
						
							2012-04-06 21:04:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								622fb568cf 
								
							 
						 
						
							
							
								
								removed MRT setting and figure it out automatically  
							
							
							
						 
						
							2012-04-05 19:27:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								88c50c5171 
								
							 
						 
						
							
							
								
								Merge branch 'master' into water  
							
							
							
						 
						
							2012-04-05 15:38:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								01500e979a 
								
							 
						 
						
							
							
								
								another fix for optional arguments  
							
							
							
						 
						
							2012-04-05 15:00:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								6fd3d5c776 
								
							 
						 
						
							
							
								
								Merge remote branch 'lgro/master'  
							
							
							
						 
						
							2012-04-04 23:19:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								ea8e5cb6f8 
								
							 
						 
						
							
							
								
								Issue  #225 : Land struct is not copyable.  
							
							... 
							
							
							
							Disabled copy constructor and assignment operator in Land structure. 
							
						 
						
							2012-04-04 21:39:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								cd2789b15a 
								
							 
						 
						
							
							
								
								Revert "Issue  #225 : Correction to commit ae98904."  
							
							... 
							
							
							
							This reverts commit 0e5c90d3e7 
							
						 
						
							2012-04-04 21:05:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								006970fd79 
								
							 
						 
						
							
							
								
								add MRT code to shaders  
							
							
							
						 
						
							2012-04-04 19:53:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								57299571d5 
								
							 
						 
						
							
							
								
								Preparing for clothes/armor  
							
							
							
						 
						
							2012-04-02 22:08:46 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								0e5c90d3e7 
								
							 
						 
						
							
							
								
								Issue  #225 : Correction to commit  ae98904.  
							
							... 
							
							
							
							Changed pointer to LandData struct to simple member variable. 
							
						 
						
							2012-04-02 23:50:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								2b4b941192 
								
							 
						 
						
							
							
								
								Merge branch 'master' into gamesettings  
							
							
							
						 
						
							2012-04-02 15:21:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								5accca385c 
								
							 
						 
						
							
							
								
								fix crash on exit when no user settings exist  
							
							
							
						 
						
							2012-04-02 13:47:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								6022d3ab13 
								
							 
						 
						
							
							
								
								Merge remote branch 'corristo/pgrd-rendering'  
							
							... 
							
							
							
							reduced cout spam.
Conflicts:
	apps/openmw/mwrender/debugging.cpp
	apps/openmw/mwrender/renderingmanager.cpp
	components/bsa/bsa_archive.cpp
	libs/openengine/bullet/physic.hpp 
							
						 
						
							2012-04-02 12:04:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								ae989040e5 
								
							 
						 
						
							
							
								
								Issue  #225 : Fix for memleak when loading terrain.  
							
							
							
						 
						
							2012-04-01 21:29:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								c2a82c3d89 
								
							 
						 
						
							
							
								
								Merge branch 'master' into gamesettings  
							
							
							
						 
						
							2012-04-01 20:06:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								7b3adb27a3 
								
							 
						 
						
							
							
								
								backend changes, terrain num lights setting  
							
							
							
						 
						
							2012-04-01 18:48:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								54ce95cfaf 
								
							 
						 
						
							
							
								
								Make sure it doesn't find the wrong file  
							
							
							
						 
						
							2012-04-01 17:25:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								6091a0504d 
								
							 
						 
						
							
							
								
								first settings test (config file has to be created manually)  
							
							
							
						 
						
							2012-04-01 16:59:35 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								308df7caa8 
								
							 
						 
						
							
							
								
								add method for keeping track of settings that changed  
							
							
							
						 
						
							2012-04-01 16:26:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								55c984c179 
								
							 
						 
						
							
							
								
								Merge branch 'master' into gamesettings  
							
							
							
						 
						
							2012-03-31 21:37:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								08f8701b33 
								
							 
						 
						
							
							
								
								workaround for tga problem  
							
							
							
						 
						
							2012-03-31 17:52:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								82429d6931 
								
							 
						 
						
							
							
								
								finished interface  
							
							
							
						 
						
							2012-03-31 13:35:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								523648dbb1 
								
							 
						 
						
							
							
								
								Merge branch 'master' into pgrd-rendering  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/debugging.cpp 
							
						 
						
							2012-03-31 14:56:18 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								057c2f2e2a 
								
							 
						 
						
							
							
								
								Merge branch 'master' into pgrd-rendering  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/renderingmanager.cpp 
							
						 
						
							2012-03-31 13:42:13 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								509650d5f3 
								
							 
						 
						
							
							
								
								Merge remote branch 'ace/fs-fix'  
							
							
							
						 
						
							2012-03-31 11:37:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								3b0dc408ae 
								
							 
						 
						
							
							
								
								Debug-b-gone  
							
							
							
						 
						
							2012-03-31 11:29:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								06a34b9e0d 
								
							 
						 
						
							
							
								
								Strange problems call for strange solutions.  
							
							
							
						 
						
							2012-03-31 10:35:08 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								8e07b7e050 
								
							 
						 
						
							
							
								
								Better (less) debug output  
							
							
							
						 
						
							2012-03-31 00:55:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								8d9100c77b 
								
							 
						 
						
							
							
								
								Debug output  
							
							
							
						 
						
							2012-03-30 23:29:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								fc4e4dc336 
								
							 
						 
						
							
							
								
								Case sensitiviy?  
							
							
							
						 
						
							2012-03-30 19:05:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								ff85006e71 
								
							 
						 
						
							
							
								
								added untested interface  
							
							
							
						 
						
							2012-03-30 18:38:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								8ac9dd8e70 
								
							 
						 
						
							
							
								
								Always use the same type of slashes  
							
							
							
						 
						
							2012-03-30 16:59:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								2d2af4b28a 
								
							 
						 
						
							
							
								
								Merge remote branch 'scrawl/terrain18' into terrain  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/CMakeLists.txt
	apps/openmw/mwrender/renderingmanager.hpp
	components/esm_store/cell_store.hpp 
							
						 
						
							2012-03-30 15:38:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								d2f8539a42 
								
							 
						 
						
							
							
								
								Forgot to remove some old code that didn't do anything  
							
							
							
						 
						
							2012-03-30 14:50:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								4a9a416d46 
								
							 
						 
						
							
							
								
								Can find files even if no .bsa file exists now  
							
							
							
						 
						
							2012-03-30 14:45:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								d5c49fa036 
								
							 
						 
						
							
							
								
								getWaterLevel use CellStore ; attempted fix for morrowind without tribunal  
							
							
							
						 
						
							2012-03-30 10:12:28 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								b21a6291f7 
								
							 
						 
						
							
							
								
								Merge branch 'master' into pgrd-rendering  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/renderingmanager.hpp
	apps/openmw/mwscript/docs/vmformat.txt
	apps/openmw/mwscript/miscextensions.cpp
	apps/openmw/mwworld/world.hpp 
							
						 
						
							2012-03-30 02:50:30 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								60b95e7992 
								
							 
						 
						
							
							
								
								Sorting the file lists properly  
							
							
							
						 
						
							2012-03-29 22:38:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								6acd900577 
								
							 
						 
						
							
							
								
								Better name  
							
							
							
						 
						
							2012-03-29 21:36:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								c3944d3e1a 
								
							 
						 
						
							
							
								
								Use a normal binary search  
							
							
							
						 
						
							2012-03-29 21:27:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								ce38876a74 
								
							 
						 
						
							
							
								
								Oops, that could've crashed horribly  
							
							
							
						 
						
							2012-03-29 17:31:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								5a19d4ec45 
								
							 
						 
						
							
							
								
								implement water script functions and save water height in CellStore  
							
							
							
						 
						
							2012-03-29 15:50:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								c3357c4396 
								
							 
						 
						
							
							
								
								Merge branch 'master' into pgrd-rendering  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/renderingmanager.cpp
	apps/openmw/mwrender/renderingmanager.hpp
	apps/openmw/mwscript/docs/vmformat.txt 
							
						 
						
							2012-03-29 13:27:13 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								71cb85dbc4 
								
							 
						 
						
							
							
								
								Performance enhancment and minor copy-paste fix.  
							
							
							
						 
						
							2012-03-29 04:54:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								42c5d515e6 
								
							 
						 
						
							
							
								
								fixed interior water level  
							
							
							
						 
						
							2012-03-29 04:50:40 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								0d163d76ab 
								
							 
						 
						
							
							
								
								Replaced some messy code with some differently messy code, this one at least seems to work  
							
							
							
						 
						
							2012-03-29 03:59:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8bbb02a1bd 
								
							 
						 
						
							
							
								
								ogre 1.8 fixes  
							
							
							
						 
						
							2012-03-28 21:30:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								6bea08157e 
								
							 
						 
						
							
							
								
								Merge branch 'master' into terrain18  
							
							
							
						 
						
							2012-03-28 21:30:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jacob Essex 
								
							 
						 
						
							
							
							
							
								
							
							
								ec21ff21cc 
								
							 
						 
						
							
							
								
								Removed memory leak, allocated more on the stack  
							
							
							
						 
						
							2012-03-27 13:58:12 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jacob Essex 
								
							 
						 
						
							
							
							
							
								
							
							
								b76b62e5e4 
								
							 
						 
						
							
							
								
								Fixed a crash when there were cells with no data, refactored to remove non mutable data from CellStore  
							
							
							
						 
						
							2012-03-27 09:20:22 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								f8afc22f04 
								
							 
						 
						
							
							
								
								Issue  #225 : Corrected wrong delete operator introduced by one of previous commit.  
							
							
							
						 
						
							2012-03-26 23:16:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								2b9845a5b6 
								
							 
						 
						
							
							
								
								Issue  #225 : Free memory allocated for sending into HardwareVertexBuffer.  
							
							... 
							
							
							
							Free memory allocated for sending into HardwareVertexBuffer in NIFLoader class. 
							
						 
						
							2012-03-26 19:09:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								d3b88b9e34 
								
							 
						 
						
							
							
								
								Issue  #225 : Added cleanup of allocated memory in BulletNifLoader and BulletShapeLoader.  
							
							
							
						 
						
							2012-03-26 19:09:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								4a2ade2372 
								
							 
						 
						
							
							
								
								Merge remote branch 'kromgart/master' into next  
							
							
							
						 
						
							2012-03-24 16:57:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								99b2b6b648 
								
							 
						 
						
							
							
								
								ogre 1.8 fixes  
							
							
							
						 
						
							2012-03-24 14:46:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								f2a7acb102 
								
							 
						 
						
							
							
								
								Merge branch 'next' into terrain  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/CMakeLists.txt
	apps/openmw/mwrender/renderingmanager.cpp 
							
						 
						
							2012-03-24 13:19:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Roman Melnik 
								
							 
						 
						
							
							
							
							
								
							
							
								e6c55c144c 
								
							 
						 
						
							
							
								
								Fix tabulation/formatting  
							
							
							
						 
						
							2012-03-23 22:15:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Roman Melnik 
								
							 
						 
						
							
							
							
							
								
							
							
								6d33ad248d 
								
							 
						 
						
							
							
								
								Fix memory leak in getIdentity method  
							
							... 
							
							
							
							Replace static pointer and new() operator with normal static variable 
							
						 
						
							2012-03-23 22:08:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								b8f962a68d 
								
							 
						 
						
							
							
								
								Merge branch 'next' into shaders  
							
							
							
						 
						
							2012-03-23 10:26:20 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								9076401892 
								
							 
						 
						
							
							
								
								Merge branch 'next' into terrain  
							
							... 
							
							
							
							Conflicts:
	CMakeLists.txt
	apps/openmw/CMakeLists.txt 
							
						 
						
							2012-03-22 22:31:49 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Roman Melnik 
								
							 
						 
						
							
							
							
							
								
							
							
								ebc49de851 
								
							 
						 
						
							
							
								
								Fix Bug  #1 : "Meshes rendered with wrong orientation"  
							
							... 
							
							
							
							Discard the tranformation of the root NiNode when loading nif files
(set the 'identity' transformation instead).
After applying the fix test the following types of interiors:
 - Dwemer ruins (the bug was common here before the fix)
 - Ancestral tombs (the bug was common here before the fix)
 - Daedric shrines
 - Caves/grottos
 - Dunmer strongholds
 - Telvanni, imperial, redoran houses/towers/castles
Also checked exteriors (although it is hard to do without terrain
rendering) 
							
						 
						
							2012-03-22 00:39:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								d9677cb33e 
								
							 
						 
						
							
							
								
								fixed problem with parsing optional string arguments  
							
							
							
						 
						
							2012-03-18 14:27:49 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								187b8e58d6 
								
							 
						 
						
							
							
								
								fixed handling of optional instruction/function arguments; removed choice workaround  
							
							
							
						 
						
							2012-03-17 19:32:44 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								3e4cf64a77 
								
							 
						 
						
							
							
								
								Merge branch 'master' into shaders  
							
							
							
						 
						
							2012-03-16 20:46:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Papageorgiou 
								
							 
						 
						
							
							
							
							
								
							
							
								b2c6d52db1 
								
							 
						 
						
							
							
								
								Another file search fix  
							
							
							
						 
						
							2012-03-16 09:00:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								e8eea03b4c 
								
							 
						 
						
							
							
								
								Fixed a few more non-virtual destructor warnings  
							
							
							
						 
						
							2012-03-15 17:40:42 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								65fc141b62 
								
							 
						 
						
							
							
								
								Merge branch 'master' into pgrd-rendering  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/renderingmanager.cpp 
							
						 
						
							2012-03-15 20:38:21 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								1c0bf162f2 
								
							 
						 
						
							
							
								
								boost compatibility fix  
							
							
							
						 
						
							2012-03-15 16:56:36 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								a7211d2a90 
								
							 
						 
						
							
							
								
								Merge remote branch 'werdanith/searchfix'  
							
							
							
						 
						
							2012-03-15 16:54:29 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Papageorgiou 
								
							 
						 
						
							
							
							
							
								
							
							
								588ac44bc7 
								
							 
						 
						
							
							
								
								Improved matching for the FileListLocator  
							
							
							
						 
						
							2012-03-15 17:32:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								5b378e820d 
								
							 
						 
						
							
							
								
								warning level adjustments and some related fixes  
							
							
							
						 
						
							2012-03-15 16:01:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								3c3fb8d706 
								
							 
						 
						
							
							
								
								Merge remote branch 'werdanith/activationsounds2' into equipment  
							
							
							
						 
						
							2012-03-15 14:06:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Papageorgiou 
								
							 
						 
						
							
							
							
							
								
							
							
								f7c7ed0ac7 
								
							 
						 
						
							
							
								
								Fix regression with locating sound files  
							
							
							
						 
						
							2012-03-15 13:56:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								ff866269ec 
								
							 
						 
						
							
							
								
								Merge remote branch 'corristo/pgrd'  
							
							... 
							
							
							
							Removed a warning
Conflicts:
	CMakeLists.txt 
							
						 
						
							2012-03-14 16:45:53 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								a7f89b864e 
								
							 
						 
						
							
							
								
								Merge branch 'pgrd' into pgrd-rendering  
							
							
							
						 
						
							2012-03-14 12:59:58 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								988c1111e9 
								
							 
						 
						
							
							
								
								Feature  #161  (Fix) Load REC_PGRD records  
							
							... 
							
							
							
							fixed edge decoding, thanks Project Aedra! 
							
						 
						
							2012-03-14 12:54:52 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								118250171d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/zinnschlag/openmw  into shaders  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/objects.cpp 
							
						 
						
							2012-03-13 17:31:10 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								4813a1ce9d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/zinnschlag/openmw  into terrain_next  
							
							... 
							
							
							
							Conflicts:
	CMakeLists.txt 
							
						 
						
							2012-03-13 16:00:59 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								f292a5a7ca 
								
							 
						 
						
							
							
								
								Feature  #37  (In Progress) Render Path Grid  
							
							... 
							
							
							
							now using mwRoot instead of ogre's root, so no more messing with coordinates. 
							
						 
						
							2012-03-12 02:37:07 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								4659076129 
								
							 
						 
						
							
							
								
								Feature  #37  (In Progress) Render Path Grid  
							
							... 
							
							
							
							workaround for strange ESMStore bug 
							
						 
						
							2012-03-10 20:45:55 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								11f957a64d 
								
							 
						 
						
							
							
								
								Feature  #37  (In Progress) Render Path Grid  
							
							... 
							
							
							
							cubes for path grid points
strange crash when trying to get path grids from Debugging 
							
						 
						
							2012-03-10 20:03:00 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								de5b692f9f 
								
							 
						 
						
							
							
								
								Feature  #161  (Resolved) Load REC_PGRD records  
							
							
							
						 
						
							2012-03-10 18:12:45 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								fda5b59eb6 
								
							 
						 
						
							
							
								
								Feature  #161  (In Progress) Load REC_PGRD records  
							
							... 
							
							
							
							now using vector instead of C arrays
fixed path grid edge loading
added path grid to cell store
implemented dedicated storage class for path grids 
							
						 
						
							2012-03-09 23:35:20 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								69127fa8f1 
								
							 
						 
						
							
							
								
								boost compatibility fix; added a missing include  
							
							
							
						 
						
							2012-03-09 17:33:10 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								c259b25fcf 
								
							 
						 
						
							
							
								
								Merge remote branch 'werdanith/soundmanagerrefactor'  
							
							
							
						 
						
							2012-03-09 17:27:11 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Papageorgiou 
								
							 
						 
						
							
							
							
							
								
							
							
								ad6175c78a 
								
							 
						 
						
							
							
								
								SoundManager: Set up the priority for file look up right and take care of a corner case  
							
							
							
						 
						
							2012-03-08 23:06:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								08db70e137 
								
							 
						 
						
							
							
								
								disabled debug output  
							
							
							
						 
						
							2012-03-08 01:00:13 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Papageorgiou 
								
							 
						 
						
							
							
							
							
								
							
							
								054a176c86 
								
							 
						 
						
							
							
								
								Added new FileLibrary class to handle music, this fixes a number of issues.  
							
							
							
						 
						
							2012-03-07 17:46:51 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8be661c802 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/zinnschlag/openmw  into terrain_next  
							
							... 
							
							
							
							Conflicts:
	CMakeLists.txt 
							
						 
						
							2012-03-07 13:29:59 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								3d1cbcd4e7 
								
							 
						 
						
							
							
								
								Merge remote branch 'jhooks/animperform'  
							
							
							
						 
						
							2012-03-07 09:20:29 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Papageorgiou 
								
							 
						 
						
							
							
							
							
								
							
							
								54353794e5 
								
							 
						 
						
							
							
								
								SoundManager: Completely rewrote the file management  
							
							
							
						 
						
							2012-03-07 02:20:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								540e4f77a7 
								
							 
						 
						
							
							
								
								Feature  #161  (In Progress) Load REC_PGRD records  
							
							... 
							
							
							
							improved debug output 
							
						 
						
							2012-03-06 15:52:23 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								9848b67174 
								
							 
						 
						
							
							
								
								Fixing errors  
							
							
							
						 
						
							2012-03-05 17:46:29 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								f7b706d24e 
								
							 
						 
						
							
							
								
								use the vertex colours that morrowind supplies for a lot of meshes  
							
							
							
						 
						
							2012-03-05 18:50:56 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								ff8f95fcca 
								
							 
						 
						
							
							
								
								fix batch lighting, removed the "bumping number of lights" hack  
							
							
							
						 
						
							2012-03-04 23:18:40 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								332671b43d 
								
							 
						 
						
							
							
								
								lighting fix  
							
							
							
						 
						
							2012-03-04 22:26:40 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								b2109a1302 
								
							 
						 
						
							
							
								
								make the vertex colours only affect diffuse, this caused some areas to  
							
							... 
							
							
							
							be darker than they should be 
							
						 
						
							2012-03-04 22:01:02 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								e58e00ef2a 
								
							 
						 
						
							
							
								
								Feature  #161  (In Progress) Load REC_PGRD records  
							
							... 
							
							
							
							Point coords definitely not floats 
							
						 
						
							2012-03-05 00:04:36 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8910b0d471 
								
							 
						 
						
							
							
								
								use shaders for all NIF materials. this has numerous advantages:  
							
							... 
							
							
							
							- vertex colours are now working as they should (and they have a huge impact on the look)
 - the lighting is per pixel and looks a lot better
 - by using shaders, we can use more lights at a time (fixed function has max of 8) 
							
						 
						
							2012-03-04 20:59:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								40e07bbd2a 
								
							 
						 
						
							
							
								
								Feature  #161  (In Progress) Load REC_PGRD records  
							
							... 
							
							
							
							Struct sizes seems correct, but floats is broken 
							
						 
						
							2012-03-03 18:27:38 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								04c141ddd5 
								
							 
						 
						
							
							
								
								Merge branch 'terrain' of  https://github.com/Yacoby/openmw  into terrain_next  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/terrain.cpp 
							
						 
						
							2012-03-02 13:49:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								be70d197e5 
								
							 
						 
						
							
							
								
								Merge branch 'next'  
							
							... 
							
							
							
							Conflicts:
	.gitignore
	cmake/FindOGRE.cmake 
							
						 
						
							2012-03-02 12:11:44 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Papageorgiou 
								
							 
						 
						
							
							
							
							
								
							
							
								a1cbc7fb42 
								
							 
						 
						
							
							
								
								Altered getFver to fix a warning  
							
							
							
						 
						
							2012-03-01 14:00:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								b6915a6090 
								
							 
						 
						
							
							
								
								Forgot that IsWow64Process would return false on a native 64-bit application  
							
							
							
						 
						
							2012-03-01 01:03:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jacob Essex 
								
							 
						 
						
							
							
							
							
								
							
							
								6924348696 
								
							 
						 
						
							
							
								
								Fixed some texture splatting issues with loading empty terrain cells  
							
							
							
						 
						
							2012-02-29 23:33:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jacob Essex 
								
							 
						 
						
							
							
							
							
								
							
							
								1d0ae9c8d1 
								
							 
						 
						
							
							
								
								Start of a basic implementation of fake vertex colours  
							
							
							
						 
						
							2012-02-29 23:05:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								f2c3616638 
								
							 
						 
						
							
							
								
								Merge branch 'next' into terrain_next  
							
							... 
							
							
							
							Conflicts:
	CMakeLists.txt
	apps/openmw/CMakeLists.txt
	apps/openmw/mwrender/renderingmanager.cpp
	apps/openmw/mwrender/renderingmanager.hpp
	cmake/FindOGRE.cmake 
							
						 
						
							2012-02-28 21:49:45 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								9a4cd6c2b1 
								
							 
						 
						
							
							
								
								Fixes   #200  - Paths with quotes for data-local option.  
							
							... 
							
							
							
							Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-02-27 23:56:58 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								8d7a5f469b 
								
							 
						 
						
							
							
								
								a few changes  
							
							
							
						 
						
							2012-02-26 21:27:54 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								1addef2cc3 
								
							 
						 
						
							
							
								
								added missing include for macospath.cpp  
							
							
							
						 
						
							2012-02-25 17:47:57 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								728e9cce5a 
								
							 
						 
						
							
							
								
								Merge remote branch 'lgro/config_fixes'  
							
							
							
						 
						
							2012-02-24 09:03:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								d97854be00 
								
							 
						 
						
							
							
								
								Bug fixes for configuration handling.  
							
							... 
							
							
							
							Corrected retrieving installation path from wine registry on MacOS.
Updated doxygen comments.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-02-23 23:21:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								3da6af6e38 
								
							 
						 
						
							
							
								
								Bug fixes for configuration handling.  
							
							... 
							
							
							
							Added erasing double quotes from paths, corrected retriveing
installation path from wine registry. Updated doxygen comments.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-02-23 23:01:42 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								f6a80bfc95 
								
							 
						 
						
							
							
								
								Small define/include fixes for compiling on windows  
							
							
							
						 
						
							2012-02-23 20:06:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								5f72199419 
								
							 
						 
						
							
							
								
								Merge remote branch 'lgro/config_fixes'  
							
							
							
						 
						
							2012-02-23 09:28:11 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								e0206edc44 
								
							 
						 
						
							
							
								
								Fixed stupid bug in getGlobalDataPath.  
							
							... 
							
							
							
							Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-02-22 20:00:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pieter van der Kloet 
								
							 
						 
						
							
							
							
							
								
							
							
								280babc719 
								
							 
						 
						
							
							
								
								Fixed stylesheet and configuration problems with the launcher and code cleanup  
							
							
							
						 
						
							2012-02-22 08:34:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								b2b09320fc 
								
							 
						 
						
							
							
								
								Merge branch 'config'  
							
							
							
						 
						
							2012-02-21 13:55:58 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								547d6a0639 
								
							 
						 
						
							
							
								
								Merge remote branch 'lgro/config' into config  
							
							
							
						 
						
							2012-02-21 11:50:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								971ae94fbf 
								
							 
						 
						
							
							
								
								Revert "workaround for the configuration problems"  
							
							... 
							
							
							
							This reverts commit 850501e922 
							
						 
						
							2012-02-21 11:50:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								e02cba58b1 
								
							 
						 
						
							
							
								
								Merge branch 'master' into next  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwclass/light.cpp 
							
						 
						
							2012-02-20 14:34:27 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								0c0b594090 
								
							 
						 
						
							
							
								
								Issue  #168  - Configuration cleanup  
							
							... 
							
							
							
							Removed unnecessary path methods - according to forum disscusion:
http://openmw.org/forum/viewtopic.php?f=6&t=448 
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-02-20 00:02:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								38a0d1d1c5 
								
							 
						 
						
							
							
								
								Merging in master  
							
							
							
						 
						
							2012-02-19 15:39:12 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								e58f2f5363 
								
							 
						 
						
							
							
								
								Eliminating unnecessary data from skeletons and shape saving  
							
							
							
						 
						
							2012-02-19 02:01:15 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								2217847c57 
								
							 
						 
						
							
							
								
								Fixing a crash  
							
							
							
						 
						
							2012-02-18 15:29:40 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								850501e922 
								
							 
						 
						
							
							
								
								workaround for the configuration problems  
							
							
							
						 
						
							2012-02-16 13:14:16 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								ddb8b1e1bc 
								
							 
						 
						
							
							
								
								Merge remote branch 'lgro/config' into config  
							
							
							
						 
						
							2012-02-16 09:12:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								80008ed09f 
								
							 
						 
						
							
							
								
								Issue  #168  - Configuration cleanup  
							
							... 
							
							
							
							Fixed bug with configuration tokens parsing - when something
appear after token it should be appended to replaced path.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-02-15 22:34:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								27caee664e 
								
							 
						 
						
							
							
								
								Merge remote branch 'lgro/config' into config  
							
							... 
							
							
							
							Conflicts:
	components/files/path.hpp 
							
						 
						
							2012-02-13 16:36:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								1a6a49b9b8 
								
							 
						 
						
							
							
								
								Merge remote branch 'lgro/fix_warnings'  
							
							
							
						 
						
							2012-02-13 11:06:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								8829d46bda 
								
							 
						 
						
							
							
								
								Clean up compilation warnings.  
							
							... 
							
							
							
							Clan up compilation warnings like "variable ... set but not used" introduced
in some older and recent commits.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-02-12 15:45:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								bcc4d7a7c9 
								
							 
						 
						
							
							
								
								Issue  #133  Handle resources across multiple data directories  
							
							... 
							
							
							
							Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-02-12 14:21:07 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								273eac12a1 
								
							 
						 
						
							
							
								
								Merge remote branch 'jhooks/animation2' into animation2  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/npcanimation.cpp
	components/nifogre/ogre_nif_loader.cpp 
							
						 
						
							2012-02-12 13:41:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								cb95c82af2 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/master'  
							
							
							
						 
						
							2012-01-29 23:39:36 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								b004e2479c 
								
							 
						 
						
							
							
								
								Issue  #133  Handle resources across multiple data directories - WIP  
							
							... 
							
							
							
							Work In Progress - added support for multiple paths in SoundManager.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-01-29 20:27:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								1da519a914 
								
							 
						 
						
							
							
								
								Some cleanup  
							
							
							
						 
						
							2012-01-29 00:42:55 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								86f88bedae 
								
							 
						 
						
							
							
								
								Issue  #168  - Configuration cleanup  
							
							... 
							
							
							
							Removed 'data' part from token names, added token cleaning when
invalid or unknown token is passed as commandline parameter.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-01-28 11:59:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								0d7f39fcb5 
								
							 
						 
						
							
							
								
								Merge branch 'refdata' into next  
							
							
							
						 
						
							2012-01-28 11:46:34 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								c5dee2c4fb 
								
							 
						 
						
							
							
								
								Issue  #168  - Configuration cleanup  
							
							... 
							
							
							
							Corrected tokens processing. If directory exist then tokens
shall be replaced by correct path, otherwise they are silently
removed from path container.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-01-28 09:49:09 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pieter van der Kloet 
								
							 
						 
						
							
							
							
							
								
							
							
								ea241d85ef 
								
							 
						 
						
							
							
								
								Fixed some issues with the CMake files  
							
							
							
						 
						
							2012-01-28 01:36:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								c081160591 
								
							 
						 
						
							
							
								
								replaced container store in ref data with new custom data implementation  
							
							
							
						 
						
							2012-01-27 14:55:58 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								f4b6caac59 
								
							 
						 
						
							
							
								
								Revert "Issue  #178  - workaround for compilation problems with ogre 1.8.0."  
							
							... 
							
							
							
							This reverts commit 37e272b3b5 
							
						 
						
							2012-01-26 00:14:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								1d96b99532 
								
							 
						 
						
							
							
								
								Issue  #168  - Configuration cleanup  
							
							... 
							
							
							
							Added tokens processing, modified getInstallPath for linux
so we could use ~/.wine/dosdevices symlinks.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-01-25 23:55:43 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								6de0847b86 
								
							 
						 
						
							
							
								
								Slightly better performance on animation  
							
							
							
						 
						
							2012-01-25 01:21:30 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								ec6243dd77 
								
							 
						 
						
							
							
								
								fixed compilation problem with llvm clang: constant type explicitly set to float  
							
							
							
						 
						
							2012-01-24 16:01:29 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jacob Essex 
								
							 
						 
						
							
							
							
							
								
							
							
								cd0df082df 
								
							 
						 
						
							
							
								
								Textures are now blended between cells and the texture blending functions are now more abstract  
							
							
							
						 
						
							2012-01-23 17:19:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								841bdded76 
								
							 
						 
						
							
							
								
								Merge branch 'mwregistry' of  https://github.com/swick/openmw  into swick-mwregistry  
							
							... 
							
							
							
							Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-01-22 15:52:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jacob Essex 
								
							 
						 
						
							
							
							
							
								
							
							
								637302fc87 
								
							 
						 
						
							
							
								
								Added blended textures to the terrain  
							
							
							
						 
						
							2012-01-21 17:59:12 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jacob Essex 
								
							 
						 
						
							
							
							
							
								
							
							
								18108c02a7 
								
							 
						 
						
							
							
								
								Merge of corristo's terrain rendering and fixes so that the terrain is correctly positioned and rendered  
							
							
							
						 
						
							2012-01-21 16:59:08 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								406897aa64 
								
							 
						 
						
							
							
								
								Issue  #168  - Configuration cleanup - WIP  
							
							... 
							
							
							
							Sources update.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-01-21 17:58:49 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								7c24ae9ac7 
								
							 
						 
						
							
							
								
								Issue  #168  - Configuration cleanup - WIP  
							
							... 
							
							
							
							This is "work in progress" commit, it shall not be merged alone,
without succeeding commits (it's not fully functional).
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2012-01-21 01:31:20 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								bcf3e45ff6 
								
							 
						 
						
							
							
								
								Proper buffer designation  
							
							
							
						 
						
							2012-01-18 22:00:03 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dmitry Marakasov 
								
							 
						 
						
							
							
							
							
								
							
							
								463acb2f75 
								
							 
						 
						
							
							
								
								Use linuxpath for FreeBSD as well  
							
							
							
						 
						
							2012-01-18 15:16:45 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Wick 
								
							 
						 
						
							
							
							
							
								
							
							
								62eaaab69d 
								
							 
						 
						
							
							
								
								move include from .hpp to .cpp; line.empty() instead of line.size() > 0; change type of startPos and pos and move to other scope  
							
							
							
						 
						
							2012-01-17 23:19:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Wick 
								
							 
						 
						
							
							
							
							
								
							
							
								16c214a17a 
								
							 
						 
						
							
							
								
								find InstalledPath in wine registry; mInstalledPath in Files::Path  
							
							
							
						 
						
							2012-01-17 19:18:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								0c2de2c00c 
								
							 
						 
						
							
							
								
								Merge branch 'animation2'  
							
							
							
						 
						
							2012-01-17 15:37:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								9b910dda94 
								
							 
						 
						
							
							
								
								clean up  
							
							
							
						 
						
							2012-01-17 15:10:53 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								b4174b6419 
								
							 
						 
						
							
							
								
								Vector instead of new/delete  
							
							
							
						 
						
							2012-01-17 09:02:45 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								8663177ad1 
								
							 
						 
						
							
							
								
								Oops, forgot the delete...  
							
							
							
						 
						
							2012-01-16 23:21:13 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander "Ace" Olofsson 
								
							 
						 
						
							
							
							
							
								
							
							
								96ed96d4dd 
								
							 
						 
						
							
							
								
								Quick test at getting Morrowinds install path from the registry on windows  
							
							
							
						 
						
							2012-01-16 23:09:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								37e272b3b5 
								
							 
						 
						
							
							
								
								Issue  #178  - workaround for compilation problems with ogre 1.8.0.  
							
							
							
						 
						
							2012-01-13 20:41:38 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								d1793bc4bd 
								
							 
						 
						
							
							
								
								Animation files in the correct directory  
							
							
							
						 
						
							2012-01-12 20:09:55 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								0712bba49b 
								
							 
						 
						
							
							
								
								Changing a few things around with handleshapes  
							
							
							
						 
						
							2012-01-12 16:03:07 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								eab69f18ac 
								
							 
						 
						
							
							
								
								File output switch  
							
							
							
						 
						
							2012-01-10 00:34:29 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								295eb27c2d 
								
							 
						 
						
							
							
								
								Better Text Indices; Better file output  
							
							
							
						 
						
							2012-01-06 18:23:41 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								859ac1153e 
								
							 
						 
						
							
							
								
								Basic Text Indices Working  
							
							
							
						 
						
							2012-01-06 02:27:10 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								0715f9b6ab 
								
							 
						 
						
							
							
								
								Preparing to use text indices  
							
							
							
						 
						
							2012-01-06 00:55:02 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								595d0b1192 
								
							 
						 
						
							
							
								
								Cleanup; warnings  
							
							
							
						 
						
							2012-01-05 21:45:17 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								45c57721ff 
								
							 
						 
						
							
							
								
								Turning off hardware skinning2  
							
							
							
						 
						
							2012-01-04 20:30:06 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								762727308e 
								
							 
						 
						
							
							
								
								Hardware skinning working (YESgit add components --allgit add components --allgit add components --allgit add components --allgit add components --allgit add components --allgit add components --allgit add components --allgit add components --allgit add components --allgit add components --all)  
							
							
							
						 
						
							2012-01-02 23:06:10 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									gugus 
								
							 
						 
						
							
							
							
							
								
							
							
								5cfac197d4 
								
							 
						 
						
							
							
								
								Merge branch 'journalfix' of  https://github.com/zinnschlag/openmw.git  into journal  
							
							
							
						 
						
							2011-12-29 17:59:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								baa3f51886 
								
							 
						 
						
							
							
								
								Trying to fix errors  
							
							
							
						 
						
							2011-12-28 14:48:28 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								cef2f5e927 
								
							 
						 
						
							
							
								
								Trying to get code to conform with older c++  
							
							
							
						 
						
							2011-12-27 19:19:45 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								d855bb4fc6 
								
							 
						 
						
							
							
								
								physics reenabled  
							
							
							
						 
						
							2011-12-27 17:52:17 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								022f0fd5bd 
								
							 
						 
						
							
							
								
								link order fix for components  
							
							
							
						 
						
							2011-12-26 22:28:53 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								6d10c76b06 
								
							 
						 
						
							
							
								
								Unique Identifiers for Creatures and NPC Free Parts  
							
							
							
						 
						
							2011-12-17 01:29:08 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								d51dfebde1 
								
							 
						 
						
							
							
								
								NPCs fully rendered  
							
							
							
						 
						
							2011-12-15 00:33:10 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								47112ad7f9 
								
							 
						 
						
							
							
								
								Changing a lot of things  
							
							
							
						 
						
							2011-12-13 23:49:03 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								0902a3db89 
								
							 
						 
						
							
							
								
								Filled out NpcAnimation and CreatureAnimation classes  
							
							
							
						 
						
							2011-12-11 22:40:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									gugus 
								
							 
						 
						
							
							
							
							
								
							
							
								28bd9ce362 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/zinnschlag/openmw.git  into journal  
							
							
							
						 
						
							2011-12-11 11:21:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								39338f4be1 
								
							 
						 
						
							
							
								
								NPC bounded parts  
							
							
							
						 
						
							2011-12-09 15:20:35 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								5c48d8fc1e 
								
							 
						 
						
							
							
								
								more stuff  
							
							
							
						 
						
							2011-12-09 03:02:09 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								835c3f2603 
								
							 
						 
						
							
							
								
								Working towards npc rendering  
							
							
							
						 
						
							2011-11-27 02:27:06 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								7bd911b401 
								
							 
						 
						
							
							
								
								Problems with handles  
							
							
							
						 
						
							2011-11-24 23:13:34 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								e8ec9093f8 
								
							 
						 
						
							
							
								
								More NIFLoader code  
							
							
							
						 
						
							2011-11-23 18:18:51 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								828a3904a5 
								
							 
						 
						
							
							
								
								BSAArchive done and some change to NIFLoader  
							
							
							
						 
						
							2011-11-23 02:17:21 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Hooks 
								
							 
						 
						
							
							
							
							
								
							
							
								7319f7a8c6 
								
							 
						 
						
							
							
								
								Many bugs fixed related to changing cells  
							
							
							
						 
						
							2011-11-19 01:01:19 -05:00