Tom Mason
bbac63bff7
Ignore vim swap files
12 years ago
Tom Mason
abe25c5f66
removed use of c++11 auto
12 years ago
Nathan Jeffords
f55da17933
made some journal accessor methods constant
12 years ago
Nathan Jeffords
4c7ae3d1ff
prevent duplicate journal entries from being recorded
12 years ago
Nathan Jeffords
528c3da6da
record heard topics in journal
12 years ago
Nathan Jeffords
d6b956cdcf
fixed swapped day & month fields when created a stamped journal entry
12 years ago
Marc Zinnschlag
82b790770d
Merge remote-tracking branch 'potatoesmaster/dialogue-creatures'
12 years ago
Emanuel Guevel
4feaa66897
Do not open the dialogue window if no greeting is found
12 years ago
pvdk
4c0e0fc279
Modified license filename of the DejaVu font, more similar to the other one now
12 years ago
Marc Zinnschlag
7b568cbb15
Merge remote-tracking branch 'potatoesmaster/dialogue'
12 years ago
Marc Zinnschlag
312f68bf9c
Merge remote-tracking branch 'thoronador/fix-spelling'
12 years ago
Thoronador
3220330ce0
fix spelling in comment
12 years ago
Chris Robinson
e5f040a06f
Improve filename pattern matching
12 years ago
Emanuel Guevel
9e00c6694f
Allow only ID filtered topics for dialogue with creatures
12 years ago
Chris Robinson
8a073c113e
Use const references where appropriate
12 years ago
Chris Robinson
8361192b64
Use typedefs for some maps and some cleanup
12 years ago
Marc Zinnschlag
3053440462
Issue #539 : fixed AiWander
12 years ago
Emanuel Guevel
82287445af
DialogueWindow: do not execute onFrame() when not visible
12 years ago
Emanuel Guevel
f1f9173f24
Prevent closing dialogue window when an answer is expected
12 years ago
lazydev
aa514a53d9
Console font change to provide possibility to show cyrillic symbols
12 years ago
Marc Zinnschlag
33d1585a5e
Merge remote-tracking branch 'chris/nifogre'
12 years ago
Chris Robinson
b23fcb260c
Use the record index for finding the NiTriShape instead of the name
12 years ago
Chris Robinson
660d73fd88
Store the NIF index in the Record object
12 years ago
Marc Zinnschlag
654cd3ab9b
Issue #479 : Use magnitude specified when adding disease
12 years ago
Marc Zinnschlag
f4ee8e2642
Issue #479 : Added additional magnitude parameter to known spells
12 years ago
Marc Zinnschlag
ecdd89a4f3
Merge remote-tracking branch 'scrawl/nif_file'
12 years ago
scrawl
31e6d28b19
Close NIF file resource after loading it into memory
12 years ago
scrawl
ed3c23ad9a
Fixed crash on changing cell due to Utf8Encoder going out of scope
12 years ago
Marc Zinnschlag
101810d1e8
Merge remote-tracking branch 'scrawl/ingredients'
12 years ago
Marc Zinnschlag
db48017c36
Merge remote-tracking branch 'blunted2night/nif_cache_v6'
12 years ago
Michal Sciubidlo
85bdb49d1b
Mix debug and release if necessary under non Windows systems.
12 years ago
Nathan Jeffords
d5ebd6654d
cache loaded NIF files to eliminate reloads
...
Created a NIF file caching mechanism to prevent the system from
reloading a NIF during a startup and cell changes.
12 years ago
Nathan Jeffords
0989b44b41
spread some const around NIF loading
12 years ago
Nathan Jeffords
9d4f8c6722
changed bullet_nif_loader to not modifiy NIF file
...
The code in bullet_nif_loader was modifing the loaded NIF file as part of
processing. Currently this is OK since the NIF file will be thrown away
immediately, but it causes problems when trying to share loaded NIF files.
12 years ago
Nathan Jeffords
d469415e59
factored out two function from OMW::Engine::go
...
The initialization code inside Engine::go is now in two function it
calls prior to running the main loop.
12 years ago
scrawl
c71656493d
Ingredient effects now correctly hide until the player has discovered them
12 years ago
Marc Zinnschlag
274ff530dc
Merge remote-tracking branch 'wheybags/master'
12 years ago
Marc Zinnschlag
6e0b86c6f9
Merge remote-tracking branch 'potatoesmaster/getdisposition'
12 years ago
Tom Mason
8486a51535
fixed drop amounts thanks to zinnschlag
12 years ago
Tom Mason
3517635cfd
added Drop and DropSoulGem functions
12 years ago
Marc Zinnschlag
4defb1a476
Merge remote-tracking branch 'trombonecot/lowerstring'
...
Conflicts:
apps/openmw/mwgui/loadingscreen.cpp
12 years ago
eduard
2dc0064cc2
more string lowercase
12 years ago
Tom Mason
5bfdb2449d
allowed dropObjectOnGround to be used on npcs, not just player
12 years ago
Nathan Jeffords
6ca87e108f
updated loading screen to use the resource managers pattern matching when finding files
12 years ago
Nathan Jeffords
44031ec3d7
fleshed out BSAArchive and DirArchive.
...
Implemented both lists & finds, with pattern matching.
Conflicts:
components/bsa/bsa_archive.cpp
12 years ago
Marc Zinnschlag
6567bf38f8
Merge remote-tracking branch 'wheybags/master'
12 years ago
Emanuel Guevel
3e41a1118a
GetDisposition: return calculated disposition instead of base disposition
12 years ago
Tom Mason
375961fe5e
small fix
12 years ago
Tom Mason
b035a5aa4a
beast races cannot equip anything they oughtn't to be able to equip
12 years ago
Marc Zinnschlag
d1e51ebf42
silenced some warnings
12 years ago