37 Commits

Author SHA1 Message Date
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
yoshizf 4e80883559 Redraw SMUSH frame on zoom. 2003-10-01 14:12:52 +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 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
Jonathan Gray a83adffad4 even more... 2003-09-29 10:58:20 +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 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
yoshizf 8a7c3491d0 Added support for v3 EGA backgrounds and boxes 2003-09-24 23:04:06 +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
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
Max Horn d1a9e84b95 fix some crashers; cleanup 2003-09-23 01:28:15 +00:00
Max Horn 26218a42c6 cleanup, cleanup, and lots of bug fixes (like, those _gui variables were never inited... nobody noticed because the class had no member vars... still this was pure evil.. and it would be really nice if there was some design work behind the whole thing (like GUI_wxWindows vs. MainWindow, which have no clear distribution of responsibilities - both act upon the same (global!) data. Evil. Using the MVC model would be nice) 2003-09-23 00:47:23 +00:00
yoshizf b66588ef74 Added support for COMI room/objects images 2003-09-22 19:47:59 +00:00
yoshizf 60309fa301 Added a menu item to display the boxes on the room image 2003-09-22 18:25:16 +00:00
yoshizf e42ace0c0f Added a walkboxes viewer 2003-09-22 15:23:57 +00:00
yoshizf 3674ad2061 Added basic SMUSH frame viewer/dumper 2003-09-21 23:50:28 +00:00
yoshizf d3a821b5d1 cleanup 2003-09-21 18:42:21 +00:00
yoshizf 0f2c9e6ea4 support for palettes in AHDR (SMUSH) 2003-09-21 18:33:04 +00:00
yoshizf 40d5d3ec1d Updated copyright: it's now part of the ScummVM project :) 2003-09-21 15:22:51 +00:00
yoshizf 0e33db7ed7 Improved v3 support 2003-09-21 15:04:14 +00:00
Paweł Kołodziejski a9b846212e changed name BSTR to TBSTR, to prevent name conflict under msvc7 2003-09-21 06:47:15 +00:00
yoshizf 52dd7b2776 Added descumm6 and a dialog which choose the good Scumm version for the game 2003-09-19 19:57:07 +00:00
Max Horn 15b04062d5 some cleanup (boy this code is indeed dirty, Yosh told us the truth :-). Now at least starts up on OS X, also it complains about a missing MBAR resource 2003-09-19 01:36:40 +00:00
yoshizf c47bf95eff Added basic support for some SOUN sub-blocks 2003-09-18 20:50:56 +00:00
Max Horn 663883f2cb added legal boilerplatee (some files are borrowed from ScummVM, need to decide how we go about that...) 2003-09-18 19:37:14 +00:00
Max Horn 61018f4873 *** empty log message *** 2003-09-18 16:27:06 +00:00