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
/
engines
Age
Commit message (
Expand
)
Author
2012-04-06
MORTEVIELLE: Removed all the remaining text mode function stubs
Paul Gilbert
2012-04-06
MORTEVIELLE: Remove all the overlay comments
Paul Gilbert
2012-04-06
MORTEVIELLE: Remove more code that had been commented out in the original source
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed all the code that was commented out in the original source
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed unused clear_box() and fill_box(), and renamed fillBox t...
Paul Gilbert
2012-04-06
MORTEVIELLE: Replaced all box() calls with ScreenSurface::fillBox
Paul Gilbert
2012-04-06
MORTEVIELLE: Add comments to the deprecated s_char method
Paul Gilbert
2012-04-06
MORTEVIELLE: Added CHECK_QUIT to afdes() event loop
Paul Gilbert
2012-04-06
MORTEVIELLE: Replace old calls to afff to use new decode/drawPicture methods
Paul Gilbert
2012-04-06
MORTEVIELLE: Fixed the F3/F8 box width to adjust to the text size
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed boite() stab and remap calls to ScreenSurface::drawBox
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed redundant gfx functions, and moved others into ScreenSur...
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed text screen output, and fixed copyright to display on ti...
Paul Gilbert
2012-04-06
MORTEVIELLE: Added support for using the static string list added to mort.dat
Paul Gilbert
2012-04-06
MORTEVIELLE: Renamed main loop methods, along with quit/end/lose variables
Paul Gilbert
2012-04-06
MORTEVIELLE: Implemented ScummVM savegame functionality with metadata
Paul Gilbert
2012-04-06
MORTEVIELLE: Moved the game detection entries to detection_tables.h
Paul Gilbert
2012-04-06
MORTEVIELLE: Merged mort.cpp into mortevielle.cpp, and split up intro from ma...
Paul Gilbert
2012-04-06
MORTEVIELLE: Replace timer chip frequency values with a constant
Paul Gilbert
2012-04-06
MORTEVIELLE: In progress implementation of PC Speaker music player
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix for erasing alert dialogs when done
Paul Gilbert
2012-04-06
MORTEVIELLE: Converted the demus assembly code to C++
Paul Gilbert
2012-04-06
MORTEVIELLE: Added extra quit checks to event loops
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix sizes of several arrays
Paul Gilbert
2012-04-06
MORTEVIELLE: Add extra parenthesis to defines for operation safety
Paul Gilbert
2012-04-06
MORTEVIELLE: Visual fix for the inventory menu
Paul Gilbert
2012-04-06
MORTEVIELLE: Bugfixes for saving/loading savegames
Paul Gilbert
2012-04-06
MORTEVIELLE: Change float parameters in chardes/charani to int32
Paul Gilbert
2012-04-06
MORTEVIELLE: Correct synchronisation of savegame data
Paul Gilbert
2012-04-06
MORTEVIELLE: Changed readclock() method to use ScummVM functionality
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix some string indexing
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix for displaying savegame menus correctly
Paul Gilbert
2012-04-06
MORTEVIELLE: Bugfix for image block decoding method #0
Paul Gilbert
2012-04-06
MORTEVIELLE: Merge the _mouseButtons and clic variables
Paul Gilbert
2012-04-06
MORTEVIELLE: Added missing variable to savegame synchronization
Paul Gilbert
2012-04-06
MORTEVIELLE: Properly implement get_random_number method
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix conversion of string to integer in room changes
Paul Gilbert
2012-04-06
MORTEVIELLE: Remove old drive boot sector read code in game startup.
Paul Gilbert
2012-04-06
MORTEVIELLE: Formatting fix for savegame list
Paul Gilbert
2012-04-06
MORTEVIELLE: Restore background area when a menu is removed
Paul Gilbert
2012-04-06
MORTEVIELLE: More game menu formatting fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: Formatting fixes for game menu display
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix display of action tabs
Paul Gilbert
2012-04-06
MORTEVIELLE: Correctly handle keyboard keys for moving mouse
Paul Gilbert
2012-04-06
MORTEVIELLE: Added explicit quit checks to the main game loops
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix compiler warnings and added assert
Paul Gilbert
2012-04-06
MORTEVIELLE: Expand on the mouse/keyboard handling code
Paul Gilbert
2012-04-06
MORTEVIELLE: Set up default mouse cursor
Paul Gilbert
2012-04-06
MORTEVIELLE: Changed deprecated warnings to use debugC instead
Paul Gilbert
2012-04-06
MORTEVIELLE: Correct ScreenSurface::fillBox to use the passed colour
Paul Gilbert
[next]