Marc Zinnschlag
|
3590fa40bd
|
store global script state in saved game files
|
11 years ago |
Marc Zinnschlag
|
2a35c7d33a
|
fixed running global scripts a second time after they have been stopped
|
11 years ago |
Marc Zinnschlag
|
74793c1c2f
|
globals script cleanup; fixed potential case folding bug
|
11 years ago |
Marc Zinnschlag
|
fc37c77a91
|
store global variables in saved game files
|
11 years ago |
Marc Zinnschlag
|
b38bfe1f21
|
removed a redundant function for listing global variables
|
11 years ago |
Marc Zinnschlag
|
51bfa5cde3
|
rewrote global variable storage (using ESM variant type now)
|
11 years ago |
Marc Zinnschlag
|
1fdd43bbb7
|
removed a redundant new
|
11 years ago |
Marc Zinnschlag
|
1c13a9037a
|
save and load dynamic records
|
11 years ago |
Marc Zinnschlag
|
030c733e2d
|
Merge branch 'master' into savedgame
Conflicts:
apps/openmw/mwmechanics/actors.cpp
apps/openmw/mwworld/worldimp.cpp
files/settings-default.cfg
|
11 years ago |
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>
|
11 years ago |
Marc Zinnschlag
|
48b779af80
|
Merge remote-tracking branch 'ace/win-fix'
|
11 years ago |
Marc Zinnschlag
|
674931a851
|
remove terminating 0 from strings read from ESM records
|
11 years ago |
Alexander "Ace" Olofsson
|
baacf91de4
|
Another windows build fix
|
11 years ago |
Marc Zinnschlag
|
14eff87339
|
removed some junk from ESM store
|
11 years ago |
Lukasz Gromanowski
|
bfd79bfbe6
|
Various fixes for CppCheck warnings.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
11 years ago |
Marc Zinnschlag
|
07f692bdd2
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
scrawl
|
062ea627b3
|
Add parallax mapping for objects
|
11 years ago |
scrawl
|
845bc5f7eb
|
Show fatal exceptions in a message box instead of cerr when running without a terminal
|
11 years ago |
scrawl
|
afa71bb622
|
Throw an exception if a BSA is not found
|
11 years ago |
scrawl
|
69c0bb1723
|
Add normal, specular & parallax mapping for terrain
|
11 years ago |
scrawl
|
9ab8fe1038
|
Fix bsatool warning
|
11 years ago |
scrawl
|
f695deb29d
|
Remember window positions
|
11 years ago |
Marc Zinnschlag
|
ee6ddc3404
|
block saving while chargen is in progress
|
11 years ago |
Marc Zinnschlag
|
8b7889f8e5
|
setup player after loading a saved game
|
11 years ago |
Marc Zinnschlag
|
a7b42b867b
|
more cleanup
|
11 years ago |
Marc Zinnschlag
|
ce624e024b
|
make sure player record stays in place across cleanups
|
11 years ago |
Marc Zinnschlag
|
e818d43bc3
|
removed an outdated typedef and some dead code
|
11 years ago |
Marc Zinnschlag
|
537b2efe8e
|
first round of cleaning up world cleanup
|
11 years ago |
Alexander "Ace" Olofsson
|
47c60a7037
|
Fix C4716 (Must return a value) error on Windows MSVC
|
11 years ago |
scrawl
|
5f1878eb54
|
Add specular mapping (uses alpha channel of diffuse texture)
|
11 years ago |
scrawl
|
147bc447a5
|
Add specular lighting for directional light to objects shader
|
11 years ago |
scrawl
|
3a82f8c193
|
Fix incorrect log file name for launcherOgre.log
|
11 years ago |
scrawl
|
8f4ffe4ddc
|
Fix new window size not being written to settings when manually resizing window
|
11 years ago |
Marc Zinnschlag
|
63721682f6
|
GUI fix: previous character was selected when saving new character
|
11 years ago |
Marc Zinnschlag
|
34cdd2bb1f
|
deal with dialogue/info records that don't exist anymore
|
11 years ago |
Marc Zinnschlag
|
e269c9e689
|
changed a few sub record names to make them more unique
|
11 years ago |
Marc Zinnschlag
|
2293b92efe
|
storing and loading the journal
|
11 years ago |
Marc Zinnschlag
|
7d8e3ac651
|
fixed QuestState::load/save
|
11 years ago |
Marc Zinnschlag
|
2fe135d85f
|
journals subview was bound to the wrong universal ID type
|
11 years ago |
Marc Zinnschlag
|
0f971163f7
|
use Entry instead of plain string for topic and quest entries
|
11 years ago |
Marc Zinnschlag
|
b273f9e387
|
splitting JournalEntry into Entry and JournalEntry
|
11 years ago |
Marc Zinnschlag
|
16e2d67b1f
|
added overloaded start/endRecord functions to ESMWriter
|
11 years ago |
Marc Zinnschlag
|
c94f006307
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
Marc Zinnschlag
|
aa5369d02c
|
Merge remote-tracking branch 'pvdk/checkboxfix'
|
11 years ago |
Marc Zinnschlag
|
eec9821cd8
|
added records for storing journals in saved game files
|
11 years ago |
scrawl
|
8391891a5b
|
Ignore case for content file extensions
|
11 years ago |
Marc Zinnschlag
|
43f5f16731
|
removed a todo comment
|
11 years ago |
Marc Zinnschlag
|
177aab536d
|
storing topic name in MWDialogue::Topic (avoids a lookup in the GUI and also serves as preparation for better localisation support in OpenMW 1.1)
|
11 years ago |
pvdk
|
1512ac11ad
|
Fixed the content selector checkboxes appearing as partially checked
|
11 years ago |
pvdk
|
46973e8e82
|
Fix for Bug #982: unchecking addons is now saved to profile
|
11 years ago |