Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-09 | ZVISION: Provide a better description for the double FPS game option | Filippos Karapetis | |
2015-01-08 | VIDEO: Add MPEG-PS demuxer | Matthew Hoops | |
For use with ZVision and later MADE | |||
2015-01-08 | ZVISION: Also handle paths in NEMESIS.ZIX for the DVD ver. of Nemesis | Filippos Karapetis | |
2015-01-07 | ZVISION: Add support for an unmodified ZIX file for Zork: Nemesis | Filippos Karapetis | |
This helps in copying the game files straight off the CD | |||
2015-01-07 | ZVISION: Check the validity of ZIX files | Filippos Karapetis | |
2015-01-07 | ZVISION: Handle sound patches (.src files) dynamically | Filippos Karapetis | |
2015-01-07 | Cursors "arrowa.zcr" and "arrowb.zcr" are missing from Zork: Nemesis | Filippos Karapetis | |
2015-01-07 | ZVISION: Add detection for the French version of Zork: Nemesis | Filippos Karapetis | |
2015-01-07 | OPENGL: Fix truncation issue resulting in wrong mouse coordinates. | Johannes Schickel | |
2015-01-07 | OPENGL: Limit mouse cursor drawing to inside game screen when no overlay is ↵ | Johannes Schickel | |
visible. | |||
2015-01-07 | SWORD25: Remove unused code | RichieSams | |
The original idea was to keep the code variation and pick the best one. However, these two methods we're portable enough for our needs. | |||
2015-01-07 | ZVISION: Add stubs for the hires VOB MPEG2 videos of ZGI DVD | Filippos Karapetis | |
VOB file handling is based on clone2727's work. The lowres videos are played for now, until AC3 sound handling is implemented | |||
2015-01-07 | ZVISION: Fix typo in include | Filippos Karapetis | |
2015-01-07 | ZVISION: Use a common function for loading game animations | Filippos Karapetis | |
2015-01-07 | ZVISION: Move the screen initialization code into a separate function | Filippos Karapetis | |
2015-01-07 | ZVISION: Cleanup | Filippos Karapetis | |
2015-01-07 | ZVISION: Cleanup the ZIX file code | Filippos Karapetis | |
Also, add handling for 3 CDs, for Zork: Nemesis | |||
2015-01-07 | ZVISION: Fix incorrect reference to cursor file | Filippos Karapetis | |
2015-01-07 | ZVISION: Error out when a cursor file can't be found | Filippos Karapetis | |
2015-01-07 | ZVISION: Remove ActionRestoreGame and loading of r.svr (restart slot) | Filippos Karapetis | |
This is handled internally now, so r.svr isn't needed anymore | |||
2015-01-07 | ZVISION: Also handle paths in INQUIS.ZIX for the DVD version of ZGI | Filippos Karapetis | |
2015-01-07 | ZVISION: Add a new command, "dumpimage", to dump any game image to BMP | Filippos Karapetis | |
2015-01-07 | SCI: Fix Mac games with a height of 190 | Matthew Hoops | |
A regression from 72e6a9eeab1082892e5d77fabc4f0b50f839615a | |||
2015-01-06 | SCUMM: Improve FOA keyboard help | MestreLion | |
2015-01-06 | SYMBIAN: Updated settings | Fedor Strizhnev | |
2015-01-06 | SYMBIAN: Updated settings and moved to config.mmh | Fedor Strizhnev | |
2015-01-05 | ANDROID: Remove unpacker and fix support for non arm | Joel Teichroeb | |
2015-01-05 | Add Theora support to systems which use libtremor | Fedor Strizhnev | |
2015-01-05 | SCUMM: Correct game flags for HE72 version of Putt-Putt Saves the Zoo. | Kirben | |
2015-01-04 | README: A (huge) update of compatible games | Eugene Sandulenko | |
Somehow we missed to update it for ages! | |||
2015-01-04 | README: Describe DOTT easter egg support. Text by eriktorbjorn. | Eugene Sandulenko | |
2015-01-04 | NEWS: Mention DOTT easter egg support | Eugene Sandulenko | |
2015-01-04 | SWORD25: Commend unused and unportable functions | Eugene Sandulenko | |
2015-01-04 | SWORD25: Hopefully fix compilation errors | Eugene Sandulenko | |
2015-01-04 | COMMON: Implement MIPS SWAP_BYTES_64 in terms of SWAP_BYTES_32 | Willem Jan Palenstijn | |
2015-01-04 | COMMON: Swap order of functions to 16, 32, 64 | Willem Jan Palenstijn | |
2015-01-04 | COMMON: Fix return type of one READ_BE_UINT64 implementation. | Johannes Schickel | |
This makes all unit tests pass for my on amd64 again. Thanks clone2727. | |||
2015-01-04 | TEST: Fix another typo in uint64 endian tests. | Johannes Schickel | |
2015-01-04 | COMMON: Fix some syntax issues. | Johannes Schickel | |
Not compile tested. Then again it didn't look test before either. So, yay! | |||
2015-01-04 | TEST: Fix uint64 endian related test code. | Johannes Schickel | |
This does not fix the actual implementation issues which are present right now! | |||
2015-01-04 | COMMON: Add missing readUint64/readSint64 to ReadStreamEndian. | Johannes Schickel | |
2015-01-04 | TEST: Fix C++11 compat warnings. | Johannes Schickel | |
2015-01-04 | SWORD25: Fix warning | Eugene Sandulenko | |
2015-01-04 | COMMON: Put more 64-bit stuff under HAVE_INT64 | Eugene Sandulenko | |
2015-01-04 | COMMON: Put all 64-bit code under new HAVE_INT64 constant | Eugene Sandulenko | |
I regrouped all functions in order to make the code less noisy with #ifdefs | |||
2015-01-04 | CONFIGURE: define HAVE_INT64 when we have 64-bit types. | Eugene Sandulenko | |
This has been hanging in the air forever, but for the sake of cleanness now is defined. | |||
2015-01-04 | Merge pull request #555 from fedor4ever/master | Eugene Sandulenko | |
SYMBIAN: Add symbian support for access and prince engines | |||
2015-01-04 | Merge pull request #425 from klusark/android | Eugene Sandulenko | |
ANDROID: Modernize build system | |||
2015-01-04 | Merge pull request #508 from RichieSams/add_endian_and_stream_support_for_int64 | Eugene Sandulenko | |
COMMON: Add support for endian-safe reading/writing of int64 | |||
2015-01-04 | Merge pull request #554 from eriktorbjorn/tentacle-maniac | Eugene Sandulenko | |
SCUMM: Day of the Tentacle easter egg |