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
/
cine
/
various.cpp
Age
Commit message (
Expand
)
Author
2006-05-31
Yet another const warning fixed
Max Horn
2006-05-26
As far as I can tell, there's no longer any reason for PartBuffer and AnimData
Torbjörn Andersson
2006-05-08
Implemented FW inventory. This is basically a copy of makeMenuChoice(), minus
Torbjörn Andersson
2006-05-01
Another small update/cleanup to the French messages from Nicolas Joly.
Torbjörn Andersson
2006-05-01
Applied patch from Nicolas Joly to fix the French default messages in Future
Torbjörn Andersson
2006-04-12
Fixed potential crash in drawDialogueMessage(): The function should terminate
Torbjörn Andersson
2006-04-12
Actions that do not have any custom response now print one of the default
Torbjörn Andersson
2006-04-12
Stubbed addPlayerCommandMessage(). I think it may have something to do with
Torbjörn Andersson
2006-04-12
This assertion shouldn't be needed. At least not here.
Torbjörn Andersson
2006-04-11
Add F1-F10 keymappings like in original engine.
Eugene Sandulenko
2006-04-11
Added TODO comment about refreshAnimData[] and why it's not (yet) a field in
Torbjörn Andersson
2006-04-10
Might as well clear ptr1 and ptr2 in animDataTable[] when loading a savegame.
Torbjörn Andersson
2006-04-10
If I understand things correctly, cinE used to dump the entire animDataTable
Torbjörn Andersson
2006-04-10
Use our standard save file manager class to read and write the save games,
Torbjörn Andersson
2006-04-09
Moved GameSettings to namespace Cine; moved savePath to various.cpp
Max Horn
2006-04-09
Casting an array of integers to a pointer to a struct seems like a pretty hacky
Torbjörn Andersson
2006-04-09
Minor cleanup, but savegames still don't work as well as I had hoped...
Torbjörn Andersson
2006-04-09
Fixed savegame saving/loading. I haven't done anything about the user
Torbjörn Andersson
2006-04-08
Some more Operation Stealth changes. Mostly stubs.
Torbjörn Andersson
2006-04-08
Cleanup.
Torbjörn Andersson
2006-04-08
Began collecting hard-coded language-specific strings in a new initLanguage()
Torbjörn Andersson
2006-04-05
Use English strings for the system and confirm menus, to be consistent with the
Torbjörn Andersson
2006-04-05
I don't think assert(0) is a particularly helpful error message...
Torbjörn Andersson
2006-04-05
Fix character spacing in text blurbs.
Eugene Sandulenko
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-23
uint8 -> byte
Eugene Sandulenko
2006-03-23
Got rid of ASSERT and ASSERT_PTR defines
Eugene Sandulenko
2006-03-16
- added defines to handle the different mouse cursors
Gregory Montoir
2006-03-15
added mouse cursors
Gregory Montoir
2006-03-09
minor cleanup.
Gregory Montoir
2006-03-09
oo'ified sound code and added basic support for OS adlib music.
Gregory Montoir
2006-03-03
Eliminate flip_support.cpp file.
Eugene Sandulenko
2006-03-02
fixed compilation.
Gregory Montoir
2006-02-27
cleanup
Gregory Montoir
2006-02-25
cleanup (endianess fixes, fixed partBufferStruct structure)
Gregory Montoir
2006-02-25
Some more cine header cleanup
Max Horn
2006-02-25
Reducing the header dependencies in cine a bit more
Max Horn
2006-02-25
- avoid using typedef for structs (it is just not necessary in C++)
Max Horn
2006-02-25
Moved cine engine into namespace Cine
Max Horn
2006-02-24
cleanup
Gregory Montoir
2006-02-23
formating code
Paweł Kołodziejski
2006-02-23
Fix a few compile warnings.
Travis Howell
2006-02-23
Fix a few compile warnings.
Travis Howell
2006-02-23
Fixed some more compiler warnings. Many still remain.
Torbjörn Andersson
2006-02-23
Cleanup to remove duplicate type defines
Travis Howell
2006-02-22
Initial version of Cinematique engine evo 1.
Eugene Sandulenko