Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-20 | Do not #include time.h globally (ideally, we should provide a localtime ↵ | Max Horn | |
clone in OSystem so we can completly get rid of this) svn-id: r29919 | |||
2007-12-20 | cleanup due to jvprat | Max Horn | |
svn-id: r29918 | |||
2007-12-18 | Add Japanese 3DO version of Putt Putt's Fun Pack. | Travis Howell | |
svn-id: r29898 | |||
2007-12-17 | Patch #1852017: INDY3 Mac: Biplane Manual Fix | Max Horn | |
svn-id: r29896 | |||
2007-12-16 | Patch #1851568: INDY3 Mac: Grail Diary Fix | Max Horn | |
svn-id: r29890 | |||
2007-12-09 | Add Russian font for Zak. | Eugene Sandulenko | |
svn-id: r29800 | |||
2007-12-07 | don't use str functions with binary data, should fix bug #1845760 | Gregory Montoir | |
svn-id: r29752 | |||
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir | |
svn-id: r29751 | |||
2007-12-07 | fix unterminated string (causing intermittent savegame listing problems in ↵ | Willem Jan Palenstijn | |
scumm) svn-id: r29748 | |||
2007-12-04 | remove code duplication | Paweł Kołodziejski | |
svn-id: r29714 | |||
2007-12-04 | correction based on disassembly | Paweł Kołodziejski | |
svn-id: r29712 | |||
2007-12-03 | Add patch #1842862 - Support for Freddi3 french. | Travis Howell | |
svn-id: r29711 | |||
2007-12-03 | remove code duplication | Paweł Kołodziejski | |
svn-id: r29710 | |||
2007-12-02 | revised mutex handling a bit in dimuse : | Gregory Montoir | |
- protected access to Track.used in startSound - removed mutex lock in cloneToFadeOutTrack as it's always called with mutex already locked on (shouldn't change anything, though, due to mutex re-entrancy) svn-id: r29705 | |||
2007-12-02 | Add patch #1842503 - Added HE99 version of french PUTTTIME. | Travis Howell | |
svn-id: r29694 | |||
2007-12-02 | don't call actorWalkStep if all an actor have to do is turning to a new ↵ | Gregory Montoir | |
direction (confirmed against disasm, seems specific to v8). fixes bug #1834814. svn-id: r29688 | |||
2007-11-26 | Fix keyword expansion in asm sources | Max Horn | |
svn-id: r29646 | |||
2007-11-25 | An attempt to implement thick line drawing. | Eugene Sandulenko | |
svn-id: r29639 | |||
2007-11-25 | Add md5 details for Blue's Art Time Activities. | Travis Howell | |
svn-id: r29637 | |||
2007-11-25 | Switch to our common drawLine routine | Eugene Sandulenko | |
svn-id: r29635 | |||
2007-11-25 | Fix regression in Fun Shop titles, when starting activites. | Travis Howell | |
svn-id: r29634 | |||
2007-11-25 | Add stub for wizImages thickLine code. | Travis Howell | |
svn-id: r29632 | |||
2007-11-24 | Add notes (From wiki) for u32 codes used in Backyard Soccer. | Travis Howell | |
svn-id: r29631 | |||
2007-11-24 | Implement soccer opcode 1006. Nothing is tested and is pure processing | Eugene Sandulenko | |
of bb86 utility. svn-id: r29630 | |||
2007-11-23 | don't pass a pointer in a middle of a resource buffer with mixer AUTOFREE ↵ | Gregory Montoir | |
flag set (untested but probably fixes #1754525) svn-id: r29618 | |||
2007-11-22 | Implement soccer logic opcode 1003 | Eugene Sandulenko | |
svn-id: r29616 | |||
2007-11-22 | Fix bug with rotating shapes in funshop games | Eugene Sandulenko | |
svn-id: r29614 | |||
2007-11-16 | Changed Audio::makeADPCMStream so that the stream passed to it can ↵ | Max Horn | |
automatically be disposed svn-id: r29517 | |||
2007-11-13 | Moving the vitual keyboard show/hide hints during the copy protection ↵ | Kostas Nakos | |
screens to the scumm engine. As the original code is slightly cryptic, there may be something wrong with MI1 (as commented) svn-id: r29495 | |||
2007-11-06 | Add support for original load/save system in HE games. | Travis Howell | |
svn-id: r29434 | |||
2007-10-28 | Refactored ScummEngine*::checkExecVerbs method | Max Horn | |
svn-id: r29284 | |||
2007-10-21 | Patch #1817080: Scumm savegame thumbnail loading patch | Max Horn | |
svn-id: r29244 | |||
2007-10-07 | cleanup | Max Horn | |
svn-id: r29170 | |||
2007-09-23 | Fix 64 bit issue | Max Horn | |
svn-id: r29042 | |||
2007-09-21 | Fix regression, when loading levels in mustard. | Travis Howell | |
svn-id: r28997 | |||
2007-09-20 | implement o72_debugInput (with some help from Kirben) | Matthew Hoops | |
svn-id: r28988 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-11 | Remove/clarify several FIXMEs | Eugene Sandulenko | |
svn-id: r28892 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-09-10 | Lots of source code formatting corrections | Max Horn | |
svn-id: r28887 | |||
2007-09-10 | Added some comments | Max Horn | |
svn-id: r28886 | |||
2007-09-08 | Some cleanup (yay for whomever had the brilliant idea to let SVN work over ↵ | Max Horn | |
HTTPS and hence through proxies&firewalls :) svn-id: r28877 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-08-14 | fix issues with parentheses | Matthew Hoops | |
svn-id: r28618 | |||
2007-08-14 | Limit loading external fonts, to required game versions. | Travis Howell | |
svn-id: r28617 | |||
2007-08-13 | Add details for Japanese PCE version of Loom. | Travis Howell | |
svn-id: r28588 | |||
2007-08-09 | Add missing files. Oooops | Eugene Sandulenko | |
svn-id: r28502 |