aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-15DREAMWEB: added mousecall stubVladimir
2011-06-15DREAMWEB: fixed invalid file read lengthVladimir
2011-06-15DREAMWEB: restored open file check in readVladimir
2011-06-15DREAMWEB: fixed offsets shifting for db/dwVladimir
2011-06-15DREAMWEB: added video segmentVladimir
2011-06-15DREAMWEB: more stubsVladimir
2011-06-15DREAMWEB: added close fileVladimir
2011-06-15DREAMWEB: fixed equ expandingVladimir
2011-06-15DREAMWEB: added readfileVladimir
2011-06-15DREAMWEB: implemented openfileVladimir
2011-06-15DREAMWEB: added openfile stubVladimir
2011-06-15DREAMWEB: added fake data register pointing to variablesVladimir
2011-06-15DREAMWEB: cleanupsVladimir
2011-06-15DREAMWEB: removed const methodVladimir
2011-06-15DREAMWEB: removed useless const methods, fixed maskVladimir
2011-06-15DREAMWEB: fixed typoVladimir
2011-06-15DREAMWEB: simplified register part definitionVladimir
2011-06-15DREAMWEB: fixed stosw instructionVladimir
2011-06-15DREAMWEB: cleaned up register part messVladimir
2011-06-15DREAMWEB: minor cleanupVladimir
2011-06-15DREAMWEB: fixed typoVladimir
2011-06-15DREAMWEB: implemented some of the stubsVladimir
2011-06-15DREAMWEB: replaced seecommandtail with stubVladimir
2011-06-15DREAMWEB: fixed invalid operator=Vladimir
2011-06-15DREAMWEB: added allocateSegment, added some stubsVladimir
2011-06-15DREAMWEB: regenerated codeVladimir
2011-06-15DREAMWEB: put data offsets, not labels into publicVladimir
2011-06-15DREAMWEB: added all offsetsVladimir
2011-06-15DREAMWEB: added stubs for sound startup/exitVladimir
2011-06-15COMMON: fixed resizeVladimir
2011-06-15DREAMWEB: minor cleanupVladimir
2011-06-15DREAMWEB: fixed default segment addrVladimir
2011-06-15DREAMWEB: get rid of data, added simple segment managementVladimir
2011-06-15DREAMWEB: updated git ignoreVladimir
2011-06-15DREAMWEB: removed python generated bytecodeVladimir
2011-06-15DREAMWEB: removed data declarationVladimir
2011-06-15DREAMWEB: removed context template, cleaned up initializationVladimir
2011-06-15DREAMWEB: fixed almost all runtime warningsVladimir
2011-06-15DREAMWEB: 'scummvm'ing types. :)Vladimir
2011-06-15COMMON: added assign(T*, T*)Vladimir
2011-06-15DREAMWEB: removed ugly macrosesVladimir
2011-06-15DREAMWEB: added tasm-recover toolVladimir
2011-06-15DREAMWEB: added stubsVladimir
2011-06-15DREAMWEB: started integration of stubsVladimir
2011-06-15DREAMWEB: regenerate sourcesVladimir
2011-06-15DREAMWEB: added autogenerated sourceVladimir
2011-06-14COMMON: Fix crash in TranslationManager when reading long stringsThierry Crozat
It was writing data beyond the end of a buffer. This change makes sure this does not happen. It only changes reading of the messages since the language codes, charset names and contexts are always much smaller than the buffer.
2011-06-15SCUMM: fix possible portability issueathrxx
2011-06-14SCUMM: Fix noisy Valgrind warning.eriktorbjorn
2011-06-14SCALERS: Fix Normal1xAspect scaler bug reported in bug #3313709CeRiAl