scrawl
|
0f5dc59176
|
Remove useless dependencies on InventoryWindow for getting player gold. Don't use string literals for gold_001 id, just to be sure.
|
2014-01-08 23:37:46 +01:00 |
|
scrawl
|
9baa1bef78
|
Expell player from faction when committing a crime against a faction member
|
2014-01-08 19:26:03 +01:00 |
|
scrawl
|
098f9712f1
|
Add getPlayerPtr() utility method. Reduces dependencies a lot.
|
2014-01-08 18:39:44 +01:00 |
|
scrawl
|
2bb21f2f76
|
Don't copy NpcStats/CreatureStats unnecessarily. Fixes a bug: taunt actions would not correctly increase the target's fight rating.
|
2014-01-08 02:35:36 +01:00 |
|
scrawl
|
c85c2cff4e
|
Fix disposition changes from trades not applying properly
|
2014-01-08 01:46:42 +01:00 |
|
scrawl
|
3c0080d2c1
|
Implement theft detection
|
2014-01-07 19:58:17 +01:00 |
|
scrawl
|
c4ab2f417a
|
Fix exception closing container window
|
2014-01-07 18:11:19 +01:00 |
|
scrawl
|
780bf5a2cd
|
Implement pickpocket detection. Play a voiced dialogue entry when detected.
|
2014-01-07 03:01:33 +01:00 |
|
scrawl
|
dde2cd5d5a
|
Fix some code that still used setCount directly instead of using the ContainerStore interface. Also fix a related annoyance with the interface.
|
2014-01-05 20:53:45 +01:00 |
|
scrawl
|
73f8161d1e
|
Fix spell deletion not resetting the selected spell correctly
|
2014-01-05 19:40:05 +01:00 |
|
scrawl
|
16838595a3
|
Another console fix: discard text markup when getting the command line's text
|
2014-01-04 05:24:32 +01:00 |
|
scrawl
|
1b96c5d266
|
Console improvements: Show scrollbar, allow copying text from the history
|
2014-01-04 05:13:53 +01:00 |
|
scrawl
|
710a1e2f37
|
Smash case for manual reference IDs as well, consistent with references in data files
|
2014-01-04 04:39:06 +01:00 |
|
scrawl
|
09d491d1ba
|
Move a piece of functionality to its appropriate place
|
2014-01-04 01:13:19 +01:00 |
|
scrawl
|
617a65cdd2
|
Print message to dialogue window after successful trade
|
2014-01-03 17:40:14 +01:00 |
|
scrawl
|
b42240be6d
|
Implement Damage/restore skill/attribute effects. Use dedicated classes for skill and attribute values (instead of Stat<T>) since there are some important differences.
|
2014-01-03 03:48:43 +01:00 |
|
scrawl
|
32ff3b530c
|
Change all instances of skill/attribute values to use an appropriate typedef.
|
2014-01-03 01:59:15 +01:00 |
|
scrawl
|
623cdef69f
|
Code cleanup
|
2014-01-02 21:49:12 +01:00 |
|
scrawl
|
eba60858dd
|
Closes #1078: Show stat bar text even when 0
|
2014-01-02 21:48:33 +01:00 |
|
scrawl
|
299690631f
|
Implement SoulTrap magic effect
|
2014-01-02 21:21:28 +01:00 |
|
Marc Zinnschlag
|
a6e6411686
|
Merge remote-tracking branch 'scrawl/master'
|
2014-01-02 12:12:52 +01:00 |
|
scrawl
|
783c501d70
|
Some checks to prevent bound item abuse
|
2014-01-02 01:36:08 +01:00 |
|
scrawl
|
5729672262
|
Show marked position on map. Implement Detect X magic effects.
|
2014-01-01 22:37:52 +01:00 |
|
Marc Zinnschlag
|
e1355be47c
|
Merge remote-tracking branch 'lgro/valgrind_warnings'
|
2014-01-01 19:41:52 +01:00 |
|
Marc Zinnschlag
|
c3482b6f24
|
Merge remote-tracking branch 'scrawl/master'
Conflicts:
apps/openmw/mwmechanics/spellcasting.cpp
|
2014-01-01 15:05:42 +01:00 |
|
scrawl
|
c86760e3cd
|
Remember the last known exterior position of the player in case we fail to map the interior to a world position.
|
2014-01-01 01:10:55 +01:00 |
|
scrawl
|
3604b9d171
|
Closes #566: In interior cells, update global map position marker using the first exterior teleport door
|
2013-12-31 18:35:46 +01:00 |
|
Alexander "Ace" Olofsson
|
8381cad5a4
|
Don't try to set a cursor before one exists
|
2013-12-31 14:13:42 +01:00 |
|
Lukasz Gromanowski
|
cb04f43384
|
Fixes for "Conditional jump or move depends on uninitialised value(s)"
and memleaks reported by valgrind.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
2013-12-30 23:08:53 +01:00 |
|
scrawl
|
04f9f7af56
|
Closes #990: Add option to unlock mouse cursor when in any menu
|
2013-12-29 00:58:48 +01:00 |
|
scrawl
|
2a8ab932ef
|
Bug #951: Only recalculate derived stats when attributes change
|
2013-12-28 17:19:35 +01:00 |
|
scrawl
|
02277db685
|
Bug #1052: Don't use set/getOnlyText which discards escape characters
|
2013-12-27 19:52:10 +01:00 |
|
scrawl
|
30b1da996b
|
Issue #1029 - Quick keys menu: Select compatible replacement when tool used up
|
2013-12-27 00:51:29 +01:00 |
|
scrawl
|
a3017e16d4
|
Don't allow changing the spell that is being cast mid-animation
|
2013-12-26 22:32:39 +01:00 |
|
scrawl
|
a9e1e89bbc
|
Bug #1007: Fix the console getting key focus when a reference becomes unavailable, even if the console is not visible
|
2013-12-26 20:53:51 +01:00 |
|
scrawl
|
31c1f484ed
|
Slight performance improvement for WindowManager::updateVisible
|
2013-12-26 20:53:51 +01:00 |
|
scrawl
|
b6bad969a0
|
Fix an issue with items that have no UI icon
|
2013-12-26 20:53:51 +01:00 |
|
scrawl
|
a0d38dfb63
|
Fix highlighted topics being selectable when in a choice
|
2013-12-19 00:26:08 +01:00 |
|
scrawl
|
eb5e4ecec2
|
Remove more unused code
|
2013-12-16 15:35:38 +01:00 |
|
Emanuel Guevel
|
357ecd92b2
|
Do not display negative stat values
Display zero instead of negative values.
Also remove useless for loops and some unused attributes.
|
2013-12-10 00:41:36 +01:00 |
|
Marc Zinnschlag
|
77a2179d1e
|
Merge remote-tracking branch 'scrawl/master'
|
2013-12-09 18:39:34 +01:00 |
|
scrawl
|
0bc3a13c0f
|
Break invisibility on Use or Activate
|
2013-12-08 23:36:37 +01:00 |
|
Marc Zinnschlag
|
ef8c0fab73
|
Merge remote-tracking branch 'scrawl/master'
|
2013-12-07 16:26:52 +01:00 |
|
scrawl
|
742e0e014d
|
Remove more cruft in MessageBox. Fixes inconsistent sizing when close to a newline.
|
2013-12-07 14:15:51 +01:00 |
|
Lukasz Gromanowski
|
e01085cac5
|
Fixes #1015: Player status window scroll state resets on status change
Removed resetting scroll state position.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
2013-12-07 02:57:30 +01:00 |
|
scrawl
|
f695deb29d
|
Remember window positions
|
2013-12-05 15:46:23 +01:00 |
|
scrawl
|
e1e9de0f02
|
Don't hide tooltips on mouse click. Probably wasn't such a bright idea.
|
2013-11-30 09:04:52 +01:00 |
|
scrawl
|
6aa9e18915
|
Reset filter when starting a trade
|
2013-11-30 08:33:18 +01:00 |
|
scrawl
|
20ccfe2324
|
Play sound when enchanting
|
2013-11-28 11:37:30 +01:00 |
|
scrawl
|
03c4b680ca
|
Fix changePointer
|
2013-11-27 18:49:04 +01:00 |
|