Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-10 | fixed stupid typo | Max Horn | |
svn-id: r5124 | |||
2002-10-09 | fix crash in Simon (see patch #620625) | Max Horn | |
svn-id: r5118 | |||
2002-09-19 | patch #611450: Simon crash fix | Max Horn | |
svn-id: r4968 | |||
2002-09-16 | fixed crash at release mode under VC6 and cleanup | Paweł Kołodziejski | |
svn-id: r4952 | |||
2002-09-16 | simon also use class File | Paweł Kołodziejski | |
svn-id: r4948 | |||
2002-08-31 | fixed compilation on Mac OS X; some cleanup; moved header file ↵ | Max Horn | |
scumm/smusH/rect.h to common/rect.h svn-id: r4877 | |||
2002-08-25 | fixed VC6 linking | Paweł Kołodziejski | |
svn-id: r4845 | |||
2002-08-25 | fix for VC6 linking | Paweł Kołodziejski | |
svn-id: r4841 | |||
2002-08-24 | fixed warnings | Max Horn | |
svn-id: r4833 | |||
2002-08-24 | synced with scummvm | Paweł Kołodziejski | |
svn-id: r4821 | |||
2002-08-23 | patch #598375: SIMON: ugly hack to get beard working | Max Horn | |
svn-id: r4807 | |||
2002-08-21 | fixed the 'intelligent' GCC build rules; added .cvsignore files | Max Horn | |
svn-id: r4790 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 | |||
2002-08-20 | Fix lighting on actors in V6+ games (eg, Sam and Max) | James Brown | |
Move boxflags debug to debug level 2 (we default to 1) Apply patches: 595414: Simon 2 lockup workarounds 595875: Simon 2 save/load dialog fix 597422: Preliminary support for CREA sound format (for FT) 597627: Use savedir for save/load-string opcodes svn-id: r4779 | |||
2002-08-18 | more code unification; as a side effect, simon can take advantage of the ↵ | Max Horn | |
save path settings in the config file (inspired by patch #587694) svn-id: r4770 | |||
2002-08-18 | some more cleanup | Max Horn | |
svn-id: r4761 | |||
2002-08-18 | fixed simon crasher | Max Horn | |
svn-id: r4760 | |||
2002-08-18 | MAJOR change to the way how Engine objects are instantiated | Max Horn | |
svn-id: r4758 | |||
2002-08-18 | trying to clean up the Simon code - gee this is a *BIG* mess! Argh! | Max Horn | |
svn-id: r4756 | |||
2002-08-14 | added common Engine base class for Scumm and SimonState (not yet very useful) | Max Horn | |
svn-id: r4742 | |||
2002-08-11 | Apply three patches: | James Brown | |
593567 [painelf]: Fix SNM inventory icon centering, it's an actor 593444 [wjp and eriktorbjorn]: Simon2 lockup fix 593455 [wjp]: Simon2 map fix svn-id: r4725 | |||
2002-08-04 | Patch #589718: Simon2Win startup (by eriktorbjorn) | James Brown | |
svn-id: r4700 | |||
2002-08-04 | Patch #590751: SIMON: FillOrCopyStruct unknowns | Max Horn | |
svn-id: r4699 | |||
2002-08-03 | wjps simon save dialog patch. test for narrow letters was fixed, changed to ↵ | Ralph Brorsen | |
non-negation for consistency svn-id: r4690 | |||
2002-07-25 | got rid of UNIX_X11 - instead, use UNIX + X11_BACKEND | Max Horn | |
svn-id: r4632 | |||
2002-07-25 | patch #585725 - fix for overlapping text in simon | Max Horn | |
svn-id: r4628 | |||
2002-07-21 | Didn't mean to remove the warning | Ruediger Hanke | |
svn-id: r4613 | |||
2002-07-21 | Voices were broken in Simon on Big Endian systems ... | Ruediger Hanke | |
svn-id: r4612 | |||
2002-07-18 | WinCE GUI friendly | Nicolas Bacca | |
svn-id: r4594 | |||
2002-07-18 | Workaround for French version crash | Nicolas Bacca | |
svn-id: r4593 | |||
2002-07-18 | Minor WinCE compile warning fix | Nicolas Bacca | |
svn-id: r4592 | |||
2002-07-07 | once more | Max Horn | |
svn-id: r4477 | |||
2002-07-07 | indent run | Max Horn | |
svn-id: r4476 | |||
2002-06-29 | Make it Work (tm) | James Brown | |
svn-id: r4441 | |||
2002-06-29 | Large pointless commit #143: Start splitting Simon code into more managable ↵ | James Brown | |
and slightly understandable chunks svn-id: r4438 | |||
2002-06-29 | Start of (non-functional) Simon2dos support. | James Brown | |
Implement the holy (sic) cursor. svn-id: r4436 | |||
2002-06-18 | Simon1 fixes, Readme update | James Brown | |
svn-id: r4425 | |||
2002-06-16 | Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit) | James Brown | |
svn-id: r4421 | |||
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 | Apply .VOC support for Simon, by olki. | James Brown | |
svn-id: r4406 | |||
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-14 | fix some warnings, odd code, and prevent Simon segfaulting when wrong game ↵ | James Brown | |
specified. svn-id: r4321 | |||
2002-05-14 | Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon ↵ | James Brown | |
due to the autosaver. This changes the OSystem interface. Porters beware. svn-id: r4318 | |||
2002-05-05 | cleaning up the mess drigo left... <sigh> | Max Horn | |
svn-id: r4215 | |||
2002-05-05 | Fixed some things to support MacOS port | Enrico Rolfi | |
svn-id: r4210 | |||
2002-05-05 | fix for MacOS native port | Max Horn | |
svn-id: r4205 | |||
2002-05-05 | fixed some warnings | Max Horn | |
svn-id: r4204 | |||
2002-05-04 | Change the 'poperty' call to be 64-bits clean. | Lionel Ulmer | |
Porters, please check that I did not break anything while updating your ports. Thanks :-) svn-id: r4196 |