scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								1d6b5b2a52 
								
							 
						 
						
							
							
								
								Add StringUtils::CiComp operator  
							
							
							
						 
						
							2017-02-23 23:28:50 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Allofich 
								
							 
						 
						
							
							
							
							
								
							
							
								8c5aae0722 
								
							 
						 
						
							
							
								
								Add virtual destructors  
							
							
							
						 
						
							2016-08-21 18:31:46 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									MiroslavR 
								
							 
						 
						
							
							
							
							
								
							
							
								f6f3f71db5 
								
							 
						 
						
							
							
								
								Improve format specifiers for message boxes  
							
							
							
						 
						
							2016-07-09 03:18:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								07b064f616 
								
							 
						 
						
							
							
								
								Rename to lowerCaseInPlace  
							
							
							
						 
						
							2015-12-07 22:49:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								e3d3380c8c 
								
							 
						 
						
							
							
								
								Remove return value for in-place toLowerStr  
							
							
							
						 
						
							2015-12-07 22:43:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								42d68eb7fb 
								
							 
						 
						
							
							
								
								Build fix  
							
							
							
						 
						
							2015-12-07 22:29:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								f875597be5 
								
							 
						 
						
							
							
								
								Don't use tolower()  
							
							... 
							
							
							
							See https://forum.openmw.org/viewtopic.php?f=8&t=3231&p=35968  
							
						 
						
							2015-12-07 21:58:30 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								27e669296e 
								
							 
						 
						
							
							
								
								StringUtils: use the locale-unaware tolower function  
							
							... 
							
							
							
							There is no change in behaviour since we were using the C locale.
The locale-aware tolower is much slower than the locale-unaware one. At least on Linux/GCC it calls dynamic_cast's, and is overall slower by an order of magnitude. 
							
						 
						
							2015-11-27 03:22:52 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								82c4d01b37 
								
							 
						 
						
							
							
								
								Add back resource handling workarounds to the gui code  
							
							
							
						 
						
							2015-05-01 18:37:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								6fada6acf8 
								
							 
						 
						
							
							
								
								Remove tests for no longer existing code  
							
							
							
						 
						
							2015-04-23 20:02:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								8c810e3620 
								
							 
						 
						
							
							
								
								Move rng to components  
							
							
							
						 
						
							2015-04-22 17:58:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								79c2138e53 
								
							 
						 
						
							
							
								
								Port ResourceHelpers to new VFS  
							
							
							
						 
						
							2015-03-19 01:45:01 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								41b3a9dba9 
								
							 
						 
						
							
							
								
								Rewrite animated collision shape support ( Fixes   #2123 )  
							
							
							
						 
						
							2015-01-13 05:37:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								efbc8742a0 
								
							 
						 
						
							
							
								
								Remove some unnecessary includes  
							
							
							
						 
						
							2015-01-09 21:13:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								4a734f5cd3 
								
							 
						 
						
							
							
								
								Fall back to top-level directory when looking for resources ( Fixes   #2169 )  
							
							
							
						 
						
							2015-01-03 19:10:15 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Rohit Nirmal 
								
							 
						 
						
							
							
							
							
								
							
							
								e315a72582 
								
							 
						 
						
							
							
								
								Remove extra semicolons at the end of some lines.  
							
							
							
						 
						
							2014-09-06 13:04:52 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									MiroslavR 
								
							 
						 
						
							
							
							
							
								
							
							
								baa14511cf 
								
							 
						 
						
							
							
								
								Use ResourceHelpers to replace DDS hacks scattered throughout the code, fix prefix comparision  
							
							
							
						 
						
							2014-08-12 12:18:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									MiroslavR 
								
							 
						 
						
							
							
							
							
								
							
							
								4d403ed747 
								
							 
						 
						
							
							
								
								Rename and move functions for texture path correction  
							
							
							
						 
						
							2014-08-11 20:04:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								41d73377b0 
								
							 
						 
						
							
							
								
								Use explicit C locale in Misc::StringUtils ( Fixes   #1216 )  
							
							
							
						 
						
							2014-07-12 18:53:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								262e959699 
								
							 
						 
						
							
							
								
								Remove unused slice_array  
							
							
							
						 
						
							2014-04-20 19:28:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								9b73d23139 
								
							 
						 
						
							
							
								
								Fix warning about uninitialized variable inside stream.peak():  
							
							... 
							
							
							
							openmw/mwgui/bookpage.cpp:394:13: warning: ‘*((void*)& stream +24)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2013-12-28 13:55:54 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Robinson 
								
							 
						 
						
							
							
							
							
								
							
							
								6fd4cdb5fb 
								
							 
						 
						
							
							
								
								Play randomized werewolf sounds  
							
							
							
						 
						
							2013-08-11 00:53:17 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									scrawl 
								
							 
						 
						
							
							
							
							
								
							
							
								3c68c87923 
								
							 
						 
						
							
							
								
								Fix some naming guidelines, fix topic index exception, fix exception in keyword search for some journal entries  
							
							
							
						 
						
							2013-05-01 10:28:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nathan Jeffords 
								
							 
						 
						
							
							
							
							
								
							
							
								c7ede9b523 
								
							 
						 
						
							
							
								
								port code to C++03  
							
							
							
						 
						
							2013-04-24 20:22:57 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nathan Jeffords 
								
							 
						 
						
							
							
							
							
								
							
							
								6e7c9ebbe6 
								
							 
						 
						
							
							
								
								fix for gcc not handling static constant initialized in class definition  
							
							
							
						 
						
							2013-04-24 20:22:57 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nathan Jeffords 
								
							 
						 
						
							
							
							
							
								
							
							
								75757cb675 
								
							 
						 
						
							
							
								
								Created a class to represent a stream of UTF8 characters.  
							
							
							
						 
						
							2013-04-24 20:20:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nathan Jeffords 
								
							 
						 
						
							
							
							
							
								
							
							
								7228f5d696 
								
							 
						 
						
							
							
								
								added missing reference to <cctype>  
							
							... 
							
							
							
							added missing reference to <cctype> that was causing Visual Studio 2010
to fail to compile stringops.hpp 
							
						 
						
							2013-01-01 10:58:30 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									eduard 
								
							 
						 
						
							
							
							
							
								
							
							
								69d9d22579 
								
							 
						 
						
							
							
								
								comparestring  
							
							
							
						 
						
							2012-12-30 19:56:38 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									eduard 
								
							 
						 
						
							
							
							
							
								
							
							
								98103e15eb 
								
							 
						 
						
							
							
								
								conflict resolution  
							
							
							
						 
						
							2012-12-30 13:46:07 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									eduard 
								
							 
						 
						
							
							
							
							
								
							
							
								c85400b809 
								
							 
						 
						
							
							
								
								Merge  https://github.com/zinnschlag/openmw  into comparestring  
							
							... 
							
							
							
							Conflicts:
	apps/openmw/mwdialogue/dialoguemanagerimp.cpp
	apps/openmw/mwworld/worldimp.cpp
	components/esm_store/reclists.hpp
	components/misc/stringops.hpp 
							
						 
						
							2012-12-30 13:09:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									eduard 
								
							 
						 
						
							
							
							
							
								
							
							
								c75a5ae212 
								
							 
						 
						
							
							
								
								string compare and tolower  
							
							
							
						 
						
							2012-12-28 18:05:52 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									eduard 
								
							 
						 
						
							
							
							
							
								
							
							
								8545667bbd 
								
							 
						 
						
							
							
								
								string compare and tolower  
							
							
							
						 
						
							2012-12-28 17:54:56 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									lazydev 
								
							 
						 
						
							
							
							
							
								
							
							
								74ae479780 
								
							 
						 
						
							
							
								
								Cell names localization fix  
							
							
							
						 
						
							2012-12-23 23:23:24 +04: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								ea7eb7a62d 
								
							 
						 
						
							
							
								
								fixes   #128  Configuration cleanup.  
							
							... 
							
							
							
							Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2011-08-19 21:06:09 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								514b55766f 
								
							 
						 
						
							
							
								
								Mantis:  #18  - Move components from global namespace into their own namespace.  
							
							... 
							
							
							
							Updated components/misc tests.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2011-06-19 18:25:09 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukasz Gromanowski 
								
							 
						 
						
							
							
							
							
								
							
							
								90985e849e 
								
							 
						 
						
							
							
								
								Mantis:  #18  - Move components from global namespace into their own namespace.  
							
							... 
							
							
							
							Moving classes from components/misc into Misc namespace.
Note: Misc namespace introduced conflict with ESM::Misc and MWClass::Misc
classes, so both of them are renamed to ESM::Miscellaneous
and MWClass::Miscellaneous.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com> 
							
						 
						
							2011-06-19 18:14:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								3552ad045d 
								
							 
						 
						
							
							
								
								Removed obsolete macBundlePath function from fileops.cpp. Using Ogre::macBundlePath  
							
							
							
						 
						
							2011-03-09 21:54:01 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marc Zinnschlag 
								
							 
						 
						
							
							
							
							
								
							
							
								ecfe57caf2 
								
							 
						 
						
							
							
								
								platform check fix  
							
							
							
						 
						
							2011-03-09 18:50:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nikolay Kasyanov 
								
							 
						 
						
							
							
							
							
								
							
							
								4028600768 
								
							 
						 
						
							
							
								
								Builds on OS X now  
							
							
							
						 
						
							2011-03-07 05:09:29 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pieter van der Kloet 
								
							 
						 
						
							
							
							
							
								
							
							
								dd4d022301 
								
							 
						 
						
							
							
								
								Converted all tabs to four spaces  
							
							
							
						 
						
							2011-01-05 22:18:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolay Korslund 
								
							 
						 
						
							
							
							
							
								
							
							
								e30306f7c3 
								
							 
						 
						
							
							
								
								Removed redundant custom exception class  
							
							
							
						 
						
							2010-09-02 22:30:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolay Korslund 
								
							 
						 
						
							
							
							
							
								
							
							
								532ccbd1f8 
								
							 
						 
						
							
							
								
								Killed clientconsole, mwcompiler, mwinterpreter and command server  
							
							
							
						 
						
							2010-07-22 14:15:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolay Korslund 
								
							 
						 
						
							
							
							
							
								
							
							
								b97def39b3 
								
							 
						 
						
							
							
								
								Minor fixes to Mac stuff  
							
							
							
						 
						
							2010-07-07 10:07:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ardekantur 
								
							 
						 
						
							
							
							
							
								
							
							
								ee6c933156 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git://github.com/korslund/openmw  
							
							... 
							
							
							
							Conflicts:
	CMakeLists.txt
	apps/openmw/main.cpp
	game/engine.cpp 
							
						 
						
							2010-07-04 17:16:57 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									athile 
								
							 
						 
						
							
							
							
							
								
							
							
								450542b4b9 
								
							 
						 
						
							
							
								
								Fix Windows line feeds and chdmod  
							
							
							
						 
						
							2010-07-02 00:05:57 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									athile 
								
							 
						 
						
							
							
							
							
								
							
							
								7cc27d9b66 
								
							 
						 
						
							
							
								
								Add command output string and client/server response.  
							
							
							
						 
						
							2010-07-01 15:50:24 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									athile 
								
							 
						 
						
							
							
							
							
								
							
							
								7357ea2102 
								
							 
						 
						
							
							
								
								Add simple external console server/client  
							
							
							
						 
						
							2010-07-01 11:49:00 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									athile 
								
							 
						 
						
							
							
							
							
								
							
							
								97feee6cb6 
								
							 
						 
						
							
							
								
								Move misc files back to components  
							
							
							
						 
						
							2010-06-28 12:40:39 -07:00