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
2007-03-10
fixed old reimplementation bug
Nicola Mettifogo
2007-03-10
fixed regression: head and talks are now loaded only for real characters, i.e...
Nicola Mettifogo
2007-03-10
more robust font management
Nicola Mettifogo
2007-03-10
typo
Max Horn
2007-03-10
Let the mixer worry about converting mono to stereo.
Torbjörn Andersson
2007-03-10
Silence MSVC8 warnings.
Eugene Sandulenko
2007-03-10
character loading/freeing routines now also handle Heads and Talks, instead o...
Nicola Mettifogo
2007-03-10
SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2
Max Horn
2007-03-10
SCUMM: some more AKOS cleanup & added comments
Max Horn
2007-03-10
SCUMM: Must reset useBompPalette in the AKOS renderer
Max Horn
2007-03-10
got rid of calls to close() since streams and archives clean after themselves
Nicola Mettifogo
2007-03-10
Fixed error handling: we count the command itself in argc, and returning false
Torbjörn Andersson
2007-03-10
Add details for Backyard Basketball.
Travis Howell
2007-03-10
SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as...
Max Horn
2007-03-09
Removing some unnecessary #includes
Max Horn
2007-03-09
Some more fraction data & an optimized formula (I still have no clue what tha...
Max Horn
2007-03-09
Updated fraction values
Max Horn
2007-03-09
added comments suggesting possible formulas for hardcoded float values
Nicola Mettifogo
2007-03-09
Some more LogicHE cleanup
Max Horn
2007-03-09
Some more LogicHE cleanup
Max Horn
2007-03-09
Some cleanup, and added some of my observation (man this code is really strange)
Max Horn
2007-03-09
Revised LogicHErace::op_1140 (the two multiplications by constants still baff...
Max Horn
2007-03-09
reduced dependency from windows-specific header files
Nicola Mettifogo
2007-03-08
Since the amiga version handle music very differently than the PC version, th...
Gregory Montoir
2007-03-08
Removed the localized titles in Touche game descriptions, that didn't work re...
Gregory Montoir
2007-03-08
Clarified some comments
Max Horn
2007-03-08
Fixed const issue (casting const to non-const)
Max Horn
2007-03-08
deleted useless code
Nicola Mettifogo
2007-03-08
Replaced uses of fprintf() with warning() or error()
Max Horn
2007-03-07
- cleanup
Johannes Schickel
2007-03-07
Fixed the crash in the interlude before the last level in the Gobliiins CD-ve...
Sven Hesse
2007-03-07
Add another version of Backyard Football2002.
Travis Howell
2007-03-06
Add F1 - F3 keys for Apple II and Commodore 64 verisons of Maniac Mansion.
Travis Howell
2007-03-06
Added support for Blacksmith's hammering animation and added Morkus' animatio...
Paul Gilbert
2007-03-06
Fix regression in V0 versions of Maniac Mansion, when using extracted files.
Travis Howell
2007-03-06
Add support for the New Kid verb option in Apple II and Commodore 64 verisons...
Travis Howell
2007-03-05
Corrected the initial drawing position of 101-anims (e.g. the guard monster i...
Sven Hesse
2007-03-05
Fixed the cursor hotspots
Sven Hesse
2007-03-04
Correct football2002 demo placement
Eugene Sandulenko
2007-03-04
fixed regression: background used to get broken when items were picked up
Nicola Mettifogo
2007-03-04
Adding comment again.
Johannes Schickel
2007-03-04
Remove wrong gob2 Mac entry.
Eugene Sandulenko
2007-03-04
- Some minor fixes
Sven Hesse
2007-03-04
made loadScript and loadLocation benefit from Script's ability to dispose of ...
Nicola Mettifogo
2007-03-04
made Script optionally take ownership and dispose input text
Nicola Mettifogo
2007-03-04
wrapped loader routines into a new class named Disk. The new class is also re...
Nicola Mettifogo
2007-03-04
no more overloading for loadBackground
Nicola Mettifogo
2007-03-04
hid mask and path loading details from the engine, so it is now independent f...
Nicola Mettifogo
2007-03-04
separated slide from scenery loading to take care of filename aliases
Nicola Mettifogo
2007-03-04
moved background loading into disk.cpp
Nicola Mettifogo
[next]