Commit Graph

42 Commits

Author SHA1 Message Date
uruk
8e03019731 AVALANCHE: Minor repairs in Avalanche and Trip. 2013-08-18 10:37:05 +02:00
uruk
50831c1901 AVALANCHE: Implement Trip::newspeed(). 2013-08-17 17:14:00 +02:00
uruk
31a165c700 AVALANCHE: Repair constants in Gyro, repair Lucerna::enterroom(), Trip::back_and_forth(), Trip::geida_procs(), Visa::talkto(). 2013-08-12 17:23:39 +02:00
uruk
626d8aa8c1 AVALANCHE: Implement switching between rooms (Trip::fliproom(), Lucerna::enterroom()), implement drawing multiple sprites to the screen (Trip::call_andexors()). 2013-08-09 03:02:28 +02:00
uruk
26b7333137 AVALANCHE: Repair parts of the scrolls system, implement the death of Avalot and almost everything connected to it. 2013-08-07 10:30:44 +02:00
uruk
5290eb9879 AVALANCHE: Repair Lucerna::draw_also_lines(). 2013-07-30 23:43:20 +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
ad7f8add4d AVALANCHE: Add tryDropdown() and _inputTextBackup to Parser, implement handleReturn(), stub tryDropdown() in Parser. 2013-07-28 10:46:46 +02:00
uruk
5fe090a38c AVALANCHE: Add comments in Graphics and Trip, repair functions in Trip. 2013-07-27 10:05:09 +02:00
uruk
ff1bc9e5a5 AVALANCHE: Get rid of Lucerna::mblit() and Lucerna::blitfix(). 2013-07-26 14:50:15 +02:00
uruk
63e7c5b3d1 AVALANCHE: Repair array indexes in Timeout and Trip. 2013-07-25 16:28:52 +02:00
uruk
6644905eac AVALANCHE: Fix cycle in Trip::trippancy_link(). 2013-07-25 12:33:03 +02:00
uruk
e5fb4e3866 AVALANCHE: Cosmetic modifications in triptype::walk(). 2013-07-24 21:18:51 +02:00
uruk
39dfddff1f AVALANCHE: Change class variables to pointers, update everything accordingly. 2013-07-24 19:43: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
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
043ded8185 AVALANCHE: Implement triptype::walk(). 2013-07-24 17:02:38 +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
uruk
9e15eee970 AVALANCHE: Modify Avalot::run() to don't exit after a single loop, comment out the error in getsettype::remember() until I find out why it is invoked. 2013-07-24 11:03:52 +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
ef77a84c83 AVALANCHE: Trip: repair triptype:init(), remove unnecessary data field from definition. 2013-07-19 23:36:00 +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
a2dfb3635f AVALANCHE: Implement/repair multiple functions in Trip. 2013-07-18 15:51:46 +02:00
uruk
c96ac1664a AVALANCHE: Repair build errors due to the introduction of _info in Trip::triptype. 2013-07-18 15:20:50 +02:00
uruk
251c4b0acb AVALANCHE: Revise Lucerna, remove a blank line in Trip. 2013-07-16 22:47:07 +02:00
uruk
1c95316924 AVALANCHE: Implement getsettype::remember(). 2013-07-16 11:11:31 +02:00
uruk
848860a5fb AVALANCHE: Trip: modify trptype::init(), minor modifications in other functions parameter lists. 2013-07-09 18:17:02 +02:00
uruk
2d4f710c9c AVALANCHE: Trip: implement triptype::init(). 2013-07-09 17:20:42 +02:00
uruk
8d03232cf8 AVALANCHE: Minor repair. 2013-07-03 14:05:06 +02:00
uruk
e27948a1a5 AVALANCHE: Minor repair in Trip, move initialization of the engine into the constructor. 2013-07-02 15:59:27 +02:00
Strangerke
539ce56124 AVALANCHE: Fix some more code formatting 2013-06-30 22:01:05 +02:00
Strangerke
63737c3878 Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/timeout2.cpp
	engines/avalanche/trip6.cpp
2013-06-30 14:14:31 +02:00
Strangerke
7c147c920f AVALANCHE: Fix code formatting 2013-06-30 14:10:33 +02:00
uruk
1d11268eb4 AVALANCHE: Reorganise includes. 2013-06-29 16:36:40 +02:00
uruk
cb9ec866ac AVALANCHE: Repair compilation, minor modifications. 2013-06-29 15:57:37 +02:00
uruk
c9baa8f456 AVALANCHE: Trip: replace namespace with class. 2013-06-29 10:13:02 +02:00
uruk
0a355ea368 AVALANCHE: Add Trippancy. 2013-06-27 12:13:00 +02:00