Commit Graph

57224 Commits

Author SHA1 Message Date
uruk
7800c4735f AVALANCHE: Repair Acci::parse(). 2013-07-30 21:32:14 +02:00
uruk
06f86bedb0 AVALANCHE: Add _magics to Graphics, implement Lucerna::draw_also_lines(), update Trip::checkfeet() accordingly. 2013-07-30 20:33:05 +02:00
uruk
a13d37e5ca AVALANCHE: Implement Trip::checkfeet(), repair Trip::stopwalking(). Repair Acci::stand_up(). Repair Gyro::newgame(). 2013-07-30 19:05:05 +02:00
uruk
2857f5aad2 AVALANCHE: Revise Graphics::drawSprite(), repair Trip::apped(). 2013-07-30 01:48:21 +02:00
uruk
9855cb8f1f AVALANCHE: Add warning to Acci::do_that(), remove blank lines from Avalot::run(), remove unnecessary cycle from Lucerna::sprite_run(). 2013-07-30 00:30:10 +02:00
uruk
3b11fc1224 AVALANCHE: Repair Celer::load_chunks(), remove background drawing from Graphics::drawSprite(). 2013-07-29 19:17:43 +02:00
uruk
a1f87fdaeb AVALANCHE: Modify Graphics and Lucerna, so the engine saves the background and redraws it every time before a sprite is drawn. 2013-07-29 12:22:59 +02:00
uruk
b182fd814e AVALANCHE: Partially implement Acci::stand_up(), repair Acci::parse(). 2013-07-29 12:05:16 +02:00
uruk
e32110339e AVALANCHE: Move wipeText() from Basher to Parser, implement it. Fix parts of Acci::do_that(). 2013-07-29 11:27:31 +02:00
uruk
e08980c7a4 AVALANCHE: Repair Acci::person_speaks(). 2013-07-29 10:30:57 +02:00
uruk
c2ac2fdc87 AVALANCHE: Finish implementation of Acci::parse(), repair Acci::displaywhat() and Acci::words[]. 2013-07-29 10:06:13 +02:00
uruk
9b9c9d0fa5 AVALANCHE: Implement Acci::do_pronouns() and Acci::displaywhat(). 2013-07-28 23:13:34 +02:00
uruk
591a4852c4 AVALANCHE: Repair parser, implement Acci::replace(), further implement Acci:parse(). 2013-07-28 20:57:40 +02:00
uruk
9474e2dc61 AVALANCHE: Revisions in acci2.h and lucerna2.cpp, partially implement Acci::parse() and functions connected to it. 2013-07-28 18:50:46 +02:00
uruk
17b2fb02c0 AVALANCHE: Partially implement Acci::parse(), add Acci::pos(), Acci::clearwords(), reimplement Acci::wordnum(), implement Acci::punctustrip(). 2013-07-28 16:46:15 +02:00
uruk
ad7f8add4d AVALANCHE: Add tryDropdown() and _inputTextBackup to Parser, implement handleReturn(), stub tryDropdown() in Parser. 2013-07-28 10:46:46 +02:00
uruk
a1a2fa2da8 AVALANCHE: Implement handling of the cursor in Parser. 2013-07-28 10:00:14 +02:00
uruk
825df596e6 AVALANCHE: Add Parser::handleBackspace(). Update Avalot::handleKeyDown() accordingly. 2013-07-27 22:14:23 +02:00
uruk
df427ba7e8 AVALANCHE: Broaden comment in avalot.h. 2013-07-27 22:03:59 +02:00
uruk
31f8e91444 AVALANCHE: Rename variables in Parser. Add _leftMargin to Parser. Fix _leftMargins in Basher. 2013-07-27 21:48:28 +02:00
uruk
eec48fa42e AVALANCHE: Introduce new class: Parser. Update rest of the code accordingly. 2013-07-27 21:36:07 +02:00
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