Commit graph

13558 commits

Author SHA1 Message Date
Alexander "Ace" Olofsson
331d87d738 Bring over some more OSG changes to the Appveyor scripts, and properly use Qt 2015-06-25 19:19:04 +02:00
Alexander "Ace" Olofsson
b93cba9a69 Push messages properly 2015-06-25 18:16:59 +02:00
Alexander "Ace" Olofsson
9b09c7bbb0 Test the pre-existing Qt 5.4.1 install on Appveyor 2015-06-25 09:02:30 +02:00
Alexander "Ace" Olofsson
a1e29162bd Bring Ogre pre-build script up to OSG standard 2015-06-24 15:54:00 +02:00
Alexander "Ace" Olofsson
e49cf2888d Let's disable everything except OpenMW itself
Just to check if it's at all possible to use AppVeyor
2015-06-03 10:15:28 +02:00
Alexander "Ace" Olofsson
3425e9b1d1 And done.
Switched to a slight less shallow clone too, for better versioning
2015-06-03 02:34:45 +02:00
Alexander "Ace" Olofsson
108c2719a8 And yet I forgot about msbuild, should work now 2015-06-03 02:04:31 +02:00
Alexander "Ace" Olofsson
20b7c7b46c Hopefully the last fixes, build should run 2015-06-03 01:41:45 +02:00
Alexander "Ace" Olofsson
ba9b21bc29 Moving dependencies to a better place 2015-06-03 01:18:10 +02:00
Alexander "Ace" Olofsson
0a1454d5ec Final fixes, moving to Appveyor unstable for boost 2015-06-03 00:51:22 +02:00
Alexander "Ace" Olofsson
6993fbaece And yet more issues slip past 2015-06-02 23:52:34 +02:00
Alexander "Ace" Olofsson
d7494128a2 More script fixes 2015-06-02 23:50:52 +02:00
Alexander "Ace" Olofsson
cd4042109a Fix the script issues 2015-06-02 23:29:47 +02:00
Alexander "Ace" Olofsson
db521cddad Needs to be spaces and not tabs 2015-06-02 23:23:03 +02:00
Alexander "Ace" Olofsson
956234cde9 Add preliminary appveyor data 2015-06-02 23:11:09 +02:00
Marc Zinnschlag
67f04e0ba1 Merge remote-tracking branch 'origin/master' 2015-06-02 14:44:27 +02:00
Marc Zinnschlag
ee2763f2d4 Allow 5th parameter for PlaceAtMe (numeric value, ignored) (Fixes #2591) 2015-06-02 14:43:38 +02:00
scrawl
adc8e0b93e Merge branch 'smbas-master' 2015-06-02 14:35:45 +02:00
Stanislav Bas
6cb221f8d0 Some minor changes to MWList 2015-06-02 11:55:09 +03:00
Stanislav Bas
959fe3eb87 Reset the scrollbar position in the topic list when DialogueWindow is closed 2015-06-01 23:49:40 +03:00
Stanislav Bas
5350ce59ef MWList doesn't scroll to the very bottom when it's shown for first time 2015-06-01 22:42:41 +03:00
Marc Zinnschlag
b866e11873 Merge remote-tracking branch 'cc9cii/pathgrid-check-extra' 2015-06-01 16:49:28 +02:00
Stanislav Bas
5dc6cdeb99 Scroll to the top of the topic list when dialog is started 2015-06-01 01:14:11 +03:00
Marc Zinnschlag
9f0ccdc37a Merge remote-tracking branch 'scrawl/master' 2015-05-31 11:05:43 +02:00
scrawl
7f2dd21c66 Fix for StartScript regression (Fixes #2590) 2015-05-30 17:20:49 +02:00
cc9cii
c4aa3d3ee3 Revert user preference setting checks until a thread safe method is worked out. The OSX namespace issue is retained. 2015-05-30 21:12:47 +10:00
Marc Zinnschlag
88d5aed62d removed code that interfered with the default window size on Linux (Fixes #2568) 2015-05-30 12:05:35 +02:00
Marc Zinnschlag
d7cd4203ad Merge remote-tracking branch 'k1ll/mingw' 2015-05-30 11:39:53 +02:00
cc9cii
01eba7b721 Extra check for thread affinity. 2015-05-30 19:17:42 +10:00
cc9cii
76196d815d Update user preference setting value via an event message queue. 2015-05-30 18:58:33 +10:00
Marc Zinnschlag
17747a2dd9 Merge remote-tracking branch 'cc9cii/highlight-colours' 2015-05-30 10:23:27 +02:00
cc9cii
0aaac59cc3 Return to startup dialog when the open/create action is cancelled. Should resolve Bug #2588. 2015-05-30 08:37:58 +10:00
cc9cii
9cbda0ffad Allow users to select syntax highlighting colours. Should resolve Feature #2507. 2015-05-29 22:20:43 +10:00
cc9cii
393cee406f Use signals for user preference setting updates. 2015-05-29 19:28:25 +10:00
cc9cii
734e52d1c8 Move the user preference check to the preparation step before the running of the operation. 2015-05-29 06:40:40 +10:00
cc9cii
9ad69d9085 Allow wheel events in dialogue spin box types only when they have focus. Should resolve Feature #2585. 2015-05-29 05:44:35 +10:00
cc9cii
6821cb4133 Use the tree model rather than a nested proxy for the dialogue only listing (i.e. non table) items. Should resolve Bug #2586.
- QDataWidgetMapper requires the rootindex to be set, which was not possible with the nested proxy model.
2015-05-29 05:40:20 +10:00
cc9cii
00c165d3a5 Add user preference option to check unused or redundant pathgrid points. Also resolve namespace clash issue in osx. 2015-05-28 08:44:17 +10:00
Marc Zinnschlag
b6878c2e0c improved error handling in LocalScripts::add 2015-05-27 19:45:26 +02:00
Marc Zinnschlag
baaf801521 Merge remote-tracking branch 'cc9cii/loadcell-fix' 2015-05-27 19:31:25 +02:00
cc9cii
674a124bc6 Don't use local type as a template parameter. 2015-05-27 22:27:32 +10:00
cc9cii
3a31468af0 Pathgrid record verifier. Feature #2000. 2015-05-27 22:12:11 +10:00
cc9cii
6966555377 Object verifier check to see if the script used by that object actually exists. Should resolve Bug #2582. 2015-05-27 15:55:00 +10:00
cc9cii
b7044ac119 Fix crash loading some addon files. Should resolve Bug #2583.
- This may be a bug within QSortFilterProxyModel
- It isn't 100% clear what aspects of these addon files cause the issue, but something about them causes Qt to lose track of its internal row numbers.
2015-05-27 10:27:57 +10:00
cc9cii
5fd107a95c Fix crash with array out of bounds when refNum index is incorrect. 2015-05-27 10:19:26 +10:00
scrawl
2f97649540 Fix for cleanup issue when exiting after a failed savegame load (Fixes #2580) 2015-05-27 00:30:39 +02:00
Marc Zinnschlag
2c9bf343ac Merge remote-tracking branch 'cramal/master' 2015-05-26 14:39:12 +02:00
Marc Zinnschlag
99dbd82a44 Merge remote-tracking branch 'cc9cii/fix-dialogue-subview-crash' 2015-05-26 14:37:50 +02:00
Marc Zinnschlag
ae1a606876 Merge remote-tracking branch 'cc9cii/selective-refresh' 2015-05-26 14:32:03 +02:00
cc9cii
f06ddd47c4 Return the correct range for a given topic. Should resolve Bug #2569. 2015-05-26 17:38:22 +10:00