aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-27Add some HE md5s.Eugene Sandulenko
svn-id: r16645
2005-01-27Fix regression with 640x480 HE games so it will not let them scale above 1x.Eugene Sandulenko
Though I _don't_ like this fix. It looks like a dirty hack to me. There is something completely wrong with our logics here. svn-id: r16644
2005-01-27fix for shadowed variablePaweł Kołodziejski
svn-id: r16643
2005-01-26Add swedish freddiTravis Howell
svn-id: r16642
2005-01-26fix for compressed bun soundsPaweł Kołodziejski
svn-id: r16641
2005-01-26Fix bug #1109687 buffer overflow causes crash from env-var HOME and someEugene Sandulenko
other places with such overflows. svn-id: r16640
2005-01-25added support for compressed bun filesPaweł Kołodziejski
svn-id: r16639
2005-01-25fixed volume channel in fade trackPaweł Kołodziejski
svn-id: r16638
2005-01-25updatePaweł Kołodziejski
svn-id: r16637
2005-01-25The sfRand() script function was slightly wrongTorbjörn Andersson
Old behaviour: 0 <= random number <= param Correct behaviour: 0 <= random number < param svn-id: r16636
2005-01-25InfoDialog can assume the screen is 320 pixels. In games where it isn't,Torbjörn Andersson
the dialog will be scaled to the appropriate size and position. This should fix bug #1107817. svn-id: r16635
2005-01-25Corrected the comment: the savegame filename does not include the path atTorbjörn Andersson
this stage. (So 128 characters is probably excessive, even if the SCUMM engine uses 256.) svn-id: r16634
2005-01-25Added a "value step" parameter to the Slider widget class so that clickingTorbjörn Andersson
beside the slider handle can move it more than one step. (When the volume range was 0-14 or 0-16 this wasn't needed, but now it's 0-255.) svn-id: r16633
2005-01-24Correct aksf/akst pointer when sequence found.Travis Howell
svn-id: r16632
2005-01-24Updated SAGA items.Torbjörn Andersson
svn-id: r16631
2005-01-24*** empty log message ***Travis Howell
svn-id: r16630
2005-01-24Correct sound offset sizeTravis Howell
svn-id: r16628
2005-01-23Update SAGA items. Now we have several things implemented :).Eugene Sandulenko
svn-id: r16627
2005-01-23Picky indentation. Main reason is to make version 1.100 :P.Eugene Sandulenko
svn-id: r16626
2005-01-23Another spot of kReplyOnce usage. Thanks to proper memory addressing nowEugene Sandulenko
it is possible to implement. svn-id: r16625
2005-01-23updatePaweł Kołodziejski
svn-id: r16624
2005-01-23Reenable stub for latter demos in sfScriptGotoScene()Eugene Sandulenko
svn-id: r16623
2005-01-23Fix warningsMax Horn
svn-id: r16622
2005-01-23Fix compilation when vorbis is disabled and mpeg2 is enabled.Jonathan Gray
Pointed out by Michael Sterrett on irc. svn-id: r16620
2005-01-22implemented sfWaitWalk scriptFunctionAndrew Kurushin
svn-id: r16619
2005-01-22- removed returning value from scriptFunctionsAndrew Kurushin
- implement some scriptFunctions svn-id: r16618
2005-01-22all opcodes revisitedAndrew Kurushin
all ITE opcodes supported (now we should go through scriptFunctions) svn-id: r16617
2005-01-22another 19 opcodesAndrew Kurushin
svn-id: r16616
2005-01-22rewritten 15 opcodesAndrew Kurushin
svn-id: r16615
2005-01-22Whitespace and indentation.Torbjörn Andersson
svn-id: r16614
2005-01-22Fixed warning.Torbjörn Andersson
svn-id: r16613
2005-01-22Set SFX volume correctlyTravis Howell
svn-id: r16612
2005-01-22Set SFX volume correctly.Travis Howell
svn-id: r16611
2005-01-22Fix regression, bug #1107125Travis Howell
svn-id: r16610
2005-01-21some opcode fixes:Andrew Kurushin
opReturnV svn-id: r16609
2005-01-21Fix portabilityEugene Sandulenko
svn-id: r16608
2005-01-21now you can try to:Andrew Kurushin
- talk to someone - look at something svn-id: r16607
2005-01-21Fix cursor shape.Eugene Sandulenko
svn-id: r16606
2005-01-21Fix compilationEugene Sandulenko
svn-id: r16605
2005-01-21problems solved:Andrew Kurushin
- Allow more than one script work at once - Proper implementation of address methods some opcodes may be broken - cause work in progress todo: rewrite opcodes with new address functionality svn-id: r16604
2005-01-20Use the kITEColor constants for the ITE mouse cursor. Ironically, this isTorbjörn Andersson
one case where the original didn't use its own colour constants, so I had to add a new one, kITEColorLightGrey, for colour 4. svn-id: r16603
2005-01-20Check for negative sound offset.Travis Howell
svn-id: r16602
2005-01-20Fixed bug that I must have introduced during one of my cleanups. TheTorbjörn Andersson
original code read "LLogic.Logic_up( (*params*65536)+2);". I don't know where this opcode is actually used, though. svn-id: r16600
2005-01-19Fix type with BrightWhite colorEugene Sandulenko
svn-id: r16599
2005-01-19o Made ITEColors enum public in interface.h. Please use them. These colorsEugene Sandulenko
stay in each scene except intro and fade-in/fade-outs. o Implemented status text coloring during work of auxiliary scripts. svn-id: r16598
2005-01-19fixed default verb issueAndrew Kurushin
svn-id: r16597
2005-01-18implemented Sprite::hitTestAndrew Kurushin
Actors & Objects can be hited svn-id: r16596
2005-01-18partly implemented game objectsAndrew Kurushin
svn-id: r16595
2005-01-18another step in verb implementation:Andrew Kurushin
- objectMap responds to mouse move (but respond script not run well ?) loadStrings add some special count check - so all other LUT based resource should implement this technique svn-id: r16594
2005-01-18- remove ActionMap.h & ActionMap.cppAndrew Kurushin
svn-id: r16593