Commit Graph

1315 Commits (772c66eedf09e9eb8a5f349cf95c1bce27579074)

Author SHA1 Message Date
cc9cii e4b836608c Partially address feature #854 by reading the status bar setting from opencs.ini. Missing GUI update that will affect new top level windows. 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 10fa205ced fixed --data switch (was missing composing option) 10 years ago
Marc Zinnschlag 1254198d90 add debug profiles to scene subviews view drag and drop 10 years ago
Marc Zinnschlag 3ed2edb7cb rewrote run tool profile management 10 years ago
Marco Melletti f212f0e4d2 subviews now get destroyed on close 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 b8fdccdbff Merge remote-tracking branch 'cc9cii/Bug-No-1864' 10 years ago
Marc Zinnschlag b29d1d452f removed some redundant checks 10 years ago
Marc Zinnschlag 5dd424b6c6 Merge remote-tracking branch 'cc9cii/Bug-No-1655' 10 years ago
Marc Zinnschlag 717c1b15f5 fixed drop implementation for unpaged worldspace (wasn't updating cell object) 10 years ago
Marc Zinnschlag 0db288ce07 generalising and cleaning up drop implementation of worldspace widget 10 years ago
Marc Zinnschlag 5a9376450b some cleanup of the scene view drop code 10 years ago
cc9cii 88cf2bd597 Deal with signal source being overloaded. Clear filename after creating a new addon. Enable "Open" button if a game file is already selected. 10 years ago
cc9cii faac91472c Allow '-' and '_' in new addon name. Resolves Bug #1789. 10 years ago
cc9cii 85596322f3 Update status bar when record filter is changed. Should resolve Bug #1290. 10 years ago
cc9cii ae0fb77e30 Move recordfilterbox label 2 pixels to right. Resolves Bug #1839. 10 years ago
cc9cii 227eb12295 Added document name to showModifiedDocumentMessageBox. 10 years ago
cc9cii f7c1b169b3 Place the settings window on the center of window with keyboard focus. Should resolve Bug #1838. 10 years ago
cc9cii 89f7608022 Refactor for better legibility. 10 years ago
cc9cii 77171b788b Made popup messagebox non-modal. 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
cc9cii 3a5ed9c5bb Build objects and connections only once. 10 years ago
cc9cii fdc20c595d Fix gcc compile error. 10 years ago
cc9cii 4471fe771e Fix logic errors. 10 years ago
cc9cii 84f5784575 Remove document when closing the last view. Should resolve Bug #1292. 10 years ago
cc9cii ad8d722763 Close documents rather than views. 10 years ago
cc9cii 5675626482 Cleanup signals when finished. 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
cc9cii 988c8f9ebe Ignore duplicate connections. 10 years ago
Marc Zinnschlag 3f24593dba added profile selection panel 10 years ago
Marc Zinnschlag 4337d05126 added right-click handling support to SceneTool class 10 years ago
Marc Zinnschlag f913d51e35 remove deleted debug profiles from run tool 10 years ago
cc9cii cedf1171e3 Cleanup comments. 10 years ago
cc9cii dba352fd6f Check all views before exiting. 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 51128d2d57 added run button to scene subview toolbar 10 years ago
cc9cii c78ac391a0 Made the Region field for Cell record in dialogue subview editable but not sure if this is the wanted behaviour.
Also removed a duplicate UniversalId::Type_Class mappin in tablemimedata.cpp.
10 years ago
Marc Zinnschlag 64cf0870c6 set content files when running OpenMW from OpenCS 10 years ago
cc9cii ab8403192c Fix typo. 10 years ago
cc9cii 6d12374ace Move windows platform specific files into a common directory. 10 years ago
Marc Zinnschlag cf05d3c69f added run log 10 years ago
cc9cii fa0b3eb298 Add an icon to opencs.exe as well 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 a728d6d77a full implementation of global run menu item (replaces earlier placeholder implementation) 10 years ago
Marc Zinnschlag 67dfaa7f35 update actions in main menu when creating a new view 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 bee36c9167 block saving while OpenMW process is running 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 96cd46568b some cleanup 10 years ago
Marc Zinnschlag bec6c4e726 fixed editor creation for Display_LongString 10 years ago
Marc Zinnschlag 7e653cebdf implement script editor via QPlainTextEdit instead of QTextEdit 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 4d2bdda22f Merge branch 'master' of https://github.com/OpenMW/openmw 11 years ago
Stanislav bdfb0c8351 Feature #1616: Body part record verifier 11 years ago
Marc Zinnschlag ea4cd94c25 syntax highlighter modes 11 years ago
Marc Zinnschlag 5c536d571b added script column to debug profile table (dialogue only) 11 years ago
Marc Zinnschlag d024c1a93f Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 2b407a9995 Refactor NIF cache
- Remove broken cache locking mechanism

This was supposed to unload NIFFiles after a cell transition completes, but it was never working due to a mistake on the line if (--sLockLevel), should have been if (--sLockLevel == 0). Repairing this would increase load times (NIF files would have to be reloaded more frequently), so just removed it for now.

 - Decouple cache from NIFFile (now a new nifcache component)

 - Add API for future background loading

 - Provide a reliable way (SharedPtr) to hold on to loaded NIFFiles. This will be useful to avoid deep copies of keyframe and text key data, which is currently a performance bottleneck.
11 years ago
Marc Zinnschlag 30830d0693 make delegates use the whole document instead of the undo stack 11 years ago
Marc Zinnschlag 232c6c9ad3 Merge branch 'scriptedit' into run 11 years ago
Marc Zinnschlag be61ed0f6a minor cleanup 11 years ago
Marc Zinnschlag c2e3709d0f moved syntax highlighter from ScriptSubView to ScriptEdit 11 years ago
Marc Zinnschlag d4981c3037 moved change lock from ScriptSubView to ScriptEdit 11 years ago
Marc Zinnschlag 2f08d44313 moved script widget configuration code from ScriptSubView to ScriptEdit 11 years ago
Marc Zinnschlag 4e521d1aca fixed resources collection access 11 years ago
Marc Zinnschlag 06e1cfe613 added missing allowed drop types for script edit (script and region) 11 years ago
Marc Zinnschlag 58916a7731 fixed creator for filter dialogue subview 11 years ago
Marc Zinnschlag 6f97fa472e added dialgoue subview for debug profiles 11 years ago
Marc Zinnschlag fd3842d726 added flag columns to debug profile table 11 years ago
Marc Zinnschlag 2b9395333a fixed error detection and improved error reporting in IdValidator 11 years ago
Marc Zinnschlag 775e24d2c0 save debug profiles in project files 11 years ago
Marc Zinnschlag 605f71ecc0 added creator to debug profile table 11 years ago
Marc Zinnschlag 1bf177fe72 fixed double namespace in GenericCreator 11 years ago
Marc Zinnschlag c66dfe67b1 integrated namespace widget into input field (GenericCreator) 11 years ago
Marc Zinnschlag a5ecf2e9f0 hide record type column in resources tables 11 years ago
Marc Zinnschlag 98fa789904 fixed mixed-up tooltip 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 a54efbcfa0 made FilterCreator redundant by generalising GenericCreator 11 years ago
Marc Zinnschlag 35803bc9b6 added scope configuration to creators 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 3f6a7e36d0 removed the (partial broken) return/enter shortcut for custom push buttons, since there is already a space shortcut) 11 years ago
Marc Zinnschlag 1e6d557089 Merge branch 'visibility' 11 years ago
Marc Zinnschlag f381451ae0 added control element selector toolbar button 11 years ago
Marc Zinnschlag 612202a7a5 fixed several bugs in the layout algorithm of the toggle scene tool 11 years ago
Marc Zinnschlag 507e5c4f6e explicitly flag scene as modified when changing visibility mask 11 years ago
Marc Zinnschlag 439ba57d46 added visual element selector toolbar button 11 years ago
Marc Zinnschlag a25758c3b1 fixed visibility flags setting 11 years ago
Marc Zinnschlag b0a9d17dc3 use name as a tooltip if no tooltip is given for scene tool bar toggle buttons 11 years ago
Marc Zinnschlag 92d322cbd1 added visibility flags 11 years ago
Marc Zinnschlag 71ce78f949 added scene toolbar toggle widget 11 years ago
Marc Zinnschlag 7a5f73de9e added navigation mode icons to buttons 11 years ago
Marc Zinnschlag c9cd7fb6b7 Merge branch 'scripts' 11 years ago
Marc Zinnschlag 4421e7a5cc added lighting mode toolbar icons 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 1a1f5dfc4a added tooltips to dialgoue subview buttons 11 years ago
Marc Zinnschlag 517b27e29a Merge branch 'toolbar' 11 years ago
Marc Zinnschlag 0430558c3c fixed focussed button in mode tool panel when panel is opened 11 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 688d413b8c when scene toolbar gains focus, focus first button 11 years ago
Marc Zinnschlag c2ea8f3f0a added self-adjusting tooltips to the top-level toolbar buttons 11 years ago
Marc Zinnschlag 26f87f5d23 added navigation mode button tooltips 11 years ago
Marc Zinnschlag e855e55318 added tooltip to user settings button on startup window 11 years ago
Marc Zinnschlag 490442cf62 added lighting mode tooltips 11 years ago
Marc Zinnschlag 61a02d8a40 replaced custom toolbutton push flag with type enum 11 years ago
Marc Zinnschlag 32e48edb83 toolbar tooltip system 11 years ago
Marc Zinnschlag 67ad7d5b0e fixed scene subview focus problem 11 years ago
Marc Zinnschlag 57b9b8d884 set focus when opening a toolbar panel 11 years ago
Marc Zinnschlag d6c0b8d0ac use custom button on toolbar (top level) 11 years ago
Marc Zinnschlag 44b95bbd7b added push mode and icon-less push button constructor 11 years ago
Marc Zinnschlag 8b239df1b1 removed text argument from button constructor, because toolbar buttons will always be icon only 11 years ago
Marc Zinnschlag 365b721878 return/enter activate the selected button 11 years ago
Marc Zinnschlag 50ee815dd8 make buttons in mode panel act like radiobuttons 11 years ago
Marc Zinnschlag dd0aa20390 custom push button 11 years ago
Marc Zinnschlag 930f782bc5 SceneWidget::setLighting was missing an update call 11 years ago
Marc Zinnschlag 3333f67830 removed a left-over marker 11 years ago
Marc Zinnschlag 03f67cd6bd moved low level widgets from CSVWorld into a separate namespace/directory 11 years ago
Marc Zinnschlag 1548f4670a drop part of resources drag and drop 11 years ago
Marc Zinnschlag b6c5ee125d more refactoring 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 19828df799 added subviews for resources tables 11 years ago
Marc Zinnschlag b2c957a56f added resources tables 11 years ago
Marc Zinnschlag 42db9a5091 make modification column optional in table views 11 years ago
Marc Zinnschlag 4f6c7b0e84 resolved UniversalId naming ambiguity 11 years ago
Marc Zinnschlag e171babd2f added Feature_Constant to IdTable 11 years ago