270 Commits

Author SHA1 Message Date
Nicola Mettifogo
c62d8ba2fa Updated project file to reflect latest changes.
svn-id: r26808
2007-05-12 15:32:14 +00:00
Filippos Karapetis
63479a8661 Updated MSVC8 parallaction project file for commit #26755
svn-id: r26761
2007-05-06 10:26:12 +00:00
Filippos Karapetis
818da898ac Update MSVC8 kyra project file for commit #26749
svn-id: r26752
2007-05-05 16:07:37 +00:00
Filippos Karapetis
8b545a5265 Update MSVC8 project files for commits #26719 and #26723
Note that MSVC8 auto-generated a "FileConfiguration" entry for sound/iff.cpp in scummvm.vcproj. Removing it broke compilation for me, so I'm leaving it in.

svn-id: r26733
2007-05-01 22:04:24 +00:00
Nicola Mettifogo
008042ac25 Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
svn-id: r26719
2007-05-01 15:39:40 +00:00
Filippos Karapetis
343f624143 Updated the rootnamespace property and unified the compiler optimizations across all engines for the MSVC8 project files. Also, changed the subsystem to be console instead of windows, so that the console window is shown, like in the gcc SVN binaries
svn-id: r26650
2007-04-28 12:05:50 +00:00
Paweł Kołodziejski
ded4907836 forgot about depends
svn-id: r26646
2007-04-28 07:33:02 +00:00
Paweł Kołodziejski
ec0f18962a update msvc8 project files
svn-id: r26645
2007-04-28 07:31:44 +00:00
Eugene Sandulenko
255fa9e359 Patch #1709073: "MSVC7.1 project for Cruise"
svn-id: r26642
2007-04-28 07:04:34 +00:00
Max Horn
e7db71f62f Patch #1701152: MSVC7.1 (.NET 2003) project files update
svn-id: r26550
2007-04-19 20:32:11 +00:00
Max Horn
b339da055c Patch #1702466: Catalan and Spanish .desktop translations
svn-id: r26549
2007-04-19 20:29:43 +00:00
Max Horn
c05de31877 Re-adding the 'Application' category -- while it is not part of the spec, apparently some stuff relies on it anyway
svn-id: r26548
2007-04-19 20:26:56 +00:00
Nicola Mettifogo
694e7e9b4e oops forgot to update this
svn-id: r26532
2007-04-16 20:17:44 +00:00
Nicola Mettifogo
ae71d160b4 Updating Code::Blocks project.
svn-id: r26531
2007-04-16 20:17:23 +00:00
Sven Hesse
3e7ead9a81 Updated the MSVC8 project file again, adding the new file init_v3.cpp
svn-id: r26524
2007-04-16 05:06:16 +00:00
Max Horn
35b19cdcc8 Added german translation of the .desktop name; removed invalid category 'Application'
svn-id: r26513
2007-04-15 17:26:07 +00:00
Max Horn
6b124fc20d Patch #1700002: New .desktop file translations
svn-id: r26512
2007-04-15 17:16:05 +00:00
Paweł Kołodziejski
ae7c640671 fixed warnings
svn-id: r26506
2007-04-15 15:40:24 +00:00
Sven Hesse
ac7b134565 Another patch by thebluegr (bug #1700986), adding sound/aiff.cpp and backends/events/default/default-events.cpp
svn-id: r26505
2007-04-15 15:04:59 +00:00
Sven Hesse
7232dba747 Applied the patch by thebluegr (bug #1700986)
svn-id: r26504
2007-04-15 14:56:33 +00:00
Max Horn
00919e3a93 Renamed AGIs savegame.cpp to saveload.cpp, to match the other engines
svn-id: r26330
2007-03-30 22:59:45 +00:00
Nicola Mettifogo
56143c4c73 recent changes to projects
svn-id: r26167
2007-03-17 13:20:39 +00:00
Max Horn
a8d0bccdc0 Added new gui/object.cpp files to MSVC projects
svn-id: r26148
2007-03-16 20:47:58 +00:00
Eugene Sandulenko
68a6598fe3 Patch #1680268: "MSVC 7.1 project files update"
svn-id: r26129
2007-03-14 10:46:41 +00:00
Eugene Sandulenko
bff3c5658a Update MSVC8 project
svn-id: r26060
2007-03-10 14:59:26 +00:00
Nicola Mettifogo
669c34d8c2 added Code::Blocks projects and workspace
svn-id: r26055
2007-03-10 13:30:15 +00:00
Eugene Sandulenko
d3497eee38 Update MSVC8 project
svn-id: r26053
2007-03-10 13:20:30 +00:00
Max Horn
2dfea717a3 removing SCUMMVM_SAVEPATH from the man page (it has been deprecated for some time now)
svn-id: r25895
2007-02-27 12:26:47 +00:00
Eugene Sandulenko
4a9e7acc28 Update MSVC project files.
svn-id: r25857
2007-02-25 14:50:16 +00:00
Travis Howell
86f9dbc0a2 Add MSVC71 project file update from Quietust.
svn-id: r25758
2007-02-21 04:19:27 +00:00
Travis Howell
f8c2886481 Add MSVC71 project file update from Quietust.
svn-id: r25618
2007-02-16 02:25:16 +00:00
Eugene Sandulenko
ba45c03306 Update MSVC2005 project files.
svn-id: r25595
2007-02-14 22:50:40 +00:00
Eugene Sandulenko
d5b169d8a6 Update MSVC2005 project
svn-id: r25555
2007-02-13 19:52:21 +00:00
Travis Howell
d161c4f216 Patch from Quietust to correct building in debug mode.
svn-id: r25485
2007-02-11 03:28:25 +00:00
Travis Howell
37aec3376f Add patch #1656534 - Updated MSVC7.1 (.NET 2003) project files.
svn-id: r25460
2007-02-10 11:03:19 +00:00
Travis Howell
b276afb9eb Add patch #1656534 - Updated MSVC7.1 (.NET 2003) project files.
svn-id: r25458
2007-02-10 10:58:43 +00:00
Paweł Kołodziejski
e315441cb8 update project files
svn-id: r25102
2007-01-16 12:43:13 +00:00
Paweł Kołodziejski
8aaaa00379 update project files
svn-id: r25090
2007-01-15 08:29:30 +00:00
Eugene Sandulenko
83ba0cfc8e Update MSVC8 project
svn-id: r24930
2006-12-26 20:16:48 +00:00
Paweł Kołodziejski
f05cd64dc1 update project files
svn-id: r24816
2006-12-07 12:45:49 +00:00
Eugene Sandulenko
1076ae02ea Update MSVC2005 project files
svn-id: r24759
2006-11-22 15:48:16 +00:00
Eugene Sandulenko
6e66bf5051 Patch #1595145: "Updated MSVC7.1 (.NET 2003) project files"
svn-id: r24696
2006-11-12 18:51:38 +00:00
Paweł Kołodziejski
1ba6288a96 update project files
svn-id: r24264
2006-10-10 12:33:59 +00:00
Kostas Nakos
0b75c74717 Kill evc project files
svn-id: r24215
2006-10-08 18:30:33 +00:00
Paweł Kołodziejski
723e3224f9 update project files
svn-id: r24208
2006-10-08 15:35:20 +00:00
Johannes Schickel
0ea2ed4b1d Updated msvc8 project files.
svn-id: r24126
2006-10-05 19:10:04 +00:00
Johannes Schickel
4eb8f3e07d Updated mavc8 project files. (this time it should work...)
svn-id: r24056
2006-10-01 11:02:31 +00:00
Johannes Schickel
5fbbc6ca4f Updated msvc8 project files.
svn-id: r24055
2006-10-01 10:58:15 +00:00
Eugene Sandulenko
59f737594e Phase 3 of Simon engine renaming. Files renaming.
svn-id: r24011
2006-09-29 09:05:46 +00:00
Eugene Sandulenko
d0177a2f30 Phase 2a. Renaming other minor directories
svn-id: r24010
2006-09-29 08:57:33 +00:00