You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components
scrawl c9d9461d3e Add Spacer class derived from AutoSizedWidget
Using a normal widget as a spacer with HStretch/VStretch may not work properly because for widgets not derived from AutoSizedWidget, the HBox/VBox treat the widget's current size as the requested minimum size. This leads the layout to break when resized more than once.

The new class sets HStretch and VStretch to true by default to save some typing.
8 years ago
..
bsa purge unnecessary imports 8 years ago
compiler convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 8 years ago
config Launcher: ensure to clear previous settings when reloading settings 9 years ago
contentselector purge the rest of boost::shared and any other boost related things that no longer are required 8 years ago
esm Change mValue type for clothes to unsigned short (fixes #3960) 8 years ago
esmterrain Cast LAND_SIZE to integer to avoid linking error 8 years ago
fallback be explicit about what we are trying to catch instead of catching everything and fixed up formatting 8 years ago
files Fixes for building in MSVC 8 years ago
fontloader Fix shadowing warnings 8 years ago
interpreter More consistent wording of errors/warnings 8 years ago
loadinglistener LoadingScreen: add support for important labels 9 years ago
misc remove boost/tuple 8 years ago
myguiplatform purge unnecessary imports 8 years ago
nif purge all instances of <boost/shared_ptr.hpp>, clean up unused headers 8 years ago
nifbullet Change NCO/NCC flags to NC* (Fixes #3915) 8 years ago
nifosg Fix checking a variable before it's assigned (Bug #3950) 8 years ago
process OSX build fix 10 years ago
resource Add '0' as an alias for 'OFF' for OPENMW_OPTIMIZE 8 years ago
sceneutil Fixes for building in MSVC 8 years ago
sdlutil Pause game when minimised on Windows 8 years ago
settings purge unnecessary imports 8 years ago
shader replace and purge boost::lexical_cast 8 years ago
terrain Terrain: remove ref argument that is now always true 8 years ago
to_utf8 Fix typo in a comment 9 years ago
translation purge unnecessary imports 8 years ago
version Allow getting available version information even when clone is shallow 8 years ago
vfs Fix clang analyzer warnings 9 years ago
widgets Add Spacer class derived from AutoSizedWidget 8 years ago
CMakeLists.txt Add view data structure for efficient collection of LOD nodes to use for a given camera/intersection 8 years ago
doc.hpp second set of additional doxygen comments 14 years ago