Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-25 | DEVTOOLS: create_teenagent now modified to use message string table. | D G Turner | |
The dseg region is now generated from two byte blocks and the message strings. This commit also removes the hacky code to generate these tables from the older headers and adds the util.cpp from create_kyradat to provide file I/O functions. | |||
2012-07-25 | DEVTOOLS: Fix remaining bug in create_teenagent message string output. | D G Turner | |
Second block start position calculation was incorrect. | |||
2012-07-25 | DEVTOOLS: Fix bug in create_teenagent message string table output. | D G Turner | |
Second block size calculation was incorrect. | |||
2012-07-24 | DEVTOOLS: Modify create_teenagent to output message string table. | D G Turner | |
This temporary hack code is used to convert the current dseg table into two smaller byte tables and a list of the message strings, which is output to stdout. This will likely require some manual postediting, but does most of the work programmatically. | |||
2012-07-20 | CREDITS: Update dreamweb team | Willem Jan Palenstijn | |
2012-07-20 | CREDITS: Credits for original sources | Eugene Sandulenko | |
2012-07-16 | Merge branch 'master' into teenagentRefactor | D G Turner | |
Conflicts: engines/teenagent/resources.cpp | |||
2012-07-15 | TEENAGENT: Unpack teenagent.dat and remove the engine's zlib dependency | Filippos Karapetis | |
This addresses bug #3539822 - "TEENAGENT: Not working without zlib" | |||
2012-07-14 | CREATE_PROJECT: Output Groups and File references in XCode provider | Littleboy | |
2012-07-14 | CREATE_PROJECT: Disable SAFESEH in debug mode (for edit and continue) | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add freetype dll to copied files in postbuild script | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add support for Visual Studio 2012 project creation | Littleboy | |
2012-07-14 | CREATE_PROJECT: Properly disable Edit and Continue in Debug mode | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add Visual Studio 2012 project | Littleboy | |
2012-07-11 | TEENAGENT: Migrate Dialog functions to using dialog numbers. | D G Turner | |
This removes the hardcoded address/offsets from the callback functions. | |||
2012-07-09 | DEVTOOLS: Fix create_teenagent to use dialog string tables. | D G Turner | |
This removes the extended data segment blob and replaces it with a set of dialog string tables. Have checked that the teenagent.dat output file produced is identical. | |||
2012-07-09 | DEVTOOLS: Temporarily modify create_teenagent to convert eseg blob. | D G Turner | |
This converts the eseg data to a readable string structure and outputs the result as C header code to stdout. Committing this for reference. | |||
2012-07-08 | SCUMM: Correct HE version for another English Windows version of Freddi Fish ↵ | Travis Howell | |
and Luther's Maze Madness. | |||
2012-07-07 | SCUMM: Add another English Windows version of Freddi Fish and Luther's Maze ↵ | Travis Howell | |
Madness. | |||
2012-07-05 | DEVTOOLS: Migrate create_teenagent to static data tables. | D G Turner | |
This simplifies the tool code and removes the need to have a specific executable version as an input file for this tool. | |||
2012-07-05 | DEVTOOLS: Remove executable MD5sum check from create_teenagent tool. | D G Turner | |
Since the md5 class is now unused, it is removed as well. | |||
2012-07-04 | CREDITS: Drop my middle initial to stay within the size-limit for AUTHORS, ↵ | Einar Johan Trøan Sømåen | |
and add handle. | |||
2012-06-26 | DRASCULA: Add Spanish subtitles for von Braun cutscene | Thierry Crozat | |
This finally solves bug #3069981 DRASCULA: no subtitles in scene with "von Braun". Thanks go to Tomás Maidagan for providing these subtitles. | |||
2012-06-24 | CREATE_PROJECT: Clarify license on imported code | Willem Jan Palenstijn | |
License confirmed by personal email by littleboy. This clarification was requested in bug #3527268. | |||
2012-06-16 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-06-15 | SCUMM: The target and Wii releases of a few HE games are HE101, since they ↵ | Travis Howell | |
have differce in debugInput opcode too. | |||
2012-06-05 | SCUMM: Show an error dialog when trying to run puttzoo ios lite | Matthew Hoops | |
The lite version contains the full game and we will not support it due to potential piracy. | |||
2012-05-29 | SCUMM: Add Macintosh UK version of Freddi Fish 4. | Travis Howell | |
2012-05-28 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-28 | SCUMM: Add support for Spy Fox iOS | Matthew Hoops | |
2012-05-25 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-20 | CREATE_PROJECT: Disable edit and continue in the scummvm project | Filippos Karapetis | |
Edit and continue is not compatible with the coroutine code. Previously, it was disabled in the tinsel project only, but now that the coroutine code has been moved into common, we need to disable edit and continue in the scummvm project instead | |||
2012-05-17 | CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coroutine ↵ | Paul Gilbert | |
compilation properly | |||
2012-05-11 | CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coroutine ↵ | Paul Gilbert | |
compilation properly | |||
2012-05-06 | CREATE_PROJECT: Extend settings used for Tinsel engine to Tony engine as well | Paul Gilbert | |
2012-05-04 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-05-02 | CREATE_PROJECT: Fix tool help output to reflect command line changes. | D G Turner | |
2012-04-24 | Add another English demo version of the Humongous Interactive Catalog. | Travis Howell | |
2012-04-19 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: base/plugins.cpp configure | |||
2012-04-19 | Merge pull request #232 from fingolfin/refactor-plugins | Filippos Karapetis | |
Refactor plugins | |||
2012-04-19 | Merge pull request #231 from BenCastricum/master | Filippos Karapetis | |
SCUMM: Add another Dutch Balloon-O-Rama variant. | |||
2012-04-18 | BUILD: Move list of engines out of configure | Max Horn | |
The new file engines/configure.engines is currently manually created and maintained, but could be regenerated by a script in the future. | |||
2012-04-17 | DEVTOOLS: take usage of config.h for xcode; few small updates | Pawel Kolodziejski | |
2012-04-17 | SCUMM: Add another Dutch Balloon-O-Rama variant. | Ben Castricum | |
2012-04-02 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-03-25 | CREATE_PROJECT: Add the FreeType feature | Filippos Karapetis | |
2012-03-24 | SCUMM: More HES games detection fixes | Ben Castricum | |
2012-03-21 | CREDITS: Add pegasus | Matthew Hoops | |
2012-03-17 | DEVTOOLS: Print error message to stderr, not stdout. | Christoph Mallon | |
2012-03-17 | JANITORIAL: Simplify stripLine(). | Christoph Mallon | |
Simply use pointers to the source and destination chars instead of multiple indices. |