Age | Commit message (Collapse) | Author |
|
svn-id: r52700
|
|
svn-id: r52699
|
|
svn-id: r52698
|
|
This is only a temporary solution, to be replaced by a proper .FON
handling. Hugo 2 and 3 (dos) now start.
svn-id: r52697
|
|
svn-id: r52696
|
|
the new commands were meant for castle/brain hangman puzzle patch, but the patch didn't work well, so I removed it. Still the commands could/should come in handy
svn-id: r52695
|
|
svn-id: r52694
|
|
We can't just set the lockers of script 0 to 1, as at that point
the objects associated with the script are marked to be deleted,
thus we need to reload the script
svn-id: r52693
|
|
svn-id: r52692
|
|
This fix Fix bug #3064918 GUI: Save and Load button not translated in
cruise
svn-id: r52691
|
|
svn-id: r52690
|
|
_frameRate is now stored using Common::Rational instead of uint32.
svn-id: r52689
|
|
investigation and a proper fix post-release
svn-id: r52688
|
|
svn-id: r52686
|
|
svn-id: r52685
|
|
svn-id: r52684
|
|
I also changed the english text for the GUI Renderer items in 1x mode
as the text was tool long and cut.
svn-id: r52683
|
|
svn-id: r52682
|
|
svn-id: r52681
|
|
Specifically, the bugs in operators - and / for mixed Rational/int args,
fixed in rev #52675, are tested for.
svn-id: r52680
|
|
svn-id: r52679
|
|
The change to the spanish translation fixes bug #3063423
svn-id: r52678
|
|
Also update the Italian and French translations.
svn-id: r52677
|
|
Fixes Colonel's Bequest inventory formatting.
svn-id: r52676
|
|
svn-id: r52675
|
|
svn-id: r52674
|
|
svn-id: r52673
|
|
Add a workaround to avoid a crash when failing the protection check
This only applies for the 2nd protection screen in the Hebrew version
which is used when the intro is not skipped
svn-id: r52672
|
|
PICT images of <8bpp are now supported and paletted images now work when the PixelFormat passed is not 1Bpp.
svn-id: r52671
|
|
svn-id: r52670
|
|
reinitializes puzzle each time its shown. Fixes save/restore bug in that room, bug #3063510
svn-id: r52668
|
|
- Renamed the debug command "resource_size" to "resource_info", as it now provides
the location of where a specified resource is found (i.e. the resource.xxx file, or
the file name itself, if the resource is a patch)
- "duskdump" shows the original location of dumped resources
- loadResource() now shows the location of files that couldn't be loaded
svn-id: r52667
|
|
svn-id: r52666
|
|
svn-id: r52665
|
|
and map kOnMe for SCI2 to kIsOnMe, remove commented out hacks. fix signatures for those 2 functions, added TODO - someone should fix the SCI32 signatures
svn-id: r52664
|
|
Don't display the message twice and now we use the filename in the message.
svn-id: r52663
|
|
svn-id: r52662
|
|
The marbles are currently drawn, and you can pick them up, but you can not place them on the grid yet.
svn-id: r52661
|
|
- Added the kernel names for all unimplemented kernel debug functions, and mapped
them all to kDummy, so that the kernel tables are correct and all kernel
functions are mapped (useful for debugging)
- Added a stub for kWinHelp (normally opens an external Windows help file), with
an appropriate dialog
- Added a stub for kWinDLL, which currently errors out on purpose (this needs to
be investigated, as it loads and uses external Windows DLLs)
- Readded kListIndexOf in kList (the signature was wrong when the previous commit
was made)
svn-id: r52660
|
|
This fixes detection issues with a noexec /tmp (bug #3009167),
and matches what autoconf does. There should be no need to
randomize temp file names in the build dir.
svn-id: r52659
|
|
svn-id: r52658
|
|
svn-id: r52657
|
|
Run instructions to copy engine data only if there is really some
datafiles to copy for the built engines.
svn-id: r52656
|
|
svn-id: r52655
|
|
Glossary seems to work now.
svn-id: r52654
|
|
export
svn-id: r52653
|
|
- Mark several SCI2/2.1 kernel functions used for debugging as dummy
- Added an empty function for kSetWindowsOption, used for settings specific to
Windows versions (e.g. showing/hiding the title bar)
- Added a stub for kGetWindowsOption (currently returning 0 to a Windows related
option for Phantasmagoria)
svn-id: r52652
|
|
fixes glossary in pepper, bug #3040039
svn-id: r52651
|
|
the actual support was already there due to extensive code sharing
w/SCI0, so only modifying signatures here
svn-id: r52650
|
|
svn-id: r52649
|