Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | KYRA: (LOL/FM-TOWNS) - adapt static resources | athrxx | |
2013-01-09 | KYRA: fix invalid mem access in kyradat tool | athrxx | |
2013-01-02 | TOLTECS: Add credits for toltecs | Filippos Karapetis | |
2012-12-13 | CREDITS: Adding credits for Belarusian translation | Thierry Crozat | |
2012-12-01 | CREDITS: Adding catnose in credits for Finnish translation | Thierry Crozat | |
2012-10-12 | Merge branch 'master' into teenagentRefactor | D G Turner | |
Conflicts: engines/teenagent/callbacks.cpp | |||
2012-10-08 | CREDITS: Update the web credits path in the make rule | Thierry Crozat | |
This is not guarantied to work but will work if both scummvm and scummvm-web have been cloned in the same parent directory. The old rules was always failing anyway, so this is an improvement. But maybe we should comment that line? | |||
2012-10-08 | CREDITS: Mark Lothar Serra Mari as retired | Thierry Crozat | |
2012-09-28 | TONY: Update the Obj tables in other languages | Strangerke | |
2012-09-28 | TONY: Fix German fonts | Strangerke | |
2012-09-27 | TONY: Font fix for French version: Some Polish characters are also used. | Strangerke | |
2012-09-26 | TONY: In French version, fix 'ê' in hotspot names by replacing it by 'e', ↵ | Strangerke | |
like for other accentuated characters | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-25 | TONY: Add credits for Tony | Strangerke | |
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS | |||
2012-09-06 | CREDITS: Increase name widths to avoid cut off names | Willem Jan Palenstijn | |
Unfortunately this does introduce extra line breaks. | |||
2012-09-06 | CREDITS: Reshuffle special thanks | Willem Jan Palenstijn | |
2012-09-06 | CREDITS: Output warning if name is too wide for text output | Willem Jan Palenstijn | |
2012-09-06 | CREDITS: Minor tweaks | Willem Jan Palenstijn | |
2012-09-06 | CREDITS: Thank Jan Nedoma (Mnemonic) for sources/assistance with WME. | Einar Johan Trøan Sømåen | |
2012-09-06 | CREDITS: Add myself to credits for the Wintermute-engine | Einar Johan Trøan Sømåen | |
2012-09-05 | CREATE_PROJECT: Copy translations.dat in postbuild step | Littleboy | |
2012-09-05 | CREATE_PROJECT: Remove hardcoded define for post-build event | Littleboy | |
2012-09-05 | CREATE_PROJECT: Add config option to disable language extensions and edit ↵ | Littleboy | |
and continue (per-project) | |||
2012-09-05 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-08-31 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-08-28 | Merge remote-tracking branch 'origin/master' into tony | Alyssa Milburn | |
Conflicts: common/coroutines.cpp common/coroutines.h devtools/create_project/msbuild.cpp devtools/create_project/visualstudio.cpp | |||
2012-08-27 | TONY: missing makefile in create_tony | Strangerke | |
2012-08-27 | CREDITS: Add credits for Galician translation | Thierry Crozat | |
2012-08-26 | TONY: Move font related arrays to a DAT file | Strangerke | |
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-08-09 | CREATE_PROJECT: Fix "if" formatting. | Johannes Schickel | |
2012-08-01 | KYRA: update kyra.dat to match the last commit (added support for French LOL ↵ | athrxx | |
floppy) | |||
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. |