1434 Commits

Author SHA1 Message Date
Paweł Kołodziejski
4dc3895fa9 simplify code 2012-01-27 20:00:00 +01:00
Paweł Kołodziejski
1d2dff02ca unconst resolutions 2012-01-27 19:59:34 +01:00
Paweł Kołodziejski
462a94a1ad formating 2012-01-27 19:58:17 +01:00
Paweł Kołodziejski
d131fb79b6 trying to fix issue #512 2012-01-27 18:57:06 +01:00
Paweł Kołodziejski
ff35a3aeff formating 2012-01-27 18:01:44 +01:00
Paweł Kołodziejski
9724379d6b formating 2012-01-27 17:44:33 +01:00
Paweł Kołodziejski
c9eb66b853 simplify code 2012-01-27 17:28:56 +01:00
Bastien Bouclet
3bbf327cdd MYST3: Implement variables 84, 88, 90 - Key status 2012-01-27 17:14:11 +01:00
Paweł Kołodziejski
edf59f56b9 fixed endlines 2012-01-27 14:18:28 +01:00
Paweł Kołodziejski
5133f06036 added missing newline at the end of file 2012-01-27 14:16:24 +01:00
Paweł Kołodziejski
91089aa965 added missing newline at the end of file 2012-01-27 14:13:48 +01:00
Paweł Kołodziejski
9131adfde1 fixed compile warnings 2012-01-27 14:12:15 +01:00
Paweł Kołodziejski
382cc66afe fixed compile warnings 2012-01-27 14:05:20 +01:00
Paweł Kołodziejski
9b587582a4 fixed compile warnings 2012-01-27 13:48:36 +01:00
Paweł Kołodziejski
2900c8ad94 fix compilation warnings 2012-01-27 12:02:03 +01:00
Bastien Bouclet
545ed542fd Merge pull request #506 from bgK/lock_mouse
MYST3: Lock the mouse in the game window
2012-01-27 01:34:54 -08:00
Einar Johan Trøan Sømåen
f7c1a2b40d Merge pull request #511 from klusark/switchfix
GRIM: Fix changing graphics modes overwriting save games
2012-01-27 00:36:34 -08:00
Einar Johan T. Sømåen
63bacaf771 GRIM/GFX: Make OpenGL scalable and resolution-independent. 2012-01-27 09:34:25 +01:00
Joel Teichroeb
cd0491c823 GRIM: Fix changing graphics modes overwriting save games 2012-01-26 16:17:42 -08:00
Bastien Bouclet
0b77031d6f MYST3: Use the new lockMouse OSystem call in the Myst 3 engine. 2012-01-26 19:35:47 +01:00
Bastien Bouclet
6a6e865e34 MYST3: Movies are now skippable 2012-01-26 14:17:16 +01:00
Bastien Bouclet
911fb152d8 MYST3: Fix line endings 2012-01-26 13:14:41 +01:00
Bastien Bouclet
8fa71adc52 MYST3: Implement opcodes 240 to 244 - Cursor visibility 2012-01-26 13:14:41 +01:00
Einar Johan T. Sømåen
d84d1de813 EMI: Add a few missing destructors 2012-01-26 07:49:33 +01:00
Einar Johan T. Sømåen
36f98b0bbc EMI: Handle the a few more leaks. 2012-01-26 07:33:12 +01:00
Einar Johan T. Sømåen
5b963d6660 GRIM: Fix a memleak that happens when changing video mode. 2012-01-26 07:07:11 +01:00
Einar Johan T. Sømåen
113e72ca4d EMI: Fix various memory leaks. 2012-01-26 06:51:10 +01:00
Joel Teichroeb
2649620a9b GRIM: Fix some small memory leaks 2012-01-25 20:35:58 -08:00
Giulio Camuffo
88ee7ee289 GRIM: Fix typo. Fix #505 2012-01-25 21:32:49 +01:00
Giulio Camuffo
f927098b1e GRIM: Better blitting of images for TinyGL. 2012-01-25 18:06:29 +01:00
Giulio Camuffo
a22e078d55 Merge pull request #479 from giucam/colormodes
TinyGL: Support for different color modes

Fix #496 fix #429 fix #427
2012-01-25 09:03:26 -08:00
Bastien Bouclet
dd4b8abaa5 MYST3: Implement opcodes 149 and 150 - Play fullframe movie 2012-01-25 15:04:56 +01:00
Bastien Bouclet
59eb3dd66f MYST3: Implement opcodes 151 and 152 - Play movie, go to node 2012-01-25 14:35:49 +01:00
Giulio Camuffo
002d5e69fc GRIM: Hardcode the pixel format for bm and bmz. 2012-01-24 21:36:48 +01:00
Einar Johan T. Sømåen
b1798f4ccc EMI: Fix tile-loading with new TinyGL-code. 2012-01-24 21:36:48 +01:00
Giulio Camuffo
3d14f4d309 GRIM: Make Bitmap use PixelBuffer extensively. 2012-01-24 21:36:48 +01:00
Giulio Camuffo
b42bbe5259 TinyGL: Support for different color modes, part 2. 2012-01-24 21:36:47 +01:00
Giulio Camuffo
158a19df31 TinyGL: Support for different color modes, first part. 2012-01-24 21:36:46 +01:00
Einar Johan T. Sømåen
d35a890f46 EMI: Fix compile after adding the sleep_for
implementation
2012-01-24 21:31:39 +01:00
Einar Johan Trøan Sømåen
dc33b8282f Merge pull request #498 from klusark/gfxswitch
GRIM: Add support for live switching of gfx engines
2012-01-24 12:25:40 -08:00
Einar Johan Trøan Sømåen
4d5c08cd73 Merge pull request #503 from klusark/emistuff
EMI: Somewhat fix text positioning and a small chore fix.
2012-01-24 12:23:10 -08:00
Einar Johan Trøan Sømåen
29ca7a0546 Merge pull request #502 from klusark/sleepfor
EMI: Implement sleep_for in the engine
2012-01-24 12:22:52 -08:00
Joel Teichroeb
4899d49d1f EMI: Allow for longer chore names 2012-01-24 08:34:54 -08:00
Joel Teichroeb
9a09114b5f EMI: Improve positioning of text 2012-01-24 08:34:34 -08:00
Matthew Hoops
0528f375c3 MYST3: Add support for Myst3 1.0 executables 2012-01-24 14:51:36 +01:00
Bastien Bouclet
656c342af6 MYST3: Implement script driven camera movement 2012-01-24 14:50:21 +01:00
Joel Teichroeb
d72bea895b EMI: Implement sleep_for in the engine 2012-01-23 17:33:15 -08:00
Matthew Hoops
9fe736103d MYST3: Add detection for more versions
1.0 and SafeDisc-encrypted executables do not currently work and an error will show when trying to run them
2012-01-23 16:37:21 -05:00
Bastien Bouclet
211fee89ac MYST3: Add support for loading savegames from the launcher and the GMM. 2012-01-23 20:53:41 +01:00
Bastien Bouclet
6e02a8c3be MYST3: Add support for returning to launcher from the GMM 2012-01-23 18:15:57 +01:00