Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn | |
svn-id: r35542 | |||
2008-08-09 | Merged revisions ↵ | Christopher Page | |
33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33720 | |||
2008-08-08 | Added detection entry for the Sony published CD version of Future Wars. | Kari Salminen | |
Also added decrypting of the crypted AUTO00.PRC for this particular version. Now this version should work but no CD audio support for it yet though. svn-id: r33703 | |||
2008-07-21 | Merged revisions ↵ | Christopher Page | |
33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33183 | |||
2008-07-14 | Fix for bug #2016647 (FW: crash with italian amiga version). | Kari Salminen | |
- Consists of a workaround for a script bug that used local variable 251 when it should've used global variable 251. - Also added a fix for a crash when failing copy protection in Amiga or Atari ST versions of Future Wars. NOTE: That any of the Amiga or Atari ST versions of Future Wars haven't crashed right in the beginning before seems like plain luck because accessing local variable 251 is out of bounds! svn-id: r33068 | |||
2008-07-10 | Changed CINE to RTL when copy protection fails instead of Quit | Christopher Page | |
svn-id: r32985 | |||
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page | |
svn-id: r32984 | |||
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events ↵ | Christopher Page | |
instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM svn-id: r32971 | |||
2008-07-07 | CINE works with the new GMM implementation | Christopher Page | |
svn-id: r32954 | |||
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So ↵ | Christopher Page | |
far agi, agos, and cine are now using the new _quit flag. svn-id: r32770 | |||
2008-05-24 | Patch #1969189: "CinE renderer rewrite" | Eugene Sandulenko | |
svn-id: r32257 | |||
2008-04-07 | Patch #1913862: "CinE Script system" | Eugene Sandulenko | |
svn-id: r31444 | |||
2007-12-13 | Changed the C style malloc/free to the C++ style new/delete | Filippos Karapetis | |
svn-id: r29841 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-29 | removed some resource related memory leaks | Gregory Montoir | |
svn-id: r27007 | |||
2006-11-23 | Fix Amiga/Atari-specific copy protection. | Eugene Sandulenko | |
svn-id: r24768 | |||
2006-11-23 | Dump global scripts too. | Eugene Sandulenko | |
svn-id: r24767 | |||
2006-10-15 | Add proper game detection to CinE engine. | Eugene Sandulenko | |
svn-id: r24320 | |||
2006-08-28 | Removed the copy protection bypass for Future Wars. We should only bypass the | Torbjörn Andersson | |
copy protection if we know there were versions sold that either didn't have the protection, or failed to include the information needed to get past it. Besides, this particular bypassing doesn't work. The game appears to start just fine, but the transporter early in the game is rendered non-functional. svn-id: r23801 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-03-23 | uint8 -> byte | Eugene Sandulenko | |
svn-id: r21414 | |||
2006-03-23 | Got rid of ASSERT and ASSERT_PTR defines | Eugene Sandulenko | |
svn-id: r21412 | |||
2006-03-23 | Make copy protection in OS and FW turnable. Still buggy | Eugene Sandulenko | |
svn-id: r21411 | |||
2006-03-16 | - added defines to handle the different mouse cursors | Gregory Montoir | |
- revised the way NUM_MAX_PARTDATA and NUM_MAX_ANIMDATA are used - renamed some variables - constify'ed function arguments - minor cleanup svn-id: r21338 | |||
2006-03-15 | added mouse cursors | Gregory Montoir | |
svn-id: r21321 | |||
2006-03-03 | Eliminate flip_support.cpp file. | Eugene Sandulenko | |
svn-id: r21045 | |||
2006-02-27 | cleanup | Gregory Montoir | |
svn-id: r20957 | |||
2006-02-25 | cleanup (endianess fixes, fixed partBufferStruct structure) | Gregory Montoir | |
svn-id: r20881 | |||
2006-02-25 | Some more cine header cleanup | Max Horn | |
svn-id: r20859 | |||
2006-02-25 | Reducing the header dependencies in cine a bit more | Max Horn | |
svn-id: r20857 | |||
2006-02-25 | - avoid using typedef for structs (it is just not necessary in C++) | Max Horn | |
- added a const/static here and there - started to reduce header dependencies svn-id: r20856 | |||
2006-02-25 | Use static/const on data tables when possible (this helps the compiler to ↵ | Max Horn | |
optimize things better) svn-id: r20853 | |||
2006-02-25 | Moved cine engine into namespace Cine | Max Horn | |
svn-id: r20851 | |||
2006-02-23 | formating code | Paweł Kołodziejski | |
svn-id: r20835 | |||
2006-02-23 | Update function type, to match last commit | Travis Howell | |
svn-id: r20825 | |||
2006-02-23 | Cleanup to remove duplicate type defines | Travis Howell | |
svn-id: r20821 | |||
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko | |
svn-id: r20813 |