Age | Commit message (Expand) | Author |
2009-11-12 | Added runWrapper() calling run() and some actions around it. | Robert Špalek |
2009-11-11 | LOL: - fixed transparency tables in PC-98 16 color version | Florian Kagerer |
2009-11-11 | removed default args from pop/show, added showMark/showMono options for dialog. | Vladimir Menshakov |
2009-11-11 | SCI/newgui: inserted comment about not following sierra completely here in in... | Martin Kiewitz |
2009-11-11 | SCI/newgui: if left/right walks into a separator line, do down instead of rep... | Martin Kiewitz |
2009-11-11 | SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2 | Martin Kiewitz |
2009-11-11 | SCI/newgui: setting as default | Martin Kiewitz |
2009-11-11 | SCI/newgui: menu done, separator line adjusted slightly, menu is now inverted... | Martin Kiewitz |
2009-11-11 | SCI/newgui: separator line support for menu, also fixed item adjustment | Martin Kiewitz |
2009-11-11 | SCI/newgui: menu now only missing: menu invert, separators | Martin Kiewitz |
2009-11-11 | SCI/newgui: Almost done with menu support | Martin Kiewitz |
2009-11-11 | samsungtv: disable selecting resolution based on aspect ratio for now | Paweł Kołodziejski |
2009-11-11 | samsungtv: reduction of includes | Paweł Kołodziejski |
2009-11-11 | added more cases for samsungtv to allow reuse main sdl code | Paweł Kołodziejski |
2009-11-11 | Add missing ")" in #if check. | Johannes Schickel |
2009-11-11 | Comment out unused variable. | Johannes Schickel |
2009-11-11 | Remove (now) obsolete HACK for WIN32. | Johannes Schickel |
2009-11-11 | samsungtv: move DEFAULT_CONFIG_FILE into main sdl code to prevent code duplic... | Paweł Kołodziejski |
2009-11-11 | samsungtv: add missing . | Paweł Kołodziejski |
2009-11-11 | samsungtv: remove keymapper, its pointless here. fixed key mapping | Paweł Kołodziejski |
2009-11-11 | Beginnings of support for AA file animations. The mads_anim.cpp commit is par... | Paul Gilbert |
2009-11-11 | Removed all the '- 1' from calls to get vocabs, centralising it in the getVoc... | Paul Gilbert |
2009-11-11 | Refactored draw() according to drawReScaled() | Robert Špalek |
2009-11-11 | Documented palette shift | Robert Špalek |
2009-11-11 | Cleaned up searching the closest point. | Robert Špalek |
2009-11-10 | Fixed walking to unreachable positions | Robert Špalek |
2009-11-10 | Fixed two bugs. | Robert Špalek |
2009-11-10 | Gob - Add detection for another win31 Lost in Time found on french ADI 2.6 Fr... | Arnaud Boutonné |
2009-11-10 | Move definition of stdint types to the only file that needs them (mpeg_player.h) | Max Horn |
2009-11-10 | AGOS: cleanup | Max Horn |
2009-11-10 | Fix compilation of create_kyradat (at least on Mac OS X it was broken because... | Max Horn |
2009-11-10 | SDL: cleanup | Max Horn |
2009-11-10 | Add some FIXME comments about defining types from stdint.h on our own. | Johannes Schickel |
2009-11-10 | Add an ugly HACK to fix bug #2895217 "MSVC compilation broken with r47595". | Johannes Schickel |
2009-11-10 | Fix for bug #2895217 "MSVC compilation broken with r47595". | Johannes Schickel |
2009-11-10 | Enforce alphabetical order in the credits again. | Johannes Schickel |
2009-11-10 | properly fixed mouse positioning in game engine | Paweł Kołodziejski |
2009-11-10 | fixed mosue move | Paweł Kołodziejski |
2009-11-10 | fix warpMouse(), add missing setMousePos on cursor events | Paweł Kołodziejski |
2009-11-10 | added myself and sanguine to credits as suggested by Max Horn. | Vladimir Menshakov |
2009-11-10 | fixed linking in samsungtv target | Paweł Kołodziejski |
2009-11-10 | make samsungtv backend subclass of sdl class | Paweł Kołodziejski |
2009-11-10 | Use the original scummvm.svg icon. | Lars Persson |
2009-11-10 | Missing template argument for MIN (added <uint>) | Lars Persson |
2009-11-10 | Move Symbian main implementation from main.cpp to SymbianOS.cpp | Lars Persson |
2009-11-10 | more fixes for final part | Vladimir Menshakov |
2009-11-10 | added special animation 0 case | Vladimir Menshakov |
2009-11-10 | Huge refactoring of data structures. | Robert Špalek |
2009-11-10 | WINCE: List each object in MODULE_OBJS on its own line, for readability | Max Horn |
2009-11-10 | SDL: Remove const from new handle*() method for now, to allow using remapKey ... | Max Horn |