Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-30 | Added proper names for some of the previous unknown timer fields, and ↵ | Paul Gilbert | |
bugfixes for the sequence list methods svn-id: r48875 | |||
2010-04-29 | Silence gcc warnings. | Matthew Hoops | |
svn-id: r48858 | |||
2010-04-29 | SCI: remove unneeded #includes from resource.cpp | Martin Kiewitz | |
svn-id: r48857 | |||
2010-04-29 | SCI: audio compression support | Martin Kiewitz | |
svn-id: r48856 | |||
2010-04-29 | Fixed a glitch when a one-word text (e.g. "TOTENKOPF" in the first room, when | Torbjörn Andersson | |
playing the German translation) doesn't fit on the screen at the desired position. svn-id: r48850 | |||
2010-04-28 | Make sure dialogue manager is destroyed on quit. | Nicola Mettifogo | |
svn-id: r48847 | |||
2010-04-28 | Make sure walk coordinate are valid before checking path buffer. | Nicola Mettifogo | |
svn-id: r48846 | |||
2010-04-28 | Fix uninitialized variable | Willem Jan Palenstijn | |
svn-id: r48844 | |||
2010-04-28 | CINE: Get rid of some global constructor uses | Max Horn | |
svn-id: r48843 | |||
2010-04-28 | SAGA: Avoid global constructor for pieceOrigins array | Max Horn | |
svn-id: r48842 | |||
2010-04-28 | TINSEL: Avoid global constructor for clickPos | Max Horn | |
svn-id: r48841 | |||
2010-04-28 | Initialize _requested*ScrollDir variables in constructor. | Nicola Mettifogo | |
svn-id: r48840 | |||
2010-04-28 | Fix uninitialized variables | Willem Jan Palenstijn | |
svn-id: r48839 | |||
2010-04-28 | Fixed leaks in parsing of examine and door zones. | Nicola Mettifogo | |
svn-id: r48838 | |||
2010-04-28 | Fix Nippon Safes test result label memory leak | Willem Jan Palenstijn | |
svn-id: r48837 | |||
2010-04-28 | Committed my proposed fix for bug #2970211 ("DRASCULA: missing german | Torbjörn Andersson | |
translation"), after a brief discussion with Fingolfin to make sure I wasn't doing something silly. svn-id: r48833 | |||
2010-04-28 | Fix for bug #2824840: ZAK: Crash when using the yellow crystal (Amiga version) | Max Horn | |
The problem was a double free that could occur in two places. Also added some missing whitespaces. svn-id: r48832 | |||
2010-04-28 | added cd-version detection and cdlogo.res support | Vladimir Menshakov | |
svn-id: r48831 | |||
2010-04-28 | Only draw letters that actually fit on the surface. Should fix bug #2992268 ↵ | Sven Hesse | |
(Reproducible crash creating Intuition formula) svn-id: r48829 | |||
2010-04-28 | Fix a destruction order issue and note two remaining issues from the label ↵ | Willem Jan Palenstijn | |
fixes (r48811) svn-id: r48827 | |||
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn | |
svn-id: r48821 | |||
2010-04-27 | Fix warning using GCC 4.5 | Arnaud Boutonné | |
svn-id: r48819 | |||
2010-04-27 | Fix warning | Willem Jan Palenstijn | |
svn-id: r48818 | |||
2010-04-27 | Fix warning | Willem Jan Palenstijn | |
svn-id: r48817 | |||
2010-04-27 | Added further timer method implementation. Also renamed some of the classes ↵ | Paul Gilbert | |
to match those of the original engine, based on the contents of various in-game error messages svn-id: r48816 | |||
2010-04-27 | Bugfix for making Goewin more smoothly follow player out of the caves | Paul Gilbert | |
svn-id: r48813 | |||
2010-04-27 | Minor bugfix for the shop-keeper sequence when you're viewing through the ↵ | Paul Gilbert | |
window - it was supposed to check whether Gwyn, rather than Goewin, is not in the room before sticking his fingers in his ears svn-id: r48812 | |||
2010-04-27 | Fix bug 2969257 (labels) and hopefully plug all the leaks. | Nicola Mettifogo | |
svn-id: r48811 | |||
2010-04-26 | SCI: fix regression from r48720, upscaled games that use view cursors crashed | Martin Kiewitz | |
svn-id: r48810 | |||
2010-04-26 | SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ↵ | Martin Kiewitz | |
later - fixes broken windows in sq1 svn-id: r48807 | |||
2010-04-26 | SCI: changing comment slightly about setting signal selector in stopSound ↵ | Martin Kiewitz | |
for SCI0 svn-id: r48806 | |||
2010-04-26 | SCI: also set signal selector when stopping sounds for SCI0 as well - fixes ↵ | Martin Kiewitz | |
sq3 freeing 2 guys from andromeda endless loop svn-id: r48805 | |||
2010-04-25 | fix missing sound effects during introduction with non French versions. | Gregory Montoir | |
svn-id: r48801 | |||
2010-04-25 | get rid of global Box objects and remove obsoleted PALMOS_ARM defines. | Gregory Montoir | |
svn-id: r48800 | |||
2010-04-25 | SCI: green buttons for sci0early implemented | Martin Kiewitz | |
svn-id: r48799 | |||
2010-04-25 | SCI: draw a black line between titlebar and actual window content for SCI0, ↵ | Martin Kiewitz | |
also replaced hardcoded white value (255) with screen specific value svn-id: r48798 | |||
2010-04-25 | SCI: changing setFont() call logic inside textedit controls to save 2 ↵ | Martin Kiewitz | |
setFont() calls svn-id: r48797 | |||
2010-04-25 | SCI: we check for enough space, before adding pressed characters in textedit ↵ | Martin Kiewitz | |
controls svn-id: r48796 | |||
2010-04-25 | SCI: replaced value with constant when checking if controls are selected | Martin Kiewitz | |
svn-id: r48795 | |||
2010-04-25 | SCI: reset cursor state when kDrawControl gets called on textedit controls, ↵ | Martin Kiewitz | |
fixes cursor placement issues svn-id: r48794 | |||
2010-04-25 | SCI: fix regression of r48659 - now calculating menu width and splitting ↵ | Martin Kiewitz | |
text on kernelDrawMenuBar() as well - fixes menu not displaying all the time in hoyle 1&2 svn-id: r48791 | |||
2010-04-24 | SCI: Don't error() out when autodetection fails | Walter van Niftrik | |
svn-id: r48790 | |||
2010-04-24 | SCI: reverting r48787 port updates were actually introduced (heard that ↵ | Martin Kiewitz | |
before) in SCI1. I used the outdated wiki before and that one lists qfg2 and xmas90ega being SCI01. They are actually SCI1 svn-id: r48789 | |||
2010-04-24 | SCI: add show_map command to debug help again (must have been lost some time ↵ | Martin Kiewitz | |
due cleanup from old graphics code) svn-id: r48788 | |||
2010-04-24 | SCI: r48786 port updates were actually introduced during SCI01, qfg2 and ↵ | Martin Kiewitz | |
xmas90ega only. We enable port updates only for non-multilingual SCI01 games now - fixes percentage bar for qfg1 japanese as well svn-id: r48787 | |||
2010-04-24 | SCI: beginUpdate()/endUpdate() of ports were introduced inside kAnimate() in ↵ | Martin Kiewitz | |
SCI01 - fixes percentage bar not showing up in qfg1ega svn-id: r48786 | |||
2010-04-24 | SCI: added special comments about r48784 | Martin Kiewitz | |
svn-id: r48785 | |||
2010-04-24 | SCI: changing GetLongest() on kanji (again) hopefully it's now working as in ↵ | Martin Kiewitz | |
sierra sci :P svn-id: r48784 | |||
2010-04-24 | SCI: Fix regression in locals init for re-used segments | Walter van Niftrik | |
svn-id: r48783 | |||
2010-04-24 | SCI: document skipping over breaking spaces done in r48781 | Martin Kiewitz | |
svn-id: r48782 |