Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-22 | Include recently added script.h and script.cpp | Arnaud Boutonné | |
svn-id: r41766 | |||
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup | |
svn-id: r41696 | |||
2009-06-17 | Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ↵ | Andre Heider | |
generation. svn-id: r41619 | |||
2009-06-17 | Added ENABLE_16BIT to preprocessor defines in gob's msvc8 vcproj. Fixed ↵ | Jody Northup | |
preprocessor define list formating in msvc8 scumm.vcproj and scummvm.vcproj (mainly so that my tortoiseSVN will no longer mark them as modified) svn-id: r41607 | |||
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 | Updated xcode project | Oystein Eftevaag | |
svn-id: r41488 | |||
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 inclusion of a not yet committed file | Arnaud Boutonné | |
svn-id: r41323 | |||
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-06 | Merged revisions ↵ | Travis Howell | |
41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-41202 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk ........ r41154 | thebluegr | 2009-06-04 18:25:48 +1000 (Thu, 04 Jun 2009) | 1 line Turned debug_weak_validations on by default again, as apparently some games like SQ3 fail in some validations (e.g. when loading). Also, fixed a potential out of bounds access when copying the value of __FILE__ into a buffer (as its value can be quite long in some cases). ........ r41155 | thebluegr | 2009-06-04 18:28:20 +1000 (Thu, 04 Jun 2009) | 1 line Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys ........ r41156 | djwillis | 2009-06-04 18:30:31 +1000 (Thu, 04 Jun 2009) | 1 line Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. ........ r41160 | strangerke | 2009-06-04 19:48:56 +1000 (Thu, 04 Jun 2009) | 1 line gob : _spriteBottom incorrectly saved and restored in Draw_v2::spriteOperation ........ r41163 | fingolfin | 2009-06-04 21:28:05 +1000 (Thu, 04 Jun 2009) | 1 line SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file ........ r41164 | waltervn | 2009-06-04 21:35:17 +1000 (Thu, 04 Jun 2009) | 2 lines SCI: Support for 16-bit DPCM. ........ r41165 | fingolfin | 2009-06-04 21:44:55 +1000 (Thu, 04 Jun 2009) | 1 line SCI: cleanup ........ r41166 | fingolfin | 2009-06-04 21:45:17 +1000 (Thu, 04 Jun 2009) | 1 line SCI: Moved MemObject code into a separate source file ........ r41167 | fingolfin | 2009-06-04 21:45:34 +1000 (Thu, 04 Jun 2009) | 1 line Code formatting in the gp2xwiz backend ........ r41168 | thebluegr | 2009-06-04 22:47:11 +1000 (Thu, 04 Jun 2009) | 1 line Updated the MSVC project files of the SCI engine ........ r41169 | waltervn | 2009-06-05 00:29:20 +1000 (Fri, 05 Jun 2009) | 2 lines SCI: Message: Added support for escape sequences. ........ r41170 | waltervn | 2009-06-05 01:56:11 +1000 (Fri, 05 Jun 2009) | 2 lines SCI: Added support for early SCI1.1 audio maps. ........ r41171 | waltervn | 2009-06-05 02:18:35 +1000 (Fri, 05 Jun 2009) | 2 lines SCI: Audio: Fixed bug in reading of SOL header. ........ r41172 | fingolfin | 2009-06-05 06:50:51 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Added FIXME comment to not_register() ........ r41173 | fingolfin | 2009-06-05 06:51:09 +1000 (Fri, 05 Jun 2009) | 1 line SCI: cleanup ........ r41174 | fingolfin | 2009-06-05 06:51:24 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Slightly modified kAddAfter so that it does not modify its arguments needlessly ........ r41175 | fingolfin | 2009-06-05 06:51:40 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_type ........ r41176 | fingolfin | 2009-06-05 07:42:24 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kernel func map in kernel.cpp a bit ........ r41177 | fingolfin | 2009-06-05 07:44:39 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant ........ r41178 | fingolfin | 2009-06-05 07:53:45 +1000 (Fri, 05 Jun 2009) | 1 line oops ........ r41179 | athrxx | 2009-06-05 08:12:13 +1000 (Fri, 05 Jun 2009) | 1 line LOL: implemented Vaelan's cube ........ r41180 | fingolfin | 2009-06-05 08:16:31 +1000 (Fri, 05 Jun 2009) | 1 line SCI: Made some members of class Resource protected; some cleanup ........ r41181 | waltervn | 2009-06-05 09:55:08 +1000 (Fri, 05 Jun 2009) | 3 lines SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE, but use native endianness. Thanks to clone2727 for pointing this out. ........ r41185 | Kirben | 2009-06-05 10:57:58 +1000 (Fri, 05 Jun 2009) | 1 line Update sound code in HE80+ games, for sound rate differences. ........ r41186 | waltervn | 2009-06-05 11:12:52 +1000 (Fri, 05 Jun 2009) | 2 lines SCI: Audio: Fixed bug in sample length computation. ........ r41188 | Kirben | 2009-06-05 12:35:38 +1000 (Fri, 05 Jun 2009) | 1 line Fix issues selecting some items in arttime and football. ........ r41189 | Kirben | 2009-06-05 14:16:32 +1000 (Fri, 05 Jun 2009) | 1 line Minor cleanup. ........ r41196 | dreammaster | 2009-06-05 22:20:42 +1000 (Fri, 05 Jun 2009) | 1 line Tweaks to the code that pauses for a mouse press when displaying many text messages ........ r41197 | thebluegr | 2009-06-06 04:05:45 +1000 (Sat, 06 Jun 2009) | 1 line Removed some unused code and performed some cleanup ........ r41198 | thebluegr | 2009-06-06 05:04:14 +1000 (Sat, 06 Jun 2009) | 1 line Moved some more debug commands to ScummVM's coneole and removed some unused code ........ r41199 | athrxx | 2009-06-06 07:34:18 +1000 (Sat, 06 Jun 2009) | 1 line LOL: implemented another opcode ........ r41200 | mthreepwood | 2009-06-06 08:35:13 +1000 (Sat, 06 Jun 2009) | 1 line Make the PlayStation's abbreviation to all lower-case for consistency and change the description from Playstation to Sony PlayStation ........ r41201 | athrxx | 2009-06-06 08:53:36 +1000 (Sat, 06 Jun 2009) | 1 line LOL: minor bug fix ........ r41202 | thebluegr | 2009-06-06 09:08:35 +1000 (Sat, 06 Jun 2009) | 1 line Cleanup ........ svn-id: r41206 | |||
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup | |
svn-id: r41194 | |||
2009-06-04 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r41168 | |||
2009-06-03 | Applying the temporary 16-bit SDL hack. | Jody Northup | |
svn-id: r41152 | |||
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-23 | LOL: implemented fireball spell | Florian Kagerer | |
svn-id: r40813 | |||
2009-05-21 | Updated the MSVC files of the SCI engine (added the KQ6 SEQ decoder) | Filippos Karapetis | |
svn-id: r40777 | |||
2009-05-21 | LOL: - implemented Lightning Spell | Florian Kagerer | |
svn-id: r40776 | |||
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-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer | |
- fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420 | |||
2009-05-10 | Updated xcode project and did some minor iphone optimizations | Oystein Eftevaag | |
svn-id: r40418 | |||
2009-05-09 | Converted the iPhone backend to use OpenGL ES instead of CoreSurface for ↵ | Oystein Eftevaag | |
graphics output svn-id: r40403 | |||
2009-05-09 | Synced all the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40402 | |||
2009-05-09 | Added file gfx\gfx_pixmap_scale.cpp | Paul Gilbert | |
svn-id: r40400 | |||
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-07 | Removed the renamed OPL files from the project | Paul Gilbert | |
svn-id: r40367 | |||
2009-05-06 | Updated xcode project, and fixed dependency for the iphonebundle makefile target | Oystein Eftevaag | |
svn-id: r40366 | |||
2009-05-06 | Fixed SCI compilation under MSVC and added several missing files | Filippos Karapetis | |
svn-id: r40359 | |||
2009-05-06 | Sync with adlib.cpp rename | Paul Gilbert | |
svn-id: r40357 | |||
2009-05-06 | Added reference to sci\sfx\player\player.cpp | Paul Gilbert | |
svn-id: r40352 | |||
2009-05-06 | Updated the MSVC project files of the SCI engine (compilation is broken with ↵ | Filippos Karapetis | |
SCI under MSVC) svn-id: r40350 |