Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-04 | Added note about BS2 script bug. | Torbjörn Andersson | |
svn-id: r18492 | |||
2005-07-02 | MIDI ideas | Max Horn | |
svn-id: r18482 | |||
2005-06-23 | Updated NEWS and TODO | Max Horn | |
svn-id: r18437 | |||
2005-06-17 | update | Gregory Montoir | |
svn-id: r18405 | |||
2005-06-16 | Update | Travis Howell | |
svn-id: r18400 | |||
2005-06-04 | Some font related TODOs | Max Horn | |
svn-id: r18336 | |||
2005-05-27 | Clarified the status of the GUI scaling a bit. I'm not aware of any | Torbjörn Andersson | |
remaining dialog that is completely unscaled, but some of them are a bit hackish and there are issues with the small version of the GUI. svn-id: r18275 | |||
2005-05-27 | Made ValueDisplayDialog scale itself. | Torbjörn Andersson | |
svn-id: r18274 | |||
2005-05-25 | If we switch to SVN, move iMuse stuff to its own dir, too | Max Horn | |
svn-id: r18252 | |||
2005-05-21 | Font TODO | Max Horn | |
svn-id: r18209 | |||
2005-05-20 | Updated GUI issues. Again. But that's enough for today. | Torbjörn Andersson | |
svn-id: r18195 | |||
2005-05-20 | Updated GUI issues. | Torbjörn Andersson | |
svn-id: r18193 | |||
2005-05-20 | Updated GUI issues | Torbjörn Andersson | |
svn-id: r18189 | |||
2005-05-19 | This shouldn't have been in here anymore -- we already could make a HTML ↵ | Max Horn | |
README from the LaTeX sources svn-id: r18179 | |||
2005-05-17 | Updated GUI issues. | Torbjörn Andersson | |
svn-id: r18136 | |||
2005-05-16 | Updated TODO | Max Horn | |
svn-id: r18124 | |||
2005-05-15 | Added a list of the dialogs which need to be updated to the TODO | Max Horn | |
svn-id: r18120 | |||
2005-05-14 | Added a TODO for file code | Max Horn | |
svn-id: r18096 | |||
2005-05-14 | We should document the OSystem keycodes eventually | Max Horn | |
svn-id: r18093 | |||
2005-05-11 | Some TODO items | Max Horn | |
svn-id: r18057 | |||
2005-05-05 | Handle engine creation failure a bit more graceful | Max Horn | |
svn-id: r17918 | |||
2005-04-22 | We have an official PS2 port now (although its status is not clear to me) | Max Horn | |
svn-id: r17756 | |||
2005-04-22 | Added SDL backend TODO | Max Horn | |
svn-id: r17755 | |||
2005-04-17 | Updated TODO list | Max Horn | |
svn-id: r17649 | |||
2005-04-17 | Move HE bugs/issues to wiki (At http://wiki.scummvm.org/index.php/HE_Progress ) | Travis Howell | |
svn-id: r17642 | |||
2005-04-16 | Reunify DirBrowserDialog and FileBrowserDialog; implemented file browser ↵ | Max Horn | |
mode for OSX, too; fixed some memory leaks in the launcher svn-id: r17639 | |||
2005-04-16 | No longer seem to occur. | Travis Howell | |
svn-id: r17630 | |||
2005-04-16 | Palette slots are supported, working in pajama3 at least. | Travis Howell | |
Fix typo. svn-id: r17628 | |||
2005-04-16 | cyx added o90_getLinesIntersectionPoint() | Travis Howell | |
svn-id: r17627 | |||
2005-04-16 | Patch #1183808 (GUI: Less CPU-intensive credits scroll), with some tweaks by me | Max Horn | |
svn-id: r17620 | |||
2005-04-15 | Fixed | Travis Howell | |
svn-id: r17608 | |||
2005-04-15 | Update HE todo. | Travis Howell | |
svn-id: r17606 | |||
2005-04-14 | Added TODO item about the insanely CPU intensive credits roll. | Torbjörn Andersson | |
svn-id: r17597 | |||
2005-04-13 | Updated comment | Gregory Montoir | |
svn-id: r17590 | |||
2005-04-11 | added processWizImage mode 10 | Gregory Montoir | |
svn-id: r17545 | |||
2005-04-11 | Already working. | Travis Howell | |
svn-id: r17543 | |||
2005-04-11 | Update comment | Travis Howell | |
svn-id: r17542 | |||
2005-04-10 | Add more TODO entries | Max Horn | |
svn-id: r17516 | |||
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson | |
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512 | |||
2005-04-10 | gBitFormat TODO | Max Horn | |
svn-id: r17504 | |||
2005-04-09 | Add comment to TODO | Travis Howell | |
Check that string pointer exists, before reading data. Don't attempt to play speech in soccer2004, since it uses compression. svn-id: r17470 | |||
2005-04-09 | Add opcode stub for chase | Travis Howell | |
svn-id: r17468 | |||
2005-04-08 | Add HE item | Travis Howell | |
svn-id: r17452 | |||
2005-04-07 | Update HE issues | Travis Howell | |
svn-id: r17429 | |||
2005-04-05 | Update HE issues | Travis Howell | |
svn-id: r17384 | |||
2005-04-02 | initial implementation of o72_arrayOps_127 and o90_sortArray | Gregory Montoir | |
svn-id: r17337 | |||
2005-04-01 | Update HE issues | Travis Howell | |
svn-id: r17323 | |||
2005-03-30 | Add comment | Travis Howell | |
svn-id: r17291 | |||
2005-03-28 | Update HE issues | Travis Howell | |
svn-id: r17273 | |||
2005-03-25 | Started some cleanup work on class Gdi (in particular, I try to limit that ↵ | Max Horn | |
class to GFX decoding only, and moved the screen rendering code out of it) svn-id: r17225 |