aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
2010-02-07rename to libscummvm.so to make compatible with tv from 2008Paweł Kołodziejski
svn-id: r47952
2010-01-25Strip trailing whitespaces/tabs in documentation files too.Johannes Schickel
svn-id: r47543
2010-01-25Replace some more Adlib uses by AdLib.Johannes Schickel
svn-id: r47530
2010-01-23Oups, I missed a second copyright string Arnaud Boutonné
svn-id: r47490
2010-01-22Update copyright string to show current yearArnaud Boutonné
svn-id: r47447
2010-01-03Change BS 1 & 2 to I & II (see discussion on -devel)Max Horn
svn-id: r46951
2009-12-30Commit of patch 6 "Add MSVC10 dists folder (batch file and readme)" from fr ↵Johannes Schickel
#2891357 "create_msvc: Add support for MSVC10". svn-id: r46762
2009-12-26Updated xcode projectOystein Eftevaag
svn-id: r46586
2009-12-26The file selection dialog in OS X now uses Cocoa instead of Carbon, and ↵Oystein Eftevaag
lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X svn-id: r46581
2009-12-22Patch #2896875: "dist update for linuxmoto-platform"Eugene Sandulenko
svn-id: r46491
2009-11-29LOL: add missing data for PC98 version to kyra.datFlorian Kagerer
svn-id: r46191
2009-11-28KYRA: added HOF PC-98 static data to kyra.datFlorian Kagerer
svn-id: r46180
2009-11-22- Store ID map for static resources in kyra.dat instead of hardcoding it in ↵Johannes Schickel
the main KYRA source - Changed how static resource types are specified - Rebuilt kyra.dat svn-id: r46091
2009-11-21Fix mismatching resource type IDs for Lands of Lore in kyra.dat.Johannes Schickel
svn-id: r46051
2009-11-21Fix Kyrandia 1 FM-Towns credits entries in kyra.dat.Johannes Schickel
svn-id: r46050
2009-11-21Flag credits data for Kyrandia 1 as language specific data. (Fixes language ↵Johannes Schickel
of credits for Amiga versions.) svn-id: r46049
2009-11-21- Got rid of hardcoded filename list for kyra.datJohannes Schickel
- Synced static resource definitions between KYRA main codebase and create_kyradat - Rebuilt kyra.dat svn-id: r46047
2009-11-21Rebuilt kyra.dat.Johannes Schickel
svn-id: r46034
2009-11-20Changed kyra.dat to use a global "INDEX" file instead of INDEX files for ↵Johannes Schickel
every game variant. svn-id: r46025
2009-11-20Flag Kyra3 as talkie version in kyra.dat.Johannes Schickel
svn-id: r46022
2009-11-20Rebuilt kyra.dat.Johannes Schickel
svn-id: r46016
2009-11-19LOL: add support for pc speaker sfxFlorian Kagerer
svn-id: r45992
2009-11-19Properly handle Kyra 2 Talkie demo in kyra.dat.Johannes Schickel
svn-id: r45990
2009-11-17samsungtv: added package resource filesPaweł Kołodziejski
svn-id: r45955
2009-11-15LOL/PC-98: fixed regression (missing static data for pc98 version)Florian Kagerer
svn-id: r45927
2009-11-15xcode project updateOystein Eftevaag
svn-id: r45919
2009-11-14KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is ↵Florian Kagerer
still broken) svn-id: r45906
2009-11-14Remove Igor engineMax Horn
svn-id: r45898
2009-11-04Provide compatibility with 2000/XP, where the "choice" command is not ↵Filippos Karapetis
available, and made the prompt more verbose svn-id: r45650
2009-11-03Added batch files to create default project files using the create_msvc toolFilippos Karapetis
svn-id: r45647
2009-11-03Deleted all the MSVC project files, since they can be built quickly and ↵Filippos Karapetis
reliably from the gcc files using the create_msvc tool. Added some brief instructions on how to use the tool. svn-id: r45645
2009-11-02SCI: SciGuiMenu created, kMenu-related stuff now using SciGuiMartin Kiewitz
svn-id: r45612
2009-10-31SCI/newgui: SciGuiPortrait createdMartin Kiewitz
svn-id: r45579
2009-10-30Updated the MSVC project files of the draci engine for commit #45510Filippos Karapetis
svn-id: r45540
2009-10-28Replace our custom MSVC project files by automatically generated ones. Note ↵Johannes Schickel
that this is for active *testing*, I myself had not encountered any problems building a x86 and x64 binary with he msvc9 files. So if you are using MSVC, it would be nice to hear back some feedback whether it works for you or not. svn-id: r45486
2009-10-28SCI/newgui: SciGuiControls created, SciGuiText now activeMartin Kiewitz
svn-id: r45457
2009-10-26SCI/newgui: SciGuiText createdMartin Kiewitz
svn-id: r45412
2009-10-25Initial check in of a tool which is able to create MSVC project files out of ↵Johannes Schickel
the configure / Makefile based build system. svn-id: r45380
2009-10-25- Removed graphics options code from the old GUI. Almost all of them are not ↵Filippos Karapetis
supposed to be modified by the user (e.g. the way lines and brushes are drawn), and we can implement any of them again if needed in the new GUI (but they shouldn't really be needed). - Added a config option to disable dithering in the new GUI if requested, called "undither", which is set to true by default and can be changed to false if needed per game - The per-resource palette code has been removed for now, to be replaced by regular hashmaps (once the FreeSCI scifx reading code has been converted) svn-id: r45378
2009-10-21Added bmv.h to the MSVC project files (added in rev 45268)Filippos Karapetis
svn-id: r45301
2009-10-21Updated the MSVC project files of the draci engine (added music.*)Filippos Karapetis
svn-id: r45300
2009-10-17Started moving some of the old GUI code inside /gui32Filippos Karapetis
svn-id: r45185
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually ↵Filippos Karapetis
used, and removed tools.*. Also, removed all the unused includes to tools.h from several places svn-id: r45176
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt ↵Matthew Hoops
SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5) svn-id: r45170
2009-10-16Moved the SEQ decoder outside the gfx directory, as it is completely stand ↵Filippos Karapetis
alone now and no longer uses any GUI-related code svn-id: r45153
2009-10-15New iPhone icons from jvpratOystein Eftevaag
svn-id: r45132
2009-10-14Add LoL PC98 credits entries to kyra.dat.Johannes Schickel
svn-id: r45082
2009-10-14Update the SVG and Moto EZX iconsJordi Vilalta Prat
svn-id: r45067
2009-10-13SCI/newgui: class SciGuiTransitions createdMartin Kiewitz
svn-id: r45051
2009-10-13Removed the now unused code in gfx/res_cursor.cppFilippos Karapetis
svn-id: r45034