Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-21 | added dummy code: handle codec37 flag bit 1 (error report for now) | Paweł Kołodziejski | |
svn-id: r6048 | |||
2002-12-21 | increased a little speed of dig demo smush | Paweł Kołodziejski | |
svn-id: r6047 | |||
2002-12-21 | Fixed problem with multiple IMuseDrivers being created. | Jamieson Christian | |
svn-id: r6045 | |||
2002-12-21 | Implemented new instrumentation save/load. | Jamieson Christian | |
Save/load version is now VER_V11. Adlib/MT-32 instrumentation is now saved and loaded. BACK UP YOUR VER_V10 SAVEGAMES, JUST IN CASE! svn-id: r6044 | |||
2002-12-21 | fix smush for compatible with dig demo | Paweł Kołodziejski | |
svn-id: r6043 | |||
2002-12-21 | partial checkin of patch #655594 (handling Y/N questions); cleanup | Max Horn | |
svn-id: r6042 | |||
2002-12-21 | only display popup for saves | Max Horn | |
svn-id: r6041 | |||
2002-12-21 | popup message when save was succesful | Max Horn | |
svn-id: r6040 | |||
2002-12-21 | small mod to allow smooth scrolling to work with SDL backend | Max Horn | |
svn-id: r6039 | |||
2002-12-21 | allow for a timed message dialog w/o buttons (still need to add support for ↵ | Max Horn | |
multiple buttons with customm labels) svn-id: r6038 | |||
2002-12-21 | got rid of _curVirtScreen and VirtScreen::unk1; added some comments to ↵ | Max Horn | |
gfx.cpp; added a hack to enable smooth scrolling in V7 games (note: when I say hack, I mean it, it is buggy as hell and not enabled by default, use at your own risk and don't report problems with it, it's disabled by default) svn-id: r6037 | |||
2002-12-21 | fixed save again, stupid me | Max Horn | |
svn-id: r6036 | |||
2002-12-21 | cleanup | Max Horn | |
svn-id: r6035 | |||
2002-12-21 | Add debug command line fix and config option, patch #655822 | Travis Howell | |
svn-id: r6034 | |||
2002-12-21 | use dbAllowMaskOr instead of 'true' (which was confusing) | Max Horn | |
svn-id: r6033 | |||
2002-12-20 | made chooser wider | Max Horn | |
svn-id: r6032 | |||
2002-12-20 | don't show amiga checkbox for simon games | Max Horn | |
svn-id: r6031 | |||
2002-12-20 | fixed dependency detection for midi backends | Max Horn | |
svn-id: r6030 | |||
2002-12-20 | Add room command to debugger | James Brown | |
svn-id: r6029 | |||
2002-12-20 | [Bug #656635] fixed. | Jamieson Christian | |
Adlib global instrument assignments are now correct. svn-id: r6028 | |||
2002-12-19 | Fix some comments and add missing variable change | Travis Howell | |
svn-id: r6027 | |||
2002-12-19 | *** empty log message *** | Travis Howell | |
svn-id: r6026 | |||
2002-12-19 | Fix error in last commit | Travis Howell | |
svn-id: r6025 | |||
2002-12-19 | Add missing code | Travis Howell | |
svn-id: r6024 | |||
2002-12-18 | fix for bug #655652 | Max Horn | |
svn-id: r6023 | |||
2002-12-18 | fixed warning | Max Horn | |
svn-id: r6022 | |||
2002-12-18 | Miscellaneous cleanup. | Jamieson Christian | |
svn-id: r6021 | |||
2002-12-18 | Fixed problems with instruments after load. | Jamieson Christian | |
Ignore Adlib-only music when running native MIDI. (Can't remember why I included them in the first place, so until I do remember, it's coming back out.) svn-id: r6020 | |||
2002-12-18 | Damn, I just fixed this a bit ago! *self-bonk* | Jamieson Christian | |
svn-id: r6019 | |||
2002-12-18 | Added instrument.cpp, instrument.h | Jamieson Christian | |
svn-id: r6018 | |||
2002-12-18 | Instrument definition revamp. | Jamieson Christian | |
IMuseDriver abstract class removed. IMuseGM is now IMuseDriver. Miscellaneous cleanup. svn-id: r6017 | |||
2002-12-18 | Fixed SysEx parse bug | Jamieson Christian | |
svn-id: r6015 | |||
2002-12-18 | Fixed Adlib compilation problem | Jamieson Christian | |
svn-id: r6014 | |||
2002-12-18 | Initial iMuse SysEx implementation. | Jamieson Christian | |
svn-id: r6013 | |||
2002-12-18 | message.log | Jamieson Christian | |
svn-id: r6012 | |||
2002-12-18 | Experimental SysEx implementation for the -eseq driver. | Jamieson Christian | |
svn-id: r6011 | |||
2002-12-18 | Initial framework for SysEx output support. | Jamieson Christian | |
svn-id: r6010 | |||
2002-12-17 | Fix error in my last commit | Travis Howell | |
Remove hack svn-id: r6009 | |||
2002-12-17 | added missing #include <string.h> (for memset) | Max Horn | |
svn-id: r6008 | |||
2002-12-17 | New savefile backend system (bye bye NONSTANDARD_SAVE...) | Marcus Comstedt | |
svn-id: r6007 | |||
2002-12-17 | Added missing include of "stdafx.h". | Marcus Comstedt | |
svn-id: r6006 | |||
2002-12-16 | indentation fixes; added a constructor (after all the debugger is a global ↵ | Max Horn | |
var which is not allocated by new, hence we can't relay on memory being zeroed). And no I am not actually gonna use force against Endy, I just was frustrated :-) svn-id: r6005 | |||
2002-12-16 | Endy, when I am gonna meet you, I'll have to kick, punch and bite you a bit ↵ | Max Horn | |
for using the same name for two entierly different classes, then adding new files (and at the same time not removing obsolete files), and finally using the WRONG BLOODY HEADER. I spent an hour to track this one down svn-id: r6004 | |||
2002-12-16 | fix Ctrl-D; work around VC++ quirks properly | Max Horn | |
svn-id: r6003 | |||
2002-12-16 | small fix | Oliver Kiehl | |
svn-id: r6002 | |||
2002-12-16 | removed debug.xxx from project | Paweł Kołodziejski | |
svn-id: r6001 | |||
2002-12-16 | use the indention/formatting we agreed one. BTW function names should start ↵ | Max Horn | |
lower case... oh well svn-id: r6000 | |||
2002-12-16 | added missing sound effects based on patch #654463 | Paweł Kołodziejski | |
svn-id: r5999 | |||
2002-12-16 | fixed compilation under MSVC | Paweł Kołodziejski | |
svn-id: r5998 | |||
2002-12-16 | updated MSVC project files | Paweł Kołodziejski | |
svn-id: r5997 |