Commit Graph

37688 Commits

Author SHA1 Message Date
Nicola Mettifogo
122fde0775 Fixed leaks in parsing of examine and door zones.
svn-id: r48838
2010-04-28 22:13:02 +00:00
Willem Jan Palenstijn
ee63bf51bd Fix Nippon Safes test result label memory leak
svn-id: r48837
2010-04-28 21:50:54 +00:00
Willem Jan Palenstijn
e432c6d21a Add parallaction news
svn-id: r48836
2010-04-28 21:22:44 +00:00
Torbjörn Andersson
2b4093a41f Committed my proposed fix for bug #2970211 ("DRASCULA: missing german
translation"), after a brief discussion with Fingolfin to make sure I wasn't
doing something silly.

svn-id: r48833
2010-04-28 20:47:49 +00:00
Max Horn
1a1d99724a Fix for bug #2824840: ZAK: Crash when using the yellow crystal (Amiga version)
The problem was a double free that could occur in two places.
Also added some missing whitespaces.

svn-id: r48832
2010-04-28 20:18:56 +00:00
Vladimir Menshakov
cb17e00f0d added cd-version detection and cdlogo.res support
svn-id: r48831
2010-04-28 19:50:28 +00:00
Sven Hesse
89c0e30ddc Only draw letters that actually fit on the surface. Should fix bug #2992268 (Reproducible crash creating Intuition formula)
svn-id: r48829
2010-04-28 19:14:20 +00:00
Willem Jan Palenstijn
9793430e58 Fix a destruction order issue and note two remaining issues from the label fixes (r48811)
svn-id: r48827
2010-04-28 18:50:22 +00:00
Yotam Barnoy
5cb9f7ca2e PSP: added profiling support to custom makefile for ease of use
svn-id: r48826
2010-04-28 14:13:19 +00:00
Max Horn
2b6958995b correct indention
svn-id: r48822
2010-04-27 21:41:25 +00:00
Max Horn
460d69e885 COMMON: Move DebugChannel stuff into a new DebugMan singleton
svn-id: r48821
2010-04-27 21:40:52 +00:00
Max Horn
445dccd59b cleanup
svn-id: r48820
2010-04-27 21:39:43 +00:00
Arnaud Boutonné
8275b3e13b Fix warning using GCC 4.5
svn-id: r48819
2010-04-27 20:47:06 +00:00
Willem Jan Palenstijn
40525d1bb2 Fix warning
svn-id: r48818
2010-04-27 20:18:10 +00:00
Willem Jan Palenstijn
6f4063fd5f Fix warning
svn-id: r48817
2010-04-27 20:14:56 +00:00
Paul Gilbert
46c520f797 Added further timer method implementation. Also renamed some of the classes to match those of the original engine, based on the contents of various in-game error messages
svn-id: r48816
2010-04-27 11:23:27 +00:00
Paul Gilbert
03b229dcba Added note about Lure fix
svn-id: r48815
2010-04-27 11:14:25 +00:00
Paul Gilbert
eb4e7b4c77 Bugfix for making Goewin more smoothly follow player out of the caves
svn-id: r48813
2010-04-27 11:00:43 +00:00
Paul Gilbert
5a4df6fc95 Minor bugfix for the shop-keeper sequence when you're viewing through the 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 10:59:28 +00:00
Nicola Mettifogo
498d8000ca Fix bug 2969257 (labels) and hopefully plug all the leaks.
svn-id: r48811
2010-04-27 08:59:13 +00:00
Martin Kiewitz
7c26675ec1 SCI: fix regression from r48720, upscaled games that use view cursors crashed
svn-id: r48810
2010-04-26 21:01:05 +00:00
Johannes Schickel
38ad443165 Mention that we switched to the "fast" DOSBox OPL emulator for 1.2.0.
svn-id: r48809
2010-04-26 19:10:15 +00:00
Martin Kiewitz
78e85ce053 SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) later - fixes broken windows in sq1
svn-id: r48807
2010-04-26 15:30:32 +00:00
Martin Kiewitz
3f601f15bf SCI: changing comment slightly about setting signal selector in stopSound for SCI0
svn-id: r48806
2010-04-26 14:13:38 +00:00
Martin Kiewitz
98ae0f8218 SCI: also set signal selector when stopping sounds for SCI0 as well - fixes sq3 freeing 2 guys from andromeda endless loop
svn-id: r48805
2010-04-26 14:11:30 +00:00
Yotam Barnoy
6ccdb3cba0 PSP: Added support for profiling using configure:
svn-id: r48804
2010-04-26 12:12:42 +00:00
Yotam Barnoy
20c0710db9 Modified configure to support PSP profiling
svn-id: r48803
2010-04-26 12:11:19 +00:00
Max Horn
516fd1dc76 PSP: Cleanup trace.h a bit
svn-id: r48802
2010-04-26 10:28:38 +00:00
Gregory Montoir
4decff1a92 fix missing sound effects during introduction with non French versions.
svn-id: r48801
2010-04-25 21:53:27 +00:00
Gregory Montoir
8260919bad get rid of global Box objects and remove obsoleted PALMOS_ARM defines.
svn-id: r48800
2010-04-25 21:53:09 +00:00
Martin Kiewitz
f334ecfa34 SCI: green buttons for sci0early implemented
svn-id: r48799
2010-04-25 20:48:59 +00:00
Martin Kiewitz
3005fffe78 SCI: draw a black line between titlebar and actual window content for SCI0, also replaced hardcoded white value (255) with screen specific value
svn-id: r48798
2010-04-25 19:49:10 +00:00
Martin Kiewitz
cc4bd9bf1c SCI: changing setFont() call logic inside textedit controls to save 2 setFont() calls
svn-id: r48797
2010-04-25 16:47:14 +00:00
Martin Kiewitz
14ac9b54a0 SCI: we check for enough space, before adding pressed characters in textedit controls
svn-id: r48796
2010-04-25 16:43:16 +00:00
Martin Kiewitz
c893ba1508 SCI: replaced value with constant when checking if controls are selected
svn-id: r48795
2010-04-25 15:44:11 +00:00
Martin Kiewitz
482e89ea9f SCI: reset cursor state when kDrawControl gets called on textedit controls, fixes cursor placement issues
svn-id: r48794
2010-04-25 15:20:52 +00:00
Yotam Barnoy
731a9eda68 PSP: A couple of small fixes to the debugging support
svn-id: r48793
2010-04-25 15:14:57 +00:00
Yotam Barnoy
f036b6b9d2 PSP:Implemented fingolfin's suggestion for cleaning up debugging code
svn-id: r48792
2010-04-25 15:12:24 +00:00
Martin Kiewitz
aaaab9ec34 SCI: fix regression of r48659 - now calculating menu width and splitting text on kernelDrawMenuBar() as well - fixes menu not displaying all the time in hoyle 1&2
svn-id: r48791
2010-04-25 09:35:34 +00:00
Walter van Niftrik
725fb248ea SCI: Don't error() out when autodetection fails
svn-id: r48790
2010-04-24 22:02:31 +00:00
Martin Kiewitz
194bdd9b83 SCI: reverting r48787 port updates were actually introduced (heard that 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 21:45:17 +00:00
Martin Kiewitz
8f9dd90a87 SCI: add show_map command to debug help again (must have been lost some time due cleanup from old graphics code)
svn-id: r48788
2010-04-24 20:49:19 +00:00
Martin Kiewitz
cbd8faa82e SCI: r48786 port updates were actually introduced during SCI01, qfg2 and 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 20:41:26 +00:00
Martin Kiewitz
0422560c5c SCI: beginUpdate()/endUpdate() of ports were introduced inside kAnimate() in SCI01 - fixes percentage bar not showing up in qfg1ega
svn-id: r48786
2010-04-24 20:08:03 +00:00
Martin Kiewitz
61a57f53e5 SCI: added special comments about r48784
svn-id: r48785
2010-04-24 16:09:17 +00:00
Martin Kiewitz
eb048f48b8 SCI: changing GetLongest() on kanji (again) hopefully it's now working as in sierra sci :P
svn-id: r48784
2010-04-24 15:50:23 +00:00
Walter van Niftrik
b6c92b90b6 SCI: Fix regression in locals init for re-used segments
svn-id: r48783
2010-04-24 14:10:52 +00:00
Martin Kiewitz
ca93a6ce9c SCI: document skipping over breaking spaces done in r48781
svn-id: r48782
2010-04-24 12:53:14 +00:00
Martin Kiewitz
02b9b10199 SCI: change the way we handle breaking spaces based on how sierra sci does it, revert r48778/r48779
svn-id: r48781
2010-04-24 12:49:22 +00:00
Martin Kiewitz
666fefc79d SCI: first byte of resource patch must have 0x80 added to the resource type, otherwise sierra sci0+ interpreter won't accept the file, fixing this on debug export function
svn-id: r48780
2010-04-24 11:59:19 +00:00