aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-21Make PalmOS happyChris Apers
svn-id: r15632
2004-10-21Fixed alignment problem with BS1 demoChris Apers
svn-id: r15631
2004-10-21Prepare PalmOS supportChris Apers
svn-id: r15630
2004-10-21Added a reminder that we need to put the Wyrmkeep folks (or is there justTorbjörn Andersson
one?) in the credits section of our README eventually. svn-id: r15629
2004-10-21enable czech control panel. should work.Robert Göffringmann
svn-id: r15628
2004-10-21Added another SAGA item.Torbjörn Andersson
svn-id: r15627
2004-10-21A bunch of mostly panel-related fixes for the ITE intro. Apart from theTorbjörn Andersson
numerous animation glitches, it's looking almost like the real thing now. It's no longer possible to walk away during the intro. This should provide a great incentive to implement the "Escape" feature. ;-) svn-id: r15626
2004-10-21Fixed some clipping problems. I think there are more still in there, but ITorbjörn Andersson
am sorely tempted to rewrite so that we use the Rect datatype consistently with how most of the rest of ScummVM does. (E.g. a rectangle covering the entire ITE screen would have right and bottom as 320 and 200 respectively, not 319 and 199 like I think we do now.) svn-id: r15625
2004-10-21Fixed warnings. (Maybe it should be "const char *" instead, but then I gotTorbjörn Andersson
warnings from a different part of the code. Ho, hum...) svn-id: r15624
2004-10-21fixes bug #786482, stupid gardener getting stuck in his hacky animation script.Robert Göffringmann
svn-id: r15623
2004-10-21this should work around bug #922774.Robert Göffringmann
well, at least it should keep the engine from crashing. svn-id: r15622
2004-10-20FX_CROWD constants are correct.Eugene Sandulenko
Add some simple stub. svn-id: r15621
2004-10-20Added note about output sample rate.Torbjörn Andersson
svn-id: r15620
2004-10-20Added fgetc/getc functionChris Apers
svn-id: r15619
2004-10-19Fix for bug #1049937 (FOA: Regression in Adlib music)Max Horn
svn-id: r15618
2004-10-19Oops, now it plays the correct music again, I hope. The sound effects seemTorbjörn Andersson
a bit better now, too. At least the crowd is no longer cheering when the fair is closed. svn-id: r15617
2004-10-19Got rid of ungetc() to save Chrilith from the trouble of implementing itTorbjörn Andersson
himself on PalmOS. svn-id: r15616
2004-10-19Cleanup. No need to have a lookup table for something that can be expressedTorbjörn Andersson
by simple arithmetics. svn-id: r15615
2004-10-19Initial, and slightly buggy, support for sound effects.Torbjörn Andersson
svn-id: r15614
2004-10-19Increased debug level in the name of sanity.Torbjörn Andersson
svn-id: r15613
2004-10-19Use the same REDUCE_MEMORY_USAGE trick here as in scumm/intern.hTorbjörn Andersson
svn-id: r15612
2004-10-19Help PalmOS (and more ?) to save memoryChris Apers
svn-id: r15611
2004-10-19Made the calculation of _samples_per_tick a bit less prone to arithmeticTorbjörn Andersson
overflow. It failed if the output rate was 44100 Hz. (It didn't use to, but somewhere along the line an unsigned value was changed to a signed. This seemed like a better fix, though.) svn-id: r15610
2004-10-19Cleanup of the credits code. Use the new gets() function.Torbjörn Andersson
svn-id: r15609
2004-10-18Accepted patch #1048693 -- Making File::gets() more well-defined.Eugene Sandulenko
svn-id: r15608
2004-10-18minor changesGregory Montoir
svn-id: r15607
2004-10-18Free some memory on exitTravis Howell
svn-id: r15606
2004-10-18_images not required.Travis Howell
Free extra HE resources on exit. svn-id: r15605
2004-10-18Add keyboard control for HE80+ games.Travis Howell
svn-id: r15604
2004-10-18TyposTravis Howell
svn-id: r15603
2004-10-18LeftoverTravis Howell
svn-id: r15602
2004-10-18CleanupTravis Howell
svn-id: r15601
2004-10-18Correction/cleanup.Travis Howell
svn-id: r15600
2004-10-18Extra case used in fbear introduction, no purpose.Travis Howell
svn-id: r15599
2004-10-17Fix compilation.Eugene Sandulenko
svn-id: r15598
2004-10-17cleanupMax Horn
svn-id: r15597
2004-10-17Use new setupPremix variant (incomplete)Max Horn
svn-id: r15596
2004-10-17Add commentMax Horn
svn-id: r15595
2004-10-17Doxygen fixMax Horn
svn-id: r15594
2004-10-17Fix warningMax Horn
svn-id: r15593
2004-10-17fix intro glitch regressionGregory Montoir
svn-id: r15592
2004-10-17plugged some memory leaksGregory Montoir
svn-id: r15591
2004-10-17Patch #1040501 (Possible fix for inttypes.h problem)Max Horn
svn-id: r15590
2004-10-17added MidiDriver_Emulated base class used by the adlib & ym2612 midi 'drivers'Max Horn
svn-id: r15589
2004-10-17CleanupMax Horn
svn-id: r15588
2004-10-17Fix playback of MP3 files till EOF in some casesMax Horn
svn-id: r15587
2004-10-17Color correction for HE70+ strings.Travis Howell
svn-id: r15586
2004-10-17Polygons used by HE71 too.Travis Howell
svn-id: r15585
2004-10-17TypoTravis Howell
svn-id: r15584
2004-10-17Complete stubTravis Howell
svn-id: r15583