Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-28 | More alignment-related changes | Sven Hesse | |
svn-id: r42858 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-05 | Added a Key and ShortKey enum | Sven Hesse | |
svn-id: r42121 | |||
2009-06-25 | Plugging some memory leaks | Sven Hesse | |
svn-id: r41859 | |||
2009-06-24 | Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ↵ | Sven Hesse | |
class svn-id: r41839 | |||
2009-06-24 | Clarifying some warnings | Sven Hesse | |
svn-id: r41836 | |||
2009-06-23 | Changing the TBR FIXME into a warning in setVoice() | Sven Hesse | |
svn-id: r41803 | |||
2009-06-22 | Removing trailing tabs | Sven Hesse | |
svn-id: r41784 | |||
2009-06-22 | Removing trailing spaces | Sven Hesse | |
svn-id: r41783 | |||
2009-06-22 | Added stream-reading loading wrappers to MDYPlayer and added a workaround to ↵ | Sven Hesse | |
fix TBR reading for the moment svn-id: r41781 | |||
2009-06-22 | Adding DataIO::existData() | Sven Hesse | |
svn-id: r41752 | |||
2009-06-18 | Splitting an ADLPlayer and MDYPlayer from the AdLib class | Sven Hesse | |
svn-id: r41633 | |||
2009-06-18 | Replacing some #includes by forward declarations | Sven Hesse | |
svn-id: r41632 | |||
2009-06-16 | Properly initializing _soundMode, for ADLs too | Sven Hesse | |
svn-id: r41591 | |||
2009-06-16 | MDY/TBR : fix a thing or two. Still far from being OK, but in-game ambiance ↵ | Arnaud Boutonné | |
"music" is (a little) less buggy svn-id: r41584 | |||
2009-06-13 | Gob - *WIP* incomplete implementation of MDY/TBR | Arnaud Boutonné | |
svn-id: r41498 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse | |
svn-id: r40765 | |||
2009-05-06 | Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3 | Arnaud Boutonné | |
svn-id: r40363 | |||
2009-03-19 | Adding simple support for protracker playback | Sven Hesse | |
svn-id: r39550 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-15 | No background "music" shading in Urban Runner | Sven Hesse | |
svn-id: r35373 | |||
2008-12-14 | Ensuring correct endianness | Sven Hesse | |
svn-id: r35365 | |||
2008-12-14 | 16bit background "music" for Urban Runner | Sven Hesse | |
svn-id: r35353 | |||
2008-12-14 | Background "music" for Urban Runner, though only 8bit for now | Sven Hesse | |
svn-id: r35352 | |||
2008-12-14 | Music/Video handling fixes/stubs | Sven Hesse | |
svn-id: r35351 | |||
2008-11-29 | Remove warnings from NDS build. | Robin Watts | |
svn-id: r35172 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-08-13 | Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not ↵ | Christopher Page | |
used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate svn-id: r33848 | |||
2008-07-14 | Merged revisions ↵ | Christopher Page | |
32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33051 | |||
2008-07-12 | Changed tricky variable access from pointers to a new class that minds ↵ | Sven Hesse | |
endianess. This should fix a few regressions with BE games on LE systems and vice versa that I introduced when I changed how variables are stored (which was necessary to get Woodruff work on BE systems). svn-id: r33014 | |||
2008-07-11 | Don't use kPlainSoundType if you don't have to | Max Horn | |
svn-id: r33009 | |||
2008-06-24 | Added main menu dialog files. Gob is now using the new _quit flag | Christopher Page | |
svn-id: r32771 | |||
2008-05-28 | Script variables are now always stored in the game version's native endianess. | Sven Hesse | |
This should make Woodruff playable on big-endian systems. svn-id: r32352 | |||
2008-05-22 | Correctly delete'ing CDROM and Backgroundatmosphere, fixing segfaults on ↵ | Sven Hesse | |
machines slower than mine (thanks, LordHoto ;)) svn-id: r32210 | |||
2008-05-17 | Changing debug channels a bit | Sven Hesse | |
svn-id: r32157 | |||
2008-05-08 | Declaring BackgroundAtmosphere as kMusicSoundType | Sven Hesse | |
svn-id: r31950 | |||
2008-05-08 | Implemented the background "music" / atmospheric sounds in Woodruff | Sven Hesse | |
svn-id: r31949 | |||
2008-05-08 | Split off the actual mixing part of SoundBlaster | Sven Hesse | |
svn-id: r31938 | |||
2008-05-08 | Restructured sound code | Sven Hesse | |
svn-id: r31937 |