Marc Zinnschlag
|
0557d45bd1
|
renamed opencs into openmw-cs
|
10 years ago |
Marc Zinnschlag
|
9603325b99
|
Merge remote-tracking branch 'origin/master'
|
10 years ago |
Marc Zinnschlag
|
706df3f881
|
silenced a coverity warning
|
10 years ago |
scrawl
|
f11ec653d0
|
Add setting for showing MRK nodes to NIF loaders
This makes marker objects show up in OpenCS.
|
10 years ago |
Scott Howard
|
03b39435f8
|
place user settings window at same location as mouse pointer
|
10 years ago |
cc9cii
|
ab693f1f64
|
Workaround file lock being lost if the same file is closed elsewhere in the program (see https://svn.boost.org/trac/boost/ticket/3582)
|
10 years ago |
cc9cii
|
8d0cca6cfc
|
Merge remote-tracking branch 'remotes/upstream/master' into single-instance
Conflicts:
apps/opencs/editor.cpp
|
10 years ago |
cc9cii
|
07f10a0140
|
Use append syntax compatible with older versions of boost.
|
10 years ago |
cc9cii
|
e67cf96250
|
Allow only one instance of OpenCS. Only tested on windows x64.
|
10 years ago |
cc9cii
|
64e1594b41
|
Move the destruction of global resources, being used by multiple documents, to the editor.
|
10 years ago |
cc9cii
|
2720e5ea9d
|
Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application.
|
10 years ago |
cc9cii
|
31fdf49616
|
Use Qt exit function rather than system one.
|
10 years ago |
cc9cii
|
b328aa1fb9
|
Multiple document support.
|
10 years ago |
cc9cii
|
dd9208afeb
|
Merge remote-tracking branch 'upstream/master' into mouse-picking
|
10 years ago |
cc9cii
|
cb53e714f7
|
Convert PhysicsSystem to a singleton.
|
10 years ago |
Marc Zinnschlag
|
94ae222f0e
|
Merge branch 'settings'
|
10 years ago |
Marc Zinnschlag
|
5a1ce4943e
|
added advance 3D rendering user settings section
|
10 years ago |
Marc Zinnschlag
|
8a05c0e5c0
|
fixed overlay singleton
|
10 years ago |
Marc Zinnschlag
|
4b921c3876
|
user settings cleanup
|
10 years ago |
cc9cii
|
094f046087
|
Convert OverlaySystem to a OpenCS style singleton.
|
10 years ago |
cc9cii
|
aff6f6fdb2
|
Setup OverlaySystem after Ogre::Root but before initialisation as per the API documentation.
|
10 years ago |
cc9cii
|
1d0ac3b4df
|
Delete Ogre::OverlaySystem before Ogre::Root
|
10 years ago |
cc9cii
|
809b8c6d5b
|
Conflicts:
apps/opencs/view/render/pagedworldspacewidget.cpp
|
10 years ago |
Thoronador
|
deb6452e0d
|
fix uninitialized pointer fields in CS::Editor class
|
10 years ago |
cc9cii
|
bfd10a03c0
|
User configuration manager's resource directory.
|
10 years ago |
cc9cii
|
a25cffc242
|
Fixed default value not being set for spinbox. Changed the default value of max subviews to 256. Simplified the call signature to get settings & set an initial value. Fixed missing settings for num_lights.
|
10 years ago |
cc9cii
|
a1c0ec2feb
|
Repair collateral damage from a purging session gone out of control.
|
10 years ago |
cc9cii
|
111a35bc38
|
More strip back.
|
10 years ago |
cc9cii
|
d5c8ff7d73
|
More removal.
|
10 years ago |
cc9cii
|
61bab6b1f1
|
Sanitised version. Some settings are only accessible via manually editing the config file.
|
10 years ago |
cc9cii
|
66852d5392
|
Code cleanup and revert incorrect settings.
|
10 years ago |
cc9cii
|
970f3609c9
|
Fixed spinbox issue with integer entry via keyboard. Removed shader settings as per feedback comments.
|
10 years ago |
cc9cii
|
fc8d6da6a2
|
Added more shader settings.
|
10 years ago |
cc9cii
|
02f8f54192
|
Fixed checkbox behaviour. Added some shader settings.
|
10 years ago |
cc9cii
|
52354b14fc
|
Fixed compilation issue on linux. Updated shader mode selection logic (thanks scrawl). Cleaned up a little but needs more once things are settled.
|
10 years ago |
cc9cii
|
d9b0c81299
|
Show status bar setting working (feature #854). Turns out signals were not needed, may need to clean up later.
|
10 years ago |
cc9cii
|
62d2811285
|
Window size improvements. Added promoted widgets but seems to be require signal filters for disabled widgets to receive mouse events.
|
10 years ago |
cc9cii
|
9dc4af69c6
|
Got window size to work correctly. Started to incorporate parts of previous settings implementation where possible.
|
10 years ago |
cc9cii
|
cb15750e40
|
Removed fullscreen checkbox and associated code. Doesn't really make sense for opencs and a fullscreen windowed mode is just a click or keyboard shortcut away, anyway.
|
10 years ago |
cc9cii
|
e3da37567b
|
Cleaned up and got some signals going.
|
10 years ago |
cc9cii
|
d679e0e012
|
Made more progress. Grey out disabled settings.
|
10 years ago |
cc9cii
|
ffaca7a875
|
GUI added, but not yet functional.
|
10 years ago |
cc9cii
|
0ec20b23aa
|
Initial working version. Video/rendering options supported. No GUI yet.
|
10 years ago |
Marc Zinnschlag
|
10fa205ced
|
fixed --data switch (was missing composing option)
|
10 years ago |
Marc Zinnschlag
|
a9f9dec923
|
consider script blacklist in OpenCS verifier
|
11 years ago |
Marc Zinnschlag
|
879ab49e9c
|
added resources manager
|
11 years ago |
Marc Zinnschlag
|
8279d307c4
|
text encoding configuration (was using hardcoded settings before)
|
11 years ago |
Marc Zinnschlag
|
5b5bf6f37e
|
removed a redundant (and unsufficiently configured) copy of ConfigurationManager
|
11 years ago |
Marc Zinnschlag
|
6eff5ecaad
|
Merge branch 'operations' into load
Conflicts:
apps/opencs/main.cpp
apps/opencs/model/doc/document.cpp
|
11 years ago |
graffy76
|
a17cb1f389
|
Fixed opencs.ini formatting
|
11 years ago |