Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-05 | Not needed anymore | Chris Apers | |
svn-id: r19469 | |||
2005-11-05 | - Changed PalmOS ifdef | Chris Apers | |
- No global constructor with PalmOS ARM, bad hack to workaround this svn-id: r19468 | |||
2005-11-05 | Changed PalmOS ifdef | Chris Apers | |
svn-id: r19467 | |||
2005-11-05 | Fixed quazzy question mark character in charset data. This should fix bug ↵ | Gregory Montoir | |
#1348072. svn-id: r19434 | |||
2005-11-01 | added OutSaveFile::flush() / OutSaveFile::ioFailed() to check for errors. | Gregory Montoir | |
svn-id: r19385 | |||
2005-11-01 | updated mouse position whenever the user clicked or moved the mouse. This ↵ | Gregory Montoir | |
can be useful for systems with touchpad / pen. svn-id: r19384 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-13 | Some cleanup. Updated mouse position on EVENT_RBUTTONDOWN for WinCE and ↵ | Gregory Montoir | |
PalmOS, does it help bug #1293385 ? svn-id: r19065 | |||
2005-09-22 | Fix regression introduced when we split engine constructiors into | Eugene Sandulenko | |
constructor itself and init() method. debug() and error() are dependent on _debug object in many engines, so if these methods were called on early stage, scummvm crashed. svn-id: r18860 | |||
2005-09-02 | removed unneeded includes | Gregory Montoir | |
svn-id: r18732 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-08-11 | minor cleanup | Gregory Montoir | |
svn-id: r18662 | |||
2005-08-11 | get rid of an old hack for the 'u circonflex' letter in the french version | Gregory Montoir | |
svn-id: r18661 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray | |
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641 | |||
2005-08-08 | fix compilation with emsvc4 | Paweł Kołodziejski | |
svn-id: r18634 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-08 | Undo previous 'fix' - Bob != bob = blit object | Max Horn | |
svn-id: r18517 | |||
2005-07-08 | Spelling fix | Max Horn | |
svn-id: r18513 | |||
2005-07-06 | possible 'fix' for bug #1233495 (FOTAQ code is so hackish...) | Gregory Montoir | |
svn-id: r18506 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-09 | fixed debug areas display ; some minor cleanup | Gregory Montoir | |
svn-id: r18007 | |||
2005-05-09 | Use debugger for errors, where possible. | Travis Howell | |
svn-id: r17998 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵ | Max Horn | |
for loading and one for saving svn-id: r17517 | |||
2005-04-07 | Applied some ScummVM formatting conventions. | Torbjörn Andersson | |
svn-id: r17430 | |||
2005-04-03 | Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. ↵ | Jerome Fisher | |
This does the following: - Replaces multiple identical MT-32-to-General MIDI mapping tables with a common one in MidiDriver. - Changes Sky's GmChannel class to allow NULL instrument and velocity mapping tables, giving a 1-to-1 mapping without creating a dummy table. svn-id: r17361 | |||
2005-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn | |
svn-id: r17231 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-03-11 | Cleanup | Chris Apers | |
svn-id: r17080 | |||
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the ↵ | Max Horn | |
name of the data type / the SoundMixer method names svn-id: r17052 | |||
2005-03-06 | Might as well return the GameSetting directly | Joost Peters | |
svn-id: r17013 | |||
2005-03-06 | cleanup | Joost Peters | |
svn-id: r17012 | |||
2005-03-06 | Add demo detection; satisfies feature request #1154562. | Joost Peters | |
svn-id: r17011 | |||
2005-02-23 | fix typo | Joost Peters | |
warning() appends a '!', so remove the trailing '.' svn-id: r16883 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-10 | Fix alignment problem | Nicolas Bacca | |
svn-id: r16523 | |||
2005-01-06 | Change warning to debug | Joost Peters | |
svn-id: r16440 | |||
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now ↵ | Max Horn | |
matches the Singleton interface) svn-id: r16402 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-31 | added some comments and re-indented some parts of code | Gregory Montoir | |
svn-id: r16394 | |||
2004-12-29 | oops... thanks wjp for pointing me this one | Gregory Montoir | |
svn-id: r16368 | |||
2004-12-28 | slightly less hackish Journal code | Gregory Montoir | |
svn-id: r16357 | |||
2004-12-27 | Use SoundMixer::kMaxMixerVolume | Max Horn | |
svn-id: r16350 | |||
2004-12-27 | Reducing header dependencies a bit | Max Horn | |
svn-id: r16347 |