aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-25LOL/PC-98: fixed dialoge box sizesFlorian Kagerer
2009-09-25Remove redundant -Wno-multichar and -fno-exceptions from configure (they are ...Max Horn
2009-09-25LOL/PC-98: start fixing text displayerFlorian Kagerer
2009-09-25Added some more const's to the interface of Dragon HistoryRobert Špalek
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-25SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...Max Horn
2009-09-25SCI: Fix a memory leakMax Horn
2009-09-25SCI: Pedantic cleanupMax Horn
2009-09-25Only include Makedepend when really using SGI MipsPROMax Horn
2009-09-25NDS: Added some more DS specific defines to configureMax Horn
2009-09-25cleanupMax Horn
2009-09-25LINUXMOTO: main.cpp is now linuxmoto-main.cppMax Horn
2009-09-25Modified version of patch #2838507: Add support for non-gcc compilers to conf...Max Horn
2009-09-25Patch #2858137 and fix for bug #2855359: fmt_fnt.rom font loading failure is ...Max Horn
2009-09-25Last part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-p...Max Horn
2009-09-25More of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platformMax Horn
2009-09-25Move wii specific stuff from ports.mk to backends/platform/wii/wii.mkMax Horn
2009-09-25Move linuxmoto specific stuff from ports.mk to a new file backends/platform/l...Max Horn
2009-09-25Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platformMax Horn
2009-09-25Cleanup configure script: (1) don't add -DUSE_ARM_*_ASM redundantly to DEFINE...Max Horn
2009-09-25Reverted commit #44316, as colors show up correctly now without dithering. Di...Filippos Karapetis
2009-09-25Patch #2856708: AMIGAOS4: FS updated to new SDKMax Horn
2009-09-25Created a macro for lround(), for non-C99 compilers, and used that in places ...Filippos Karapetis
2009-09-25SCUMM: Rename _bitDepth to _bytesPerPixelMax Horn
2009-09-25Removed dead codeMax Horn
2009-09-25Mention 16bit graphics and SCUMM Amiga fixes in NEWSMax Horn
2009-09-25typoMax Horn
2009-09-25Add const's to many interfaces of engines/draci/Robert Špalek
2009-09-25Added MSVC project files for the newly-added draci engineFilippos Karapetis
2009-09-25Silenced some warningsFilippos Karapetis
2009-09-25Replaced the C99 lround() with floor(), to get draci to compile under non-C99...Filippos Karapetis
2009-09-25Make engines/draci/ compilable after merging from a branchRobert Špalek
2009-09-25MERGE branch gsoc2009-draci 41388:44325 into trunkRobert Špalek
2009-09-25Disable compilation of Draci HistorieRobert Špalek
2009-09-25Add comment about why r44322 was needed.Johannes Schickel
2009-09-25Implement proper overflow handling in Gdi::writeRoomColor for Indy4 Amiga as ...Johannes Schickel
2009-09-25Attempt to fix bug #2838205 "MONKEY: Palette glitches in Amiga version" as de...Johannes Schickel
2009-09-24SCI: When setting global palette, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-24SCI: Delete unused function declarationWillem Jan Palenstijn
2009-09-24SCI: Fix spellingMax Horn
2009-09-24SCI: Fix flat dithering by permuting the blended palette so that the EGA colo...Willem Jan Palenstijn
2009-09-24Set dithering to the FreeSCI "enhanced" style by default for SCI0 games, as d...Filippos Karapetis
2009-09-24Oops, DoNextFrame() is supposed to return a valueFilippos Karapetis
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Turn an error into a warning.Johannes Schickel
2009-09-24Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war...Filippos Karapetis
2009-09-24Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hackFilippos Karapetis
2009-09-24Remove references to non existant function convertScreenRect.Johannes Schickel
2009-09-24Fixed bug in Engine::flipMute, whiched prevent the game from being muted the ...Johannes Schickel
2009-09-24Changed some code to follow our guidelines.Johannes Schickel