89 Commits

Author SHA1 Message Date
Travis Howell 3f8d05acab Update dist 2004-03-05 02:36:34 +00:00
Eugene Sandulenko 78cb745305 o Proper handling of IACT chunks. Now scummex distinguishes between
iMUSE and INSANE IACT and gives more info for INSANE
o SKIP chunks support
o Show resource number on each level. Now you can easily find Room #50
o AKOS chunks descriptions and display some additional info
2004-02-14 20:51:11 +00:00
Eugene Sandulenko a593ec068a Added support for FT SKIP tag and FT IACT tag.
Note. IACT subchunks were broken and still are.
2004-01-30 02:07:51 +00:00
Jonathan Gray 31be7cca84 typo fix from sev 2003-11-08 02:38:00 +00:00
Paweł Kołodziejski 073bac13e2 update 2003-10-28 18:26:07 +00:00
Travis Howell c27b0fabdd SDL mixer no longer needed 2003-10-02 09:21:19 +00:00
yoshizf 71c2217367 Fixed bug with wxMSW 2003-10-02 08:43:35 +00:00
Travis Howell d826bc5f95 Update makefile 2003-10-01 23:55:36 +00:00
yoshizf 8e1e5ea1b2 Removed old hack 2003-10-01 17:34:41 +00:00
yoshizf 4ae4529841 Removed old hack 2003-10-01 17:28:48 +00:00
yoshizf 4e80883559 Redraw SMUSH frame on zoom. 2003-10-01 14:12:52 +00:00
Max Horn 5abf029368 fixed my previous commit 2003-10-01 12:51:37 +00:00
Max Horn c33043db1b make the 'mac' rule part of the regular executable build rule, but conditional (so it should still work fine on non-macs) 2003-10-01 12:39:04 +00:00
Max Horn 15c0c3d04b added .cvsignore 2003-10-01 12:28:51 +00:00
yoshizf 67904089a4 Added zoom selection, now drawing images on a DC instead of a wxStaticBitmap which was slow and non-portable 2003-10-01 10:06:12 +00:00
yoshizf 0735dc002d It's 'SOU ', not 'SOU'. 2003-10-01 00:17:16 +00:00
yoshizf 6bdf97db72 Removed debug message 2003-09-30 12:36:20 +00:00
yoshizf 0106678b10 Added some v3 sound blocks 2003-09-30 12:28:33 +00:00
yoshizf ff7a544a8a Added support for v3 objects, I think that all backgrounds/objects are supported now. 2003-09-30 11:41:28 +00:00
yoshizf 294a7a14b6 Fixed boxes displaying with 0 width/height, and looking in the good struct for old blocks icons. 2003-09-30 08:46:12 +00:00
yoshizf 8f0eb86e18 Cleanup 2003-09-30 00:38:43 +00:00
yoshizf a20412962d *cough* 2003-09-29 20:45:54 +00:00
Jonathan Gray a83adffad4 even more... 2003-09-29 10:58:20 +00:00
Jonathan Gray 760e26e7ec a few more 2003-09-29 10:04:01 +00:00
Jonathan Gray 3f7449e486 add some humongous blocks 2003-09-29 09:43:18 +00:00
yoshizf f591299746 Look for any known block at the beginning of the file 2003-09-29 09:21:13 +00:00
yoshizf 455c18a0a1 Moved warning, debug, errors functions. 2003-09-28 21:56:34 +00:00
yoshizf 93c69a00c3 Added rule for building sound module 2003-09-28 21:53:50 +00:00
yoshizf d8e0a1b4e7 We're now using the mixer from ScummVM instead of SDL_mixer 2003-09-28 21:49:26 +00:00
Max Horn 09766ca340 menu bar cleanup 2003-09-28 10:33:23 +00:00
yoshizf c3c97e4419 Allow to override the config scaler (why would we want to scale a palette?) 2003-09-28 09:51:07 +00:00
Max Horn f234fd3b08 fix toolbar on Mac OS X (now I hope this doesn't cause problems elsewhere...) 2003-09-28 09:31:11 +00:00
yoshizf 09445f3598 This is not needed anymore 2003-09-27 15:55:45 +00:00
yoshizf 965150cf71 Rewrote Image/ImageWindow according to Fingolfing tips, removed all those ugly wrapper methods, and added scaler support, although I still have to add a dialog to choose it 2003-09-27 14:56:11 +00:00
yoshizf 9ea029e701 Added advmame2x and advmame3x scalers 2003-09-27 09:53:42 +00:00
yoshizf 753b7729ed Added a few blocks 2003-09-26 23:51:36 +00:00
yoshizf 6bb2d28bc5 Added functions for reading/writing a config file (or the registry under Windows). It will be used to save the data path, the scaler, etc.. 2003-09-26 23:47:59 +00:00
Travis Howell d85d235b09 Update mingw makefile 2003-09-26 00:39:50 +00:00
yoshizf 25c356cf5d Imported bitmap decompressors from ScummVM 2003-09-25 15:26:26 +00:00
yoshizf 5ce04e1fc7 Cleaned up loading code 2003-09-25 07:32:19 +00:00
yoshizf 8a7c3491d0 Added support for v3 EGA backgrounds and boxes 2003-09-24 23:04:06 +00:00
yoshizf 6caac993ea Added codecs used by fonts in .NUT 2003-09-24 19:12:17 +00:00
yoshizf 69a84831eb Added two SMUSH blocks 2003-09-24 12:38:45 +00:00
yoshizf 4a16a7f88e Rewrote ImageWindow so we can display multiple ones and specify where we want to draw. Now you can display/hide boxes on the image. 2003-09-24 11:49:30 +00:00
yoshizf 5a8454d990 Remember the file path, and the Scumm version 2003-09-23 13:40:54 +00:00
Jonathan Gray c1673d1538 warning cleanup, including some shadow fixes that should probably be applied back to descumm, why is the source to descumm included instead of calling an external binary anyway? its going to be a large pain syncing continually... 2003-09-23 12:56:12 +00:00
Max Horn ba6816c862 some more cleanup 2003-09-23 12:26:09 +00:00
Max Horn 836f7a673f heavy cleanup - now events are handled properly (I think, I am new to wxWindows); also I was able to get rid of some more globals etc. 2003-09-23 11:55:45 +00:00
yoshizf 346966ad9d Reactivate the buttons if they have been grayed out 2003-09-23 11:35:19 +00:00
yoshizf 6cc928618b Added support for RGBS palettes and v7 BOXD 2003-09-23 09:05:47 +00:00