Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-24 | fix for bug 928791: BS1: 'Freeze' at hospital | Robert Göffringmann | |
svn-id: r15878 | |||
2004-11-24 | Fix a`ll engines. They work, though current fix is just temporary. | Eugene Sandulenko | |
There are plans to add some brains to GameDetector class, which will let us avoid passing detector to init() method. svn-id: r15873 | |||
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn | |
svn-id: r15865 | |||
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ↵ | Max Horn | |
objections) svn-id: r15849 | |||
2004-11-19 | added walkthrough | Paweł Kołodziejski | |
svn-id: r15835 | |||
2004-11-19 | a little cleanup | Robert Göffringmann | |
svn-id: r15832 | |||
2004-11-18 | fixes a crash when closing BS1 while speech menu is open. | Robert Göffringmann | |
svn-id: r15828 | |||
2004-11-15 | nothing... | Robert Göffringmann | |
svn-id: r15820 | |||
2004-11-15 | BS1 demo is basically fully supported now. | Robert Göffringmann | |
only some SFX are flipped. svn-id: r15819 | |||
2004-11-15 | BS1 demo's speech and logic work now. | Robert Göffringmann | |
But there's something wrong with the SFX, which can lead to crashes. svn-id: r15813 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15739 | |||
2004-11-09 | oops | Robert Göffringmann | |
svn-id: r15736 | |||
2004-11-09 | free memory on quit. | Robert Göffringmann | |
Still leaks some, though svn-id: r15735 | |||
2004-11-06 | Changed spaces to tab to be consistent with other module.mk files. | Torbjörn Andersson | |
svn-id: r15718 | |||
2004-11-05 | Fix #include | Eugene Sandulenko | |
svn-id: r15714 | |||
2004-10-30 | Brute-force workaround for speech decoder crashes in the BS1 demo. It still | Torbjörn Andersson | |
doesn't work very well, though... svn-id: r15697 | |||
2004-10-21 | Ooops | Chris Apers | |
svn-id: r15633 | |||
2004-10-21 | Make PalmOS happy | Chris Apers | |
svn-id: r15632 | |||
2004-10-21 | Fixed alignment problem with BS1 demo | Chris Apers | |
svn-id: r15631 | |||
2004-10-21 | Prepare PalmOS support | Chris Apers | |
svn-id: r15630 | |||
2004-10-21 | enable czech control panel. should work. | Robert Göffringmann | |
svn-id: r15628 | |||
2004-10-21 | Fixed warnings. (Maybe it should be "const char *" instead, but then I got | Torbjörn Andersson | |
warnings from a different part of the code. Ho, hum...) svn-id: r15624 | |||
2004-10-21 | this should work around bug #922774. | Robert Göffringmann | |
well, at least it should keep the engine from crashing. svn-id: r15622 | |||
2004-10-17 | Use new setupPremix variant (incomplete) | Max Horn | |
svn-id: r15596 | |||
2004-10-14 | forgot to remove these debug messages | Robert Göffringmann | |
svn-id: r15549 | |||
2004-10-14 | The checkCdFiles() function still looked only for SPEECH1.CLU and | Torbjörn Andersson | |
SPEECH2.CLU. Now it also looks for the corresponding CL3 and CLV files. svn-id: r15545 | |||
2004-10-13 | I hope this fixes speech in demo | Robert Göffringmann | |
svn-id: r15534 | |||
2004-10-12 | added mp3 and ogg vorbis playback for music and speech. | Robert Göffringmann | |
compression tool will follow soon. svn-id: r15531 | |||
2004-10-08 | Prevent double slash in path | Chris Apers | |
svn-id: r15473 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-08-31 | Add eriktorbjorn's patch for separate target for Broken Sword 1 demo. Avoids ↵ | Travis Howell | |
sound regressions in full game. svn-id: r14846 | |||
2004-08-19 | No need to manually check inside extrapath -- this is done automatically anyway | Max Horn | |
svn-id: r14644 | |||
2004-08-11 | Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); ↵ | Max Horn | |
moral: either document how things work, or at least provide well named constants for certain return values... using the cheap way out here, i.e. method (b) :-) svn-id: r14557 | |||
2004-08-05 | Enhanced extrapath support | Max Horn | |
svn-id: r14470 | |||
2004-07-27 | Add support for speech in demo. | Travis Howell | |
svn-id: r14350 | |||
2004-07-18 | Let displayMessage() restore the mouse pointer to the standard BS1 arrow | Torbjörn Andersson | |
once it's done. svn-id: r14258 | |||
2004-07-16 | Open the control panel on both F5 and ESC, like the original did. | Torbjörn Andersson | |
svn-id: r14222 | |||
2004-07-11 | Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to ↵ | James Brown | |
go with the forthcoming new manual. Sword1 CD swapping doesn't work as expected HERE, either :) svn-id: r14188 | |||
2004-06-28 | Added "MUSIC" / "music" to the list of default directories. | Torbjörn Andersson | |
svn-id: r14100 | |||
2004-06-28 | Enhanced default directory support in the File class; now one can specify ↵ | Max Horn | |
arbitrary many default search directories svn-id: r14095 | |||
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few ↵ | Max Horn | |
more getGameDataPath() calls svn-id: r14090 | |||
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-06-25 | Use auto_ptr to avoid leaks | Max Horn | |
svn-id: r14057 | |||
2004-05-12 | Some usability fixes to the control panel code: | Torbjörn Andersson | |
* Draw a blinking cursor when typing savegame names. (Bug #908679) * Number the savegame slots. At the moment they are numbered differently than in BS2 in that they start on 1 instead of 0. As far as I recall, this was the case with the original engine as well, but we may want to reconsider. * Added scroll wheel support. This wasn't in the original, but it's a nice thing to have. Particularly since the scroll buttons don't repeat. (It would be nice if they did.) I would like this patch to be considered for 0.6.1, if there aren't any obvious problems with it. svn-id: r13833 | |||
2004-05-02 | This fixes bug #917427, a masking problem, hopefully without causing any | Torbjörn Andersson | |
regressions. What the patch does is to make sure to check all layers when masking a sprite, since it's possible that it's being masked by several layers at the same time. The old code simply picked the first masking layer. svn-id: r13744 | |||
2004-03-31 | be tolerant against abuse of ConfMan.getInt(); add missing default value for ↵ | Max Horn | |
'speech_volume' in bs1 svn-id: r13435 | |||
2004-03-30 | Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ↵ | Max Horn | |
vsnprinft isn't that safe either) svn-id: r13434 | |||
2004-03-30 | please fix | Paweł Kołodziejski | |
svn-id: r13433 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-28 | Fix bug #920491 (BS1: Game crashes when savepath is invalid) | Max Horn | |
svn-id: r13396 |