Strangerke
d2ca83898e
MORTEVIELLE: Make use of _mem more homogeneous, fix a couple of errors in phoneme handling
2013-07-20 19:02:36 +02:00
Strangerke
0ed03cb738
MORTEVIELLE: Get rid of magic value 0x5000
2013-07-20 18:59:49 +02:00
Strangerke
66de61e812
MORTEVIELLE: Get rid of magic value 0x6000
2013-07-20 18:59:48 +02:00
Strangerke
8b14677f57
MORTEVIELLE: Get rid of magic value 0x7000
2013-07-20 18:59:47 +02:00
Strangerke
7fbdf23dc8
MORTEVIELLE: Simplify drawString code
2013-07-20 18:59:46 +02:00
Strangerke
d5b10f7dd4
MORTEVIELLE: Some more renaming
2013-07-20 18:59:40 +02:00
Strangerke
716b28b7ea
MORTEVIELLE: Reorder some functions in mortevielle.h
2013-07-20 18:59:39 +02:00
Strangerke
fadedd2eac
MORTEVIELLE: Little refactoring of decryptNextChar()
2013-07-20 18:59:38 +02:00
uruk
a16dc4c558
AVALANCHE: Add comments to Graph::drawSprite().
2013-07-20 16:58:37 +02:00
uruk
44bf47f75e
AVALANCHE: Update Graph::flesh_colours().
2013-07-20 12:27:52 +02:00
uruk
d6f93d06ee
AVALANCHE: Move flesh_colours() from Lucerna to Graph. Implement it.
2013-07-20 12:16:06 +02:00
uruk
79c6a48bd2
AVALANCHE: Add some blank lines in Trip.
2013-07-20 12:07:21 +02:00
uruk
e70b5167c9
AVALANCHE: Change computing method of picnum in triptype::andexor().
2013-07-20 11:12:10 +02:00
uruk
6f20b8f5a2
AVALANCHE: Graph: change 'becouse' to 'because' in comments...
2013-07-20 11:05:21 +02:00
uruk
137d334144
AVALANCHE: Finish implementation of Graph::drawSprite().
2013-07-20 10:55:19 +02:00
uruk
097572193f
AVALANCHE: Update Graph::drawPicture().
2013-07-20 10:40:57 +02:00
uruk
09877044b3
AVALANCHE: Repair Graph::drawSprite().
2013-07-20 10:06:43 +02:00
Torbjörn Andersson
a790fe0e80
TINSEL: Remove self-assignment (CID 1003626)
...
However, dreammaster has confirmed this line was in the original
so I'm leaving it commented-out in case there is a genuine bug
still lurking there.
2013-07-20 05:32:11 +02:00
Paul Gilbert
a979ec6c97
LURE: Added explicit comment to switch block fall-through
2013-07-19 23:10:25 -04:00
Paul Gilbert
a8c40e3c03
MORTEVIELLE: Removed redundant mouse drawing code
2013-07-19 22:51:25 -04:00
uruk
459a8ce2f5
AVALANCHE: Partially implement Graph::drawSprite().
2013-07-19 23:36:58 +02:00
uruk
ef77a84c83
AVALANCHE: Trip: repair triptype:init(), remove unnecessary data field from definition.
2013-07-19 23:36:00 +02:00
Willem Jan Palenstijn
06cc30cf6c
SCI: Add FIXME
2013-07-19 21:22:36 +02:00
Torbjörn Andersson
da17953c12
TONY: Remove debug message from last commit. Oops.
2013-07-19 21:19:03 +02:00
Torbjörn Andersson
c44d6ae60c
TONY: Fix parameter to RMGfxSourceBuffer8RLEWordAA::init()
...
The method it is meant to override uses "const byte *buf" so this
one should too. I don't know if/when it's called, but fuzzie tells
me it should be a harmless change. Hopefully fixes CID 1003892.
2013-07-19 21:10:50 +02:00
Torbjörn Andersson
71ed35502e
TEENAGENT: Add missing "break"s to switch cases
...
I think this is the correct thing to do, and that it won't have
any noticeable effect whatsoever.
Cases 29 and 30 happen in the first half of the game, in the
cantine, while case 42 happens in the second half of the game. By
the time you reach the point where case 42 does something, I don't
think it's possible to get back to cases 29 and 30, so when case
29 falls through neither 30 nor 42 will do anything.
CID 1003730, 1003731
2013-07-19 20:49:15 +02:00
Strangerke
0e8491b162
MORTEVIELLE: Fix glitch in constant name. Thanks to LordHoto for pointing it out
2013-07-19 18:00:15 +02:00
Strangerke
4c3b2d3f54
MORTEVIELLE: Add a safeguard in Copy()
2013-07-19 17:54:09 +02:00
Strangerke
3d64ccac9c
MORTEVIELLE: Fix glitch detected by criezy
2013-07-19 17:43:55 +02:00
Strangerke
72914aafab
MORTEVIELLE: Simplify the way skip info is computed, as pointed by LordHoto
2013-07-19 17:29:33 +02:00
Strangerke
ed69aaf999
MORTEVIELLE: Constify 3 more arrays
2013-07-19 14:22:28 +02:00
Strangerke
388b4a7b33
TOOLS: Janitorial: remove trailing spaces in extract_mort
2013-07-19 14:08:17 +02:00
Strangerke
220088d6e8
MORTEVIELLE: Fix define name in Mortevielle.h
2013-07-19 14:03:53 +02:00
uruk
f8ad6eb650
AVALANCHE: Rename copySurface() to drawPicture(), add some comment to it.
2013-07-19 11:58:06 +02:00
Strangerke
67f900ed33
MORTEVIELLE: Reorder includes
2013-07-19 11:51:10 +02:00
Strangerke
bb6db039d9
MORTEVIELLE: Rename menu constant
2013-07-19 11:33:42 +02:00
Strangerke
37a115e60b
MORTEVIELLE: Use width and height provided by Graphics::Surface
2013-07-19 11:31:19 +02:00
Strangerke
df7d181a60
MORTEVIELLE: Fix formatting glitch
2013-07-19 11:24:42 +02:00
Strangerke
eb0de36085
MORTEVIELLE: Constify an array in graphics, reduce the scope of some variables
2013-07-19 11:21:05 +02:00
uruk
4dc97824e6
AVALANCHE: Incorporate Graph::readImage() into Grap::copySurface(), update Lucerna's functions accordingly. Delete Graph::setPixel().
2013-07-19 11:14:39 +02:00
Strangerke
5924230634
MORTEVIELLE: Replace some British words by US ones
2013-07-19 10:59:20 +02:00
uruk
b18ed9a5ff
AVALANCHE: Remove Graph::drawLine().
2013-07-19 10:55:12 +02:00
Strangerke
747d8f3047
MORTEVIELLE: Constify an array in actions, reduce the scope of some variables
2013-07-19 10:41:09 +02:00
uruk
c6d2b45df9
AVALANCHE: Implement Lucerna::showrw().
2013-07-18 23:56:55 +02:00
uruk
c71d4dcc64
AVALANCHE: Lucerna:load() - put the background lower, making space for the toolbar on the top.
2013-07-18 23:10:23 +02:00
uruk
e2e979897e
AVALANCHE: Update Graph::drawSprite(), update Trip::axendor() accordingly, fix Trip::call_axendors().
2013-07-18 22:35:55 +02:00
uruk
467246c004
AVALANCHE: Add refreshScreen() to every iteration of the main loop in Avalot::run().
2013-07-18 22:33:08 +02:00
uruk
e5614ef0dc
AVALANCHE: Fix Gyro::newgame().
2013-07-18 22:31:51 +02:00
Strangerke
f3a90ab190
MORTEVIELLE: Modify some more boxes
2013-07-18 20:29:22 +02:00
Strangerke
09ccb836a6
MORTEVIELLE: Enlarge box around screens in order to avoid to display a line of the picture below the border
2013-07-18 20:29:21 +02:00