scrawl
|
319f4e0547
|
Bind to scancodes instead of keycodes
|
10 years ago |
scrawl
|
dc1e8d4e22
|
Don't trigger any mouse button bindings while in the settings menu
|
10 years ago |
scrawl
|
04c79d5f1e
|
Fix case issue when setting companion's profit on the script
|
10 years ago |
scrawl
|
e54ba2c5d1
|
Fix broken dialogue Function_HealthPercent
|
10 years ago |
Marc Zinnschlag
|
d4007ad89e
|
Merge remote-tracking branch 'mellotanica/master'
|
10 years ago |
Marc Zinnschlag
|
882ef37ae3
|
Merge remote-tracking branch 'ragora/conjureditemsgmstcheck'
|
10 years ago |
Marc Zinnschlag
|
94a7e38194
|
Merge remote-tracking branch 'ragora/fixglobalcompassorient'
|
10 years ago |
Marc Zinnschlag
|
690273d5b3
|
Merge remote-tracking branch 'ragora/fixmapresize'
|
10 years ago |
Ragora
|
282e7abd16
|
Map Arrow Correction; now rotate global map arrow to whatever the local map arrow orientation is
|
10 years ago |
Ragora
|
35571bb108
|
Global compass arrow rotates regardless of indoor or outdoor presence
|
10 years ago |
Ragora
|
25f99c5d5a
|
Discarded use of a static variable and renamed event function to be less ambiguous
|
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
|
f142d82b3a
|
Merge remote-tracking branch 'ace/win-package-fix'
|
10 years ago |
Marc Zinnschlag
|
2397a87330
|
Merge remote-tracking branch 'scrawl/bsatool'
|
10 years ago |
Marc Zinnschlag
|
560eae3f4d
|
Merge remote-tracking branch 'ragora/conjuredequipmentrmvalfix'
|
10 years ago |
Ragora
|
58d70c2895
|
Removed Unused includes from experimentation
|
10 years ago |
Ragora
|
4ecac31752
|
Map keeps focus on wherever it was last moved when resizing map window
|
10 years ago |
Ragora
|
e105202ee2
|
Use std::set instead of std::map
|
10 years ago |
Alexander "Ace" Olofsson
|
dd3d7ba474
|
Update NSIS to use the new icon path
|
10 years ago |
Ragora
|
f9e2fd0f3d
|
Also forgot to remove a now unused variable I introduced
|
10 years ago |
Ragora
|
efaa820ee2
|
Managed to forget the itemmodel.cpp code
|
10 years ago |
Ragora
|
ea43a23505
|
All GMST logic is done in itemmodel.cpp now with usage of a static cache std::map
|
10 years ago |
Ragora
|
83868bca23
|
Removed unused include left over from experimentation
|
10 years ago |
Ragora
|
ee6298f520
|
Added Flag_Bound flag for ItemStack to check against but the system behind it is probably not the best
|
10 years ago |
scrawl
|
1bb9359b4c
|
Fix a typo
|
10 years ago |
scrawl
|
fca8dc9674
|
Enable bsatool build by default
|
10 years ago |
Marc Zinnschlag
|
9ae9104a45
|
Merge branch 'openmw-32'
|
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
|
b5d5eadf79
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |
Ragora
|
74e1db3ac8
|
Minor Correction to existing conjured item logic
|
10 years ago |
scrawl
|
f3d4b63aaf
|
Fix AI moving load doors and throw an exception when trying to do this (Fixes #1907)
|
10 years ago |
Ragora
|
69dbd6b30f
|
Added checks for different bound item situations
|
10 years ago |
scrawl
|
36a90198e2
|
Add option to change screenshot image format
|
10 years ago |
Ragora
|
141755b473
|
Appears to have resolved the issue with unequipping conjured items and all possible error conditions deriving from being able to unequip them
|
10 years ago |
scrawl
|
7fa3100993
|
Refactor TradeWindow balance buttons to use ControllerRepeatClick
|
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 |
scrawl
|
ebab911e44
|
Add a hack to support binding the console to a printable key (Fixes #371) and change default console key to morrowind default (GRAVE)
|
10 years ago |
scrawl
|
cf355d0fcb
|
Change Always Run key default to Caps Lock, as in vanilla
A poor choice, but it's still what players coming from vanilla MW will expect.
|
10 years ago |
MiroslavR
|
d64be1c092
|
Use CellId::mWorldspace to find out whether objects are in the same worldspace
|
10 years ago |
MiroslavR
|
621e81fa7d
|
Make getdistance return maximum value only if the given objects are in different worldspaces (Fixes #1895)
|
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 |
scrawl
|
616148e168
|
Fix "failed to open file" error when no startup script is given
|
10 years ago |
MiroslavR
|
45c90bdcb5
|
Call getPtrViaHandle instead of searchPtrViaHandle for faced handle
|
10 years ago |
MiroslavR
|
7e6e248511
|
Don't cache faced handle, as its context may have been changed during the frame by input events
|
10 years ago |
MiroslavR
|
86c286c24e
|
Fix werewolf globals
|
10 years ago |
Marc Zinnschlag
|
14f32563e7
|
fixed script compiler code ordering issue
|
10 years ago |