Marc Zinnschlag
2d3ffc4483
fixed pathgrid saving
10 years ago
Marc Zinnschlag
be3b229a5f
fixed pathgrid loading
10 years ago
Marc Zinnschlag
9fd82212b3
Merge remote-tracking branch 'cc9cii/opencs-settings'
10 years ago
Marc Zinnschlag
f4c9897bbd
Merge branch 'master' into tables
10 years ago
Marc Zinnschlag
d64127106b
load and save pathgrid records
10 years ago
Marc Zinnschlag
ce52735df6
Merge remote-tracking branch 'cc9cii/Bug-No-1750'
10 years ago
Marc Zinnschlag
850a40d4e2
fixed resources table drag source problem
10 years ago
Marc Zinnschlag
ff530a2e19
added missing magic effect table columns
10 years ago
cc9cii
7675df60ba
Fix far clip distance (again), workaround for broken settings minimum value.
10 years ago
cc9cii
f0c739b763
Apply camera setting changes immediately. Remove current value check for shader setting changes.
10 years ago
cc9cii
303b0ee8c6
Update scenewidget when antialiasing settings change.
10 years ago
cc9cii
9902e08773
Apply sh::Factory settings immediately.
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
d790b8edfa
Revert old fix.
10 years ago
cc9cii
a2d043f43a
Re-check unknown record id after loading.
10 years ago
Marc Zinnschlag
e47f9c7268
added first batch of magic effect columns (re-using existing columns)
10 years ago
Marc Zinnschlag
aa89370db6
make sure magic effects added by expansions are available
10 years ago
Marc Zinnschlag
25a1112627
add magic effect records for newly created games
10 years ago
cc9cii
810ba61909
While loading overwrite records with the same id. Should resolve bug #1750 .
10 years ago
scrawl
7252cb63a6
Fix cppcheck issues
10 years ago
Marc Zinnschlag
c321f2c252
load and save magic effect records
10 years ago
cc9cii
8e71f092c5
Comment out setMinimum which is broken.
10 years ago
cc9cii
111a35bc38
More strip back.
10 years ago
Marc Zinnschlag
33cd04b37d
added missing sound gen table columns
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
3f9b73812b
Minor fixes and workarounds.
10 years ago
cc9cii
970f3609c9
Fixed spinbox issue with integer entry via keyboard. Removed shader settings as per feedback comments.
10 years ago
cc9cii
67503c93b2
Added some scenewidget user settings but noticed during testing that the spinbox view resets the value if enter key is pressed.
10 years ago
Marc Zinnschlag
7ab4881661
added sound gen table
10 years ago
Marc Zinnschlag
02247fe712
load and save sound gen records
10 years ago
cc9cii
ffae816aab
Max subviews setting working. However there is no way to remove the last subview once the title bar is removed and the look of the filter box is broken without the title bar.
10 years ago
cc9cii
fc8d6da6a2
Added more shader settings.
10 years ago
cc9cii
71a3880884
Added workarounds to add QLabel. Add stylesheet option to apply to View's QGroupBox. RangeViews are now right aligned. Added content margins to the page/tab's layout.
10 years ago
cc9cii
02f8f54192
Fixed checkbox behaviour. Added some shader settings.
10 years ago
cc9cii
17a74da650
Cleaned up comments and dead code.
10 years ago
cc9cii
dbd1ab05d3
Integrated into the original settings design, except using tabs rather than list & stacked widgets. Works but visuals need updating.
10 years ago
Marc Zinnschlag
cf5c5cbce7
Merge remote-tracking branch 'corristo/osx-openmw-launch-fix'
10 years ago
Marc Zinnschlag
9d316a8745
Merge branch 'records'
10 years ago
Nikolay Kasyanov
9f7a8462d8
Fix build & OpenCS game runner code on OS X
10 years ago
Marc Zinnschlag
7733df239e
made CloneCommand a subclass of CreateCommand
10 years ago
cc9cii
5dfcd2ed01
Removed standard window size combobox. Rearranged widgets.
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
Marc Zinnschlag
e93ab383ea
set refnum and increment refnum counter when creating a new reference
10 years ago
Marc Zinnschlag
33243c8c16
move code for storing old value from ModifyCommand constructor to redo function (allows use of the command on records that haven't been created at the time of construction)
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
U-NSFW-50TH\cc9c
ca80a2b856
Merge remote-tracking branch 'upstream/master' into opencs-settings
10 years ago
Marc Zinnschlag
41275b0af3
Merge remote-tracking branch 'cc9cii/Bug-No-1869'
10 years ago
Marc Zinnschlag
90b45e09f7
added refnum column to references tables
10 years ago
Marc Zinnschlag
f5483e76cf
added refnum counter column to cells table
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
ecb4154ac0
Fixed default settings logic and cleaned up comments.
10 years ago
cc9cii
0ec20b23aa
Initial working version. Video/rendering options supported. No GUI yet.
10 years ago
Marc Zinnschlag
d1d861e1be
Merge branch 'run'
...
Conflicts:
apps/opencs/model/world/columns.cpp
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/data.cpp
components/CMakeLists.txt
10 years ago
Marc Zinnschlag
bf6150d009
allow project scope scripts
10 years ago
Marc Zinnschlag
081588f484
add project file to content file list when running OpenMW from OpenCS
10 years ago
Marc Zinnschlag
70ee899691
Merge remote-tracking branch 'cc9cii/Bug-No-1725'
...
Conflicts:
apps/opencs/model/tools/bodypartcheck.cpp
10 years ago
Marc Zinnschlag
b29d1d452f
removed some redundant checks
10 years ago
cc9cii
f0e0494f03
Since commit 8bce460f34
negative value checks no longer make sense. Not sure what to do about Vampire flag, however.
10 years ago
Marc Zinnschlag
77e9ac8975
Merge remote-tracking branch 'cc9cii/Bug-No-1710'
10 years ago
cc9cii
724ed807c8
Let the filterbox of the receiving side of the drag&drop to decide whether to add referenceable type. Only added if the table has "Referenceable ID" column AND the UniversalId type is referenceable.
10 years ago
Marc Zinnschlag
d4c27d4ce0
Merge remote-tracking branch 'mellotanica/master'
10 years ago
cc9cii
4a8fe39b2c
For bug #1710 . Change the ID type of mime data for filterbox drop events to Referenceable rather than using the ID's native type.
10 years ago
Rohit Nirmal
e315a72582
Remove extra semicolons at the end of some lines.
10 years ago
Marc Zinnschlag
64cf0870c6
set content files when running OpenMW from OpenCS
10 years ago
cc9cii
ab8403192c
Fix typo.
10 years ago
Marc Zinnschlag
cf05d3c69f
added run log
10 years ago
Marc Zinnschlag
5e022195b8
create startup script when running from OpenCS
10 years ago
Marc Zinnschlag
61a92da374
use --new-game/--skip-menu switches when running from OpenCS
10 years ago
Marc Zinnschlag
431abcb63a
handle shutdown of OpenMW processes when shutting down OpenCS
10 years ago
Marc Zinnschlag
3fec253409
save first (if document was modified) before running OpenMW
10 years ago
Marc Zinnschlag
a06133a50e
added failed flag to operation done signal
10 years ago
Marco Melletti
8bce460f34
loadnpc is still unfinished, bodypartcheck.cpp mFlags check fix
10 years ago
cc9cii
fd5f814218
Trivial change from "Musics" to "Music Files"
10 years ago
Marc Zinnschlag
c88b3a1520
track state of OpenMW process and enable/disable run/stop actions accordingly
10 years ago
Marc Zinnschlag
1b4ab6e130
added OpenMW runner
10 years ago
Marc Zinnschlag
03c0cbc65a
added owner global column to references table ( Fixes #1695 )
11 years ago
Marc Zinnschlag
0dff1fb816
fix for previous commit (was using wrong destination path)
11 years ago
Marek Kochanowicz
ea2feb0aa9
fix for bug 1672
11 years ago
Marc Zinnschlag
0b3e2775a0
fixed wording in body part verifier
11 years ago
Stanislav
bdfb0c8351
Feature #1616 : Body part record verifier
11 years ago
Marc Zinnschlag
5c536d571b
added script column to debug profile table (dialogue only)
11 years ago
Marc Zinnschlag
232c6c9ad3
Merge branch 'scriptedit' into run
11 years ago
Marc Zinnschlag
4e521d1aca
fixed resources collection access
11 years ago
Marc Zinnschlag
fd3842d726
added flag columns to debug profile table
11 years ago
Marc Zinnschlag
775e24d2c0
save debug profiles in project files
11 years ago
Marc Zinnschlag
a5ecf2e9f0
hide record type column in resources tables
11 years ago
Marc Zinnschlag
fa9c6b19c2
removed OpenCS-specific custom Filter record struct (default ESM struct will do from now on)
11 years ago
Marc Zinnschlag
2df1079dd4
removed mScope field from Filter record (redundant now)
11 years ago
Marc Zinnschlag
0be1e3d12f
removed WriteFilterStage class (functionality integrated into WriteCollectionStage)
11 years ago
Marc Zinnschlag
828536e999
generalised the concept of record scope
11 years ago
Marc Zinnschlag
4d49924025
added debug profile record table
11 years ago
Marc Zinnschlag
c9cd7fb6b7
Merge branch 'scripts'
11 years ago
scrawl
469d2afffa
Merge branch 'master' of https://github.com/OpenMW/openmw
...
Conflicts:
apps/openmw/mwgui/levelupdialog.cpp
11 years ago
scrawl
75366b2e37
Implement CellRef's faction rank (rank requirement to use item)
11 years ago
Marc Zinnschlag
a9f9dec923
consider script blacklist in OpenCS verifier
11 years ago
Marc Zinnschlag
3333f67830
removed a left-over marker
11 years ago
Marc Zinnschlag
1548f4670a
drop part of resources drag and drop
11 years ago
Marc Zinnschlag
9d5956585c
added separate display type for colours
11 years ago
Marc Zinnschlag
b2ce94f28a
fixed exceptions
11 years ago
Marc Zinnschlag
b2c2342988
some refactoring (removing redundant code)
11 years ago
Marc Zinnschlag
c1bbefb840
enable dragging from resources tables
11 years ago
Marc Zinnschlag
df6996d4ae
filter resources files based on extension
11 years ago
Marc Zinnschlag
b2c957a56f
added resources tables
11 years ago
Marc Zinnschlag
4f6c7b0e84
resolved UniversalId naming ambiguity
11 years ago
Marc Zinnschlag
e171babd2f
added Feature_Constant to IdTable
11 years ago
Marc Zinnschlag
1b1f1bade3
injected new class IdTableBase between QAbstractItemModel and IdTable
11 years ago
Marc Zinnschlag
63d0fdee7f
removed leftover data member
11 years ago
Marc Zinnschlag
879ab49e9c
added resources manager
11 years ago
Marc Zinnschlag
1ce60fa13b
Merge branch 'tables'
11 years ago
Marc Zinnschlag
1745335982
body part table fix: forgot to include body parts in ID listings
11 years ago
Marc Zinnschlag
9ce92302d7
interpret empty filter strings as no filter instead of a broken filter ( Fixes #1311 )
11 years ago
Marc Zinnschlag
37a2b48fa2
added missing type columns to body part table
11 years ago
Marc Zinnschlag
d96ed38d49
added body part table
11 years ago
Marc Zinnschlag
5649552f18
added other missing columns for enchantment table; fixed dialogue subviews for enchantment records
11 years ago
Marc Zinnschlag
ab8bee4d1a
added enchantment type column to enchantment table
11 years ago
Marc Zinnschlag
395c45c88b
Merge branch 'editorfixes' into tables
11 years ago
Marc Zinnschlag
e97fd35ae6
added enchantments table
11 years ago
Marc Zinnschlag
4f08efc4d7
added missing combat, magic and stealth columns for creatures (Feature #1312 )
11 years ago
Marc Zinnschlag
af59106533
for regular IdCollections when loading a record make the record a copy of the existing record first (adresses some incomplete records in some content files)
11 years ago
Marc Zinnschlag
3541d03809
fixed deleting of referenceables (modification state column was incorrectly flagged as non-editable)
11 years ago
Marc Zinnschlag
06e89d8bd3
reduced loading batch size (making the the loading progress bars a bit more responsive
11 years ago
Marc Zinnschlag
bd252d0aec
display record count in loading window
11 years ago
Marc Zinnschlag
073cc3f02c
fixed base flag in content file loader code
11 years ago
scrawl
d5b97005ab
Make ESM::Faction skills optional ( Fixes #1508 )
...
Also increased size of mSkills array to 7. Some factions with 7 skills can be found in the vanilla CS. The previously "mUnknown" int appears to be the 7th element of the skills array.
11 years ago
scrawl
fd59a4a79e
Fix some doxygen typos
11 years ago
Marc Zinnschlag
c23e9e03fd
Merge branch 'refs'
11 years ago
Marc Zinnschlag
7d1ecea20c
added extended versions of revert and delete
11 years ago
Marc Zinnschlag
e4a37ef709
removed some hardcoded column numbers
11 years ago
Marc Zinnschlag
85fca19fd9
replaced selection model in CommandDispatcher with a slightly slower but more robust implementation
11 years ago
Marc Zinnschlag
f6ae967ba0
simplified Data constructor
11 years ago
Marc Zinnschlag
c6557e1ade
some UniversalId cleanup and enhancements
11 years ago
Marc Zinnschlag
83d5f2aaeb
factored out command creation from table view into a separate class
11 years ago
Marc Zinnschlag
1b9b275f30
fix for bug #1369
11 years ago
Marc Zinnschlag
a28a2bc2fe
simplified feature management for record tables
11 years ago
Marc Zinnschlag
c4e7386770
Revert "added changed reference tracking for cells"
...
This reverts commit f4334da42e
.
11 years ago
Marc Zinnschlag
be7f344eca
Merge branch 'refs'
...
Conflicts:
apps/opencs/model/doc/savingstate.cpp
components/esm/cellref.hpp
11 years ago
Marc Zinnschlag
4778c27548
silenced two warnings
11 years ago
Marc Zinnschlag
ae50632774
implemented cell and reference saving int OpenCS
11 years ago
Marc Zinnschlag
e0ba9a4bf2
added reference collection stage to saving operation (preparation for cell saving)
11 years ago
Marc Zinnschlag
f4334da42e
added changed reference tracking for cells
11 years ago
Marc Zinnschlag
e0b6bf6aeb
implemented reference record deleting
11 years ago
Marc Zinnschlag
d8440e1fdc
implemented reference record merging
11 years ago
greye
130349e0cd
open files in binary mode when necessary
11 years ago
greye
db16bb8983
fix OpenCS saving to Unicode path destination
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
5b9e90744e
Merge branch 'load'
11 years ago