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