Dmitriy 'Endorph' Shkurskiy
|
116f125f05
|
Windows-specific definition to deny SDL from providing it's own WinMain()
|
11 years ago |
Dmitriy 'Endorph' Shkurskiy
|
7023395012
|
Windows-specific definition to omit inclusion of unused stuff from Windows.h
|
11 years ago |
Dmitriy 'Endorph' Shkurskiy
|
18d4cdb2ac
|
Fix for VS2010-Debug: manual assignment operator and cctor added for MMWorld::ContainerStoreIterator
|
11 years ago |
Marc Zinnschlag
|
ee621245bb
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
scrawl
|
55c5d7cee4
|
Implement Resurrect instruction
|
11 years ago |
scrawl
|
b4230f716e
|
Implement RemoveEffects instruction
|
11 years ago |
scrawl
|
7d8ca91286
|
Implement RemoveSpellEffects instruction
|
11 years ago |
scrawl
|
366801f3d5
|
Implement explodeSpell instruction (like Cast, with caster = target)
|
11 years ago |
scrawl
|
93e1a2df73
|
Implement Cast script instruction (shrines work now)
|
11 years ago |
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.
|
11 years ago |
scrawl
|
32ff3b530c
|
Change all instances of skill/attribute values to use an appropriate typedef.
|
11 years ago |
scrawl
|
623cdef69f
|
Code cleanup
|
11 years ago |
scrawl
|
eba60858dd
|
Closes #1078: Show stat bar text even when 0
|
11 years ago |
scrawl
|
299690631f
|
Implement SoulTrap magic effect
|
11 years ago |
Lukasz Gromanowski
|
b017a3be3e
|
Bug #1074: Inventory paperdoll obscures armour rating
Changed size of inventory paperdoll.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
11 years ago |
scrawl
|
596e0c8a49
|
Correct Dispel effect (use magnitude as chance)
|
11 years ago |
scrawl
|
94d2ec8e4e
|
Add missing spells update
|
11 years ago |
scrawl
|
29acc3f722
|
Fix particles being too small. Looks like this should actually be size*2.
|
11 years ago |
scrawl
|
12de351feb
|
Check if levitation is enabled before levitating
|
11 years ago |
scrawl
|
0990ca4b75
|
Closes #1072: Fix extra light being added multiple times when showCarriedLeft(true) is called repeatedly
|
11 years ago |
scrawl
|
e6c0e187bc
|
Closes #1073: Check for all gold types in canSell. For containers, only gold_001 is relevant, but items in the world can be sold as well.
|
11 years ago |
Marc Zinnschlag
|
a6e6411686
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
scrawl
|
c558e12212
|
Don't try to move objects that are not in a cell
|
11 years ago |
scrawl
|
993edf0384
|
Bug #1063: Safety check in moveObject. Required when items in containers execute script commands like setAtStart etc.
|
11 years ago |
scrawl
|
0f2b2fabdb
|
Implement water walking
|
11 years ago |
scrawl
|
5b0a4c9424
|
Get rid of unused file and some other cruft.
|
11 years ago |
scrawl
|
783c501d70
|
Some checks to prevent bound item abuse
|
11 years ago |
scrawl
|
590c8cb4a0
|
Implement Disintegrate effects. When an armor/weapon breaks, unequip it and do not allow equipping it again.
|
11 years ago |
scrawl
|
899214a906
|
Use fVanityDelay
|
11 years ago |
scrawl
|
c6421276bd
|
Closes #841: Correct activation distance in third person mode
|
11 years ago |
scrawl
|
24aa743573
|
Add function for converting feet to game units
|
11 years ago |
scrawl
|
f6387d5979
|
Implement Telekinesis magic effect. Remove some duplicate code.
|
11 years ago |
scrawl
|
531bef6193
|
Shorter Vector3 initialisation
|
11 years ago |
scrawl
|
5729672262
|
Show marked position on map. Implement Detect X magic effects.
|
11 years ago |
scrawl
|
9245faf2aa
|
Don't destroyRenderTarget with a NULL window
|
11 years ago |
scrawl
|
bfc9fcf2cd
|
Add starting spells when building player (F_PCStart flag)
|
11 years ago |
Marc Zinnschlag
|
11bcb66cce
|
Merge remote-tracking branch 'lgro/travis'
|
11 years ago |
Marc Zinnschlag
|
1f4c192bf6
|
Merge remote-tracking branch 'lgro/issue417_apply_weather_instantly_when_teleporting'
|
11 years ago |
Marc Zinnschlag
|
e1355be47c
|
Merge remote-tracking branch 'lgro/valgrind_warnings'
|
11 years ago |
Lukasz Gromanowski
|
43cbff6333
|
Bumped libogre to v1.9 in travis configuration file.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
11 years ago |
scrawl
|
eab7ffd6b4
|
Remove redundant finding of default exterior position height
|
11 years ago |
scrawl
|
8e5cae1081
|
Implement mark/recall magic effects
|
11 years ago |
Lukasz Gromanowski
|
2d4e06cd50
|
Updated comments about freeing format_ctx->pb->buffer.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
11 years ago |
Lukasz Gromanowski
|
722469d57b
|
Correction to the e9844e1 commit.
Restored interrior check in WeatherManager::update().
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
11 years ago |
scrawl
|
69ba8a40bf
|
Fix weird formatting added during the merge
|
11 years ago |
scrawl
|
b3cd10dbea
|
Remove redundant setTeleported calls
|
11 years ago |
Marc Zinnschlag
|
c3482b6f24
|
Merge remote-tracking branch 'scrawl/master'
Conflicts:
apps/openmw/mwmechanics/spellcasting.cpp
|
11 years ago |
Marc Zinnschlag
|
5fa9aa5d1e
|
Merge remote-tracking branch 'lgro/issue417_apply_weather_instantly_when_teleporting'
Conflicts:
apps/openmw/mwworld/weather.cpp
apps/openmw/mwworld/worldimp.cpp
|
11 years ago |
scrawl
|
ea3b88951a
|
Implement divine/almsivi intervention magic effects
|
11 years ago |
scrawl
|
c86760e3cd
|
Remember the last known exterior position of the player in case we fail to map the interior to a world position.
|
11 years ago |