Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-15 | GUI: Shorten button labels if too long, and improve the shortening logic | Max Horn | |
svn-id: r46381 | |||
2009-12-10 | Hopefully fixing linking on MSVC: | Johannes Schickel | |
svn-id: r46329 | |||
2009-12-09 | Properly clean up memory when destroying CursorManager. | Johannes Schickel | |
svn-id: r46325 | |||
2009-12-09 | Cleanup: Move constructor/destructor definition of CursorManager::Cursor and ↵ | Johannes Schickel | |
CursorManager::Palette to cursorman.cpp. svn-id: r46324 | |||
2009-12-09 | Some more slight cleanup. | Johannes Schickel | |
svn-id: r46314 | |||
2009-12-09 | Cleanup: remove "s_initialized" from CursorManager and FontManager ↵ | Johannes Schickel | |
implementation, these classes are Singletons, so they will ever only be initialized once at most anyway. svn-id: r46313 | |||
2009-12-09 | Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cpp | Max Horn | |
This function is used in only one place. Declaring it requires common/list.h; by putting it into pixelformat.h, which is included by common/system.h, tons of things suddenly included list.h for no good reason. If we ever need to call this function in other places, we can figure out aborts more appropriate place for it. svn-id: r46310 | |||
2009-12-09 | GRAPHICS: Change font code to be identical on all platforms | Max Horn | |
svn-id: r46309 | |||
2009-12-09 | Slightly modified commit of patch #2911414 "MSVC: conversions warnings in ↵ | Johannes Schickel | |
common code". svn-id: r46308 | |||
2009-12-06 | Adding support for mono signed 16bit little-endian uncompressed PCM audio ↵ | Sven Hesse | |
(thank you, clone :)) svn-id: r46270 | |||
2009-11-30 | Only print sound information if there actually is sound (preventing a ↵ | Sven Hesse | |
division by 0 exception) svn-id: r46210 | |||
2009-11-30 | Properly clear the chunk headers again on closing | Sven Hesse | |
svn-id: r46209 | |||
2009-11-28 | Adding a parameter to the AviDecoder constructor to allow changing the ↵ | Sven Hesse | |
SoundType (instead of it being fixed to Plain) svn-id: r46170 | |||
2009-11-28 | Fixing a valgrind warning by memsetting _palette | Sven Hesse | |
svn-id: r46169 | |||
2009-11-27 | Fixing an invalid read in the destructor | Sven Hesse | |
svn-id: r46164 | |||
2009-11-27 | 00AM is another compressed frame type, fixing this (thanks to digitall for ↵ | Sven Hesse | |
figuring that out :D) svn-id: r46163 | |||
2009-11-27 | Extended the AviDecoder a bit | Sven Hesse | |
svn-id: r46162 | |||
2009-11-25 | Typo | Filippos Karapetis | |
svn-id: r46135 | |||
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by ↵ | Max Horn | |
Common::tag2string svn-id: r46127 | |||
2009-11-19 | Cleanup. | Johannes Schickel | |
svn-id: r45993 | |||
2009-11-18 | Put two of the WinCE downscalers into graphics/scaler/downscaler*, so that ↵ | Max Horn | |
they can be used by multiple backends (more could be added as needed) svn-id: r45974 | |||
2009-11-11 | Add missing ")" in #if check. | Johannes Schickel | |
svn-id: r45834 | |||
2009-11-10 | Move definition of stdint types to the only file that needs them (mpeg_player.h) | Max Horn | |
svn-id: r45820 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-16 | Override getAudioLag() in the AviDecoder (blatantly borrowed from the ↵ | Matthew Hoops | |
SmackerDecoder). svn-id: r45172 | |||
2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt ↵ | Matthew Hoops | |
SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5) svn-id: r45170 | |||
2009-10-16 | Added a new convenience method to the video player, which adds the event of ↵ | Filippos Karapetis | |
skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used svn-id: r45151 | |||
2009-10-14 | gob: fix a regression in Bargon Attack intro caused by a fix of Ween ↵ | Arnaud Boutonné | |
problems. Still requires a more proper fix, but at least it doesn't hang anymore (closing bug #2878717) svn-id: r45080 | |||
2009-10-11 | Add support for 8x16 chars in the FM-Towns font ROM code. | Johannes Schickel | |
svn-id: r44910 | |||
2009-10-11 | Revert changes to graphics/sjis.h in r44709. | Johannes Schickel | |
svn-id: r44904 | |||
2009-10-09 | Some const correctness changes; cleanup | Max Horn | |
svn-id: r44850 | |||
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn | |
svn-id: r44802 | |||
2009-10-06 | KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when ↵ | Florian Kagerer | |
typing savegame names - fixed some minor bugs svn-id: r44709 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-02 | Whitespace changes | Max Horn | |
svn-id: r44546 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-30 | Implemented support for drawing 8x16 chars from our custom SJIS font. | Johannes Schickel | |
svn-id: r44486 | |||
2009-09-30 | Update SJIS code to read SJIS.FNT version 2 data (no support for drawing ↵ | Johannes Schickel | |
ASCII and half-width katakana glyphs yet). svn-id: r44483 | |||
2009-09-28 | Removed the svn:executable property on non-executables | Andre Heider | |
svn-id: r44444 | |||
2009-09-25 | Removed dead code | Max Horn | |
svn-id: r44335 | |||
2009-09-08 | Fix what looks like a typo bug in the AVI player | Max Horn | |
svn-id: r44016 | |||
2009-09-08 | Fixed some (pedantic) warnings | Max Horn | |
svn-id: r44015 | |||
2009-09-01 | Add some more drawing constraints, so prevent overflowing the video memory | Sven Hesse | |
svn-id: r43902 | |||
2009-09-01 | Coding best practice: Whenever possible, pass objects by reference instead ↵ | Max Horn | |
of by value. Also make variables or data table which are only used locally "static". svn-id: r43882 | |||
2009-08-30 | Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE. | Matthew Hoops | |
svn-id: r43839 | |||
2009-08-30 | Named some unnamed enums. Hopefully, this will fix compilation under WinCE. | Filippos Karapetis | |
svn-id: r43836 | |||
2009-08-30 | Add an AVI player and MSVideo1 codec for use with some SCI Windows game ↵ | Matthew Hoops | |
(such as kq6). svn-id: r43833 | |||
2009-08-30 | Added the ColorMask ARGB3444 for Gamecube/Wii | Andre Heider | |
svn-id: r43828 | |||
2009-08-29 | Patch #2836424: "Optional compilation of CoktelVideo and Indeo3" | Eugene Sandulenko | |
svn-id: r43807 | |||
2009-08-29 | Fix bug for non 8bpp indexed game screens in grabScreen565. | Johannes Schickel | |
svn-id: r43796 |