scrawl
|
c4aae96d94
|
implemented "goodbye" script function that force-cancels dialogue
|
2012-05-11 07:18:41 +02:00 |
|
scrawl
|
1b5bfc52a1
|
Merge branch 'next' of https://github.com/zinnschlag/openmw into tooltips
Conflicts:
apps/openmw/engine.cpp
apps/openmw/mwclass/apparatus.cpp
apps/openmw/mwclass/book.cpp
apps/openmw/mwclass/container.cpp
apps/openmw/mwclass/ingredient.cpp
apps/openmw/mwclass/misc.cpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwclass/potion.cpp
apps/openmw/mwclass/repair.cpp
apps/openmw/mwgui/window_manager.cpp
|
2012-04-24 02:02:03 +02:00 |
|
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
2012-04-23 15:27:03 +02:00 |
|
Marc Zinnschlag
|
7102a825c2
|
Issue 255: moved global scripts into script manager (simplifying the environment class)
|
2012-04-23 11:15:47 +02:00 |
|
scrawl
|
f5ab127a39
|
toggleFullHelp
|
2012-04-16 15:00:44 +02:00 |
|
Marc Zinnschlag
|
b5d12d0723
|
fixed ForceGreeting
|
2012-04-15 17:08:22 +02:00 |
|
gugus
|
c24a85848f
|
forceGreeting script instruction
|
2012-04-15 15:56:36 +02:00 |
|
gugus
|
f68248e0d0
|
corrected a bug in getPCRank
|
2012-04-15 14:20:08 +02:00 |
|
gugus
|
45a5877b23
|
implement getPCRank. Does not work yet.
|
2012-04-15 12:05:46 +02:00 |
|
Marc Zinnschlag
|
3442ef17a8
|
fixed ModDisposition
|
2012-04-13 14:54:13 +02:00 |
|
Marc Zinnschlag
|
73df51695c
|
Merge remote branch 'gus/Factions2'
Conflicts:
apps/openmw/mwclass/npc.cpp
apps/openmw/mwscript/docs/vmformat.txt
apps/openmw/mwscript/statsextensions.cpp
|
2012-04-13 14:49:37 +02:00 |
|
Marc Zinnschlag
|
e16daeed23
|
added GetSpell script function
|
2012-04-13 13:17:57 +02:00 |
|
Marc Zinnschlag
|
b099e1baf5
|
added addspell and removespell script instructions
|
2012-04-13 11:12:53 +02:00 |
|
gugus
|
7edc5c733c
|
corrected a bug about rank.
|
2012-04-12 17:29:05 +02:00 |
|
gugus
|
0553227ee1
|
Merge branch 'master' of https://github.com/zinnschlag/openmw.git into Factions2
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
apps/openmw/mwworld/player.cpp
apps/openmw/mwworld/player.hpp
|
2012-04-09 14:43:35 +02:00 |
|
gugus
|
dd9a88cee2
|
clean up
|
2012-04-09 14:32:07 +02:00 |
|
gugus
|
6ca212b9e9
|
script instruction: PCJoinFaction
|
2012-04-09 14:30:42 +02:00 |
|
gugus
|
aa8418634f
|
add PCLowerRank script instruction
|
2012-04-09 14:26:53 +02:00 |
|
gugus
|
e5b1e27fa6
|
pcRaiseRank works. Player can now join factions.
|
2012-04-09 13:24:19 +02:00 |
|
gugus
|
aaa5368fe9
|
added script instruction pcraiserank. Does not work yet.
|
2012-04-04 22:14:38 +02:00 |
|
gugus
|
07ea63c10c
|
Merge branch 'master' of https://github.com/zinnschlag/openmw.git into Factions2
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
|
2012-04-03 17:29:00 +02:00 |
|
scrawl
|
e0631dd9be
|
Merge branch 'master' into minimap
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
|
2012-04-02 14:38:02 +02:00 |
|
Marc Zinnschlag
|
6022d3ab13
|
Merge remote branch 'corristo/pgrd-rendering'
reduced cout spam.
Conflicts:
apps/openmw/mwrender/debugging.cpp
apps/openmw/mwrender/renderingmanager.cpp
components/bsa/bsa_archive.cpp
libs/openengine/bullet/physic.hpp
|
2012-04-02 12:04:47 +02:00 |
|
scrawl
|
0a5757791c
|
Merge branch 'master' into minimap
|
2012-04-01 20:17:07 +02:00 |
|
Chris Robinson
|
977e7ac9a3
|
Remove the Play_Single flag. It's not correct.
|
2012-03-31 07:41:26 -07:00 |
|
Chris Robinson
|
ae308b9b5f
|
Use a set of flags instead of separate booleans
|
2012-03-31 07:31:55 -07:00 |
|
Nikolay Kasyanov
|
057c2f2e2a
|
Merge branch 'master' into pgrd-rendering
Conflicts:
apps/openmw/mwrender/renderingmanager.cpp
|
2012-03-31 13:42:13 +04:00 |
|
scrawl
|
521b9eec6c
|
Merge branch 'master' into minimap
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
apps/openmw/mwworld/world.cpp
|
2012-03-30 15:31:07 +02:00 |
|
scrawl
|
d5c49fa036
|
getWaterLevel use CellStore ; attempted fix for morrowind without tribunal
|
2012-03-30 10:12:28 +02:00 |
|
Nikolay Kasyanov
|
b21a6291f7
|
Merge branch 'master' into pgrd-rendering
Conflicts:
apps/openmw/mwrender/renderingmanager.hpp
apps/openmw/mwscript/docs/vmformat.txt
apps/openmw/mwscript/miscextensions.cpp
apps/openmw/mwworld/world.hpp
|
2012-03-30 02:50:30 +04:00 |
|
scrawl
|
8d224f009f
|
toggleFogOfWar script command
|
2012-03-29 19:45:19 +02:00 |
|
scrawl
|
79c2a2e465
|
implemented toggleWater (twa); formatting again
|
2012-03-29 18:33:08 +02:00 |
|
scrawl
|
2f096e131d
|
throw exception if water level is attempted to be modified in exterior
|
2012-03-29 16:23:02 +02:00 |
|
scrawl
|
5a19d4ec45
|
implement water script functions and save water height in CellStore
|
2012-03-29 15:50:15 +02:00 |
|
Nikolay Kasyanov
|
c3357c4396
|
Merge branch 'master' into pgrd-rendering
Conflicts:
apps/openmw/mwrender/renderingmanager.cpp
apps/openmw/mwrender/renderingmanager.hpp
apps/openmw/mwscript/docs/vmformat.txt
|
2012-03-29 13:27:13 +04:00 |
|
gugus
|
0c61f0d294
|
test stuff
|
2012-03-28 11:45:46 +02:00 |
|
Marc Zinnschlag
|
187b8e58d6
|
fixed handling of optional instruction/function arguments; removed choice workaround
|
2012-03-17 19:32:44 +01:00 |
|
gugus
|
042d87f77f
|
a lot of clean up
|
2012-03-16 17:53:34 +01:00 |
|
gugus
|
07d8d654cd
|
one step toward function filters and end choices.
|
2012-03-14 18:47:29 +01:00 |
|
Nikolay Kasyanov
|
11f957a64d
|
Feature #37 (In Progress) Render Path Grid
cubes for path grid points
strange crash when trying to get path grids from Debugging
|
2012-03-10 20:03:00 +04:00 |
|
Nikolay Kasyanov
|
6357adffcf
|
Fixed typo
|
2012-03-10 18:13:44 +04:00 |
|
Nikolay Kasyanov
|
5328853445
|
Feature #37 (In Progress) Render Path Grid
added "togglepathgrid" script command
|
2012-03-10 18:13:44 +04:00 |
|
gugus
|
82c6b0f92a
|
choice function. Do not work.
|
2012-03-07 18:52:27 +01:00 |
|
Marc Zinnschlag
|
69f0ec99f1
|
implemented dialogue scripts
|
2012-03-05 16:56:14 +01:00 |
|
Marc Zinnschlag
|
4bdfbb6d4f
|
Merge branch 'master' into dialogue
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
|
2012-03-05 11:34:06 +01:00 |
|
Marc Zinnschlag
|
739870489a
|
Merge remote branch 'scrawl/weather' into weather
Conflicts:
apps/openmw/CMakeLists.txt
|
2012-02-27 15:02:03 +01:00 |
|
scrawl
|
528cff5a59
|
implemented ChangeWeather script function
|
2012-02-26 11:51:02 +01:00 |
|
scrawl
|
d77d5080bd
|
implemented GetCurrentWeather script function
|
2012-02-25 21:34:38 +01:00 |
|
Marc Zinnschlag
|
26bd2be1e8
|
Merge branch 'equipment' into next
|
2012-02-23 13:02:20 +01:00 |
|
Marc Zinnschlag
|
1d551030d1
|
container related script instruction are using the new container interface now
|
2012-02-23 12:34:51 +01:00 |
|