Eugene Sandulenko
3bd3431ad4
FULLPIPE: Remove C* prefixes from interaction classes
2013-09-18 19:39:53 +04:00
Eugene Sandulenko
f70b737ad9
FULLPIPE: Remove C* prefixes in utils.cpp
2013-09-18 19:39:53 +04:00
Eugene Sandulenko
5d25dd3b36
FULLPIPE: Remove C* prefixes from motion classes
2013-09-18 19:39:53 +04:00
Strangerke
edc1477741
AVALANCHE: Remove index hack used for mouse pointer (Pascal to C conversion)
2013-09-18 08:07:20 +02:00
Strangerke
9ba81f6097
AVALANCHE: move some engine init instructions to Gyro
2013-09-18 08:00:30 +02:00
Strangerke
8be433b960
AVALANCHE: Rename DropDown into Menu, add some access functions
2013-09-18 07:47:52 +02:00
Paul Gilbert
c6ef07f651
TSAGE: Fixes and renaming for the R2R inventory list
2013-09-17 22:52:58 -04:00
Paul Gilbert
7b50481082
TSAGE: Fixes and renaming for R2R Hall of Records and Crevasse
2013-09-17 21:31:33 -04:00
Strangerke
7790b4cc5b
AVALANCHE: Janitorial - Clean up misc style glitches
2013-09-18 00:05:14 +02:00
m-kiewitz
ed865856dc
SCI: PQ1 script patch, fixes gun locker crash
...
fixes bug #3303802 / bug #3036933
2013-09-17 23:27:02 +02:00
Thierry Crozat
4132a3b9c1
CONFIGURE: Better default for static lib prefix on OSX
...
Instead of always assuming /sw (i.e. fink) it should now also pick up
the macports prefix or /usr/local depending on which one exists.
Of course this can still be overwritten with --with-staticlib-prefix
2013-09-17 21:54:58 +01:00
Eugene Sandulenko
eeac2c0c4f
FULLPIPE: Implement CMovGraph_messageHandler()
2013-09-18 00:00:58 +04:00
m-kiewitz
32d28c9f7a
SCI: script patch for larry 2 - fixes no points granted when wearing parachute - was a sierra script bug - fixes bug #3614419
2013-09-17 21:58:05 +02:00
RichieSams
d06c64d076
ZVISION: Append chars to a Common::String object instead of using a static buffer
2013-09-17 11:05:49 -05:00
RichieSams
6148a0a878
ZVISION: Add a check against reading newer save game versions
2013-09-17 11:04:41 -05:00
RichieSams
6664f31ed2
ZVISION: Convert the current save version to a const
2013-09-17 11:03:49 -05:00
Filippos Karapetis
9534ee0152
NEVERHOOD: Slight cleanup in Module2800::updateScene()
2013-09-17 11:48:18 +03:00
RichieSams
5ec472ae2f
ZVISION: Add version support for save files
2013-09-16 22:10:26 -05:00
Paul Gilbert
c0da007c7a
TSAGE: Bugfixes and renaming for entering ARM hanger, and more for Spill Mountains
2013-09-16 23:06:29 -04:00
Paul Gilbert
615f352576
TSAGE: Fixes and renaming for R2R forest
2013-09-16 21:40:41 -04:00
Matthew Hoops
b882939141
GROOVIE: Fix ROQ JPEG decoding
2013-09-16 20:56:59 -04:00
Matthew Hoops
d9e6617818
BUILD: Fix Mac OS X static build with libjpeg
2013-09-16 20:41:50 -04:00
Johannes Schickel
856da53e8b
DEVTOOLS: Adapt create_project for libjpeg support.
...
The library name of the static library is based on what libjpeg-turbo uses
which should be fine for Windows at least.
Untested except for compilation of create_project.
2013-09-17 02:35:16 +02:00
Filippos Karapetis
783aa9977c
NEVERHOOD: Implement the music toggle menu button
2013-09-17 03:27:12 +03:00
Filippos Karapetis
c1226b7d4a
NEVERHOOD: Split the code that stops all music and sound effects
2013-09-17 03:27:11 +03:00
Johannes Schickel
5fa6bb238d
BASE: Add feature string for libpng support.
2013-09-17 02:19:51 +02:00
Johannes Schickel
eb84a918f0
BASE: Add feature string for libjpeg support.
2013-09-17 02:19:51 +02:00
Johannes Schickel
960320ddb7
BUILD: Disable Full Pipe engine by default.
...
The engine is still WIP and should not be enabled yet.
2013-09-17 02:19:44 +02:00
Johannes Schickel
46a69c89f4
Merge pull request #376 from lordhoto/libjpeg
...
GRAPHICS: Implement JPEGDecoder based on libjpeg.
2013-09-16 17:10:57 -07:00
Strangerke
6e08f55160
AVALANCHE: Review all for statements
2013-09-16 22:57:38 +02:00
m-kiewitz
ce63a32510
SCI: QfG1VGA: script patch to fix a typo in a Sierra script -> looking at a cheetaur returned the text for saurus rex, fixes bug #3604943
2013-09-16 21:07:49 +02:00
Strangerke
68533445a0
AVALANCHE: Index conversion related to drawBackgroundSprite()
2013-09-16 20:20:37 +02:00
Strangerke
7f26871be1
AVALANCHE: Remove dead code
2013-09-16 20:20:34 +02:00
Johannes Schickel
4063de4070
GRAPHICS: Add some paranoia asserts in JPEGDecoder.
2013-09-16 19:54:19 +02:00
Johannes Schickel
4809294b43
GRAPHICS: Make JPEGDecoder request RGB output from libjpeg by default.
...
This fixes loading of JPEG files which contain RGB color space instead of YUV.
It is a pretty odd extension of JPEG files by Adobe which is indicated by this:
http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/JPEG.html#Adobe
To still support Groovie's need for YUV data I added some possibility to
request direct YUV output.
2013-09-16 19:54:19 +02:00
uruk
fe72db6c85
AVALANCHE: Make Graphics::drawPicture more safe. Fix an index-bug regarding Gyro::_objectList.
2013-09-16 16:18:02 +02:00
Johannes Schickel
ac66cc9219
GRAPHICS: Implement JPEGDecoder based on libjpeg.
2013-09-16 15:55:36 +02:00
uruk
5f6fc0de6b
AVALANCHE: Remove unnecessary error() call.
2013-09-16 14:36:30 +02:00
uruk
3f19e7a0fb
AVALANCHE: Repair exit condition of the main loop.
2013-09-16 14:10:31 +02:00
Eugene Sandulenko
79dd327411
FULLPIPE: Fix cheat codes. Bug in original?
2013-09-16 10:48:47 +03:00
RichieSams
b5c762168e
Merge branch 'master' into zvision
2013-09-16 00:46:19 -05:00
RichieSams
a0a67a2d47
ZVISION: Partially implement InputControl
2013-09-16 00:17:27 -05:00
RichieSams
4af62cfd3a
ZVISION: Register the "fonts" directory with SearchMan
2013-09-16 00:17:27 -05:00
RichieSams
035ee29f1d
ZVISION: Initialize StringManager
2013-09-16 00:17:26 -05:00
RichieSams
0c28fbca7c
ZVISION: Remove extraneous empty line
2013-09-16 00:17:25 -05:00
RichieSams
ff5b7ba2a8
ZVISION: Draw string to 0, 0 instead of destX, destY
2013-09-16 00:17:25 -05:00
RichieSams
2b60cc8a0c
ZVISION: Test for file.open() success before continuing with font loading
2013-09-16 00:17:24 -05:00
RichieSams
c7e2bdd2b2
ZVISION: Remove extraneous function
2013-09-16 00:17:24 -05:00
RichieSams
a2c36a16b5
ZVISION: Fix parseTag font name logic
2013-09-16 00:17:15 -05:00
RichieSams
d59cf9fda6
ZVISION: Convert StringManager::parseStr to use readWideLine()
2013-09-16 00:10:35 -05:00