Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-07 | Fix implementation of UseWithPrefix keyword | Eugene Sandulenko | |
svn-id: r21133 | |||
2006-03-07 | Fixed invalid event returned with ARM OS5 backend | Chris Apers | |
svn-id: r21132 | |||
2006-03-07 | o More widgets fot alternative constructors | Eugene Sandulenko | |
o Cleanup of launcher dialog o Implemented useWithPrefix keyword svn-id: r21131 | |||
2006-03-07 | Add XxH to evaluation precedence. | Eugene Sandulenko | |
svn-id: r21127 | |||
2006-03-07 | Added the proper death dialog, changed the sequence skipping code a bit to avoid | Oystein Eftevaag | |
possible frame losses, and removed a (now) redundant call to showOverlay() in the debugger. svn-id: r21125 | |||
2006-03-07 | Do not override .prev for simple variable assignments, i.e. VAR=VALUE | Eugene Sandulenko | |
svn-id: r21124 | |||
2006-03-07 | GUI widget positions: | Eugene Sandulenko | |
o Add 'true' and 'false' constants o add .visible widget property o allow dots to be part of section and key names in configs svn-id: r21123 | |||
2006-03-07 | Set svn keywords on theme file. | Eugene Sandulenko | |
svn-id: r21120 | |||
2006-03-07 | Fix 320xY layout | Eugene Sandulenko | |
svn-id: r21119 | |||
2006-03-07 | More work on customizable GUI. | Eugene Sandulenko | |
o Implemented special alias 'prev' o Added new calling scheme to several widgets o Partially converted launcher dialog to new scheme o Converted couple widgets of chooser dialog svn-id: r21118 | |||
2006-03-07 | Updated Bloodshed Dev-C++ project file for scummvm to reflect new gui/ files. | Jamieson Christian | |
svn-id: r21116 | |||
2006-03-07 | WIP for arbitrary widget positions. See | Eugene Sandulenko | |
http://wiki.scummvm.org/index.php/GUI_Themes Code is not yet used. svn-id: r21115 | |||
2006-03-07 | o Properly react to end-of-file is loadFromStream() | Eugene Sandulenko | |
o Add types SectionList and SectionKeyList o Implement getKeys() method svn-id: r21114 | |||
2006-03-06 | Fixed fight mode shortcut | Chris Apers | |
svn-id: r21113 | |||
2006-03-06 | Fixed compilation, this could be used with all systems (?) | Chris Apers | |
svn-id: r21112 | |||
2006-03-06 | Renamed setTempo to update_setTempo, also fixed tempo handling (intro is too ↵ | Johannes Schickel | |
fast now though, but seems to be another problem). Also changed some unsigned values to signed. svn-id: r21111 | |||
2006-03-06 | More renamings: _unkTableByte1 is now _tempo, and updateCallback29() is | Torbjörn Andersson | |
setTempo(). svn-id: r21110 | |||
2006-03-06 | Cleanup | Torbjörn Andersson | |
svn-id: r21109 | |||
2006-03-05 | fixed palette handling regression, as reported on the forum. | Gregory Montoir | |
svn-id: r21108 | |||
2006-03-05 | Removed tag2str usage, which eliminates scumm/util.h dependency. | Jamieson Christian | |
svn-id: r21107 | |||
2006-03-05 | I guess this is really a WORKAROUND, rather than a HACK. Updated comment. | Torbjörn Andersson | |
svn-id: r21106 | |||
2006-03-05 | Corrects implementation of updateCallback48. | Johannes Schickel | |
svn-id: r21105 | |||
2006-03-05 | Restructured IMuse and IMuseInternal. | Jamieson Christian | |
* IMuse is no longer a concurrency front-end. * IMuseInternal now derives from IMuse. * Common::StackLock used to protect thread-sensitive interface methods (same as IMuseDigital). * clear_queue() included in stopAllSounds() so it can be removed from the public interface. * Game ID now specified at init using property(). * Timer callbacks receive a struct containing IMuseInternal and MidiDriver refs, instead of just the latter. * OSystem pointer from init is now cached and used instead of global. All references to the g_system and g_scumm globals are now gone. BOOYAH! Tested with MI2, DOTT and S&M, under Windows, in Native MIDI, Adlib, and Mixed modes. No regressions or concurrency issues observed. Manifestations of the latter are the biggest concern at this point. svn-id: r21104 | |||
2006-03-05 | Note to self: compile before commit. | Torbjörn Andersson | |
svn-id: r21103 | |||
2006-03-05 | The updateUnk6Value() appears to be some sort of random number generator, so I | Torbjörn Andersson | |
have renamed it getRandomNr(). The _unk6 variable has been renamed _rnd. (Our MidiDriver_ADLIB class also has its own random number generator, so it's not such a far-fetched guess as it may seem.) svn-id: r21102 | |||
2006-03-05 | Renamed output1() to adjustVolume(). I'm still uncertain exactly *how* the | Torbjörn Andersson | |
volume is modified (it depends on several still unknown variables), but that's all it does as far as I can tell. svn-id: r21101 | |||
2006-03-05 | Make sure there actually is a SMUSH mixer before stopping and deleting it. | Torbjörn Andersson | |
svn-id: r21099 | |||
2006-03-05 | that was not what I want. it should stop audio only for immediately stop. | Paweł Kołodziejski | |
svn-id: r21095 | |||
2006-03-05 | that should help for bug #1352486, smush sound tracks are not stopped ↵ | Paweł Kołodziejski | |
immediately, but outside smush when sound data are depleted in sound mixer buffer. svn-id: r21094 | |||
2006-03-05 | Update box flags for C64 maniac | Travis Howell | |
svn-id: r21093 | |||
2006-03-05 | updated msvc7,8 project files | Paweł Kołodziejski | |
svn-id: r21092 | |||
2006-03-05 | Add back exclusion lost in last commit, exclude some verbs from verbs error ↵ | Travis Howell | |
script svn-id: r21091 | |||
2006-03-05 | Correct case of verb names in C64 Maniac | Travis Howell | |
svn-id: r21090 | |||
2006-03-05 | Add German verbs and more work on input in C64 maniac | Travis Howell | |
svn-id: r21089 | |||
2006-03-05 | Patch to update Microsoft VC 7.1 project files, from Quietust | Travis Howell | |
svn-id: r21088 | |||
2006-03-05 | Update, to add new imuse file | Travis Howell | |
svn-id: r21087 | |||
2006-03-05 | Fix compiler warnings | Travis Howell | |
svn-id: r21086 | |||
2006-03-05 | Separated the IMuse Part methods into their own file. Updated the Bloodshed ↵ | Jamieson Christian | |
Dev-C++ project file at the same time. svn-id: r21085 | |||
2006-03-05 | Add some basic walkbox support for C64 maniac | Travis Howell | |
svn-id: r21084 | |||
2006-03-04 | Oops, fixes problems with disabled widgets (they need full drawn shadows). | Johannes Schickel | |
svn-id: r21083 | |||
2006-03-04 | Improved shadow drawing (it's faster now since it doesn't draw the whole ↵ | Johannes Schickel | |
rect like before) 'cleaned up' the drawSurfaceMasked function a bit. svn-id: r21082 | |||
2006-03-04 | Cleanup: output0x388(0xABCD) is now writeOPL(0xAB, 0xCD), which is slightly | Torbjörn Andersson | |
more easy to read. svn-id: r21081 | |||
2006-03-04 | Removed the default ignoreFadeouts parameter value for ImuseInternal's ↵ | Jamieson Christian | |
getSoundStatus method. The disposition of this method is going to be changing soon, and I'm getting confused by the assumptions being made by many of the calls to it. svn-id: r21080 | |||
2006-03-04 | Rearranged methods in the IMuse class declaration to denote those derived ↵ | Jamieson Christian | |
from the MusicEngine base class. svn-id: r21079 | |||
2006-03-04 | Removed colorToRGB and RGBToColor calls when calculating alpha | Johannes Schickel | |
and disabled the complete new theme if 'DISABLE_FANCY_THEMES' is defined. svn-id: r21078 | |||
2006-03-04 | Weekly update to the Bloodshed Dev-C++ project files. | Jamieson Christian | |
svn-id: r21077 | |||
2006-03-04 | updated msvc7 project files | Paweł Kołodziejski | |
svn-id: r21075 | |||
2006-03-04 | updated msvc8 project files | Paweł Kołodziejski | |
svn-id: r21074 | |||
2006-03-04 | define int types for msvc to allow compile mpeg2 library. msvc does not ↵ | Paweł Kołodziejski | |
fully conform C99 svn-id: r21073 | |||
2006-03-04 | No need to use generateSubstResFileName when we already know the result | Max Horn | |
svn-id: r21072 |