psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								e2e5161d81 
								
							 
						 
						
							
							
								
								Merge branch 'optimizebrushdraw' into 'master'  
							
							... 
							
							
							
							Optimize terrain editing brush drawing performance
Closes  #6285 
See merge request OpenMW/openmw!1226  
							
						 
						
							2021-09-26 15:14:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Evil Eye 
								
							 
						 
						
							
							
							
							
								
							
							
								831055f878 
								
							 
						 
						
							
							
								
								Merge branch 'OpenCS-fix-modify' into 'master'  
							
							... 
							
							
							
							OpenCS - Re-implement the fix for Issue #6067 .
See merge request OpenMW/openmw!1173  
							
						 
						
							2021-09-19 19:23:30 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								70e210735a 
								
							 
						 
						
							
							
								
								Optimize terrain editing brush drawing performance  
							
							
							
						 
						
							2021-09-18 15:57:00 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pi03k 
								
							 
						 
						
							
							
							
							
								
							
							
								4ff5a04e9b 
								
							 
						 
						
							
							
								
								Remove redundant qt-related cmake macros  
							
							
							
						 
						
							2021-09-17 14:41:04 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								24d1c2b5fa 
								
							 
						 
						
							
							
								
								Merge branch 'recurse_directory_iterator' into 'master'  
							
							... 
							
							
							
							VFS manager refactoring
See merge request OpenMW/openmw!1218  
							
						 
						
							2021-09-15 07:20:52 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cédric Mocquillon 
								
							 
						 
						
							
							
							
							
								
							
							
								d4e26746a3 
								
							 
						 
						
							
							
								
								Use recurse subdirectory iterator to iterate over the VFS without exposing internal details  
							
							
							
						 
						
							2021-09-14 18:09:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									pi03k 
								
							 
						 
						
							
							
							
							
								
							
							
								e4eeb9cce9 
								
							 
						 
						
							
							
								
								Remove 'no relevant classes' moc warning  
							
							
							
						 
						
							2021-09-14 11:20:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								0ab8a7ddd7 
								
							 
						 
						
							
							
								
								Merge branch 'create-objects-menu' into 'master'  
							
							... 
							
							
							
							OpenMW-CS: Usability changes to the drop-down menu when creating a new object.
See merge request OpenMW/openmw!1210  
							
						 
						
							2021-09-12 14:15:11 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lamoot 
								
							 
						 
						
							
							
							
							
								
							
							
								6e6214bc43 
								
							 
						 
						
							
							
								
								In OpenMW-CS, when creating a new object, sort the entries in the drop-down menu alphabetically. Also have the menu be tall enough to show all of them at once (without scroll bars).  
							
							
							
						 
						
							2021-09-09 20:46:27 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6b7434ca69 
								
							 
						 
						
							
							
								
								Pass std::string_view instead of const std::string&  
							
							... 
							
							
							
							* Starting with Actor::getBodyPartMesh and ending with
  Misc::StringUtils::ciEqual.
* Add tests for Misc::StringUtils::ciEqual. 
							
						 
						
							2021-09-09 18:39:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b0f772af40 
								
							 
						 
						
							
							
								
								Define dependency to OSG plugins in one place  
							
							... 
							
							
							
							Each binary depending on components library requires OSG plugins to be linked.
Duplicating dependecies for each binary does not give benefits and brings
problems when new binary is added. 
							
						 
						
							2021-09-06 22:44:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								6170971ea3 
								
							 
						 
						
							
							
								
								Merge branch 'bettermoveinstance' into 'master'  
							
							... 
							
							
							
							Set instance movement based on camera zoom
See merge request OpenMW/openmw!1186  
							
						 
						
							2021-09-06 09:48:30 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a8c16071dc 
								
							 
						 
						
							
							
								
								Fix -Wreturn-local-addr warning  
							
							... 
							
							
							
							/home/elsid/dev/openmw/apps/opencs/model/world/actoradapter.cpp: In member function ‘const string& CSMWorld::ActorAdapter::ActorData::getPart(ESM::PartReferenceType) const’:
/home/elsid/dev/openmw/apps/opencs/model/world/actoradapter.cpp:142:20: error: returning reference to temporary [-Werror=return-local-addr]
  142 |             return "";
      |                    ^~ 
							
						 
						
							2021-09-04 18:04:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jvoisin 
								
							 
						 
						
							
							
							
							
								
							
							
								d4e3575f1d 
								
							 
						 
						
							
							
								
								Don't use const for objects returned by value.  
							
							... 
							
							
							
							This prevents the usage of std::move semantics,
and makes clang-tidy sad. 
							
						 
						
							2021-09-01 22:23:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								f876ff2c14 
								
							 
						 
						
							
							
								
								Clear temporary movement data at the end of the drag  
							
							
							
						 
						
							2021-09-01 02:04:04 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								53d315c862 
								
							 
						 
						
							
							
								
								XYZ-locking, mouse wheel move fix  
							
							
							
						 
						
							2021-09-01 02:04:04 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								23fe3d74ab 
								
							 
						 
						
							
							
								
								Use floats, not doubles  
							
							
							
						 
						
							2021-09-01 02:04:04 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								840e7615f5 
								
							 
						 
						
							
							
								
								Store object origins and move difference  
							
							
							
						 
						
							2021-09-01 02:04:04 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								0d511da615 
								
							 
						 
						
							
							
								
								Test of basic mouse-plane use  
							
							
							
						 
						
							2021-09-01 02:04:04 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									jvoisin 
								
							 
						 
						
							
							
							
							
								
							
							
								deb2af6acc 
								
							 
						 
						
							
							
								
								Dont copy-construct from a const-ref when used only as a const-ref  
							
							... 
							
							
							
							This also makes clang-tiny a bit happier 
							
						 
						
							2021-08-29 20:22:34 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								b0d5ca386d 
								
							 
						 
						
							
							
								
								Update original cell column and do not modify the refnum when moving a reference to another cell with 3D editing.  
							
							
							
						 
						
							2021-08-28 16:12:40 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								2eb210f31a 
								
							 
						 
						
							
							
								
								Partially undo commit  71be4cdd20 so that moved references retain the original refnum.  This is consistent with vanilla CS's behaviour.  
							
							
							
						 
						
							2021-08-28 16:12:40 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								b2bd97f283 
								
							 
						 
						
							
							
								
								A different implementation to MR 1051 to fix Issue  #6067 .  
							
							... 
							
							
							
							This MR doesn't delete the original record, but instead the original record is updated with the moved record when loading.
Issue #4752  is no longer addressed in this MR. 
							
						 
						
							2021-08-28 14:09:55 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								7264a10c07 
								
							 
						 
						
							
							
								
								Partially revert commit  dab1a9e7fb 
							
							
							
						 
						
							2021-08-28 09:49:45 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								66f028c4a1 
								
							 
						 
						
							
							
								
								Merge branch 'correctcommandimplementation' into 'master'  
							
							... 
							
							
							
							Don't do storage in constructors of the commands
See merge request OpenMW/openmw!1126  
							
						 
						
							2021-08-27 07:30:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								fff35dcb03 
								
							 
						 
						
							
							
								
								Merge branch 'Ignore-empty-pgrd' into 'master'  
							
							... 
							
							
							
							Do not store empty PGRD records.  Should resolve Issue #6209 .
See merge request OpenMW/openmw!1121  
							
						 
						
							2021-08-26 14:29:49 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								de3497d291 
								
							 
						 
						
							
							
								
								Fix undo-redo crash  
							
							
							
						 
						
							2021-08-22 23:42:27 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								890ce1eefb 
								
							 
						 
						
							
							
								
								Reverse action order for redo and undo  
							
							
							
						 
						
							2021-08-22 23:42:27 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								0cfabd6f3b 
								
							 
						 
						
							
							
								
								Move mapToSource back to constructor  
							
							
							
						 
						
							2021-08-22 23:42:27 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								b2fe591590 
								
							 
						 
						
							
							
								
								Don't do any storing in the constructor  
							
							
							
						 
						
							2021-08-22 23:42:27 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								45549da0f5 
								
							 
						 
						
							
							
								
								For most commands, set mOld in redo, not in constructor  
							
							
							
						 
						
							2021-08-22 23:42:27 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								716eebe616 
								
							 
						 
						
							
							
								
								Merge branch 'terrainselectioncrashfix' into 'openmw-47'  
							
							... 
							
							
							
							Fix terrain selection crash
See merge request OpenMW/openmw!1165 
(cherry picked from commit ec4e3b04a7b84e41bdd62ddc00cb42b5284b14818008f7c73e 
							
						 
						
							2021-08-22 19:22:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								d09c807a40 
								
							 
						 
						
							
							
								
								Merge branch 'fixbadcast' into 'master'  
							
							... 
							
							
							
							Fix std::bad_cast
Closes  #6217 
See merge request OpenMW/openmw!1130  
							
						 
						
							2021-08-20 20:36:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								7801f42005 
								
							 
						 
						
							
							
								
								Don't do mapToSource at executeModify  
							
							
							
						 
						
							2021-08-20 22:32:41 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									elsid 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e9b8933b2f 
								
							 
						 
						
							
							
								
								Do no link binaries with Qt where it's not used  
							
							... 
							
							
							
							Define components_qt static library with all qt dependent components that also
depends on other components. Link only cs, wizard and launcher with qt
dependent components. 
							
						 
						
							2021-08-20 19:02:09 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								bd3ef506cd 
								
							 
						 
						
							
							
								
								Empty Pathgrid record is considered as the modder's intention to delete any existing record.  
							
							
							
						 
						
							2021-08-19 19:30:01 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								298db2ef76 
								
							 
						 
						
							
							
								
								Initialize and check pointer.  
							
							
							
						 
						
							2021-08-12 22:31:37 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								f1d05a93bf 
								
							 
						 
						
							
							
								
								Get index and model from proxy  
							
							
							
						 
						
							2021-08-12 22:28:16 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								b770373491 
								
							 
						 
						
							
							
								
								Merge branch 'OpenCS-enforce-str-length' into 'master'  
							
							... 
							
							
							
							OpenCS - Disallow entry of strings longer than the lengths allowed by the file format (#3066 )
See merge request OpenMW/openmw!1088  
							
						 
						
							2021-08-06 21:08:09 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									glassmancody.info 
								
							 
						 
						
							
							
							
							
								
							
							
								09e03fde2e 
								
							 
						 
						
							
							
								
								refactor and fix wobbly shores  
							
							
							
						 
						
							2021-08-04 17:49:57 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									glassmancody.info 
								
							 
						 
						
							
							
							
							
								
							
							
								70fac33940 
								
							 
						 
						
							
							
								
								initial reverse-z depth implementation  
							
							
							
						 
						
							2021-08-04 17:39:11 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								8aee84c46e 
								
							 
						 
						
							
							
								
								Disallow entry of strings longer than the lengths allowed by the file format.  
							
							... 
							
							
							
							It is possible to allow longer strings but that will require an extension in the omwaddon format as well as changes to the reader to handle that extension.  Such changes should be a separate MR.
(applied the patch in https://gitlab.com/OpenMW/openmw/-/issues/3066 ) 
							
						 
						
							2021-08-04 09:39:18 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								9fa7521fc5 
								
							 
						 
						
							
							
								
								Merge branch 'OpenCS-no-charconv' into 'master'  
							
							... 
							
							
							
							OpenCS - Avoid the inclusion of charconv header
See merge request OpenMW/openmw!1087  
							
						 
						
							2021-08-03 23:32:40 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								9b7e14ec00 
								
							 
						 
						
							
							
								
								Merge branch 'OpenCS-moved-reference' into 'master'  
							
							... 
							
							
							
							OpenCS - Fix moved reference - Issues #3514  and #4752 
See merge request OpenMW/openmw!1051 
(cherry picked from commit 2bee171c7990522da33c2667f7d079fa35f4ede0)
36c30f7f Fix for Issue #3514  where moving a reference to another cell is not handled properly.
40327681 Update the changelog. 
							
						 
						
							2021-08-03 23:29:05 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								bf06898a79 
								
							 
						 
						
							
							
								
								Retain the use of std::string_view in the function signature.  
							
							
							
						 
						
							2021-08-04 08:23:22 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									cc9cii 
								
							 
						 
						
							
							
							
							
								
							
							
								99e691fbe3 
								
							 
						 
						
							
							
								
								Avoid the inclusion of <charconv> header due to Ubuntu Bionic (18.04) which as gcc version less than 8.1  
							
							... 
							
							
							
							Partially reverts commit fd67ebde25 
							
						 
						
							2021-08-04 06:47:14 +10:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									unelsson 
								
							 
						 
						
							
							
							
							
								
							
							
								09ee2a0a36 
								
							 
						 
						
							
							
								
								fix texture brush index search  
							
							
							
						 
						
							2021-08-01 19:42:41 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									psi29a 
								
							 
						 
						
							
							
							
							
								
							
							
								4b48e62b64 
								
							 
						 
						
							
							
								
								Merge branch 'fixandclean' into 'master'  
							
							... 
							
							
							
							Fix opencs build and remove some clang warnings
See merge request OpenMW/openmw!1078  
							
						 
						
							2021-08-01 12:11:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									fredzio 
								
							 
						 
						
							
							
							
							
								
							
							
								1391194152 
								
							 
						 
						
							
							
								
								Remove unneeded return statement  
							
							
							
						 
						
							2021-08-01 13:14:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									fredzio 
								
							 
						 
						
							
							
							
							
								
							
							
								9ba459662d 
								
							 
						 
						
							
							
								
								Remove unneeded std::move  
							
							... 
							
							
							
							[19/199] Building CXX object apps/opencs/CMakeFiles/openmw-cs.dir/model/world/commands.cpp.o
../../../apps/opencs/model/world/commands.cpp:298:12: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
    mOld = std::move(model.getRecord (id).clone());
           ^
../../../apps/opencs/model/world/commands.cpp:298:12: note: remove std::move call here
    mOld = std::move(model.getRecord (id).clone());
           ^~~~~~~~~~                            ~
../../../apps/opencs/model/world/commands.cpp:333:12: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
    mOld = std::move(model.getRecord (id).clone());
           ^
../../../apps/opencs/model/world/commands.cpp:333:12: note: remove std::move call here
    mOld = std::move(model.getRecord (id).clone());
           ^~~~~~~~~~                            ~
2 warnings generated. 
							
						 
						
							2021-08-01 13:14:32 +02:00