scrawl
|
3c0080d2c1
|
Implement theft detection
|
2014-01-07 19:58:17 +01:00 |
|
scrawl
|
d2d76f4f47
|
Fix disintegration bug
|
2014-01-07 19:21:19 +01:00 |
|
scrawl
|
c4ab2f417a
|
Fix exception closing container window
|
2014-01-07 18:11:19 +01:00 |
|
scrawl
|
d97615d5d8
|
Support separate specular maps
|
2014-01-07 18:05:44 +01:00 |
|
scrawl
|
90b55c8d4b
|
Use Ogre's asin/acos functions which will protect against NaNs
|
2014-01-07 17:09:08 +01:00 |
|
Marc Zinnschlag
|
48a08c4c4d
|
Merge remote-tracking branch 'endorph/master'
|
2014-01-07 14:12:15 +01:00 |
|
Dmitriy 'Endorph' Shkurskiy
|
9afa8e952e
|
tabs -> spaces
|
2014-01-07 14:32:14 +02:00 |
|
Marc Zinnschlag
|
72a81a2381
|
Merge remote-tracking branch 'scrawl/master'
|
2014-01-07 10:17:33 +01:00 |
|
scrawl
|
780bf5a2cd
|
Implement pickpocket detection. Play a voiced dialogue entry when detected.
|
2014-01-07 03:01:33 +01:00 |
|
scrawl
|
ea3ee4407f
|
oops, didn't mean to commit this
|
2014-01-07 02:48:44 +01:00 |
|
scrawl
|
887db76ed2
|
Don't consider swimming or in-air characters as sneaking
|
2014-01-07 01:22:04 +01:00 |
|
scrawl
|
29c823b9d4
|
Implement awareness check function. Use this for combat AI and GetDetected instruction.
|
2014-01-07 00:51:09 +01:00 |
|
scrawl
|
4a3d148a48
|
Fixes #1089 (skill increases)
|
2014-01-07 00:37:52 +01:00 |
|
scrawl
|
68b87714bb
|
Addition to 2f35e5a04e : companions should still auto equip
|
2014-01-06 22:14:11 +01:00 |
|
mrcheko
|
2591ff2d5a
|
bug repairing
|
2014-01-06 22:00:01 +02:00 |
|
scrawl
|
4ad43fdf92
|
Closes #1088: Quick&dirty fix for NIF filters not working properly with some mods
|
2014-01-06 19:01:05 +01:00 |
|
Marc Zinnschlag
|
0ad7aa1f53
|
Merge remote-tracking branch 'scrawl/master'
|
2014-01-06 10:22:07 +01:00 |
|
scrawl
|
2f35e5a04e
|
Stop merchants from autoequipping items sold to them
|
2014-01-05 22:43:09 +01:00 |
|
Marc Zinnschlag
|
e63b4964b2
|
Merge remote-tracking branch 'scrawl/master'
|
2014-01-05 21:27:06 +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
|
b3764c504a
|
Implement GetPcJumping instruction
|
2014-01-05 19:08:12 +01:00 |
|
scrawl
|
45847c67ad
|
Lock NIF cache when loading an interior cell as well. Should improve load performance.
|
2014-01-05 18:38:21 +01:00 |
|
scrawl
|
c004fb778f
|
Get rid of underscore defines. They are reserved by the standard.
|
2014-01-05 18:22:29 +01:00 |
|
scrawl
|
b8e9343764
|
Extend NifOverrides to allow material overrides, useful for texture modding e.g. adding normal maps without having to edit the affected meshes
|
2014-01-05 18:09:50 +01:00 |
|
scrawl
|
ce013315ba
|
Nothing to see here, move along.
Fine... it's flying cliff racers. But did you really want to know?
|
2014-01-05 16:09:06 +01:00 |
|
scrawl
|
44e96fcaaa
|
Implement Charm magic effect
|
2014-01-05 01:56:36 +01:00 |
|
scrawl
|
14b70a3ce6
|
Implement AI related magic effects (calm, frenzy, rally, demoralize, turn undead)
|
2014-01-05 01:34:35 +01:00 |
|
scrawl
|
634a53211c
|
Make sure materials are built before trying to determine their transparency
|
2014-01-04 22:56:06 +01:00 |
|
pvdk
|
92234cf783
|
Changed crashcatcher's uname system info retrieval and cleaned indentation
|
2014-01-04 21:46:38 +01:00 |
|
scrawl
|
c4e4a8fb57
|
Closes #1083: Fix werewolf change handling
|
2014-01-04 20:50:18 +01:00 |
|
scrawl
|
f4517c8221
|
For dialogue filtering, use the Vampirism magic effect instead of the untouched NpcStats::mVampire
|
2014-01-04 20:50:18 +01:00 |
|
mrcheko
|
7002412760
|
resolve conflict in character.cpp
|
2014-01-04 17:55:09 +02:00 |
|
Marc Zinnschlag
|
356b53bd22
|
Merge remote-tracking branch 'scrawl/master'
|
2014-01-04 11:38:31 +01:00 |
|
Dmitriy 'Endorph' Shkurskiy
|
116f125f05
|
Windows-specific definition to deny SDL from providing it's own WinMain()
|
2014-01-04 07:46:30 +02:00 |
|
Dmitriy 'Endorph' Shkurskiy
|
7023395012
|
Windows-specific definition to omit inclusion of unused stuff from Windows.h
|
2014-01-04 07:46:29 +02:00 |
|
Dmitriy 'Endorph' Shkurskiy
|
18d4cdb2ac
|
Fix for VS2010-Debug: manual assignment operator and cctor added for MMWorld::ContainerStoreIterator
|
2014-01-04 07:46:29 +02: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
|
af3569665c
|
Remove unused font
|
2014-01-04 05:19:08 +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
|
557652112f
|
Show the target HP bar also when casting a heal effect (same as MCP)
|
2014-01-04 04:21:44 +01:00 |
|
scrawl
|
12691040d1
|
Fix incorrect disposition testing and get rid of of a related hack that is no longer needed.
|
2014-01-04 02:49:10 +01:00 |
|
scrawl
|
09d491d1ba
|
Move a piece of functionality to its appropriate place
|
2014-01-04 01:13:19 +01:00 |
|
scrawl
|
be2ebc5cac
|
Closes #1081: Implement disease contraction
|
2014-01-03 23:33:14 +01:00 |
|
scrawl
|
2a7d610f87
|
Implement GetSpellReadied instruction
|
2014-01-03 22:55:17 +01:00 |
|
scrawl
|
c0fbcf413f
|
Use the playermagic and playerfighting control switches
|
2014-01-03 22:44:35 +01:00 |
|
scrawl
|
e9bd43e2da
|
Use GMSTs for bound items/creatures
|
2014-01-03 20:54:14 +01:00 |
|
scrawl
|
617a65cdd2
|
Print message to dialogue window after successful trade
|
2014-01-03 17:40:14 +01:00 |
|
scrawl
|
b22dd40b41
|
Implement Paralyze magic effect
|
2014-01-03 17:06:05 +01:00 |
|