aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2011-06-15DREAMWEB: converted line endings to the unix formatVladimir Menshakov
2011-06-15DREAMWEB: Added original sources. Released with permission from Neil Dodwell.Vladimir Menshakov
2011-06-15DREAMWEB: implemented stc/clc, fixed preliminary exit from the dialogueVladimir Menshakov
2011-06-15DREAMWEB: fixed occasional stripping of the strings in data segmentVladimir Menshakov
2011-06-15DREAMWEB: added stack depth check to code generatorVladimir Menshakov
2011-06-15DREAMWEB: added inc/dec instructions.Vladimir Menshakov
2011-06-15DREAMWEB: fixed seg XXX construction in generatorVladimir Menshakov
2011-06-15DREAMWEB: fixed invalid generated jump instructionsVladimir Menshakov
2011-06-15DREAMWEB: removed unused fileVladimir Menshakov
2011-06-15DREAMWEB: removed dummy video segment, blacklisted video-related functions.Vladimir Menshakov
2011-06-15DREAMWEB: fixed rep prefixVladimir Menshakov
2011-06-15DREAMWEB: blacklisted vga blitting functionsVladimir Menshakov
2011-06-15DREAMWEB: asserted invalid callsVladimir Menshakov
2011-06-15DREAMWEB: added 'equ' const to public headerVladimir Menshakov
2011-06-15DREAMWEB: output equ values in logVladimir Menshakov
2011-06-15DREAMWEB: added names instead of offsets for variablesVladimir Menshakov
2011-06-15DREAMWEB: fixed missing explicit segment specification. added verbose data ↵Vladimir Menshakov
dump to the generator
2011-06-15DREAMWEB: removed static from functions for now (allowing external usage)Vladimir Menshakov
2011-06-15DREAMWEB: fixed offsets shifting for db/dwVladimir
2011-06-15DREAMWEB: fixed equ expandingVladimir
2011-06-15DREAMWEB: added fake data register pointing to variablesVladimir
2011-06-15DREAMWEB: replaced seecommandtail with stubVladimir
2011-06-15DREAMWEB: put data offsets, not labels into publicVladimir
2011-06-15DREAMWEB: added all offsetsVladimir
2011-06-15DREAMWEB: minor cleanupVladimir
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: added tasm-recover toolVladimir
2011-06-11LOL: update kyra.dat for italian fan translationathrxx
2011-06-06CREATE_PROJECT: Link with the static runtime library in release modeLittleboy
This allows distributing MSVC compiled binaries without the MSVCRT runtime dll.
2011-06-05DREAMWEB: Add original Dreamweb assembly sourcesWillem Jan Palenstijn
They have been released under the GPL with permission from Neil Dodwell. Note that the version of these sources that was added in 9599894a4b2f79672fc3e2ca5a93ef9c7d457c08 has been tweaked to prepare for processing by tasmrecover.
2011-06-02CREATE_PROJECT: Add complete build configuration output to XCode providerJulien
2011-06-02CREATE_PROJECT: Add ResourcesBuildPhase output to Xcode providerJulien
2011-06-02CREATE_PROJECT: Add FrameworkBuildPhase output to XCode providerJulien
2011-06-02CREATE_PROJECT: Add NativeTarget output to XCode providerJulien
2011-06-02CREATE_PROJECT: Implement basic XCode providerJulien
This only outputs a skeleton project with no files and targets yet
2011-06-01DEVTOOLS: Do not use -Wglobal-constructors on create_project.oMax Horn
2011-06-01DEVTOOLS: Link create_kyradat against libcommon.a, for scumm_stricmpMax Horn
2011-06-01CREATE_PROJECT: Add stubs for Xcode providerJulien
2011-06-01ALL: Removed last traces of the MPEG2 codeMax Horn
2011-06-01CREATE_PROJECT: Fix type conversion warningJulien
2011-06-01CREATE_PROJECT: Add Xcode projectJulien
2011-05-29CREATE_PROJECT: Fixed typomd5
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: recognise -> recognizeMatthew Hoops
2011-05-25BUILD: Always enable indeo3 codecMax Horn
2011-05-25CREDITS: Temporarily retire Jubanka, add CeRiAlCeRiAl
2011-05-22ENGINES: Further unify engine namesThierry Crozat