index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
2012-05-31
ALL: Correct spelling of "Mac OS X" in various places
Max Horn
2012-05-21
COMMON: Skip junk found at the end of QuickTime files
Matthew Hoops
2012-05-17
COMMON: Converted Coro context structure definitions to instead use classes.
Paul Gilbert
2012-05-17
COMMON: Fix compilation of coroutines code when COROUTINE_DEBUG is defined
Paul Gilbert
2012-05-17
COMMON: Improved waiting processes to store what PIDs they're waiting for
Paul Gilbert
2012-05-17
COMMON: Moved the Tinsel Coroutine code into it's own Common class
Paul Gilbert
2012-04-30
COMMON: Use the file cache in ZipArchive::listMembers for performance.
Johannes Schickel
2012-04-19
Merge pull request #226 from digitall/sincos
Filippos Karapetis
2012-04-17
COMMON: Update DCT & RDFT to avoid dynamic allocation of Sine/Cos Tables.
D G Turner
2012-04-17
COMMON: Refactoring of FFT class to remove repeated fft<x>() functions.
D G Turner
2012-04-16
COMMON: Refactoring of FFT class, removing Cosine Table Reallocations.
D G Turner
2012-04-16
COMMON: Minor refactoring of FFT class, removing DECL_FFT macro.
D G Turner
2012-04-14
COMMON: Replaced static Sine and Cosine tables with dynamic generated.
D G Turner
2012-04-13
COMMON: Minor reduction of sine/cosine table size (8 bytes...).
D G Turner
2012-04-13
COMMON: Fixes for compiling without USE_BINK enabled.
D G Turner
2012-04-04
COMMON: Fix spelling of length
Joel Teichroeb
2012-03-30
AUDIO: Fix QDM2 extra data parsing
Matthew Hoops
2012-03-30
COMMON: Clean up the QuickTime class a bit
Matthew Hoops
2012-03-30
COMMON: Read in QuickTime extra data for SVQ3
Matthew Hoops
2012-03-25
GUI: Change the undithering checkbox to be an engine-specific option
Filippos Karapetis
2012-03-25
Merge pull request #211 from lordhoto/game-gui-options-v2
Eugene Sandulenko
2012-03-22
COMMON: Make Rect::center() more readable
Matthew Hoops
2012-03-20
COMMON: Make Rect::center() work properly with odd dimensions
Matthew Hoops
2012-03-20
COMMON: Add a READ_UINT24 macro
Matthew Hoops
2012-03-19
KYRA: Add per-game GUI option support.
Johannes Schickel
2012-03-19
ENGINES: Implement per-game options caching in AdvancedDetector via GUIO flags.
Johannes Schickel
2012-03-19
COMMON: Add a dummy edit when a QuickTime file contains none
Matthew Hoops
2012-03-17
ALL: Make use of defined() for the preprocessor consistent.
Johannes Schickel
2012-03-17
COMMON: Use defined() instead of defined in preprocessor macros.
Johannes Schickel
2012-03-17
ALL: Use GCC_ATLEAST().
Christoph Mallon
2012-03-17
COMMON: Add GCC_ATLEAST(major, minor) to simplify testing for versions of GCC.
Christoph Mallon
2012-03-17
COMMON: Hopefully fix compilation
Filippos Karapetis
2012-03-17
COMMON: Use String class consistently
Eugene Sandulenko
2012-03-17
Merge pull request #203 from fingolfin/guio-cleanup
Eugene Sandulenko
2012-03-17
Merge pull request #202 from tsoliman/keymapper-nonkey-inputs
Eugene Sandulenko
2012-03-13
JANITORIAL: Simply use *x instead of *x.get() on smart pointers.
Christoph Mallon
2012-03-11
COMMON: Mention that SafeSeekableSubReadStream is not threading safe.
Johannes Schickel
2012-03-11
COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream.
Johannes Schickel
2012-03-10
COMMON: Fix formatting in substream.h.
Johannes Schickel
2012-03-08
COMMON: Add an exists function to MacResManager
Matthew Hoops
2012-03-02
KEYMAPPER: Add delays for *UP events coming from non-keys
Tarek Soliman
2012-03-02
KEYMAPPER: Map non-key custom input events
Tarek Soliman
2012-02-29
COMMON: Move language GUIO code to language.h
Max Horn
2012-02-29
COMMON: Replace OptionsDialog::renderType2GUIO by API in rendermode.h
Max Horn
2012-02-27
COMMON: Fix opening QuickTime files from MacBinary files
Matthew Hoops
2012-02-27
KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTION
Tarek Soliman
2012-02-27
KEYMAPPER: Rename HardwareKey to HardwareInput
Tarek Soliman
2012-02-26
COMMON: Move Language and Platform functionality into separate files
Max Horn
2012-02-26
COMMON: Move RenderMode and GUIOptions functionality into separate files
Max Horn
2012-02-24
COMMON: distinguish between 256 colors and 16 colors PC-98 rendering modes
athrxx
[next]