aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/scummvm.vcproj
AgeCommit message (Collapse)Author
2007-02-14Update MSVC2005 project files.Eugene Sandulenko
svn-id: r25595
2007-02-13Update MSVC2005 projectEugene Sandulenko
svn-id: r25555
2007-01-15update project filesPaweł Kołodziejski
svn-id: r25090
2006-12-07update project filesPaweł Kołodziejski
svn-id: r24816
2006-11-22Update MSVC2005 project filesEugene Sandulenko
svn-id: r24759
2006-10-10update project filesPaweł Kołodziejski
svn-id: r24264
2006-10-08update project filesPaweł Kołodziejski
svn-id: r24208
2006-10-05Updated msvc8 project files.Johannes Schickel
svn-id: r24126
2006-10-01Updated mavc8 project files. (this time it should work...)Johannes Schickel
svn-id: r24056
2006-10-01Updated msvc8 project files.Johannes Schickel
svn-id: r24055
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
is broken svn-id: r24008
2006-08-28Removes a non exisitng file from the msvc8 project files.Johannes Schickel
svn-id: r23798
2006-08-28Update of the msvc8 project files.Johannes Schickel
svn-id: r23794
2006-07-15Updates msvc8 project files.Johannes Schickel
svn-id: r23519
2006-06-24Upadtes msvc8 project files again.Johannes Schickel
svn-id: r23294
2006-06-24Ok msvc8 builds should link again.Johannes Schickel
svn-id: r23290
2006-06-24Updates msvc8 project file.Johannes Schickel
svn-id: r23289
2006-06-08- fixes agi release buildingJohannes Schickel
- fixes nasm build rule for release building too svn-id: r22990
2006-06-08- makes gob link againJohannes Schickel
- makes sure that nasm is able to find the files if the path has some ' ' (space) characters in it. svn-id: r22989
2006-05-27Major GUI update:Eugene Sandulenko
- Implemented padding in console - Update only current line in console instead of whole screen - Fixed caret positioning in edit text widget - Improved buttons drawing, now they look more realistic - Added label spacing in popup widget - Correct shadow in popup widget - Fixed up with selected popup widget being drawn on wrong tab - Added shading to list dialog - Adjusted shading of inactive widgets - Proper coloring of browset (add game) dialog - Introduced Container widget - Used Container widget in scumm save/load dialog. Now it looks properly - Adjusted button colors even more. Now they match almost perfectly albeit with banding - Made scrollbar appear only when it is really needed svn-id: r22670
2006-05-23imported AGI enginePaweł Kołodziejski
svn-id: r22588
2006-05-09- Updated MSVC8 project filesEugene Sandulenko
- Renamed base/options.cpp to base/commandLine.cpp because of conflict with gui/options.cpp which sit in same directory in MSVC builds - Moved AudioCDManager singleton declaration outside of Audio namespace - Fixed numerous MSVC warning of potentially uninitialized variables and int <-> bool conversions. svn-id: r22397
2006-05-04Renamed base/gameDetector.h/.cpp to base/options.h/.cppMax Horn
svn-id: r22347
2006-04-14Finish cleanup of root directory. Now move scummvm.rc to dists/Eugene Sandulenko
svn-id: r21860
2006-04-14First batch of root directory cleanup. Now icons are stored in directoryEugene Sandulenko
icons/ and all other assorted stuff in dists/ directory. Still I may broke some packaging/building procedures as no testing was performed. svn-id: r21859
2006-03-02fix compile errorAndrew Kurushin
svn-id: r21015
2006-02-23updated msvc7 project filesPaweł Kołodziejski
svn-id: r20830
2006-02-12updated msvc8 project files to latest 'engines' directory changesPaweł Kołodziejski
svn-id: r20615
2006-02-11updated msvc filesPaweł Kołodziejski
svn-id: r20548
2006-01-28updatePaweł Kołodziejski
svn-id: r20269
2006-01-28updatePaweł Kołodziejski
svn-id: r20268
2006-01-01updatePaweł Kołodziejski
svn-id: r19876
2005-10-19updatePaweł Kołodziejski
svn-id: r19184
2005-08-08udpdatePaweł Kołodziejski
svn-id: r18630
2005-06-05updatePaweł Kołodziejski
svn-id: r18352
2005-05-09updatePaweł Kołodziejski
svn-id: r18003
2005-04-08updatePaweł Kołodziejski
svn-id: r17458
2005-02-18after Andrew removal ZLIB_WINAPI from scummsys.hPaweł Kołodziejski
I need that for msvc 8. svn-id: r16805
2005-02-12updatePaweł Kołodziejski
svn-id: r16778
2005-01-25updatePaweł Kołodziejski
svn-id: r16637
2004-12-27updatePaweł Kołodziejski
svn-id: r16344
2004-11-22- Hopefully fixed MSVC7 and MSVC8 builds for walkthrough removal and FS ↵Jerome Fisher
changes. I don't have these environments to test in, sorry. svn-id: r15859
2004-11-19opsPaweł Kołodziejski
svn-id: r15834
2004-11-19updatePaweł Kołodziejski
svn-id: r15833
2004-11-12renamed file mt32Paweł Kołodziejski
svn-id: r15793
2004-11-12updatePaweł Kołodziejski
svn-id: r15792
2004-11-09updatePaweł Kołodziejski
svn-id: r15737
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715
2004-10-23updatePaweł Kołodziejski
svn-id: r15666
2004-09-18changed zlib to dynamic for msvc8Paweł Kołodziejski
svn-id: r15164