Marek Kochanowicz
|
c00834a8de
|
added some iostream garbage.
|
2014-02-12 13:12:58 +01:00 |
|
Marek Kochanowicz
|
8dfdd87a07
|
Merge branch 'DnD' of https://github.com/gugus/openmw into DragDrop
Conflicts:
apps/opencs/view/world/table.cpp
|
2014-02-12 12:12:53 +01:00 |
|
Marek Kochanowicz
|
62c9c77ddf
|
Compiles now.
|
2014-02-12 11:42:19 +01:00 |
|
Marek Kochanowicz
|
e1a39b8388
|
Replaced some display_string with specific type. Damn, i wish this is correct ;-)
|
2014-02-12 09:24:08 +01:00 |
|
Marek Kochanowicz
|
fc135fbfee
|
Added new Display types
|
2014-02-12 09:04:52 +01:00 |
|
gus
|
b5006c5dbd
|
compile fix
|
2014-02-09 15:33:00 +01:00 |
|
Marek Kochanowicz
|
f01b02c42d
|
Changed format.
|
2014-02-05 11:24:33 +01:00 |
|
Marek Kochanowicz
|
76b729ac9b
|
Removed getUniversalid interface.
|
2014-02-05 11:19:55 +01:00 |
|
Marek Kochanowicz
|
04287cb87a
|
Provide method to return whole data vector from tablemimedata.
|
2014-02-04 19:42:52 +01:00 |
|
Marek Kochanowicz
|
3439940a8e
|
Tablemimedata able to handle vector of objects and return icon.
|
2014-02-04 18:38:31 +01:00 |
|
Marek Kochanowicz
|
423b2906be
|
Yes, you can drag. But not drop.
|
2014-02-04 11:40:48 +01:00 |
|
Marek Kochanowicz
|
dc80bfff55
|
Attempt to get basic tablemimedata subclass.
|
2014-02-04 09:13:40 +01:00 |
|
Marek Kochanowicz
|
a36cc26434
|
Created new files for TableMimeData class.
|
2014-02-01 19:06:41 +01:00 |
|
scrawl
|
14b70a3ce6
|
Implement AI related magic effects (calm, frenzy, rally, demoralize, turn undead)
|
2014-01-05 01:34:35 +01:00 |
|
scrawl
|
33389b9b63
|
XDG compliant paths
|
2013-12-26 20:53:51 +01:00 |
|
Lukasz Gromanowski
|
bfd79bfbe6
|
Various fixes for CppCheck warnings.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
2013-12-06 07:36:16 +01:00 |
|
Marc Zinnschlag
|
04b1657d98
|
Merge branch 'openmw-27'
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/main.cpp
|
2013-11-30 09:45:41 +01:00 |
|
Marc Zinnschlag
|
1c020b74c8
|
hid ID column in info tables (not relevant for the user)
|
2013-11-14 13:14:37 +01:00 |
|
Marc Zinnschlag
|
2af7f60488
|
flag reordered records as modified
|
2013-11-14 12:21:10 +01:00 |
|
Marc Zinnschlag
|
780ea3a41f
|
added support for record reordering to model (only implemented in info collection)
|
2013-11-14 11:39:14 +01:00 |
|
Marc Zinnschlag
|
68598f9b63
|
fixed handling of user directory defaultfilters file; some cleanup
|
2013-11-13 14:56:04 +01:00 |
|
Marek Kochanowicz
|
821d0c5c2d
|
Corrected filter template loading.
|
2013-11-13 11:38:29 +01:00 |
|
Marc Zinnschlag
|
2fff7fc843
|
save info records
|
2013-11-11 12:21:26 +01:00 |
|
Marc Zinnschlag
|
8c4303399f
|
Merge branch 'master' into dialogue
Conflicts:
apps/opencs/model/world/columns.cpp
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/data.cpp
components/esm/loadinfo.hpp
|
2013-11-10 13:21:39 +01:00 |
|
Marc Zinnschlag
|
583f1ae9c2
|
fixed info record ordering and performance problems by determining topic ranges in the record collection instead of in the index collection
|
2013-11-10 13:00:46 +01:00 |
|
Marc Zinnschlag
|
ec6018928c
|
some fixes to info record sorting (doesn't address the main problem)
|
2013-11-10 12:09:49 +01:00 |
|
Marc Zinnschlag
|
935d9241d8
|
first attempt at proper info record loading: partially incorrect and way too slow
|
2013-11-09 11:42:19 +01:00 |
|
Marc Zinnschlag
|
3d8da2b9e0
|
proper sorting for newly created records and some case smashing fixes
|
2013-11-08 12:16:41 +01:00 |
|
Marc Zinnschlag
|
982024a328
|
Topic range access in InfoCollection
|
2013-11-08 11:52:30 +01:00 |
|
Marc Zinnschlag
|
c545b3682a
|
compose info record IDs from actual record ID and parent topic ID (to make sure IDs are unique)
|
2013-11-05 12:57:55 +01:00 |
|
Marc Zinnschlag
|
2d4a6c0edf
|
cleaned up ID handling in INFO record (including a ESMTool bug fix)
|
2013-11-05 12:56:20 +01:00 |
|
Marc Zinnschlag
|
9d7695ea88
|
added missing columns to topic info table
|
2013-11-05 11:41:48 +01:00 |
|
Marc Zinnschlag
|
4724df7e9b
|
added topic/journal column to info tables
|
2013-11-03 10:48:50 +01:00 |
|
Marc Zinnschlag
|
15b7d3263c
|
subclass ESM::DialInfo to keep track of parent topic
|
2013-11-01 17:43:45 +01:00 |
|
Marc Zinnschlag
|
90aa8f9db6
|
fixed dialogue record loading with multiple content files
|
2013-10-31 13:11:15 +01:00 |
|
Marc Zinnschlag
|
767cb54e7c
|
added missing columns to journal info table
|
2013-10-31 12:54:55 +01:00 |
|
Marc Zinnschlag
|
69f28ee4be
|
split info records between journal and topic info tables
|
2013-10-31 12:16:45 +01:00 |
|
Marc Zinnschlag
|
ba88c94d58
|
first attempt at an info record collection
|
2013-10-29 13:18:22 +01:00 |
|
Marc Zinnschlag
|
45f5a66bcc
|
use result of getAppendIndex instead of always appending at the end
|
2013-10-29 09:27:23 +01:00 |
|
Marc Zinnschlag
|
9a80e11182
|
reimplemented add and appendBlankRecord via insertRecord
|
2013-10-27 14:13:10 +01:00 |
|
Marc Zinnschlag
|
525d6fadec
|
added Collection insert function for arbitrary position and reimplemented appendRecord in via this function
|
2013-10-27 14:00:25 +01:00 |
|
graffy76
|
ba365ff49e
|
Fixed merge conflicts with saving branch
|
2013-10-25 19:23:03 -05:00 |
|
Marc Zinnschlag
|
dc473221e7
|
added ID-argument to CollectionBase::getAppendIndex (required for info record collection)
|
2013-10-22 11:21:12 +02:00 |
|
Marc Zinnschlag
|
3146af34d6
|
some fixes for the merged filter branch
|
2013-10-21 19:28:57 +02:00 |
|
Marc Zinnschlag
|
fdba029566
|
Merge remote-tracking branch 'sirherrbatka/filters' into saving
|
2013-10-21 18:59:12 +02:00 |
|
Marek Kochanowicz
|
70602c2c36
|
Removed changes in the unimplemented copy ctor.
|
2013-10-21 18:24:16 +02:00 |
|
Marek Kochanowicz
|
5e1bdd605b
|
Corrected formatting in document.hpp
|
2013-10-21 18:15:26 +02:00 |
|
Marc Zinnschlag
|
743c6ea5b1
|
save dialogue records
|
2013-10-21 16:47:32 +02:00 |
|
Marc Zinnschlag
|
c995533e07
|
Merge branch 'dialogue' into saving
Conflicts:
apps/opencs/model/world/columnimp.hpp
apps/opencs/model/world/columns.cpp
apps/opencs/model/world/columns.hpp
apps/opencs/model/world/data.cpp
components/esm/loaddial.hpp
|
2013-10-21 16:45:43 +02:00 |
|
Marc Zinnschlag
|
3b85d97087
|
handle deleted dialogue records
|
2013-10-21 15:38:13 +02:00 |
|