aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_teenagent
AgeCommit message (Collapse)Author
2014-02-18DEVTOOLS: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2012-07-25DEVTOOLS: 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-25DEVTOOLS: Fix remaining bug in create_teenagent message string output.D G Turner
Second block start position calculation was incorrect.
2012-07-25DEVTOOLS: Fix bug in create_teenagent message string table output.D G Turner
Second block size calculation was incorrect.
2012-07-24DEVTOOLS: 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-16Merge branch 'master' into teenagentRefactorD G Turner
Conflicts: engines/teenagent/resources.cpp
2012-07-15TEENAGENT: Unpack teenagent.dat and remove the engine's zlib dependencyFilippos Karapetis
This addresses bug #3539822 - "TEENAGENT: Not working without zlib"
2012-07-11TEENAGENT: Migrate Dialog functions to using dialog numbers.D G Turner
This removes the hardcoded address/offsets from the callback functions.
2012-07-09DEVTOOLS: 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-09DEVTOOLS: 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-05DEVTOOLS: 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-05DEVTOOLS: Remove executable MD5sum check from create_teenagent tool.D G Turner
Since the md5 class is now unused, it is removed as well.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn