eduard
|
2dc0064cc2
|
more string lowercase
|
2013-01-09 20:51:52 +01:00 |
|
lazydev
|
7cd1e87fe8
|
Merge branch 'master' of git://github.com/zinnschlag/openmw
Conflicts:
apps/openmw/mwdialogue/dialoguemanagerimp.cpp
|
2013-01-01 22:18:21 +04:00 |
|
greye
|
7e0713f6c4
|
fix string case update
|
2012-12-31 11:22:40 +04:00 |
|
lazydev
|
cd5d95ed22
|
1. Dialogs in Russian version now works.
2. Destination names it travel window are now translated
|
2012-12-31 04:15:47 +04:00 |
|
eduard
|
69d9d22579
|
comparestring
|
2012-12-30 19:56:38 +01:00 |
|
eduard
|
fb25f407fb
|
dialoguemanager conflict
|
2012-12-30 13:37:19 +01:00 |
|
eduard
|
c85400b809
|
Merge https://github.com/zinnschlag/openmw into comparestring
Conflicts:
apps/openmw/mwdialogue/dialoguemanagerimp.cpp
apps/openmw/mwworld/worldimp.cpp
components/esm_store/reclists.hpp
components/misc/stringops.hpp
|
2012-12-30 13:09:37 +01:00 |
|
eduard
|
8545667bbd
|
string compare and tolower
|
2012-12-28 17:54:56 +01:00 |
|
Tom Mason
|
f2c6907244
|
Added in text escape sequences for dialogue, messageboxes and books. builtins are placeholders, global variables work
|
2012-12-20 23:16:34 +00:00 |
|
Marc Zinnschlag
|
caaffd1ec2
|
handle persuasion records properly
|
2012-12-08 14:24:15 +01:00 |
|
Marc Zinnschlag
|
386eec51c1
|
some skill usage fixes
|
2012-12-07 11:36:38 +01:00 |
|
eduard
|
e50b9aca86
|
tradding skill use, spechcraft use
|
2012-12-06 20:58:33 +01:00 |
|
eduard
|
2d62649dc9
|
tradding skill use, spechcraft use
|
2012-12-06 18:30:19 +01:00 |
|
eduard
|
b2a0e4b1fd
|
tradding skill use, spechcraft use
|
2012-12-06 18:19:35 +01:00 |
|
scrawl
|
1d7e92b6b3
|
dialogue fixes
|
2012-11-23 19:05:40 +01:00 |
|
Marc Zinnschlag
|
d7af9fbec6
|
various fixes
|
2012-11-22 17:24:28 +01:00 |
|
Marc Zinnschlag
|
89c7936534
|
fixed dialogue script error reporting
|
2012-11-16 12:47:09 +01:00 |
|
Marc Zinnschlag
|
82d62eb95a
|
Merge branch 'script'
|
2012-11-15 20:00:37 +01:00 |
|
Marc Zinnschlag
|
9669eed083
|
Issue #219: added last missing function filters
|
2012-11-15 20:00:27 +01:00 |
|
Marc Zinnschlag
|
2a1727d4c5
|
improved error reporting for dialogue scripts (enabled via --script-verbose)
|
2012-11-13 15:35:46 +01:00 |
|
Marc Zinnschlag
|
cbb0fd5792
|
Merge branch 'dialogue'
|
2012-11-13 10:04:08 +01:00 |
|
Marc Zinnschlag
|
e2ccec99f0
|
Issue #219: added another missing PC stats filter
|
2012-11-12 14:02:49 +01:00 |
|
Marc Zinnschlag
|
586ac3f5c6
|
Issue #219: added some more stats filters; fixed two filters
|
2012-11-12 13:56:51 +01:00 |
|
Marc Zinnschlag
|
77ba8c5117
|
Issue #219: implemented rank requirement filter
|
2012-11-12 13:23:25 +01:00 |
|
scrawl
|
8e847fdc6e
|
fix speechcraft skill increasing when persuade didn't succeed
|
2012-11-11 19:18:41 +01:00 |
|
Marc Zinnschlag
|
75f64aa38b
|
Merge branch 'master' into dialogue
Conflicts:
apps/openmw/mwdialogue/dialoguemanagerimp.hpp
apps/openmw/mwmechanics/npcstats.cpp
apps/openmw/mwmechanics/npcstats.hpp
|
2012-11-10 15:44:44 +01:00 |
|
Marc Zinnschlag
|
6dc2214502
|
Issue #219: more DialogueManager refactoring
|
2012-11-10 14:52:44 +01:00 |
|
Marc Zinnschlag
|
79706bf60f
|
Issue #219: dialogue manager cleanup
|
2012-11-10 14:31:58 +01:00 |
|
Marc Zinnschlag
|
d24e3eec9f
|
Issue #219: added filters for various player stats
|
2012-11-10 14:02:52 +01:00 |
|
Marc Zinnschlag
|
f8fcca64b6
|
Issue #219: Proper implementation of talked to PC filter
|
2012-11-10 13:31:10 +01:00 |
|
Marc Zinnschlag
|
7e8d4bb3c9
|
Issue #219: added various creature and NPC stats; implemented respective filters
|
2012-11-10 13:21:38 +01:00 |
|
Marc Zinnschlag
|
e97f3003ab
|
Issue #219: added expelled status tracking; implemented expelled filter
|
2012-11-10 12:28:40 +01:00 |
|
Marc Zinnschlag
|
bd2c772dae
|
Issue #219: implemented player skill and attribute filter
|
2012-11-10 12:08:04 +01:00 |
|
Marc Zinnschlag
|
d6961c0246
|
Issue #219: made all unimplemented filters return false
|
2012-11-10 11:42:03 +01:00 |
|
Marc Zinnschlag
|
ceaf1677ce
|
Issue #219: rewrote AI settings and implemented AI settings filters
|
2012-11-10 11:38:37 +01:00 |
|
Marc Zinnschlag
|
eb4e72aaa7
|
Issue #219: implemented disease filters
|
2012-11-10 11:08:36 +01:00 |
|
Marc Zinnschlag
|
c425b3f4a3
|
Issue #219: fixed function decoding and moved choice function from DialogueManager to Filter
|
2012-11-10 09:48:20 +01:00 |
|
Marc Zinnschlag
|
a752536cea
|
Issue #219: added function decoding and moved same faction function from DialogueManager to Filter
|
2012-11-10 09:35:50 +01:00 |
|
scrawl
|
94aeb15220
|
bartering disposition change
|
2012-11-10 00:38:45 +01:00 |
|
scrawl
|
33b4b29fbc
|
persuasion mechanics, added reputation
|
2012-11-10 00:29:36 +01:00 |
|
Marc Zinnschlag
|
4994a253da
|
Merge branch 'bountydisease' into dialogue
|
2012-11-09 18:17:14 +01:00 |
|
scrawl
|
b2afb1fd5c
|
Merge branch 'next' of git://github.com/zinnschlag/openmw into MercantilImprovement
Conflicts:
apps/openmw/mwbase/mechanicsmanager.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwdialogue/dialoguemanagerimp.cpp
apps/openmw/mwgui/spellbuyingwindow.cpp
apps/openmw/mwgui/trainingwindow.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
|
2012-11-08 23:16:40 +01:00 |
|
scrawl
|
bf4e855260
|
fixed creatures
|
2012-11-08 22:31:08 +01:00 |
|
Marc Zinnschlag
|
e6021a3fe3
|
Issue #219: moved checks for local and global variables from DialogueManager to Filter
|
2012-11-08 22:11:50 +01:00 |
|
Marc Zinnschlag
|
e68bb3481e
|
Issue #219: moved over the second batch of functions (boolean and one integer I forgot last time)
|
2012-11-08 21:48:17 +01:00 |
|
Marc Zinnschlag
|
91afef140b
|
Issue #219: moved first batch of integer type functions from DialogueManager to Filter
|
2012-11-08 21:16:49 +01:00 |
|
Marc Zinnschlag
|
235397dde8
|
Issue #219: added missing implemented for isInverted function
|
2012-11-08 17:29:10 +01:00 |
|
Marc Zinnschlag
|
f5972a3080
|
Issue #219: Support for boolean select structs
|
2012-11-08 17:04:44 +01:00 |
|
Marc Zinnschlag
|
b412ebd0af
|
Issue #219: Supoort for inverted select structs
|
2012-11-08 17:01:26 +01:00 |
|
Marc Zinnschlag
|
4614d2bc8e
|
Issue #219: added basic select struct analysis and type checking
|
2012-11-08 16:49:38 +01:00 |
|