Age | Commit message (Expand) | Author |
2011-09-06 | DIST: Add support for new -tools switch to MSVC batch files | Littleboy |
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn |
2010-11-18 | TOOLS: Update create_msvc batch files | Julien Templier |
2010-11-10 | TOOLS: Update batch files for new create_project tool | Julien Templier |
2009-11-04 | Provide compatibility with 2000/XP, where the "choice" command is not availab... | Filippos Karapetis |
2009-11-03 | Added batch files to create default project files using the create_msvc tool | Filippos Karapetis |
2009-11-03 | Deleted all the MSVC project files, since they can be built quickly and relia... | Filippos Karapetis |
2009-11-02 | SCI: SciGuiMenu created, kMenu-related stuff now using SciGui | Martin Kiewitz |
2009-10-31 | SCI/newgui: SciGuiPortrait created | Martin Kiewitz |
2009-10-30 | Updated the MSVC project files of the draci engine for commit #45510 | Filippos Karapetis |
2009-10-28 | Replace our custom MSVC project files by automatically generated ones. Note t... | Johannes Schickel |
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz |
2009-10-26 | SCI/newgui: SciGuiText created | Martin Kiewitz |
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ... | Filippos Karapetis |
2009-10-21 | Added bmv.h to the MSVC project files (added in rev 45268) | Filippos Karapetis |
2009-10-21 | Updated the MSVC project files of the draci engine (added music.*) | Filippos Karapetis |
2009-10-17 | Started moving some of the old GUI code inside /gui32 | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S... | Matthew Hoops |
2009-10-16 | Moved the SEQ decoder outside the gfx directory, as it is completely stand al... | Filippos Karapetis |
2009-10-13 | SCI/newgui: class SciGuiTransitions created | Martin Kiewitz |
2009-10-13 | Removed the now unused code in gfx/res_cursor.cpp | Filippos Karapetis |
2009-10-13 | SCI/newgui: added new file to msvc8 | Martin Kiewitz |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-07 | Updated the MSVC project files and module.mk for commit #r44730 | Filippos Karapetis |
2009-10-06 | Updated the SCI engine module.mk and MSVC project files for commit #44698 | Filippos Karapetis |
2009-10-04 | SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ... | Max Horn |
2009-10-04 | Replaced DblList with Common::List | Filippos Karapetis |
2009-10-03 | Slight change in the SCI MSVC project files (put the files from the gui32 dir... | Filippos Karapetis |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-10-01 | Fixed bug #2847539, by resetting the optimization options for the release ver... | Filippos Karapetis |
2009-09-25 | Added MSVC project files for the newly-added draci engine | Filippos Karapetis |
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) oth... | Travis Howell |
2009-09-22 | Updated the MSVC project files for commit #44240 (removed intmap.*) | Filippos Karapetis |
2009-09-17 | Updated the MSVC project files of the SCI engine (added engine/selector.cpp) | Filippos Karapetis |
2009-09-17 | SCI: Rename engine/memobj.* to engine/segment.* | Max Horn |
2009-09-15 | - Implement _pattern variable | Arnaud Boutonné |
2009-09-04 | Add Groovie2 to MSVC files (and alphabetize Groovie in list) | Scott Thomas |
2009-09-03 | Added the teenagent engine to the MSVC project files, and enabled it by defau... | Filippos Karapetis |
2009-08-30 | Updated the MSVC project files (added the newly-added AVI player) | Filippos Karapetis |
2009-08-25 | Updated the MSVC project files of the SCI engine for the latest file changes,... | Filippos Karapetis |
2009-08-25 | Added some missing (but currently unused) files to the SCI MSVC project files | Filippos Karapetis |
2009-08-25 | Synced the MSVC8 project files with the latest changes | Filippos Karapetis |
2009-08-24 | Updated the MSVC project files of the SCI engine (added detection_tables.h) | Filippos Karapetis |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Sync MSVC project files for JPEG | Scott Thomas |
2009-08-21 | Removed jpeg.cpp and jpeg.h files from the project, as they no longer exist i... | Jody Northup |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-16 | Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-... | Travis Howell |
2009-08-13 | - Add a specific OPCODEFUNC checkData to avoid having a Playtoons workaround ... | Arnaud Boutonné |