Commit Graph

57203 Commits

Author SHA1 Message Date
uruk
341bf679c0 AVALANCHE: Cosmetic repairs in Graphics. 2013-07-27 17:22:56 +02:00
uruk
7c8d415a94 AVALANCHE: Remove comment from Graphics. 2013-07-27 17:19:35 +02:00
uruk
0703085d20 AVALANCHE: Repair Avalot::handleKeyDown(). 2013-07-27 17:00:02 +02:00
uruk
541f5f9c3b AVALANCHE: Implement Avalot::handleKeyDown() further. 2013-07-27 16:55:50 +02:00
uruk
7d3b69251f AVALANCHE: Minor repairs in Basher. 2013-07-27 16:55:03 +02:00
uruk
bda09042b5 AVALANCHE: Rename little[] to characters[] and current to inputText in Gyro. 2013-07-27 15:19:16 +02:00
uruk
9c96417041 AVALANCHE: Add comments to Basher::plottext(). 2013-07-27 15:07:21 +02:00
uruk
de97da2fe6 AVALANCHE: Implement Basher::plottext(). 2013-07-27 15:05:06 +02:00
uruk
c9fbfb6d32 AVALANCHE: Remove unnecessary indents from Visa. 2013-07-27 10:30:16 +02:00
uruk
d3ff894ff6 AVALANCHE: Replace call of Basher::keyboard_link() with Avalanche::updateEvents() in Avalot::run(). 2013-07-27 10:17:32 +02:00
uruk
5fe090a38c AVALANCHE: Add comments in Graphics and Trip, repair functions in Trip. 2013-07-27 10:05:09 +02:00
uruk
190e37d3f9 AVALANCHE: Remove Graphics::drawPicture_old(). 2013-07-26 14:52:26 +02:00
uruk
ff1bc9e5a5 AVALANCHE: Get rid of Lucerna::mblit() and Lucerna::blitfix(). 2013-07-26 14:50:15 +02:00
uruk
efe3a662bf AVALANCHE: Add comments to Graphics. 2013-07-26 14:38:06 +02:00
uruk
0a4747d915 AVALANCHE: Update rest of Celer accorded to the revision in Graphics. 2013-07-26 14:19:54 +02:00
uruk
6e8dec45dd AVALANCHE: Add loadPictureGraphic, loadPictureRow, revise drawPicture in Graphics, update almost everything accordingly. 2013-07-26 13:32:08 +02:00
uruk
b0d4019cea AVALANCHE: Remove Celer:mdrop(). 2013-07-26 10:42:50 +02:00
uruk
9a26bb502f AVALANCHE: Remove parenthesis and add comment to Avalot::run(). 2013-07-25 23:38:06 +02:00
uruk
37ea01644a AVALANCHE: Replace Gyro::slowdown() with ScummVM's own utilities. 2013-07-25 23:32:22 +02:00
uruk
a955f6acab AVALANCHE: Revise Celer::pics_link() a bit. 2013-07-25 23:10:18 +02:00
uruk
5e257a500b AVALANCHE: Implement Timeout::one_tick(). 2013-07-25 22:54:28 +02:00
uruk
395b917e94 AVALANCHE: Repair Timeout. 2013-07-25 22:42:41 +02:00
uruk
06bde8b277 AVALANCHE: Implement Celer::load_chunks(). 2013-07-25 21:38:46 +02:00
uruk
63e7c5b3d1 AVALANCHE: Repair array indexes in Timeout and Trip. 2013-07-25 16:28:52 +02:00
uruk
9b4c9e496f AVALANCHE: Add Graphics::drawFrame(). 2013-07-25 16:26:49 +02:00
uruk
6644905eac AVALANCHE: Fix cycle in Trip::trippancy_link(). 2013-07-25 12:33:03 +02:00
uruk
502cd7a017 AVALANCHE: Improve Celer::display_it(), update Celer::load_chunks() to work properly with it. 2013-07-25 12:15:15 +02:00
uruk
28b0076e63 AVALANCHE: Celer: add new flavour: ch_natural_image. 2013-07-25 11:41:33 +02:00
uruk
ab04dd7aa6 AVALANCHE: Cosmetic modification in Gyro. 2013-07-24 22:23:40 +02:00
uruk
63fbb1d04f AVALANCHE: Implement Lucerna::find_people(). 2013-07-24 22:20:21 +02:00
uruk
e5fb4e3866 AVALANCHE: Cosmetic modifications in triptype::walk(). 2013-07-24 21:18:51 +02:00
uruk
0beae3b95c AVALANCHE: free() the surfaces in Graphics' functions. 2013-07-24 21:09:16 +02:00
uruk
03665fac21 AVALANCHE: Graphics: double screen height. 2013-07-24 19:47:41 +02:00
uruk
39dfddff1f AVALANCHE: Change class variables to pointers, update everything accordingly. 2013-07-24 19:43:10 +02:00
uruk
c0823f3e79 AVALANCHE: Change _pingo into pointer, update everything accordingly. 2013-07-24 18:50:13 +02:00
uruk
4d25117135 AVALANCHE: Change _logger into pointer, update everything accordingly. 2013-07-24 18:47:33 +02:00
uruk
bc9823ad9b AVALANCHE: Change _enhanced into pointer, update everything accordingly. 2013-07-24 18:45:10 +02:00
uruk
ca51bf19c9 AVALANCHE: Change _timeout into pointer, update everything accordingly. 2013-07-24 18:42:41 +02:00
uruk
10ec7e0e0f AVALANCHE: Change _gyro into pointer, update everything accordingly. 2013-07-24 18:25:07 +02:00
uruk
f035622b14 AVALANCHE: Get rid of parts of the engine I don't use yet. 2013-07-24 18:14:10 +02:00
uruk
cc6197d77f AVALANCHE: Change _avalot into pointer, update everything accordingly. 2013-07-24 18:12:16 +02:00
uruk
8c5ce549e6 AVALANCHE: Change _graphics into a pointer, modify the rest of the code accordingly. Introduce AvalanhceEngine::initialize(), use it in AvalancheEninge::run(), modify rest of the code accordingly. 2013-07-24 17:52:57 +02:00
uruk
ba581b0b32 AVALANCHE: Fix indents in avalanche.cpp. 2013-07-24 17:12:46 +02:00
uruk
043ded8185 AVALANCHE: Implement triptype::walk(). 2013-07-24 17:02:38 +02:00
uruk
bc5b3fbb65 AVALANCHE: Rename Graph to Graphics. Update everything accordingly. 2013-07-24 17:02:08 +02:00
uruk
0d6a327f98 AVALANCHE: Remove unnecessary indents from avalanche.cpp. 2013-07-24 16:43:34 +02:00
uruk
aa0603cf42 AVALANCHE: rename constants to follow our code formatting conventions. 2013-07-24 16:42:23 +02:00
uruk
aed0c42f15 AVALANCHE: Add comments to Avalot:handleKeyDown(). 2013-07-24 13:54:39 +02:00
uruk
e8841fbe5c AVALANCHE: Implement Trip::handleMoveKey(), update Avalot::handleKeyDown(). 2013-07-24 13:38:32 +02:00
uruk
bddc0e5cbf AVALANCHE: Move handleMoveKey() from Avalot to Trip. 2013-07-24 13:11:24 +02:00