Commit Graph

57303 Commits

Author SHA1 Message Date
uruk
e36d90f8b8 AVALANCHE: Repair Lucerna::callverb(). 2013-08-26 09:54:40 +02:00
uruk
f2049db1db AVALANCHE: Repair array indexes in Trip. 2013-08-26 09:47:39 +02:00
uruk
762e91218d AVALANCHE: Repair array indexes in Timeout. 2013-08-26 09:14:27 +02:00
uruk
6df55520b7 AVALANCHE: Implement Acci::exampers(). Repair Avalot::setup(). 2013-08-25 18:05:02 +02:00
uruk
26d2e1bd18 AVALANCHE: Fix array indexes in Acci::do_that(), upgrade Lucerna::enterroom(). 2013-08-25 17:38:22 +02:00
uruk
f729e9e848 AVALANCHE: Repair Acci::wordnum(). 2013-08-25 17:10:29 +02:00
uruk
f4824986ec AVALANCHE: Repair Lucerna::bearing(). 2013-08-25 13:52:05 +02:00
uruk
29f159b3ac AVALANCHE: Implement/repair Acci::do_that() and (almost) everything connected to it. 2013-08-25 13:25:50 +02:00
uruk
c19b50b3f4 AVALANCHE: Upgrade Trip::infield(), update the rest of the code accordingly. Repair Trip::neardoor(). Introduce Parser::handleFunctionKey(), partially implement it. Implement Gyro::f5_does(). Implement missing part of Lucerna::enterroom(). 2013-08-23 16:58:22 +02:00
uruk
38c51209a4 AVALANCHE: Upgrade Trip::apped(). Update rest of the code to call it and the previously upgraded Celer::show_one() properly. 2013-08-23 16:03:06 +02:00
uruk
90da6c5e6c AVALANCHE: Repair Acci::do_that(), Gyro::getname(), Lucerna::find_people(), triptype::walkto(). 2013-08-23 14:56:56 +02:00
uruk
457d898ff3 AVALANCHE: Upgrade Lucerna::enterroom(). Add r__yourhall to roomnums.h, handle it's cases in Lucerna:enterroom() and Trip::open_the_door(). Remove unnecessary typecasts in Celer::pics_link(), upgrade Celer::show_one(). Introduce Graphics::refreshBackground(), use it where needed. 2013-08-23 11:33:37 +02:00
uruk
dbd330bf2f AVALANCHE: Rename special() to openBox() in Acci, implement it. 2013-08-21 20:20:42 +02:00
uruk
c43373f7ae AVALANCHE: Implement opening of doors. Rethink a bit the graphics and the timer system to do so. 2013-08-21 18:01:31 +02:00
uruk
44f7802777 AVALANCHE: Rename Gyro::reloaded to Gyro::isLoaded. Repair a bug in the original engine regarding timing of animations/scrolls/etc. when loading a savegame using this variable. 2013-08-21 13:45:22 +02:00
uruk
f8796e720e AVALANCHE: Add thumbnail support and version tracking to the saving/loading system. Repair Trip::trippancy_link(). 2013-08-20 21:26:23 +02:00
uruk
aab3930779 AVALANCHE: Implement loading from the Launcher. Upgrade saveGame(), loadGame() in, add expandDate() to AvalancheEngine. Revise Avalot::setup(). Repair Lucerna::load() and triptype::init(). 2013-08-20 19:23:24 +02:00
uruk
f9047bb83d AVALANCHE: Repair synchronize() and loadGame(), update canSaveGameStateCurrently() and canLoadGameStateCurrently() in AvalancheEngine. 2013-08-20 13:37:14 +02:00
uruk
52c07d08c0 AVALANCHE: AvalancheEngine: Revise synchronize(), saveGame(), loadGameState(). Add loadGame(). Rename generateSaveFileName() to getSaveFileName(). AvalancheMetaEngine: Add listSaves() and removeSaveState(). 2013-08-19 21:14:21 +02:00
uruk
99b4b12b1c AVALANCHE: Add AvalancheEngine::synchronize(), AvalancheEngine::generateSaveFileName(), AvalancheEngine::saveGame(). 2013-08-19 18:18:02 +02:00
uruk
b591434940 AVALANCHE: Add saving/loading during run time. 2013-08-18 15:08:32 +02:00
uruk
c4891ace82 AVALANCHE: Repair Acci::do_that(), remove comments from Lucerna::topcheck(). 2013-08-18 11:35:36 +02:00
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
6555d7d5db AVALANCHE: Repair Scrolls::drawscroll(). 2013-08-17 16:54:23 +02:00
uruk
87159b9639 AVALANCHE: Implement the rest of Lucerna::checkclick() and everything connected to it. (Except sounds.) 2013-08-17 15:07:02 +02:00
uruk
84bf98c9e5 AVALANCHE: Repair Avalot::handleKeyDown(), add comments to parser.h. 2013-08-17 13:45:15 +02:00
uruk
27d7ae56a6 AVALANCHE: Repair Lucerna::verte(). 2013-08-16 23:29:03 +02:00
uruk
05f3838b16 AVALANCHE: Partially implement Lucerna::checkclick(), upgrade other parts of the code during the process. Repair Gyro::load_a_mouse(). 2013-08-16 23:02:53 +02:00
uruk
2bcca8a0dd AVALANCHE: Remove multiple definition. (Already defined in Graphics.) 2013-08-16 19:29:11 +02:00
uruk
4430e435d8 AVALANCHE: Upgrade Scrolls::normscroll(). 2013-08-16 19:24:40 +02:00
uruk
dc1e9022b1 AVALANCHE: Add AvalancheEngine::getMousePos(), remove Gyro::hopto(), implement Scrolls::dodgem() and Scrolls::undodgem(). 2013-08-16 17:29:22 +02:00
uruk
5e2627542a AVALANCHE: Remove functions connected to mouse handling from Gyro, remove Lucerna::flip_page(). 2013-08-16 13:56:29 +02:00
uruk
d860bc5925 AVALANCHE: Remove Gyro::on_virtual(), Gyro::off_virtual(), Gyro::super_off(), Gyro::super_on(). Replace their calls with CursorMan.showMouse(). 2013-08-16 13:40:58 +02:00
uruk
1f751ff157 AVALANCHE: Stub Gyro::super_off() and Gyro::super_on(). 2013-08-16 13:00:00 +02:00
uruk
681fe7029a AVALANCHE: Remove useless parts/comments from Gyro, replace some comments in it. 2013-08-16 12:52:34 +02:00
uruk
ea65a86678 AVALANCHE: Implement Gyro::load_a_mouse(), some cosmetic correction in Gyro. 2013-08-16 12:21:37 +02:00
uruk
fde5508502 AVALANCHE: Rename variables in Graphics::drawSprite(). 2013-08-15 21:55:47 +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
24312c45f8 AVALANCHE: Repair Scrolls::say(). 2013-08-12 14:50:05 +02:00
uruk
2bbf25e948 AVALANCHE: Repair Scrolls::bubble(). 2013-08-12 14:27:36 +02:00
uruk
670c7c4863 AVALANCHE: Repair Scrolls::bubble() and Visa::talkto(). 2013-08-12 14:17:42 +02:00
uruk
20c2a756b2 AVALANCHE: Add typecasts to Acci::parse(), repair Scrolls::calldrivers() and Acci::personshere(). 2013-08-12 13:53:18 +02:00
uruk
caed4470f1 AVALANCHE: Implement Acci::personshere(), Visa::talkto(), make control-constants in Scrolls public. 2013-08-12 13:28:28 +02:00
uruk
d8798e978a AVALANCHE: Repair Graphics::drawText() and Scrolls::say(). 2013-08-12 12:52:17 +02:00
uruk
14076ad0e9 AVALANCHE: Remove unnecessary comments from Avalot::setup(). 2013-08-11 22:07:42 +02:00
uruk
960c8b2630 AVALANCHE: Improve comments in Scrolls::bubble(). 2013-08-11 15:06:57 +02:00
uruk
6a187a04ee AVALANCHE: Finish implementation of Scrolls::bubble(). 2013-08-11 14:59:53 +02:00
uruk
698dae201a AVALANCHE: Introduce Graphics::drawText(). Rename raw to fontType, move it from Gyro to Graphics. Update the rest of the code using these two. Simplifying underlining of characters in Parser and Dropdown. 2013-08-11 14:06:15 +02:00
uruk
ee6119d07f AVALANCHE: Repair Timeout::lose_timer(). 2013-08-11 02:06:11 +02:00