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
2011-08-27
Merge pull request #79 from clone2727/agos_cab
Eugene Sandulenko
2011-08-21
BADA: Remove BADA defined check. Was a temp fix for simulator build
Chris Warren-Smith
2011-08-21
BADA: Initial BADA port implementation
Chris Warren-Smith
2011-08-20
COMMON: Add wrapper for inflating headerless zlib data
Matthew Hoops
2011-08-20
SCUMM: Fix compilation when translation support is disabled.
Johannes Schickel
2011-08-20
I18N: Added comments to some of obscure translatable strings
Eugene Sandulenko
2011-08-20
COMMON: Implemented functions for determining localized Y/N equivalent
Eugene Sandulenko
2011-08-20
COMMON: Restore locale <-> Common::Language conversion utils
Eugene Sandulenko
2011-08-19
COMMON: intLog2 uses _BitScanReverse on MSVC
Bertrand Augereau
2011-08-18
COMMON: Slight formatting fix.
Johannes Schickel
2011-08-14
RECORDER: Lower I/O in recorder
Eugene Sandulenko
2011-08-09
RECORDER: Defer mutex deletion to destructor.
Johannes Schickel
2011-08-09
RECORDER: Implement time compensation for playback
Eugene Sandulenko
2011-08-08
RECORDER: Give name to recoder priority. Added middle button storing.
Eugene Sandulenko
2011-08-08
RECORDER: Restore event recorder functionality.
Eugene Sandulenko
2011-08-08
RECORDER: Add some debug output
Eugene Sandulenko
2011-08-07
COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).
Christoph Mallon
2011-08-07
COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...
Christoph Mallon
2011-08-07
COMMON: Remove implicit conversion from ScopedPtr<T> to T*.
Christoph Mallon
2011-08-07
COMMON: Make constants actually const.
Christoph Mallon
2011-08-07
COMMON: Correct error message.
Christoph Mallon
2011-08-07
COMMON: Use correct format specifier.
Christoph Mallon
2011-08-07
COMMON: Remove superfluous Common:: qualifiers.
Christoph Mallon
2011-08-07
COMMON: Use ScopedPtr<> to simplify resource management.
Christoph Mallon
2011-08-07
COMMON: Simplify initialization of z_stream struct.
Christoph Mallon
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-08-06
COMMON: Add notifyError() and clearError() to the TaskbarManager, used to not...
Littleboy
2011-08-06
OSYSTEM: Mention that our OSystem graphics API is not thread safe.
Johannes Schickel
2011-08-06
COMMON: Change param type of processDelayMillis to fix build.
Alyssa Milburn
2011-08-06
COMMON: Corrected Previous Commit.
D G Turner
2011-08-06
COMMON: Fix Missing Dependency In Timer Header.
D G Turner
2011-08-06
RECORDER: Added stub for delayMillis() processing
Eugene Sandulenko
2011-08-06
JANITORIAL: Remove SVN keywords
Eugene Sandulenko
2011-08-06
OSYSTEM: extended installTimerProc() with timer ID parameter
Eugene Sandulenko
2011-08-04
COMMON: Initialize more z_stream fields before calling inflateInit2.
Alyssa Milburn
2011-08-02
Merge pull request #52 from CeRiAl/macosx-sparkle
Oystein Eftevaag
2011-07-24
COMMON: Limited gcc specific intLog2 to gcc 3.4 or newer.
Johannes Schickel
2011-07-24
COMMON: Add an optimized intLog2 implementation for gcc using __builtin_clz.
Johannes Schickel
2011-07-24
COMMON: Let intLog2 return an int instead of uint32, since it should return -...
Johannes Schickel
2011-07-19
MACOSX/UPDATES: Streamline UpdateManager
CeRiAl
2011-07-19
MACOSX: Add Sparkle support
CeRiAl
2011-07-19
JANITORIAL: Fix MSVC warnings
Littleboy
2011-07-19
COMMON: Fix some formatting
Matthew Hoops
2011-07-19
COMMON: Move cosine/sine tables out of header files
Matthew Hoops
2011-07-19
COMMON: Renamed Integer Log2 function from log2 to intLog2.
D G Turner
2011-07-19
COMMON: Document the BitStream a bit more
Sven Hesse
2011-07-18
Merge pull request #50 from clone2727/bink
clone2727
2011-07-18
COMMON: Fix comment
Matthew Hoops
2011-07-18
COMMON: Update code from eos
Matthew Hoops
2011-07-18
COMMON: Update class documentation to say they're now used by SCUMM
Matthew Hoops
[next]