aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
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
2009-10-13SCI: added new files to msvc9Martin Kiewitz
svn-id: r45022
2009-10-13SCI/newgui: added new file to msvc8Martin Kiewitz
svn-id: r45021
2009-10-13Update some more icons (motomagx, gp2x, gp2xwiz and wince)Jordi Vilalta Prat
svn-id: r45011
2009-10-13Update the Wii iconJordi Vilalta Prat
svn-id: r45009
2009-10-08SCI: Removed obsolete stringfrags codeMax Horn
svn-id: r44803
2009-10-07Updated the MSVC project files and module.mk for commit #r44730Filippos Karapetis
svn-id: r44732
2009-10-06Updated the SCI engine module.mk and MSVC project files for commit #44698Filippos Karapetis
svn-id: r44699
2009-10-04SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ↵Max Horn
GUI heapmanager svn-id: r44635
2009-10-04Replaced DblList with Common::ListFilippos Karapetis
svn-id: r44630
2009-10-03Slight change in the SCI MSVC project files (put the files from the gui32 ↵Filippos Karapetis
directory in the proper filter) svn-id: r44580
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
This is a major rewrite of the graphics code. A slightly adapted version of the old code is still available and currently the default. The new code is selectable in sci.cpp, but is not yet finished. svn-id: r44565
2009-10-01Fixed bug #2847539, by resetting the optimization options for the release ↵Filippos Karapetis
version to the default ones svn-id: r44521
2009-09-27Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's ↵Max Horn
not as good as the CoreAudio backend anyway svn-id: r44428
2009-09-25More of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platformMax Horn
svn-id: r44344
2009-09-25Added MSVC project files for the newly-added draci engineFilippos Karapetis
svn-id: r44330
2009-09-24Split the script opcode table for DIMP, since it doesn't match(ie timers) ↵Travis Howell
other Puzzle Pack games. svn-id: r44285
2009-09-22Updated the MSVC project files for commit #44240 (removed intmap.*)Filippos Karapetis
svn-id: r44247
2009-09-20- Add support for Kyrandia 1 German Amiga in create_kyradat.Johannes Schickel
- Increase kyra.dat version. - Rebuilt kyra.dat. - Some slight adaptions for Kyrandia 1 German in the ScummVM source. svn-id: r44215
2009-09-17- Add preliminary support for Lands of Lore PC98 in create_kyradatJohannes Schickel
- Increase kyra.dat version - Rebuilt kyra.dat svn-id: r44177
2009-09-17Updated the MSVC project files of the SCI engine (added engine/selector.cpp)Filippos Karapetis
svn-id: r44175
2009-09-17- Increase kyra.dat versionJohannes Schickel
- Fix language settings of some game entries svn-id: r44157
2009-09-17SCI: Rename engine/memobj.* to engine/segment.*Max Horn
svn-id: r44155
2009-09-17Commit rebuilt version of kyra.dat.Johannes Schickel
svn-id: r44137
2009-09-16Increase kyra.dat version.Johannes Schickel
svn-id: r44119
2009-09-16Adapted create_kyradat to use an automatic offset search. (Hopefully no ↵Johannes Schickel
regressions). svn-id: r44118
2009-09-15gob - Suppress not-yet committed fileArnaud Boutonné
svn-id: r44105
2009-09-15- Implement _pattern variableArnaud Boutonné
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103
2009-09-05LOL: fix floppy version static dataFlorian Kagerer
svn-id: r43962