Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-08 | amiga demo version of OS has a VOL.CNF file so I assume full versions of the ↵ | Gregory Montoir | |
game also use it ; enabled readVolCnf for all versions of OS. svn-id: r29760 | |||
2007-12-08 | doc | Gregory Montoir | |
svn-id: r29759 | |||
2007-12-08 | simplified gfxConvertSpriteToRaw, some renaming | Gregory Montoir | |
svn-id: r29758 | |||
2007-12-08 | made timing closer to the original interpreter and simplified manageEvents ↵ | Gregory Montoir | |
function (no need to recurse) svn-id: r29757 | |||
2007-12-08 | reverted part of commit #29749, inplace unpacking doesn't work with .ani data | Gregory Montoir | |
svn-id: r29756 | |||
2007-12-08 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29755 | |||
2007-12-08 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29754 | |||
2007-12-07 | Enabled click-and-drag mouse mode for the right mouse button as well as the ↵ | Oystein Eftevaag | |
left button, and fixed a the mouse cursor being able to go 1 pixel off screen on one side svn-id: r29753 | |||
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 | Properly centered the image on screen after aspect ratio correction | Oystein Eftevaag | |
svn-id: r29750 | |||
2007-12-07 | backported some changes for OS | Gregory Montoir | |
- added parsing of VOL.CNF to get the (filename,bundle) mapping (should be more efficient than testing every bundle file) - delphineUnpack allows "inplace unpacking", use this instead of allocating temporary buffers - relation script run count should be set in _localVars[0] - added comments for some "special" script variables svn-id: r29749 | |||
2007-12-07 | fix unterminated string (causing intermittent savegame listing problems in ↵ | Willem Jan Palenstijn | |
scumm) svn-id: r29748 | |||
2007-12-07 | Added missing hack for the tools to allow building on MinGW with SDL ↵ | Travis Howell | |
backend. (see bug #1800764 TOOLS: MinGW tools building broken) svn-id: r29747 | |||
2007-12-07 | Bugfix so player will move out of the way if he's blocking an entrance a ↵ | Paul Gilbert | |
character is entering by svn-id: r29746 | |||
2007-12-07 | Changed startup error messages to use a modal GUI dialog | Paul Gilbert | |
svn-id: r29745 | |||
2007-12-07 | Fix for bug 1843961: Assertion on talking to a NPC - initial 'hey wait' ↵ | Paul Gilbert | |
dialog was resetting the destination character just before the conversation started svn-id: r29743 | |||
2007-12-07 | NDS: A few cycles saved in the inner loop of the CPU scaler | Bertrand Augereau | |
svn-id: r29742 | |||
2007-12-06 | reverted commit #29736 with a proper fix (I think) to fmopl code | Gregory Montoir | |
svn-id: r29741 | |||
2007-12-06 | NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS back | Bertrand Augereau | |
svn-id: r29740 | |||
2007-12-06 | Mickey is now supported | Filippos Karapetis | |
svn-id: r29737 | |||
2007-12-06 | Reverted commit #29733, as RandomSource() is called before g_system is ↵ | Filippos Karapetis | |
initialized (e.g. from sound/fmopl.cpp) svn-id: r29736 | |||
2007-12-06 | Move AGI engine back to custom line drawing routine as it caused regressions | Eugene Sandulenko | |
svn-id: r29735 | |||
2007-12-06 | Switch Lure engine to AdvancedDetector | Eugene Sandulenko | |
svn-id: r29734 | |||
2007-12-06 | Do not use time() needlessly | Max Horn | |
svn-id: r29733 | |||
2007-12-06 | Attempted fix for the DS blitters; looks like I was reading from dst and | Robin Watts | |
storing to src. D'Oh. Still untested, but this code is broken anyway (apparently) and is disabled, so I can't really make it any worse... svn-id: r29732 | |||
2007-12-05 | NDS: Disabling the buggy ARM blitters so that the CPU scaler works | Bertrand Augereau | |
svn-id: r29731 | |||
2007-12-05 | NDS: Reporting hi-level opti from Robin in the c++ software scaler ( ↵ | Bertrand Augereau | |
a1r5g5b5 swizzling ) svn-id: r29730 | |||
2007-12-05 | Remove now obsolete comment | Filippos Karapetis | |
svn-id: r29729 | |||
2007-12-05 | NDS : params reordering to match C scaler and ARM one | Bertrand Augereau | |
svn-id: r29728 | |||
2007-12-05 | NDS : The CPU scaler checkbox is back (and can be removed with a #define) | Bertrand Augereau | |
svn-id: r29725 | |||
2007-12-05 | Declare Winnie supported | Eugene Sandulenko | |
svn-id: r29723 | |||
2007-12-05 | update Touche section | Gregory Montoir | |
svn-id: r29722 | |||
2007-12-05 | Change to default volume levels on the GP2X to prevent some nasty 'clipping'. | John Willis | |
svn-id: r29721 | |||
2007-12-05 | Add a few small GP2X things to NEWS | John Willis | |
svn-id: r29720 | |||
2007-12-05 | Tidyup of a few small things in the GP2X port. | John Willis | |
svn-id: r29719 | |||
2007-12-05 | ARM ASM blitting routines from Robin_Watts | Oystein Eftevaag | |
svn-id: r29717 | |||
2007-12-04 | Broke up parseDialogue into more manageable and focused short routines. | Nicola Mettifogo | |
svn-id: r29716 | |||
2007-12-04 | update NEWS with development since 0.10.0 | Eugene Sandulenko | |
svn-id: r29715 | |||
2007-12-04 | remove code duplication | Paweł Kołodziejski | |
svn-id: r29714 | |||
2007-12-04 | Mention COMI/SCUMM fixes in the NEWS | Max Horn | |
svn-id: r29713 | |||
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-03 | Reworked the fight loop and event handling so fights run at the same speed ↵ | Paul Gilbert | |
as in the original game svn-id: r29709 | |||
2007-12-02 | Abort configure run if no matching datatypes are found; some tweaks for ↵ | Max Horn | |
cross compiling (do not try to link when you don't use the resulting binary; but *if* we want to link, we must pass the LDFLAGS in case there are require linker flag modifications) svn-id: r29707 | |||
2007-12-02 | update queen changelog | Gregory Montoir | |
svn-id: r29706 | |||
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 | Update NEWS file | Eugene Sandulenko | |
svn-id: r29704 | |||
2007-12-02 | fixes for cygwin build. In particular: move the _mak_plugins environment ↵ | Kostas Nakos | |
after LDFLAGS has been defined in config.mk, to allow building in case of non-standard lib paths (thru LDFLAGS). Also, silenced a nasm warning. svn-id: r29701 |