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
2009-08-19
Initialize EventRecorder to passthrough mode in the constructor.
Johannes Schickel
2009-08-17
- Add note about that modifing the parent stream will mess up SeekableSubRead...
Johannes Schickel
2009-08-14
MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan)
Joost Peters
2009-07-29
Removed redundant File::ioFailed() implementation; also turned ReadStream::io...
Max Horn
2009-07-29
Removed last traces of clearIOFailed. Yay :)
Max Horn
2009-07-26
Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name clashe...
Paul Gilbert
2009-07-25
Strip trailing whitespaces.
Johannes Schickel
2009-07-25
Move the event recorder to its own class (EventRecoder inside common/EventRec...
Johannes Schickel
2009-07-25
Formatting
Eugene Sandulenko
2009-07-25
Add Common::String::printf to format a string
Willem Jan Palenstijn
2009-07-25
Add enum which marks global priorites of the EventManager event dispatcher.
Johannes Schickel
2009-07-25
- EventDispatcher is no longer a singleton.
Johannes Schickel
2009-07-25
Moved ArtificialEventSource to common/events.h.
Johannes Schickel
2009-07-25
- Add marco to easily access the EventDispatcher instance.
Johannes Schickel
2009-07-25
Prevent EventMapper events from being mapped.
Johannes Schickel
2009-07-25
Add function "allowMapping" to EventSource, for testing whether the event sou...
Johannes Schickel
2009-07-25
Got rid of EventManger::artificialEventQueue.
Johannes Schickel
2009-07-25
Replace "EventProvider" class of the DefaultEventManager implementation with ...
Johannes Schickel
2009-07-25
Add new event dispatching API.
Johannes Schickel
2009-07-21
Use a BufferedReadStream to buffer ArjFile's input to reduce memory usage
Willem Jan Palenstijn
2009-07-15
Fix formatting of some switch statements.
Johannes Schickel
2009-07-15
Fix some typos in TransactionError-enumeration's comments.
Kari Salminen
2009-07-13
Unify PS2 and non-PS2 alloc code in Common::Array code (if this causes regres...
Max Horn
2009-07-13
Refactor GUI options update into a function in Common: updateGameGUIOptions.
Johannes Schickel
2009-07-13
Reverted my previous change (fprintf vs fputs),
Max Lingua
2009-07-12
Remove double endline
Willem Jan Palenstijn
2009-07-12
On PS2 use "fprintf" (as in 0.13.x ) to print error messages to stderr,
Max Lingua
2009-07-12
I am re-commiting the FORCE_RTL as a temporary solution
Max Lingua
2009-07-12
Added a temporary work-around for PS2 backend in common/array.h
Max Lingua
2009-07-03
If NDEBUG is #defined, then assert does nothing, leading to warnings about 'o...
Max Horn
2009-06-29
Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...
Johannes Schickel
2009-06-28
Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
Max Horn
2009-06-23
Added support for Hungarian
Sven Hesse
2009-06-13
Fix erase() sometimes hiding other hash elements.
Willem Jan Palenstijn
2009-06-12
Fixed disposeStream initialization.
Nicola Mettifogo
2009-06-12
* Adapted Kyra to the new IFFParser interface.
Nicola Mettifogo
2009-06-12
* Moved the updated IFF code from Parallaction to common/
Nicola Mettifogo
2009-06-10
Point to the Cursor and AudioCD Managers to help engine authors following the...
Jordi Vilalta Prat
2009-06-10
Extend documentation for "kFeatureCursorHasPalette".
Johannes Schickel
2009-06-10
Fix documentation for debugC and debugCN, relying on special debug levels.
Johannes Schickel
2009-06-10
Added debugCN() call which does not add newline automatically
Eugene Sandulenko
2009-06-08
Spacing.
Travis Howell
2009-06-07
Fixed appending a (substring of a) string to itself
Max Horn
2009-06-07
Added some new method variants to Common::String
Max Horn
2009-06-07
Added an experimental '--upgrade-targets' option (to be refined; and possibly...
Max Horn
2009-06-06
Added CoCo3 version of SQ1
Eugene Sandulenko
2009-06-06
Added game GUI options to advancedDetector and updated all engines
Eugene Sandulenko
2009-06-06
Implement feature request #1180217: "GUI: Mute option"
Eugene Sandulenko
2009-06-05
Make the PlayStation's abbreviation to all lower-case for consistency and cha...
Matthew Hoops
2009-06-01
Add a 'flat' option to FSDirectory to allow searching recursively for files i...
Willem Jan Palenstijn
[next]