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
Age
Commit message (
Expand
)
Author
2009-05-12
SCI: cleanup
Max Horn
2009-05-12
SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h
Max Horn
2009-05-12
Make data that is only locally used static
Max Horn
2009-05-12
SCI: Changed object / script local vars storage to use a Common::Array
Max Horn
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-05-12
Must include common/scummsys.h in graphics/pixelformat.h because it uses type...
Max Horn
2009-05-12
Allow ESC button also be assigned in keymapper.
Eugene Sandulenko
2009-05-12
Surely this function is supposed to return -2 when the memory allocation
Torbjörn Andersson
2009-05-12
Rearranged all the different version checks based on SCI version in versions....
Filippos Karapetis
2009-05-12
When source and destination are the same, there is no need to strcpy(). In fact
Torbjörn Andersson
2009-05-12
Clarification of a comment.
Johannes Schickel
2009-05-12
Fix invalid pop up widget selection, when no "opl_driver" setting is present.
Johannes Schickel
2009-05-12
Fixed what looks like an obvious error in loadSong() that Valgrind caught.
Torbjörn Andersson
2009-05-12
Make 'create' return an OPL2 by default.
Johannes Schickel
2009-05-12
Cleanup.
Johannes Schickel
2009-05-12
Allow creation of KeyState with zero ascii value.
Eugene Sandulenko
2009-05-12
Give hints for better automapping
Eugene Sandulenko
2009-05-12
Performed some cleanup on the different version checks
Filippos Karapetis
2009-05-12
Fix OPL emulator IDs.
Johannes Schickel
2009-05-12
Fall back to plain OPL2 emulation, when Dual OPL2 isn't available.
Johannes Schickel
2009-05-12
- Add support for selecting the OPL emulator being used (config entry: "opl_d...
Johannes Schickel
2009-05-12
Sync with STXes
Eugene Sandulenko
2009-05-12
Add more detailed error message for "Chunk overread" case.
Johannes Schickel
2009-05-12
SCI: Fixed a valgrind warning.
Walter van Niftrik
2009-05-12
Cleanup.
Johannes Schickel
2009-05-12
Formatting.
Johannes Schickel
2009-05-12
Add proper error checking in file parsing code.
Johannes Schickel
2009-05-12
Change script file loading code to use Common::IFFParser instead of a self wr...
Johannes Schickel
2009-05-12
Typo.
Johannes Schickel
2009-05-12
Removed some unused code
Filippos Karapetis
2009-05-12
set resource version for LSL6 low-res CD version as well + update language co...
Joost Peters
2009-05-12
SCI: Sound: Send signal immediately for currently unsupported fade-and-continue.
Walter van Niftrik
2009-05-12
SCI: Set resource version for LSL6 floppy (autodetection fails).
Walter van Niftrik
2009-05-12
Fix strncpy usage.
Johannes Schickel
2009-05-12
SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...
Walter van Niftrik
2009-05-12
Cleanup.
Johannes Schickel
2009-05-12
Cleanup.
Johannes Schickel
2009-05-12
SCI: Message: Added resource-internal recursion (currently untested).
Walter van Niftrik
2009-05-12
Changed the hardcoded 'Parler de..' string in the conversation dialog to use ...
Paul Gilbert
2009-05-12
Replace verb numbers with constants in selectVerb() call
Eugene Sandulenko
2009-05-12
Synced WinCE SDL backend with the changes in commit #40226. Hopefully, this w...
Filippos Karapetis
2009-05-12
- Slight cleanup of c_sfx_01_header()
Filippos Karapetis
2009-05-12
Moved the "suffixes" and "words" console commands to ScummVM's debug console
Filippos Karapetis
2009-05-12
Replaced sci_hexdump() with Common::hexdump()
Filippos Karapetis
2009-05-12
Silenced MSVC warning about unsafe mix of byte and boolean
Filippos Karapetis
2009-05-12
Added a startOffset parameter to hexdump() (used by SCI's own hexdump method)
Filippos Karapetis
2009-05-11
Fix MSVC compilation (cast const away explicitly).
Willem Jan Palenstijn
2009-05-11
Fix bug #1946262: "LSL1: Age Verification answer input not working"
Eugene Sandulenko
2009-05-11
Use lowercase form for quickselect in ListWidget.
Willem Jan Palenstijn
2009-05-11
LOL: - implemented olol_paletteFlash()
Florian Kagerer
[prev]
[next]