Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-05 | Updated the MSVC project files of the gob engine | Filippos Karapetis | |
svn-id: r42134 | |||
2009-06-25 | Fix compilation issue for MSVC | Arnaud Boutonné | |
svn-id: r41858 | |||
2009-06-22 | rename parse.h and .cpp to expression.h and .cpp | Arnaud Boutonné | |
svn-id: r41778 | |||
2009-06-22 | Include recently added script.h and script.cpp | Arnaud Boutonné | |
svn-id: r41766 | |||
2009-06-15 | Added the missing pixelformat.h file | Filippos Karapetis | |
svn-id: r41537 | |||
2009-06-13 | Removed duplicate entry of disk.cpp | Filippos Karapetis | |
svn-id: r41490 | |||
2009-06-13 | Properly updated the MSVC project files of the parallaction engine, fixing ↵ | Filippos Karapetis | |
compilation. Side note: please, don't include files outside the engine's directory (like files in /common) for engine project files - it's wrong, as the same code will be compiled twice svn-id: r41489 | |||
2009-06-13 | Oups. disk.cpp was also missing in MSVC files | Arnaud Boutonné | |
svn-id: r41487 | |||
2009-06-12 | Fix MSVC compilation : iff.h and iff.cpp were move from ↵ | Arnaud Boutonné | |
engines\parallaction\ to graphics\ svn-id: r41484 | |||
2009-06-07 | Suppress use of parse_v1 and parse_v2 as DrMcCoy got rid of them. | Arnaud Boutonné | |
svn-id: r41322 | |||
2009-06-06 | Updated the MSVC project files of the SCUMM engine for commit #41282 | Filippos Karapetis | |
svn-id: r41290 | |||
2009-06-04 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r41168 | |||
2009-05-31 | gob - Apply DrMcCoy modifications to the save system in the vcproj files. ↵ | Arnaud Boutonné | |
(still not compiling, though) svn-id: r41060 | |||
2009-05-30 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r41034 | |||
2009-05-30 | SCI: Moved the rest of the console code out of sciconsole.cpp and into ↵ | Filippos Karapetis | |
console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment svn-id: r41024 | |||
2009-05-29 | Updated the MSVC project files of the SCI engine with the latest changes, ↵ | Filippos Karapetis | |
and synced the MSVC7 project file of the kyra engine svn-id: r40998 | |||
2009-05-28 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40970 | |||
2009-05-28 | Added new files to the MSVC Kyra project | Paul Gilbert | |
svn-id: r40953 | |||
2009-05-26 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40918 | |||
2009-05-25 | Updated the MSVC project files of the kyra engine (added sound_lol.cpp) | Filippos Karapetis | |
svn-id: r40881 | |||
2009-05-21 | Updated the MSVC files of the SCI engine (added the KQ6 SEQ decoder) | Filippos Karapetis | |
svn-id: r40777 | |||
2009-05-21 | Updated the MSVC project files of the gob engine (added helper.h) | Filippos Karapetis | |
svn-id: r40769 | |||
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that ↵ | Filippos Karapetis | |
they're decoders, not players svn-id: r40759 | |||
2009-05-21 | Updated the MSVC project files with the latest changes to file structure | Filippos Karapetis | |
svn-id: r40756 | |||
2009-05-17 | Updated the MSVC project files of the AGOS and KYRA engines | Filippos Karapetis | |
svn-id: r40639 | |||
2009-05-15 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40610 | |||
2009-05-14 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40562 | |||
2009-05-13 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40543 | |||
2009-05-13 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40525 | |||
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn | |
svn-id: r40514 | |||
2009-05-11 | Added the new hardwarekeys.cpp file | Paul Gilbert | |
svn-id: r40448 | |||
2009-05-09 | Synced all the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40402 | |||
2009-05-08 | Fixed compilation under all versions of MSVC (renamed ↵ | Filippos Karapetis | |
sound/softsynth/opl/opl.cpp and .h into opl_impl.h and opl_inc.h respectively) svn-id: r40379 | |||
2009-05-06 | Fixed SCI compilation under MSVC and added several missing files | Filippos Karapetis | |
svn-id: r40359 | |||
2009-05-06 | Updated the MSVC project files of the SCI engine (compilation is broken with ↵ | Filippos Karapetis | |
SCI under MSVC) svn-id: r40350 | |||
2009-05-06 | - Updated the MSVC project files of ScummVM (added the new Adlib player, as ↵ | Filippos Karapetis | |
well as vkeyb and keymapper) - Synced the GOB project files - Synced the SCUMM project files svn-id: r40349 | |||
2009-05-02 | Gob - Fix MSVC7, 7.1 and 9 VCPROJ, as compilation failed (demos classes were ↵ | Arnaud Boutonné | |
teleported to a demos subdir by some evil entity) ;) svn-id: r40235 | |||
2009-04-29 | Gob - Add game_fascin.cpp file | Arnaud Boutonné | |
svn-id: r40208 | |||
2009-04-25 | Gob Compilation - last fix ... (mixed up 7.1 and 7.0) | Arnaud Boutonné | |
svn-id: r40139 | |||
2009-04-25 | svn-id: r40138 | Arnaud Boutonné | |
2009-04-25 | MSVC project files for Gob : Add demoplayer and batplayer needed to compile | Arnaud Boutonné | |
svn-id: r40137 | |||
2009-04-24 | Updated the MSVC project files of the gob engine for commit #40122 | Filippos Karapetis | |
svn-id: r40125 | |||
2009-04-21 | Updated the MSVC project files of the gob engine | Filippos Karapetis | |
svn-id: r40061 | |||
2009-04-21 | Patch #2776913: Fix MSVC dists to include new necessary files | Max Horn | |
svn-id: r40047 | |||
2009-04-11 | Updated the SAGA and SCI MSVC project files (removed saga/list.h and ↵ | Filippos Karapetis | |
sci/engine/aatree.h) svn-id: r39932 | |||
2009-04-01 | Update MSVC project files (MSVC9's cruise.vcproj bas broken in r39787). | Kari Salminen | |
svn-id: r39792 | |||
2009-03-25 | Update MSVC project files for r39687. | Kari Salminen | |
svn-id: r39692 | |||
2009-03-21 | Updated the MSVC project files of the Gob, Parallaction, SCI and SCUMM engines | Filippos Karapetis | |
svn-id: r39592 | |||
2009-03-18 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r39516 | |||
2009-03-18 | Added some missing header files to the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r39507 |