Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-16 | Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit) | James Brown | |
svn-id: r4421 | |||
2002-06-14 | *** empty log message *** | Travis Howell | |
svn-id: r4420 | |||
2002-06-14 | Reverse patch as requested by Endy | Travis Howell | |
svn-id: r4419 | |||
2002-06-14 | Add OpenGL support patch from Andre Souza | Travis Howell | |
svn-id: r4418 | |||
2002-06-12 | - added a .cvsignore for the debian dir | Bastien Nocera | |
svn-id: r4417 | |||
2002-06-09 | new BeIDE project file from patch tracker #553451 | Max Horn | |
svn-id: r4416 | |||
2002-06-07 | moved the code that enforces all actors to be redrawn on a full redraw to a ↵ | Max Horn | |
more appropriate location; fixed the rendering sort algorithm (it now uses a stable sort algorithm, namely bubble sort) - it used to produce a 'flicker' effect in some cases previously svn-id: r4415 | |||
2002-06-07 | removed useless (read: already done in other place) code | Max Horn | |
svn-id: r4414 | |||
2002-06-07 | merged Makefile.macosx into master Makefile | Max Horn | |
svn-id: r4413 | |||
2002-06-06 | As long as I am fixing regression bug introduced by my streaming | Lionel Ulmer | |
patch, fix also the 'FLAG_FILE' stuff. Endy, you should be able to revert your patch to Simon as it should not be needed anymore now :-) svn-id: r4412 | |||
2002-06-06 | This should fix the regression introduced by my streaming changes (bug | Lionel Ulmer | |
#564756). Thanks Oliver Kiehl for the find :-) svn-id: r4411 | |||
2002-06-06 | Add stdc++ library for GCC 3.1 compile | Travis Howell | |
svn-id: r4410 | |||
2002-06-06 | Fix copy/paste typo :) | James Brown | |
svn-id: r4409 | |||
2002-06-06 | Remove Simons dependency on FLAG_FILE, as some dolt has broken that in the ↵ | James Brown | |
current mixer. svn-id: r4408 | |||
2002-06-05 | Added mutex functions to MorphOS interface | Ruediger Hanke | |
svn-id: r4407 | |||
2002-06-05 | Apply .VOC support for Simon, by olki. | James Brown | |
svn-id: r4406 | |||
2002-06-04 | newDirToOldDir is now a class method of class Scumm) | Max Horn | |
svn-id: r4405 | |||
2002-06-04 | more Actor class cleanup; renamed unkRoomFunc4 to palManipulate and added an ↵ | Max Horn | |
icky, wrong implementation for it - yes this is complete nonsense but I'll try to replace it with the right thing RSN :-) svn-id: r4404 | |||
2002-06-04 | Sorry for the mess.... Here is the mutex code :-) | Lionel Ulmer | |
svn-id: r4403 | |||
2002-06-03 | fixed warning | Max Horn | |
svn-id: r4402 | |||
2002-06-03 | cleaned up var names in darkenPalette a bit, making it easier to understand | Max Horn | |
svn-id: r4401 | |||
2002-06-03 | remove obsolete stuff | Max Horn | |
svn-id: r4400 | |||
2002-06-03 | praising myself a bit :-) | Max Horn | |
svn-id: r4399 | |||
2002-06-03 | Added the mutex support to ease the streaming (ie to prevent all race | Lionel Ulmer | |
conditions between an 'append' and a playing by the sound thread). Porters should add the relevant stuff to their OSystem interfaces. But finally, the bug reported by Valgrind was much more trivial than that and is also fixed in this commit :-) svn-id: r4398 | |||
2002-06-03 | checkin of mutle's current work - note that this won't build right now, it ↵ | Max Horn | |
needs some work first svn-id: r4397 | |||
2002-06-02 | Fix the streaming used in the movies in TheDig (warning, did not test | Lionel Ulmer | |
Full Throttle). This should be less buggy (ie crash less often, maybe not better quality) than the previous code. NOTE: the '1024 *' is here for testing purposes and will need to be severely reduced :-/ svn-id: r4396 | |||
2002-06-02 | Small warning fix + double inclusion protection (can always be useful | Lionel Ulmer | |
:) ). svn-id: r4395 | |||
2002-06-02 | another attempt to fix #529538 | Max Horn | |
svn-id: r4394 | |||
2002-06-01 | undoing my previous changes, it's completly bogus(sorry) | Max Horn | |
svn-id: r4393 | |||
2002-06-01 | fix for #529538 | Max Horn | |
svn-id: r4392 | |||
2002-06-01 | added some comments; fixed #558310 | Max Horn | |
svn-id: r4391 | |||
2002-06-01 | fixed script dumping for small header games (by MadMoose) | Max Horn | |
svn-id: r4390 | |||
2002-05-30 | Oops. Still sent sound as mono to AHI ... | Ruediger Hanke | |
svn-id: r4389 | |||
2002-05-29 | Rewrite Simon filename parser. | James Brown | |
svn-id: r4388 | |||
2002-05-29 | Fix bug 558589. This shouldn't happen anyway, as 1641.VGA seems to be the ↵ | James Brown | |
video data for 'wearing' the beard... I suspect some people just have bad rips of the game. svn-id: r4387 | |||
2002-05-26 | Various changes in MorphOS interface | Ruediger Hanke | |
svn-id: r4386 | |||
2002-05-25 | Fixme for the dig looping sound bug... | Vincent Hamm | |
svn-id: r4385 | |||
2002-05-25 | fixed a missplaced memset in akos code. Fixed a typo in the Makefile | Vincent Hamm | |
svn-id: r4384 | |||
2002-05-25 | Forgot to remove another SDLism from the X11 compilation :-) (no, no, | Lionel Ulmer | |
it's not on purpose to increase our SF stats :-) ). svn-id: r4383 | |||
2002-05-25 | Fix a little bit the Makefile to not have both UNIX and UNIX_X11 | Lionel Ulmer | |
defined when building the X11 driver. svn-id: r4382 | |||
2002-05-25 | The Dig: implement descriptions | Paweł Kołodziejski | |
svn-id: r4381 | |||
2002-05-24 | Two changes in Dig movies: | Paweł Kołodziejski | |
- fix missing palette in sq2 movie (inside the asteroid), - restore palette after movies (ex. pigout). svn-id: r4380 | |||
2002-05-23 | Update for 16 bits and stereo smush sound in the dig | Paweł Kołodziejski | |
svn-id: r4379 | |||
2002-05-23 | removed some debug output I left in accidentally in my last checkin; removed ↵ | Max Horn | |
some uses of g_scumm (see Endy, I promised I'd do it <g>); removed getSideOfLine(); some clean up svn-id: r4378 | |||
2002-05-23 | removed/disabled debug code | Max Horn | |
svn-id: r4377 | |||
2002-05-23 | moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ↵ | Max Horn | |
Endy, no worries <g>); some other cleanup svn-id: r4376 | |||
2002-05-22 | renamed unkScreenEffect7 to transitionEffect; added some comments, renamed ↵ | Max Horn | |
vars etc.; fixed typoe in screen_eff7_table1 which caused effects 2&3 to be completly messed up svn-id: r4375 | |||
2002-05-22 | Fixed missing inventory in dig | Vincent Hamm | |
svn-id: r4374 | |||
2002-05-22 | Fixed actor masking in dig | Vincent Hamm | |
svn-id: r4373 | |||
2002-05-22 | Reenabled the 1024 flag for direction interpolation | Vincent Hamm | |
svn-id: r4372 |