Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-03 | Fixed incorrect palette range usage so room fade-ins happen correctly | Paul Gilbert | |
svn-id: r39822 | |||
2009-04-01 | Fix compilation via manually implementing strToUpper, instead of relying on ↵ | Johannes Schickel | |
strupr. svn-id: r39791 | |||
2009-04-01 | Fix warnings. | Johannes Schickel | |
svn-id: r39790 | |||
2009-04-01 | Laid the basics for music handling | Paul Gilbert | |
svn-id: r39788 | |||
2009-04-01 | Laid the basics for music handling | Paul Gilbert | |
svn-id: r39786 | |||
2009-04-01 | Replaced resource type numbers with existing constants | Paul Gilbert | |
svn-id: r39785 | |||
2009-03-26 | Corrected the positions of two library functions in the library function list | Paul Gilbert | |
svn-id: r39699 | |||
2009-03-24 | CRUISE: Fixed bug when loading backgroundIncrustStruct::saveWidth (don't ↵ | Max Horn | |
divide by 2, rather *multiply* by 2); also some cleanup svn-id: r39657 | |||
2009-03-22 | Bug fixes for handling 5-bit layered sprites correctly - this fixes the ↵ | Paul Gilbert | |
black boxes appearing in the first room during the fade-in svn-id: r39604 | |||
2009-03-16 | Code formatting, added further constant references, and corrected method ↵ | Paul Gilbert | |
signatures svn-id: r39445 | |||
2009-03-16 | Converted the Cruise engine to use the new Common::Serializer class | Paul Gilbert | |
svn-id: r39443 | |||
2009-03-07 | Fixed some method parameters, changed the main loop to a method of the ↵ | Paul Gilbert | |
engine class, and moved the frame delay code to the main loop to make the game more responsive to events svn-id: r39180 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-03 | Renamed parameter to silence warning. | Torbjörn Andersson | |
svn-id: r39094 | |||
2009-03-03 | Corrected click handling when a text message is displaying to properly ↵ | Paul Gilbert | |
dismiss the text, rather than trying to immediately perform another action svn-id: r39088 | |||
2009-03-03 | Changed the int16[5] array used in pathfinding to a structure with ↵ | Paul Gilbert | |
explicitly named fields svn-id: r39087 | |||
2009-03-03 | Formatting fixes | Paul Gilbert | |
svn-id: r39086 | |||
2009-03-02 | Bugfix for frequent freezes when doing actions - the main movement state ↵ | Paul Gilbert | |
switch statement was actually relying on falling through case statements to work properly svn-id: r39066 | |||
2009-03-02 | Formatting fixes, and added extra constants and function name corrections | Paul Gilbert | |
svn-id: r39063 | |||
2009-03-01 | Added an explicit clearing of all animation fields for new animations - this ↵ | Paul Gilbert | |
fixes a problem where the player could disappear if he had to rotate to face a selected object svn-id: r39019 | |||
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn | |
svn-id: r39003 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2009-03-01 | Formatting fixes | Paul Gilbert | |
svn-id: r38996 | |||
2009-03-01 | Implemented proper support for the Pause 'p' key | Paul Gilbert | |
svn-id: r38995 | |||
2009-03-01 | Cleaned up parts of the font display system. Note: Cruise used two almost ↵ | Paul Gilbert | |
identical routines for text display - one which creates a draw structure, and the other draws directly to the screen. Since there don't seem to be any other differences, the immediate draw version has been changed to use the rendering version and then draw the results svn-id: r38994 | |||
2009-03-01 | Moved mouse cursor definition data into staticres.cpp | Paul Gilbert | |
svn-id: r38993 | |||
2009-02-19 | Merged the contents of fontCharacterTable into staticres | Paul Gilbert | |
svn-id: r38542 | |||
2009-02-19 | Initial work on correct engine pausing | Paul Gilbert | |
svn-id: r38541 | |||
2009-02-19 | In progress work on cleaning up the font system - giving proper variable ↵ | Paul Gilbert | |
names, types, and converted memory accesses to endian safe structures svn-id: r38540 | |||
2009-02-19 | Moved a set of static arrays into the staticres.cpp file | Paul Gilbert | |
svn-id: r38539 | |||
2009-02-14 | Changed the list of language dependant strings from being hard-coded to ↵ | Paul Gilbert | |
dynamically being loaded from the 'delphine.lng' file svn-id: r36317 | |||
2009-02-11 | Added debugger console | Paul Gilbert | |
svn-id: r36259 | |||
2009-02-11 | Removed deprecated method | Paul Gilbert | |
svn-id: r36258 | |||
2009-02-10 | Cleaned up the input loop, using ScummVM keycode constants and some newly ↵ | Paul Gilbert | |
defined constants svn-id: r36255 | |||
2009-02-09 | Changed the save/load process to use a common serialiser | Paul Gilbert | |
svn-id: r36253 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-25 | Introduced a static string list for language dependant strings, and changed ↵ | Paul Gilbert | |
the options and inventory menus to use it svn-id: r36051 | |||
2009-01-25 | Minor cleanup and changed g_cruise to _vm for consistency | Paul Gilbert | |
svn-id: r36050 | |||
2009-01-16 | Fixed class indention | Max Horn | |
svn-id: r35871 | |||
2009-01-16 | Code formatting fixes, automatically performed by astyle | Max Horn | |
svn-id: r35870 | |||
2009-01-16 | Mark cruise save/load code as not endian safe | Max Horn | |
svn-id: r35869 | |||
2009-01-02 | Add German, Italian and Spanish VGA versions of Cruise for a Corpse. | Travis Howell | |
svn-id: r35669 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn | |
svn-id: r35542 | |||
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel | |
svn-id: r35062 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-09-21 | Patch #2054467: CRUISE: 64bits fixes | Eugene Sandulenko | |
svn-id: r34622 | |||
2008-09-08 | Don't use fileName both as a structure and as a function parameter | Filippos Karapetis | |
svn-id: r34449 |