Commit Graph

57275 Commits

Author SHA1 Message Date
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
uruk
c519ea0aa2 AVALANCHE: Remove unnecessary consts from Graphics. 2013-08-11 00:29:48 +02:00
uruk
a41736e698 AVALANCHE: Introduce Graphics::drawTriangle(), use it in Scrolls::bubble(). Modify Graphics::drawPieSlice(), update functions using it accordingly. 2013-08-11 00:21:15 +02:00
uruk
288abffafa AVALANCHE: Repair Visa::unskrimble() and Scrolls::calldrivers(). 2013-08-09 15:42:10 +02:00
uruk
1443d8ce16 AVALANCHE: Repair Lucerna::enterroom(), Lucerna::put_geida_at(), broaden Roomnums. 2013-08-09 13:21:57 +02:00
uruk
2a6d70cfb8 AVALANCHE: Repair Acci::parse(). 2013-08-09 12:37:35 +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
ad199c4929 AVALANCHE: Repair Graphics::drawArc(). 2013-08-08 21:40:41 +02:00
uruk
ae2d657dc6 AVALANCHE: Update comments connected to Graphics::drawArc(). 2013-08-08 12:24:37 +02:00
uruk
44ec5b68b5 AVALANCHE: Repair Graphics::drawArc(), update Scrolls::drawscroll() accordingly. 2013-08-08 04:05:27 +02:00
uruk
59ff20b32c AVALANCHE: Implement the clock in Lucerna, upgrade Graphics::drawArc() to work in synergy with that. 2013-08-08 03:59:29 +02:00
uruk
c182d28b02 AVALANCHE: Introduce Graphics::drawPieSlice(), use it in Scrolls::drawscroll(). 2013-08-08 00:57:10 +02:00
uruk
84bf0984b0 AVALANCHE: Introduce Graphics::drawArc(), use it in Scrolls::drawscroll(). 2013-08-07 23:51:12 +02:00
uruk
84aac3e49b AVALANCHE: Rework Scrolls::normscroll(). 2013-08-07 10:37:59 +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
bd516f4244 AVALANCHE: Implement Scrolls::say(). Introduce Graphics::_scrolls, implement Scrolls::normscroll() and update Scrolls::drawscroll() using it. 2013-08-06 01:17:44 +02:00
uruk
532306f8cb AVALANCHE: Introduce AvalancheEngine::getEvent(). 2013-08-06 01:13:25 +02:00
uruk
a971cf3a39 AVALANCHE: Implement Scrolls::say(). 2013-08-05 17:35:17 +02:00
uruk
ba00b2a7d9 AVALANCHE: Mostly cosmetic modifications in Visa, stub Timeout::arkata_shouts() until dixi() works, partially implement Scrolls::say(). 2013-08-05 15:25:44 +02:00
uruk
15f6ba8b2a AVALANCHE: Introduce _screen in Graphics. 2013-08-05 12:19:10 +02:00
uruk
1956ca280b AVALANCHE: Repair Logger::log_scrollchar(), cosmetic corrections in Scrolls and Timeout. 2013-08-04 21:48:11 +02:00
uruk
471933a3fd AVALANCHE: Remove comment from Graphics, partially implement Scrolls::drawscroll(), repair Scrolls::solidify(), broaden scrolls2.h. 2013-08-04 12:54:11 +02:00
uruk
832a11a2ba AVALANCHE: Repair Scrolls::resetscroll() and Scrolls::calldrivers(). 2013-08-02 14:15:36 +02:00
uruk
9660c1a566 AVALANCHE: Add some constatns to Scolls, implement Scrolls::calldrivers(), Scrolls::solidify() and Scrolls::strip(). 2013-08-02 13:17:50 +02:00
uruk
544cf37757 AVALANCHE: Move strf() from Avalanche to Gyro. 2013-08-02 12:18:01 +02:00
uruk
599aa9a063 AVALANCHE: Move pos() from Acci to Parser, update other code accordingly. 2013-08-01 12:13:44 +02:00
uruk
d66feb32a0 AVALANCHE: Implement rest of Acci::do_that(). 2013-08-01 11:15:59 +02:00
uruk
5290eb9879 AVALANCHE: Repair Lucerna::draw_also_lines(). 2013-07-30 23:43:20 +02:00
uruk
6ffcb714af AVALANCHE: Broaden Avalot::handleKeyDown(). 2013-07-30 22:25:04 +02:00