scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								7b1e1d03d8 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/OpenMW/openmw  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwrender/sky.hpp 
							
						 
						
							2014-06-26 04:29:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								2bcbc6ab7d 
								
							 
						 
						
							
							
								
								Potential crash fix, either way should have a better error message now  
							
							
							
						 
						
							2014-06-25 14:52:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								85965bfd47 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'scrawl/master'  
							
							
							
						 
						
							2014-06-25 09:58:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								ee098de0a6 
								
							 
						 
						
							
							
								
								Don't ignore lighting values of particles not attached to a character  
							
							
							
						 
						
							2014-06-25 01:14:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								b259c5def2 
								
							 
						 
						
							
							
								
								Make GetFactionReaction garbage argument optional  
							
							
							
						 
						
							2014-06-25 01:12:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8a8ecce1e5 
								
							 
						 
						
							
							
								
								Fix some uninitialized data written to savegames  
							
							
							
						 
						
							2014-06-25 00:11:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e274314548 
								
							 
						 
						
							
							
								
								Ignore alpha modifier for particle materials  
							
							... 
							
							
							
							This makes the tx_ash_flake.dds particles from ashcloud.nif appear. 
							
						 
						
							2014-06-24 19:51:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								b52977e44c 
								
							 
						 
						
							
							
								
								Add dummy Face implementation for now (Bug  #1541 )  
							
							
							
						 
						
							2014-06-24 15:09:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								30be59c029 
								
							 
						 
						
							
							
								
								Implement auto-adjusting of particle emit rate  
							
							... 
							
							
							
							This makes ashcloud.nif and blightcloud.nif work properly. 
							
						 
						
							2014-06-24 03:07:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								750d8b5589 
								
							 
						 
						
							
							
								
								Allow garbage integer argument for addSpell ( Fixes   #1539 )  
							
							
							
						 
						
							2014-06-23 22:02:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								0b34d8d2fd 
								
							 
						 
						
							
							
								
								Add support for animated collision shapes ( Fixes   #1549 )  
							
							
							
						 
						
							2014-06-23 20:43:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									slothlife 
								
							 
						 
						
							
							
							
							
								
							
							
								9ea22324f7 
								
							 
						 
						
							
							
								
								Fix some MSVC warnings.  
							
							... 
							
							
							
							Several fixes are warnings about truncations on 64-bit, while others are
complaints about mixed signed / unsigned integer operations. 
							
						 
						
							2014-06-23 01:13:30 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								0bed6d9d56 
								
							 
						 
						
							
							
								
								Physics: Recognize BBoxCollision flag, but don't use it for raycasting ( Fixes   #1349 )  
							
							
							
						 
						
							2014-06-22 00:16:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e002acdeae 
								
							 
						 
						
							
							
								
								Physics: Create actor shapes outside of BulletNifLoader  
							
							... 
							
							
							
							This will allow to create a specialised shape instead, such as a capsule, which tends to work better for character controllers. 
							
						 
						
							2014-06-21 23:37:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								7bf7daa846 
								
							 
						 
						
							
							
								
								Fix exception (getline will trigger failbit on the last line)  
							
							
							
						 
						
							2014-06-20 21:33:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								9a26cf22e6 
								
							 
						 
						
							
							
								
								Implement toggleMenus  
							
							
							
						 
						
							2014-06-20 18:51:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								218f916d6d 
								
							 
						 
						
							
							
								
								Savegame: Don't write stat modifiers that are zero  
							
							
							
						 
						
							2014-06-19 17:17:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								c69a311ad8 
								
							 
						 
						
							
							
								
								Disable lighting for particles  
							
							... 
							
							
							
							Fixes magic cast visuals being too dark depending on the environment. 
							
						 
						
							2014-06-19 04:57:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								4e71db7081 
								
							 
						 
						
							
							
								
								Savegame: Don't load/save deleted container items. This is currently pointless, and also causes new garbage being added on each load/save cycle: Container stores are first filled from ESM records, then cleared and filled from the savegame. The items from ESM records remain as deleted refs.  
							
							
							
						 
						
							2014-06-18 21:39:17 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								5645c9185b 
								
							 
						 
						
							
							
								
								Fix location of local data path  
							
							
							
						 
						
							2014-06-18 17:18:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								1dc9e151cb 
								
							 
						 
						
							
							
								
								Count werewolf kills ( Fixes   #1525 )  
							
							
							
						 
						
							2014-06-18 16:56:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								2477456f99 
								
							 
						 
						
							
							
								
								Implement Murder crimes and OnMurder instruction ( Fixes   #1315 )  
							
							
							
						 
						
							2014-06-17 04:05:27 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								ec66484472 
								
							 
						 
						
							
							
								
								Fix forceGreeting with explicit references ( Fixes   #1518 )  
							
							
							
						 
						
							2014-06-17 04:05:27 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								d5b97005ab 
								
							 
						 
						
							
							
								
								Make ESM::Faction skills optional ( Fixes   #1508 )  
							
							... 
							
							
							
							Also increased size of mSkills array to 7. Some factions with 7 skills can be found in the vanilla CS. The previously "mUnknown" int appears to be the 7th element of the skills array. 
							
						 
						
							2014-06-16 02:52:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								ee2b81763e 
								
							 
						 
						
							
							
								
								Savegame: Store AiSettings and summoned creatures  
							
							... 
							
							
							
							CreatureStats state is now completely stored (Closes  #1174 )
Also play VFX_Summon_Start and VFX_Summon_End visual effects. 
							
						 
						
							2014-06-15 21:19:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								fd59a4a79e 
								
							 
						 
						
							
							
								
								Fix some doxygen typos  
							
							
							
						 
						
							2014-06-15 16:11:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								77388fe2ce 
								
							 
						 
						
							
							
								
								Implement BetaComment instruction (dumps reference info)  
							
							
							
						 
						
							2014-06-15 16:11:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								c8c45d4923 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'lgro/valgrind_fixes'  
							
							
							
						 
						
							2014-06-15 10:57:01 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								abeb1d4ab3 
								
							 
						 
						
							
							
								
								Valgrind: Added constructor for KeyListT class, and added initialziation of ver member field in NIFFile class.  
							
							... 
							
							
							
							Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2014-06-15 09:39:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								4f742fd468 
								
							 
						 
						
							
							
								
								Allow INFO records with no subrecords following DATA ( Fixes   #1486 )  
							
							
							
						 
						
							2014-06-13 21:54:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e458cf1df2 
								
							 
						 
						
							
							
								
								Savegame: Store death counter ( Fixes   #1477 )  
							
							
							
						 
						
							2014-06-13 02:26:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								a54ac579a5 
								
							 
						 
						
							
							
								
								Savegame: Store AiSequence  
							
							
							
						 
						
							2014-06-13 02:26:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								b158919c4b 
								
							 
						 
						
							
							
								
								Fix uninitialized variable use  
							
							
							
						 
						
							2014-06-13 02:26:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								029e438c11 
								
							 
						 
						
							
							
								
								Don't check mInterpolationType each iteration  
							
							
							
						 
						
							2014-06-11 23:57:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								73be457805 
								
							 
						 
						
							
							
								
								Merge ESM::Cell fields by subrecord  
							
							... 
							
							
							
							Fixes an issue with the Morrowind Patched mod where cell ambient values would become black due to the new cell records not including an AMBI subrecord.
Also fixes a bug where mLeasedRefs was incorrectly cleared when overwriting a cell (*oldcell = *cell;) 
							
						 
						
							2014-06-11 16:13:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								47172fb8a2 
								
							 
						 
						
							
							
								
								ContentModel: Don't confuse file path with file name ( Fixes   #1352 )  
							
							
							
						 
						
							2014-06-10 19:23:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								3788fb042e 
								
							 
						 
						
							
							
								
								Implement MenuTest script instruction ( Fixes   #1454 )  
							
							
							
						 
						
							2014-06-10 18:49:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								2dd54dbcfc 
								
							 
						 
						
							
							
								
								Implement ClearInfoActor script instruction ( Fixes   #1422 )  
							
							
							
						 
						
							2014-06-10 18:49:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								98d7b6672a 
								
							 
						 
						
							
							
								
								Make MODL subrecord optional for potions ( Fixes   #1419 )  
							
							
							
						 
						
							2014-06-08 11:22:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								823ccb1b3d 
								
							 
						 
						
							
							
								
								Don't batch statics that have "references persist" set (temporary fix for Arkngthand door -  Fixes   #1386 )  
							
							
							
						 
						
							2014-06-08 11:22:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								a0bff03560 
								
							 
						 
						
							
							
								
								Fix not handling failbit/badbit in ifstream (Bug  #1355 )  
							
							
							
						 
						
							2014-06-08 11:22:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Arthur Moore 
								
							 
						 
						
							
							
							
							
								
							
							
								f9f278f645 
								
							 
						 
						
							
							
								
								Fixed a capitalization error.  
							
							... 
							
							
							
							Changed Interpolations to unsigned.
Also explained what's happening in the comments. 
							
						 
						
							2014-06-06 07:00:04 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Arthur Moore 
								
							 
						 
						
							
							
							
							
								
							
							
								b90e4db871 
								
							 
						 
						
							
							
								
								Actually read in XYZ_ROTATION_KEY data instead of discarding it.  
							
							
							
						 
						
							2014-06-06 01:26:28 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dreamer-dead 
								
							 
						 
						
							
							
							
							
								
							
							
								e772bb88da 
								
							 
						 
						
							
							
								
								Remove RTTI usage in NIF reader.  
							
							
							
						 
						
							2014-06-05 20:22:20 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								5313862a46 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'scrawl/master'  
							
							
							
						 
						
							2014-06-04 15:14:29 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								7376cb9b61 
								
							 
						 
						
							
							
								
								Fix loading ESX files cleaned with testool ( Fixes   #1382 )  
							
							
							
						 
						
							2014-06-03 22:49:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								ce14a6413b 
								
							 
						 
						
							
							
								
								Small optimization to ESM::Variant  
							
							
							
						 
						
							2014-06-03 22:40:09 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								577ed3943b 
								
							 
						 
						
							
							
								
								Show wallpaper when loading a savegame  
							
							
							
						 
						
							2014-06-02 23:26:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Arthur Moore 
								
							 
						 
						
							
							
							
							
								
							
							
								576c06d791 
								
							 
						 
						
							
							
								
								Fix Bug  #1371  
							
							... 
							
							
							
							Not properly reading in the NIF file's QuaternionKeyList. 
							
						 
						
							2014-06-01 18:01:44 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								c018319940 
								
							 
						 
						
							
							
								
								Addition to  7c9c0830a9: don't create useless BaseWhite clones  
							
							
							
						 
						
							2014-06-01 02:21:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								7c9c0830a9 
								
							 
						 
						
							
							
								
								Fix errors due to BaseWhite material being removed  
							
							
							
						 
						
							2014-05-31 19:50:01 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								16ac6e7aac 
								
							 
						 
						
							
							
								
								Merge DialInfo objects by subrecord instead of overwriting the object  
							
							... 
							
							
							
							Fixes  #1360  
						
							2014-05-31 13:01:11 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								ecf3d52b46 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'cc9cii/crash-fix-cg-shader'  
							
							
							
						 
						
							2014-05-30 12:07:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								f5e587f566 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'puppykevin/master'  
							
							
							
						 
						
							2014-05-30 11:42:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								11ce093a9e 
								
							 
						 
						
							
							
								
								Fix crashes caused when terrain materials don't get created (e.g. due to cg shader bug on Windows/D3D9).  Should resolve Bug  #1284 .  
							
							
							
						 
						
							2014-05-30 18:46:18 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								be7f344eca 
								
							 
						 
						
							
							
								
								Merge branch 'refs'  
							
							... 
							
							
							
							Conflicts:
	apps/opencs/model/doc/savingstate.cpp
	components/esm/cellref.hpp 
							
						 
						
							2014-05-30 10:38:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								be88168e91 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'scrawl/master'  
							
							
							
						 
						
							2014-05-30 10:07:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								50a72ed710 
								
							 
						 
						
							
							
								
								Fix ghosts in Cavern Of The Incarnate having -1 health  
							
							
							
						 
						
							2014-05-29 18:09:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Poitra 
								
							 
						 
						
							
							
							
							
								
							
							
								18314b1707 
								
							 
						 
						
							
							
								
								We use spaces, not tabs.  
							
							
							
						 
						
							2014-05-28 14:56:50 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Poitra 
								
							 
						 
						
							
							
							
							
								
							
							
								8e55eb8009 
								
							 
						 
						
							
							
								
								Fix some formatting.  
							
							
							
						 
						
							2014-05-28 13:06:43 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Poitra 
								
							 
						 
						
							
							
							
							
								
							
							
								545c3c312c 
								
							 
						 
						
							
							
								
								Remove a superfluous clear.  
							
							
							
						 
						
							2014-05-28 13:03:40 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								f112c78858 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'scrawl/master'  
							
							
							
						 
						
							2014-05-28 19:47:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e68600eda2 
								
							 
						 
						
							
							
								
								Make Activate instruction work properly even when onActivate was not called in the same frame.  
							
							... 
							
							
							
							There are two major differences to the old implementation:
 - Activate can now be called on its own, e.g. in the console. In Vanilla this appears to be a no-op, so it is unlikely to be used and the potential for breakage is low.
 - The Action to execute is now determined when Activate is called, not when OnActivate is called. This however makes sense, since there may be a time difference between the two, and the object (or the player) could have changed in the meantime, requiring a different Action.
Fixes  #1166  and #1346 . 
							
						 
						
							2014-05-28 19:23:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								bb011f278e 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'cc9cii/master'  
							
							
							
						 
						
							2014-05-28 14:45:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								bbe77d656a 
								
							 
						 
						
							
							
								
								Minor fixes from static analysis.  
							
							
							
						 
						
							2014-05-28 21:15:50 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Arthur Moore 
								
							 
						 
						
							
							
							
							
								
							
							
								50a4d175da 
								
							 
						 
						
							
							
								
								Read NIF interpolation type 4 (XYZ_ROTATION_KEY)  
							
							... 
							
							
							
							Don't actually do anything with it yet, but without this the "MW Containers Animated" mod made containers inaccessible.
Partly implements Feature #1067  
							
						 
						
							2014-05-28 03:42:26 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								be39395ce7 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'scrawl/master'  
							
							
							
						 
						
							2014-05-27 21:09:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								12fc0aaecb 
								
							 
						 
						
							
							
								
								removed an unused parser settings (implicitly fixing a case were this setting was not applied correctly)  
							
							
							
						 
						
							2014-05-27 21:08:29 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								3e2eed9269 
								
							 
						 
						
							
							
								
								Implement getFactionReaction function  
							
							... 
							
							
							
							Strange bug when using value != 0 for the garbage argument? 
							
						 
						
							2014-05-27 15:23:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e266c39c5d 
								
							 
						 
						
							
							
								
								Implement modFactionReaction instruction ( Closes   #1347 )  
							
							
							
						 
						
							2014-05-27 14:54:29 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								0966755a0c 
								
							 
						 
						
							
							
								
								Store death animation index in CreatureStats  
							
							
							
						 
						
							2014-05-26 20:52:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								3cd835e61a 
								
							 
						 
						
							
							
								
								Fix bsa file loading not being case insensitive ( Fixes   #1178 )  
							
							
							
						 
						
							2014-05-26 17:34:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								039398c8ae 
								
							 
						 
						
							
							
								
								Basic RefData and CellRef change tracking  
							
							... 
							
							
							
							Wrapped item charge handling in getItemHealth function 
							
						 
						
							2014-05-25 14:30:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								b47b2b84f3 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/OpenMW/openmw  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwdialogue/filter.cpp
	apps/openmw/mwgui/waitdialog.cpp 
							
						 
						
							2014-05-23 08:39:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								244eb11651 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'greye/widechar'  
							
							
							
						 
						
							2014-05-23 07:48:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e51300989c 
								
							 
						 
						
							
							
								
								Handle NiBSPArrayController as alias for NiParticleSystemController  
							
							... 
							
							
							
							The differences (if any) are unknown.
NiBSPArrayController is used by the Atronach_Fire.nif model. Its particles are now visible, but they don't look right yet. Need to handle NiAutoNormalParticlesData? 
							
						 
						
							2014-05-22 23:07:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								663d5c314e 
								
							 
						 
						
							
							
								
								be more verbose on change reasons  
							
							
							
						 
						
							2014-05-22 16:35:57 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								4346e3b4d0 
								
							 
						 
						
							
							
								
								try to load plugins from relative paths  
							
							
							
						 
						
							2014-05-20 21:42:51 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								d8440e1fdc 
								
							 
						 
						
							
							
								
								implemented reference record merging  
							
							
							
						 
						
							2014-05-20 09:02:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								444a07c01b 
								
							 
						 
						
							
							
								
								workaround OgreLog Unicode path handling  
							
							
							
						 
						
							2014-05-19 18:12:13 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								493f8c6050 
								
							 
						 
						
							
							
								
								fix opening BSA on Unicode path  
							
							
							
						 
						
							2014-05-19 13:39:07 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								417e07fbce 
								
							 
						 
						
							
							
								
								fix irrelevant error reporting  
							
							
							
						 
						
							2014-05-19 10:59:36 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								6cb795ef7d 
								
							 
						 
						
							
							
								
								attempt to fix LowLevelFile, minor code reuse  
							
							
							
						 
						
							2014-05-19 10:47:02 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								2c82da8e6e 
								
							 
						 
						
							
							
								
								load Ogre::ConfigFile from DataStream  
							
							
							
						 
						
							2014-05-19 10:07:43 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								3dceb7ee4f 
								
							 
						 
						
							
							
								
								Fix overwriting DialInfo  
							
							
							
						 
						
							2014-05-18 18:58:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								0aa1042fd7 
								
							 
						 
						
							
							
								
								Optimized dialogue merging with a lookup map  
							
							
							
						 
						
							2014-05-18 16:01:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								1677fcf324 
								
							 
						 
						
							
							
								
								Dialogue merging  
							
							
							
						 
						
							2014-05-18 15:25:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								5b76c0893a 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/OpenMW/openmw  
							
							... 
							
							
							
							Conflicts:
	components/esm/inventorystate.hpp 
							
						 
						
							2014-05-18 12:55:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								e02b04536f 
								
							 
						 
						
							
							
								
								fix most vexing parse issue  
							
							
							
						 
						
							2014-05-18 14:55:05 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								424d06a6f8 
								
							 
						 
						
							
							
								
								open fstreams from boost::filesystem::path, vol.2  
							
							
							
						 
						
							2014-05-18 14:55:05 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								2236216344 
								
							 
						 
						
							
							
								
								minor simplification  
							
							
							
						 
						
							2014-05-18 14:55:05 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								a22ec223d8 
								
							 
						 
						
							
							
								
								open fstreams from boost::filesystem::path, vol.1  
							
							
							
						 
						
							2014-05-18 14:55:05 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								b4950509bc 
								
							 
						 
						
							
							
								
								use converted widechars in ini importer  
							
							
							
						 
						
							2014-05-18 14:55:05 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								eafdefe999 
								
							 
						 
						
							
							
								
								using WindowsPath implies utf-8 for boost fs::path  
							
							
							
						 
						
							2014-05-18 14:55:05 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									greye 
								
							 
						 
						
							
							
							
							
								
							
							
								584c121f33 
								
							 
						 
						
							
							
								
								fix windows unicode path handling  
							
							
							
						 
						
							2014-05-18 14:55:04 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								a872c9f83a 
								
							 
						 
						
							
							
								
								Feature  #1323 : handle restocking levelled items  
							
							
							
						 
						
							2014-05-18 12:53:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								b36bb58e8c 
								
							 
						 
						
							
							
								
								Bug  #1324 : Artem's solution  
							
							
							
						 
						
							2014-05-18 07:34:13 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								f7c89015f9 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'scrawl/master'  
							
							
							
						 
						
							2014-05-17 11:50:31 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								ae66d28c87 
								
							 
						 
						
							
							
								
								Feature  #32 : Implement respawn for containers, creatures and NPCs  
							
							
							
						 
						
							2014-05-17 09:09:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e266aff561 
								
							 
						 
						
							
							
								
								Savegame: store projectiles  
							
							
							
						 
						
							2014-05-17 05:24:32 +02:00