greye
10ae5d3365
dynamic storage for cells
12 years ago
greye
0f524e4a60
dynamic storage for records with string id
12 years ago
greye
9995fd324d
split record comparator from store
12 years ago
greye
558e0557d0
basic static esmstore
12 years ago
greye
dd8f5e1a91
stores for records indexed with int, basic resolving
12 years ago
greye
ce91c5636d
load() method for records with string id
12 years ago
greye
5ac54d1fff
alter ESM::Script for storing id as std::string
12 years ago
greye
f0ecbbb056
basic Pathgrid store
12 years ago
greye
3b86955d37
basic Cell store
12 years ago
greye
e1f2f190d4
base record containers
12 years ago
greye
2057f5619e
move ESMStore to MWWorld
12 years ago
greye
3c2ce25f5f
m prefix for mwworld/cellstore.hpp
12 years ago
emoose
accf8b2f71
Updated Bug #430 fix so it only moves the player now
12 years ago
Marc Zinnschlag
6f7a621b6f
disabled enchanting unfinished enchantment GUI for now
12 years ago
scrawl
b7aa7e4cef
pause all animations
12 years ago
scrawl
ba2fc2d6f8
better fix for chargen button colors
12 years ago
emoose
cadc753216
Fixed: engine: Bug #437 Stop animations when paused better fix; scene: Bug #430 Teleporting and using loading doors linking within the same cell reloads the cell
...
Bug #437 fix only pauses the RenderingManager, and still updates the mOcclusionQuery
Bug #430 fix is only tested in interiors (ToddTest)
12 years ago
emoose
c8cc6b6e65
Fixed: engine: Bug #437 Stop animations when paused; tooltips: capitalize first letter (eg paper -> Paper)
12 years ago
emoose
b70b8cc4bc
Fixed: character creation: make OK button grayed out/disabled (loses the hoverover when it's re-enabled though...)
12 years ago
emoose
1c8e941f0d
fix kdevelop indentation again...
12 years ago
emoose
96b56d9803
fixes: containers: key id case comparison
12 years ago
emoose
4a9821dc65
fix kdevelop indentation...
12 years ago
emoose
15f972cc62
fixes: compile: cast error; doors: key id case comparison; character creation: going from CharacterCreation to BirthDialog loses data; character creation: Class/Race/BirthDialog allowing no data; code: clean up a bit
...
todo: going from CharacterCreation back to CreateClassDialog loses data
12 years ago
pvdk
8cdd1e5539
Fixed problem with sorting of the masters in the launcher
12 years ago
Marc Zinnschlag
4bc4ca775c
Issue #432 : fixed MWWorld::ContainerStore::clear
12 years ago
Marc Zinnschlag
648b53ef93
removed unused launcher.cfg file
12 years ago
pvdk
b0647d6c8a
Fix for Bug #413 : resolutions no longer appear multiple times on Windows
12 years ago
pvdk
60aea3653f
Modified sorting, should not crash anymore
12 years ago
Pieter van der Kloet
64c348c39e
Added support for different encodings
12 years ago
Pieter van der Kloet
433773e0ea
Fixed segfault in datafilesmodel because of invalid modelindex row
12 years ago
Pieter van der Kloet
6920958e16
Oops, forgot to add timestamps for master files
12 years ago
Pieter van der Kloet
6e758af05c
Launcher cfg is stored in the user location only, fixes Bug #414
12 years ago
Pieter van der Kloet
1c06a06f91
Files are now sorted by modified timestamp, fixes Bug #415
12 years ago
Pieter van der Kloet
2b25178aef
Merge remote-tracking branch 'upstream/master' into launcher-model
12 years ago
Pieter van der Kloet
ef11a32fee
Fixed a bug where a non-existant openmw.cfg would crash the launcher
12 years ago
Pieter van der Kloet
d065b56948
Fixed default profile adding and made switching profiles more efficient
12 years ago
scrawl
a04df37f83
implemented looting corpses
12 years ago
Marc Zinnschlag
d7add0b9e6
Issue #61 : fixed alchemy skill
12 years ago
Marc Zinnschlag
c635447cea
Merge branch 'death'
12 years ago
Marc Zinnschlag
ed3641b214
Issue #68 : check for essential actors
12 years ago
Marc Zinnschlag
2e63ca5e0a
Merge branch 'death'
12 years ago
Marc Zinnschlag
453f347ee8
Issue #68 : added getdeadcount script function
12 years ago
Marc Zinnschlag
f72c35fc17
Issue #68 : tally deaths
12 years ago
Marc Zinnschlag
6b09b3ad61
Issue #68 : Play death animations
12 years ago
bwrsandman
5d45d328b8
Fixed uninitialized variable that caused a segfault when going to previous page.
12 years ago
greye
9f923e7963
fix crashing if /home/greye/.cache not exist
12 years ago
Marc Zinnschlag
21c24dedb6
Issue #68 : Stop player from dying (temporary workaround)
12 years ago
Marc Zinnschlag
0ab432b074
Issue #68 : fixed death detection
12 years ago
Marc Zinnschlag
9172c3ec4d
Issue #68 : stop NPCs from instantly dropping dead
12 years ago
scrawl
234716daa6
finished spell creation
12 years ago
scrawl
33361e6539
Merge branch 'master' into spellcreation
12 years ago
Pieter van der Kloet
fe9120bcb3
Added support for the profiles and made creation/editing them more user friendly
12 years ago
Pieter van der Kloet
a4855186c5
Merge remote-tracking branch 'upstream/master' into launcher-model
12 years ago
Pieter van der Kloet
ab8894e07a
Merge remote-tracking branch 'origin/launcher-model' into launcher-model
...
Conflicts:
apps/launcher/datafilespage.cpp
12 years ago
Pieter van der Kloet
6433b1e022
Some minor fixes
12 years ago
Marc Zinnschlag
0547f11564
Issue #68 : Remove dead actors from actor list
12 years ago
Marc Zinnschlag
f2e25b8a47
Issue #68 : Keep dead actors out of the actor list for the current scene
12 years ago
scrawl
59560e84eb
small addition
12 years ago
scrawl
b2b9254718
improved the ingredient GUI code (this didnt fix anything, though)
12 years ago
scrawl
475163bd4a
Merge branch 'master' of https://github.com/zinnschlag/openmw
12 years ago
scrawl
fbe3538f32
bug #412 : sort birth signs
12 years ago
Marc Zinnschlag
3f6afb13f1
Merge remote-tracking branch 'scrawl/alchemy'
12 years ago
scrawl
8d7514e341
corrected chance
12 years ago
scrawl
d76522e7a4
searchPtrViaHandle
12 years ago
Marc Zinnschlag
7884a927c9
Issue #68 : added dead flag to CreatureStats
12 years ago
Marc Zinnschlag
a8f294c9ae
fixed types of dynamic stats script instructions
12 years ago
Marc Zinnschlag
bdca5aff87
Issue #68 : simplified the dynamic stats interface
12 years ago
Marc Zinnschlag
3f833af46a
Issue #407 : Fortyfy attribute effects were ignored for the last 3 attributes
12 years ago
scrawl
28cc480ce1
fix some alchemy issues and make the gui use the new implementation
12 years ago
Marc Zinnschlag
18686614db
Merge remote-tracking branch 'scrawl/splashscreen_dirlisting'
...
Conflicts:
apps/openmw/mwgui/loadingscreen.cpp
12 years ago
Marc Zinnschlag
1864dbe031
Issue #61 : potion creation
12 years ago
Marc Zinnschlag
f5caf227b2
Issue #61 : remove ingredients on potion creation
12 years ago
Marc Zinnschlag
3c71378fad
Issue 61: improved ingredients handling in alchemy and documenation
12 years ago
Marc Zinnschlag
3fe0a73cf2
Issue #61 : increase alchemy skill on successful potion creation
12 years ago
Marc Zinnschlag
510674aa5e
Merge branch 'master' into alchemy
...
Conflicts:
components/esm/loadmgef.hpp
12 years ago
Marc Zinnschlag
5fbca239dd
Issue #61 : potion creation (1st part; still missing some implementations)
12 years ago
scrawl
e80394c0b5
fix training limit
12 years ago
scrawl
125315ebe7
remove a cout
12 years ago
scrawl
c64eb96952
Merge branch 'Travel_Dialogue' into training_travel
...
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwgui/dialogue.cpp
apps/openmw/mwrender/globalmap.cpp
files/mygui/CMakeLists.txt
12 years ago
scrawl
1a2034b4dd
training window
12 years ago
scrawl
6be092e268
substr check
12 years ago
scrawl
84a4fd56c3
consider all files in Splash directory
12 years ago
scrawl
6acbea822b
splash screen directory listing
12 years ago
scrawl
7d1e659960
fading, greying out destinations you cant afford, warning fix
12 years ago
gugus
9583a1b8e9
FadeOut/In, that's for you scrawl!
12 years ago
gugus
c9afe222be
traveling now takes time
12 years ago
scrawl
c991f68a2d
buying created spell
12 years ago
Marc Zinnschlag
e05e683da3
Merge remote-tracking branch 'scrawl/spellcreation'
12 years ago
pvdk
85aaacb41a
Some cleaning of the launcher source dir
12 years ago
pvdk
bc95336183
Merge remote-tracking branch 'upstream/master' into launcher-model
12 years ago
scrawl
f154031e54
last bits of the gui
12 years ago
Marc Zinnschlag
b2025b9209
Merge branch 'pedantic'
12 years ago
cfcohen
e4a61486c8
Removed minor comments left in by accident.
12 years ago
cfcohen
68a856ff6f
Human readable labels for many records types. Human readable flags
...
for many record types. Improved DialInfo rule parsing. Discovered
several issues involving the assignment of various flag bits.
12 years ago
Pieter van der Kloet
5773676986
Got the Data Files tab to use the new model
12 years ago
Pieter van der Kloet
4174d3c235
Added new plugin model for the Data Files tab in the launcher
12 years ago
cfcohen
50e259c060
Remove tabs as requested. Sorry about that, thought I already
...
had. :-) I updated the help to better document the --type option,
although I did not finish reasoning through it's interaction with the
new loading framework. I also expanded the print() methods of a few
more of the record types to make a more consistent commit.
12 years ago
Marc Zinnschlag
35d099a638
disabling gcc extensions
12 years ago
cfcohen
57f3b50dc8
Add more detail to ESMTool record dumping.
12 years ago
gugus
27a3487d78
right prices
12 years ago