Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | NEVERHOOD: Add NavigationLists in create_neverhood | johndoe123 | |
2013-05-08 | NEVERHOOD: Change addHitRect to use an explicit count | johndoe123 | |
- This is since the alignment stuff didn't work and it's not worth it to investigate - Add possibility to write out hardcoded message lists instead of reading from the exe for special lists | |||
2013-05-08 | NEVERHOOD: Updated tables.h with data from Scene1002 | johndoe123 | |
2013-05-08 | NEVERHOOD: Commit of create_neverhood and neverhood.dat | johndoe123 | |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops | |
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. | |||
2013-04-25 | CREATE_PROJECT: Add scummvm core project to list of coroutine projects to ↵ | Paul Gilbert | |
fix MSVC 10 compilation | |||
2013-04-06 | SCUMM: Add Italian Windows version of Freddi Fish 4. | Kirben | |
2013-04-03 | SCUMM: Add Italian Windows demos of Freddi Fish 4 and Putt-Putt Enters the Game. | Kirben | |
2013-03-04 | CREDITS: Added NoiZe | Eugene Sandulenko | |
2013-02-27 | HOPKINS: Update credits | Strangerke | |
2013-02-25 | MORTEVIELLE: Integrate translations fixes. | Strangerke | |
2013-02-22 | MORTEVIELLE: Fix minor glitches in DAT file | Strangerke | |
2013-02-20 | MORTEVIELLE:Add initial English translation | Strangerke | |
2013-02-04 | CREDITS: Fix display of credits with non ISO-8859-1 charsets | Thierry Crozat | |
The credits.pl script now prints both the ASCII and ISO-8859-1 strings in the credits.dat file when they are different. The About dialog then chooses either one or the other depending on the current charset used. This fixes bug #3539986 | |||
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-10 | Merge branch 'master' of github.com:scummvm/scummvm into mortevielle | Strangerke | |
Conflicts: base/plugins.cpp configure | |||
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. |