Strangerke
ac387835e4
MORTEVIELLE: Use _vm instead of g_vm in DialogManager
2013-06-26 08:30:47 +02:00
Strangerke
7aceea7221
MORTEVIELLE: Introduce DialogManager and get rid of static functions
2013-06-26 08:29:09 +02:00
Strangerke
cf26edf385
MORTEVIELLE: Remove some useless g_vm
2013-06-26 07:51:11 +02:00
Strangerke
5086153512
MORTEVIELLE: Replace g_vm in SpeechManager
2013-06-26 07:42:49 +02:00
Strangerke
1989cc9911
MORTEVIELLE: Replace g_vm in SoundManager
2013-06-26 01:06:22 +02:00
Strangerke
a3f77d63df
MORTEVIELLE: Replace g_vm in TextHandler
2013-06-25 21:49:30 +02:00
Strangerke
25c786dbe9
MORTEVIELLE: Replace g_vm in MouseHandler
2013-06-25 21:01:49 +02:00
Strangerke
785db3b190
MORTEVIELLE: Replace g_vm in ScreenSurface
2013-06-25 20:40:06 +02:00
Strangerke
16c814ee6e
MORTEVIELLE: Replace g_vm in Menu
2013-06-25 08:00:11 +02:00
Strangerke
a81f13c14e
MORTEVIELLE: Remove CHECK_QUIT macros
2013-06-24 23:48:00 +02:00
Strangerke
9c6590fdeb
MORTEVIELLE: remove a magic value, initialize the last bytes of cfiecBuffer
2013-02-25 23:22:07 +01:00
Strangerke
348e149739
MORTEVIELLE: Integrate translations fixes.
2013-02-25 08:21:38 +01:00
Strangerke
2ea263f62b
MORTEVIELLE: Fix minor glitches in DAT file
2013-02-22 13:42:01 +01:00
Strangerke
a5e263cd05
MORTEVIELLE: Add two debug functions required to check the English translation
2013-02-21 07:57:31 +01:00
Strangerke
fab337c61c
MORTEVIELLE: Add new DAT file containing initial English translation
2013-02-21 00:55:58 +01:00
Strangerke
0a1dd302fe
MORTEVIELLE: Some renaming, remove useless variables, add debugger
2013-02-21 00:53:52 +01:00
Strangerke
42b0f5535e
MORTEVIELLE:Add initial English translation
2013-02-20 23:54:14 +01:00
Strangerke
3f60cd79fe
MORTEVIELLE: More renaming
2012-10-14 21:59:27 +02:00
Strangerke
ad3c7febd7
MORTEVIELLE: Some more renaming
2012-10-14 10:28:03 +02:00
Strangerke
d7a9cfb80f
MORTEVIELLE: rework _openObjects use, rename resetOpenObjects
2012-10-13 12:41:27 +02:00
Strangerke
c33462da12
MORTEVIELLE: More renaming
2012-10-13 12:10:48 +02:00
Strangerke
121039101d
MORTEVIELLE: Remove dead code.
...
m was computed to in order to display a message while loading the next
resource. As there are no more delays, the message isn't displayed anymore,
thus it's useless to compute the message id.
2012-10-12 07:46:58 +02:00
Strangerke
957c220556
MORTEVIELLE: Some more renaming
2012-10-12 07:31:30 +02:00
Strangerke
6238c034fd
MORTEVIELLE: Some more renaming
2012-10-11 00:45:46 +02:00
Strangerke
bba9d9fc80
MORTEVIELLE: Fix merge
2012-10-10 08:29:27 +02:00
Strangerke
b164cbb571
Merge branch 'master' of github.com:scummvm/scummvm into mortevielle
...
Conflicts:
base/plugins.cpp
configure
2012-10-10 08:26:41 +02:00
Strangerke
b2f2f8d7b0
MORTEVIELLE: Some renaming
2012-10-10 08:19:54 +02:00
Johannes Schickel
1e200620d6
IPHONE: Fix cursor artifacts when linear filterting is used.
...
We need to set a proper texture coordinate wrap parameter for this.
2012-10-10 00:36:15 +02:00
Johannes Schickel
a5bce74635
GRAPHICS: Fix compilation of conversion.cpp on motomagx.
...
Using plain "inline" instead of "FORCEINLINE" allows the compiler to continue
even when it fails to inline crossBlitLogic/crossBlitLogic3BppSource. The
impact of other systems now not inlining the functions anymore is hopefully
small enough to not cause any problems.
2012-10-09 23:32:51 +02:00
Johannes Schickel
6b6b7532ae
TEST: Add two (simple) tests for MemoryWriteStream.
2012-10-09 23:06:35 +02:00
Johannes Schickel
efe2fe7e1f
COMMON: Properly handle error indicator in MemoryWriteStream.
...
Thanks to waltervn for noticing that MemoryWriteStream::write doesn't handle
setting the error indicator properly.
2012-10-09 23:06:25 +02:00
Filippos Karapetis
78464a42d7
Merge pull request #282 from bluegr/nipponfix
...
PARALLACTION: Fix the ending of Nippon Safes (bug #5866 )
2012-10-08 14:38:36 -07:00
Johannes Schickel
c2971374cd
Merge pull request #257 from lordhoto/graphics-conversion
...
Extend crossBlit for abitrary (in-place) conversions and add a in-place conversion to Surface
2012-10-08 14:18:33 -07:00
Filippos Karapetis
dbb09fe984
SCI: Add documentation regarding all SCI1.1 CD games in syncIngameAudioOptions()
2012-10-08 23:50:47 +03:00
Filippos Karapetis
3a852fb96a
SCI: Also add LSL6 CD to syncIngameAudioOptions()
2012-10-08 23:49:49 +03:00
Filippos Karapetis
676f303a33
SCI: Document syncIngameAudioOptions()
2012-10-08 23:14:02 +03:00
Filippos Karapetis
a73e3f44ad
SCI: Add a workaround for the large text boxes in Freddy Pharkas CD
...
Fixes bug #3575276 - "SCI: Freddy Pharkas: Text sometimes drawn/erased
incorrectly"
2012-10-08 22:47:27 +03:00
Thierry Crozat
25bf42516c
CREDITS: Update the web credits path in the make rule
...
This is not guarantied to work but will work if both scummvm and
scummvm-web have been cloned in the same parent directory. The
old rules was always failing anyway, so this is an improvement. But
maybe we should comment that line?
2012-10-08 20:34:05 +01:00
Thierry Crozat
53a53294af
CREDITS: Mark Lothar Serra Mari as retired
2012-10-08 20:34:05 +01:00
Strangerke
e0ca30ad3d
MORTEVIELLE: Get rid of some magic values
2012-10-08 08:00:00 +02:00
Willem Jan Palenstijn
d1e2d61b78
SCI: Fix Uhura's Woo conversation option
...
This is bug #3040722 .
It was trying to open a non-existent submenu. We now force a return
after handling the conversation option right before it tries to look for
this submenu.
2012-10-07 12:27:14 +02:00
Willem Jan Palenstijn
8f754ced42
SCI: Flip assert
...
This way the assert is checking that the allocated buffer is large enough
for the memcpy that follows it.
2012-10-07 12:27:14 +02:00
Torbjörn Andersson
e8ad4df1fa
SWORD1: Enable American ("Circle of Blood") panel
...
If the language is explicitly set to American English, use the
American version of the panel for the main control panel. In all
other aspects, American English will behave as British English,
so it shouldn't break anything.
2012-10-06 16:24:00 +02:00
Willem Jan Palenstijn
e38d4f20e8
SCI: Fix dissect_script crash with invalid object types
2012-10-06 13:07:12 +02:00
Willem Jan Palenstijn
5f3f21e20e
SCI: Fix some console output formatting
2012-10-06 13:07:12 +02:00
Torbjörn Andersson
49e96aa188
TOLTECS: Improve the shake screen effects during movies
...
I don't know how often the original shook the screen (perhaps as
often as it could?), but at least we now have the opportunity to
shake the screen more than once per movie frame.
2012-10-06 00:01:47 +02:00
Filippos Karapetis
be918da348
TOLTECS: Hide the mouse cursor while a movie is playing, like the original
...
Thanks to eriktorbjorn for noticing this
2012-10-06 00:24:34 +03:00
Filippos Karapetis
e47425aaf5
TOLTECS: Wait a bit after drawing each frame
...
This reduces the CPU load considerably (it's around 10% now, down from 50%)
2012-10-06 00:13:50 +03:00
Filippos Karapetis
650df5a16c
TOLTECS: Remove redundant screen updates
2012-10-06 00:12:53 +03:00
Willem Jan Palenstijn
ba1307b0ce
SCI: Add kReadNumber fixme
...
Thanks to Walter for noticing this.
2012-10-05 16:41:02 +02:00