Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-24 | Patch from bug report #1615417: SCUMM (v6): Cursor isn't updated after ↵ | Max Horn | |
hotspot changes svn-id: r25162 | |||
2007-01-24 | Fix for bug #1586640: SDL: Joystick/Joypad doesnt work with 0.9.0 | Max Horn | |
svn-id: r25161 | |||
2007-01-23 | Added support for Infogrames/RobHubbard2 (amiga) music | Sven Hesse | |
svn-id: r25160 | |||
2007-01-21 | update | Gregory Montoir | |
svn-id: r25159 | |||
2007-01-21 | added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx ↵ | Gregory Montoir | |
looping, cleanup svn-id: r25158 | |||
2007-01-21 | cleanup | Gregory Montoir | |
svn-id: r25157 | |||
2007-01-21 | Reduce dependency from common/advancedDetector.h | Eugene Sandulenko | |
svn-id: r25156 | |||
2007-01-21 | Applied my own patch #1635584 (after discussing with Fingolfin) to reduce the | Torbjörn Andersson | |
memory usage and number of allocations made by the NUT font renderer. svn-id: r25155 | |||
2007-01-21 | Removed common/advancedDetector.h from agos.h, thus reducing the number of ↵ | Max Horn | |
build deps on base/plugins.h and base/game.h from about 155 to 113 (and also reducing the deps on advancedDetector.h, of course). The same should be done to all other engines using the advanced detector (AGI, CINE, SAGA, Parallaction) svn-id: r25154 | |||
2007-01-21 | Fix crash in GameDescriptor::updateDesc | Max Horn | |
svn-id: r25153 | |||
2007-01-21 | openForSaving can fail, so it should be handled gracefully -- but better to ↵ | Max Horn | |
assert out in a controlled manner than o invoke methods on a NULL pointer, right? :-) svn-id: r25151 | |||
2007-01-21 | Don't mkdir the default savepath whenever we startup; rather, mkdir (on ↵ | Max Horn | |
Unix/Symbian, at least) the savedir just before we need it, i.e. just before saving. Fixes bug #1504398 svn-id: r25150 | |||
2007-01-21 | Fixes implementation of o1_updateSceneAnimations. | Johannes Schickel | |
svn-id: r25149 | |||
2007-01-21 | Speed up mouse emulation with hires games | Chris Apers | |
svn-id: r25148 | |||
2007-01-21 | Cleanup event code | Chris Apers | |
Added key up for mouse buttons so that we can control Gobliiins and Touche properly svn-id: r25147 | |||
2007-01-21 | fixed ordering of engine jobs: no more known graphics glitches | Nicola Mettifogo | |
svn-id: r25146 | |||
2007-01-21 | fixed occasional border issues in inventory | Nicola Mettifogo | |
svn-id: r25145 | |||
2007-01-21 | Clenaup | Chris Apers | |
svn-id: r25144 | |||
2007-01-21 | Clenaup | Chris Apers | |
svn-id: r25143 | |||
2007-01-21 | Ooops, ooops ooops, bad source directory | Chris Apers | |
svn-id: r25142 | |||
2007-01-21 | Ooops, collapsible only | Chris Apers | |
svn-id: r25141 | |||
2007-01-21 | fixed out-of-bounds error causing premature crashes on some systems | Nicola Mettifogo | |
svn-id: r25140 | |||
2007-01-21 | When a user clicks on an editable string, use the correct font for calculating | Torbjörn Andersson | |
the width. Should fix bug #1640622. svn-id: r25139 | |||
2007-01-21 | Make use of HashMap::getVal/setVal, and some cleanup | Max Horn | |
svn-id: r25138 | |||
2007-01-21 | Added game.cpp file with some funcs/methods declared in game.h | Max Horn | |
svn-id: r25137 | |||
2007-01-21 | Added non-const variant of HashMap::getVal | Max Horn | |
svn-id: r25136 | |||
2007-01-21 | Added some new HashMap methods: lookupAndCreateIfMissing (internal only), ↵ | Max Horn | |
setVal and getVal (which actually is just the old queryVal renamed for consistency) svn-id: r25135 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2007-01-20 | Prepare Parallaction support (not working for now) | Chris Apers | |
svn-id: r25133 | |||
2007-01-20 | Prepare Parallaction support (not working for now) | Chris Apers | |
svn-id: r25132 | |||
2007-01-20 | Added support fir hi-res games to standard PalmOS 5 devices (BS, TOuche, ...) | Chris Apers | |
Added aspect ratio selection too svn-id: r25131 | |||
2007-01-20 | Fixed mouse redraw with Touche | Chris Apers | |
svn-id: r25130 | |||
2007-01-20 | Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption. | Neil Millstone | |
svn-id: r25129 | |||
2007-01-20 | Completed implementation of o1_restoreAllObjectBackgrounds. | Johannes Schickel | |
svn-id: r25127 | |||
2007-01-19 | Added copy constructor and assignment operator to class HashMap | Max Horn | |
svn-id: r25125 | |||
2007-01-19 | Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out ↵ | Neil Millstone | |
all other fat drivers) svn-id: r25124 | |||
2007-01-19 | Changed to ARM7 for libcartreset | Neil Millstone | |
svn-id: r25123 | |||
2007-01-19 | Adding libcartreset to ARM7 binary | Neil Millstone | |
svn-id: r25122 | |||
2007-01-18 | Hopefully fixed the SAN seeking (used by Full Throttle's bike fighting) that I | Torbjörn Andersson | |
accidentally broke when removing the timer callback from the SMUSH player. svn-id: r25120 | |||
2007-01-18 | Make use of Surface::getBasePtr | Max Horn | |
svn-id: r25119 | |||
2007-01-18 | Patch #1596959 (SH and MIPS need memalign too) | Max Horn | |
svn-id: r25118 | |||
2007-01-18 | fixed walk bug: characters now walk along complex paths | Nicola Mettifogo | |
svn-id: r25117 | |||
2007-01-17 | Fixed a warning. | Torbjörn Andersson | |
svn-id: r25112 | |||
2007-01-17 | fixed broken tab widths | Nicola Mettifogo | |
svn-id: r25111 | |||
2007-01-16 | svn-id: r25110 | Travis Howell | |
2007-01-16 | Update details of several French HE demos. | Travis Howell | |
svn-id: r25108 | |||
2007-01-16 | Update details for German version of Elvira 2 | Travis Howell | |
svn-id: r25107 | |||
2007-01-16 | added first debug messages | Nicola Mettifogo | |
svn-id: r25106 | |||
2007-01-16 | Fix a minor compiler warning. | David Symonds | |
svn-id: r25105 | |||
2007-01-16 | Restore missing svn:keyword attributes. | David Symonds | |
svn-id: r25104 |