Commit Graph

26 Commits (master)

Author SHA1 Message Date
elsid e618026c69
Use ESM::RefId as index key in collections 2 years ago
florent.teppe 65cdd489fb create a specific esm reader function for RefID to avoid allocation for string and then again for RefId
Fixed some types

removed useless header

applied clang format

fixed compile tests

fixed clang tidy, and closer to logic before this MR

Removed hardcoded refids

unless there is a returned value we don't use static RefIds
can use == between RefId and hardcoded string

Fix clang format

Fixed a few instances where std::string was used, when only const std::string& was needed

removed unused variable
2 years ago
fteppe 20da0892ef openMW_test_suite compiles and runs
Slowly moving through the open-cs errors

Good progress in openCS

Very good progress on openCS

Getting closer with openCS

OpenCS compiles and runs! Didn't have time to test it all though

ix openMW

everything compiles on windows??

Fix gcc

Fix Clang
2 years ago
jvoisin 1a326294c0 Run IWYU on the opencs 2 years ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
mpeco 78700eee57 functor-based Qt signal-slot syntax construction set 2 years ago
elsid b3882777ab
Cleanup opencs includes 2 years ago
Cody Glassman 8ec0a52605 Toggable day night switch (#5928) 3 years ago
scrawl 67bd6cd708 Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
10 years ago
Marc Zinnschlag 0860c27b03 improving consistency of subview layouts 10 years ago
scrawl 232e34bddd OpenCS: port lighting toolbar, fix multiple context GL objects issue 10 years ago
scrawl e3bfbcb44b OpenCS: connect navigation button to OSG camera manipulators 10 years ago
scrawl af27a10b0c OpenCS: preliminary port of PreviewWidget to OSG 10 years ago
scrawl 34d503017a OpenCS: Set up an osgQt GraphicsWindow in SceneWidget 10 years ago
Marc Zinnschlag 275bf854ed added new user setting: window/hide-subview (hide subview titlebar if there is only one subview in the window) 10 years ago
Marc Zinnschlag aad13e6bff close view when closing last sub-view unless this view is the last view 10 years ago
Marc Zinnschlag 17fc570e38 new keyboard shortcut (T): move focus from toolbar to scene widget 11 years ago
Marc Zinnschlag 92af093856 new keyboard shortcut (T): move focus from scene widget to toolbar 11 years ago
Marc Zinnschlag 03f67cd6bd moved low level widgets from CSVWorld into a separate namespace/directory 11 years ago
Marc Zinnschlag 0c1ad54e68 refactored object rendering into a separate class 11 years ago
Marc Zinnschlag 0fe67b586a increased scene toolbar button size 11 years ago
Marc Zinnschlag d5506172e8 added lighting switching 11 years ago
Marc Zinnschlag 698fe8cce3 update preview title on changed referenceableID (preview for references only) 11 years ago
Marc Zinnschlag 58daf52a67 deal with empty and invalid referenceable ID fields 11 years ago
Marc Zinnschlag fa042a8aca use proper title for reference prewview subviews (avoid internal ID) 11 years ago
Marc Zinnschlag c36dfef972 prewview subview 11 years ago