Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-09 | Disable initialisation of SDL-Video and SDL-Timer. Fixes various issue when ↵ | Norbert Lange | |
running cmd-line only svn-id: r41399 | |||
2009-06-08 | tfmx.cpp: | Norbert Lange | |
added "vibrato-effect" paula.cpp: fixed bug introduced in last commit svn-id: r41392 | |||
2009-06-08 | Spaces for alignment, not tabs :P | Sven Hesse | |
svn-id: r41383 | |||
2009-06-08 | Initital commit modifying buildsystem and adding a TFMX Module-Player | Norbert Lange | |
Changes in Paula.cpp/Paula.h + soundfx.cpp: Added (easy) queueing of samples by implementing methods that act similar like writes to the Amiga-Chipset would. Added counting of DMA-Interrupts, that is how often a sample finished playing. Added a base for the interrupt-interval, in most cases this will be the Cia-clockrate. Derived classes can then set the interval without scaling to the samplerate Changes in common/scummsys.h: Only disable warnings with pragmas for MS Compilers that cant do so otherwise. Newer MSVC Versions can and should disable warnings in the Project-Settings. Files in tfmx: Some files for debugging. Wont ever be commited back into trunk so those will contain some messy and hackish code Added: tfmx.h/tfmx.cpp Player for TFMX-Modules. Rest: main.cpp etc. Modified buildsystem to include new directory, modified main.cpp so it calls tfmxmain (tfmxplayer.cpp) instead of starting the GUI. svn-id: r41382 | |||
2009-06-08 | Virtual Keyboard: Fix slight error in earlier commit (failed to rename the ↵ | John Willis | |
XML to match the keyboard pack name). svn-id: r41376 | |||
2009-06-08 | Spacing. | Travis Howell | |
svn-id: r41375 | |||
2009-06-08 | Add more Polish font data for The Feeble Files. | Travis Howell | |
svn-id: r41374 | |||
2009-06-08 | Virtual Keyboard: Move vkeybd.zip into packs folder and rename default ↵ | John Willis | |
keyboard pack to vkeybd_default(.zip) with updates to default-events.cpp. Also update vkeybdpack.py to use zlib compression if Python zlib is found. Update GP2X and GP2XWiz bundle files to get new vkeybd_default.zip. svn-id: r41373 | |||
2009-06-08 | Add Polish font data for The Feeble Files. | Travis Howell | |
svn-id: r41372 | |||
2009-06-08 | sword1: add Broken Sword PSX demo support | Fabio Battaglia | |
svn-id: r41369 | |||
2009-06-08 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r41368 | |||
2009-06-08 | Replaced GFXWARN with warning and GFXDEBUG with debugC | Filippos Karapetis | |
svn-id: r41367 | |||
2009-06-08 | Virtual Keyboard: Add source files for the default keyboard pack seperate ↵ | John Willis | |
from ZIP archive (makes it easier to version the packs vkeybd.xml and track fixes) and add script to build keyboard pack(s) ZIP's from source files (based on /gui/themes/scummtheme.py). svn-id: r41366 | |||
2009-06-08 | Update details for the Polish version of The Feeble Files. | Travis Howell | |
svn-id: r41365 | |||
2009-06-08 | Moved some more debug commands to ScummVM's console | Filippos Karapetis | |
svn-id: r41364 | |||
2009-06-08 | Virtual Keyboard: Fix default keyboard pack to return correct events for ↵ | John Willis | |
ENTER and !. svn-id: r41363 | |||
2009-06-08 | - Fix Screen_v2::wsaFrameAnimationStep, now the MR album and LoL intro demo ↵ | Johannes Schickel | |
WSAs will be correctly played - Made album page change in MR a bit slower, so it's visible at least svn-id: r41362 | |||
2009-06-07 | Hopefully fixed memory corruption when loading games | Filippos Karapetis | |
svn-id: r41361 | |||
2009-06-07 | SCI: C++ified the song iterator code a little bit more | Max Horn | |
svn-id: r41360 | |||
2009-06-07 | SCI: Got rid of g_EngineState | Max Horn | |
svn-id: r41359 | |||
2009-06-07 | LOL: minor bug fix | Florian Kagerer | |
svn-id: r41358 | |||
2009-06-07 | Remove unneeded functionality from Screen. | Johannes Schickel | |
svn-id: r41357 | |||
2009-06-07 | Changed the bitstream buffer used to initialize the big Huffman trees to be ↵ | Filippos Karapetis | |
a normal byte array, instead of a Common::Array svn-id: r41356 | |||
2009-06-07 | Added Clear button for search box. Looks a bit off, but we do not yet have | Eugene Sandulenko | |
skinned buttons. svn-id: r41355 | |||
2009-06-07 | Formatting | Filippos Karapetis | |
svn-id: r41354 | |||
2009-06-07 | Applied madmoose's patch from bug report #2794216 - "Loading large Smacker ↵ | Filippos Karapetis | |
movies is slow" svn-id: r41353 | |||
2009-06-07 | Added current keymapper dialog to all themes so it could be tested by other | Eugene Sandulenko | |
devs. svn-id: r41352 | |||
2009-06-07 | Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use ↵ | Johannes Schickel | |
_flagsTable instead. svn-id: r41351 | |||
2009-06-07 | Avoid warning about missing SFX file in Lands of Lore (it seems the original ↵ | Johannes Schickel | |
misses some datafiles for certain effects). svn-id: r41350 | |||
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik | |
svn-id: r41349 | |||
2009-06-07 | LOL: minor bug fix in battle system | Florian Kagerer | |
svn-id: r41348 | |||
2009-06-07 | SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that ↵ | Max Horn | |
SciEngine::_gamestate is updated whenever the EngineState gets changed (due to loading a savestate) svn-id: r41346 | |||
2009-06-07 | SCI: Simplified SongLibrary code a bit | Max Horn | |
svn-id: r41345 | |||
2009-06-07 | SCI: Objectified Song struct 'a bit' | Max Horn | |
svn-id: r41344 | |||
2009-06-07 | SCI: Objectified SongLibrary | Max Horn | |
svn-id: r41343 | |||
2009-06-07 | SCI: Renamed various song/songlib related structs and members | Max Horn | |
svn-id: r41342 | |||
2009-06-07 | cleanup | Max Horn | |
svn-id: r41341 | |||
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis | |
svn-id: r41340 | |||
2009-06-07 | Init _opl to 0. This prevents a crash on exit when the Adlib driver is ↵ | Filippos Karapetis | |
closed, if the game music driver doesn't support music for the currently playing game (e.g. Christmas 1998) svn-id: r41339 | |||
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the ↵ | Filippos Karapetis | |
VIEW_PRIORITY and PRIORITY_BAND_FIRST wrappers svn-id: r41338 | |||
2009-06-07 | Fixed appending a (substring of a) string to itself | Max Horn | |
svn-id: r41337 | |||
2009-06-07 | LOL: implemented two more opcodes for castle cimmeria | Florian Kagerer | |
svn-id: r41336 | |||
2009-06-07 | Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches) | Max Horn | |
svn-id: r41334 | |||
2009-06-07 | Added some new method variants to Common::String | Max Horn | |
svn-id: r41333 | |||
2009-06-07 | Added an experimental '--upgrade-targets' option (to be refined; and ↵ | Max Horn | |
possibly hooked to the GUI eventually). This updates the guioptions,platform and lang for all your targets (and with a source change, also the descriptions) svn-id: r41332 | |||
2009-06-07 | AGI: Fixed typo in game name ;) | Max Horn | |
svn-id: r41331 | |||
2009-06-07 | LOL: implemented some missing monster animation code | Florian Kagerer | |
svn-id: r41327 | |||
2009-06-07 | MD5 from bugreport #2797962: "SCI: Laura Bows 2 german, md5" | Eugene Sandulenko | |
svn-id: r41326 | |||
2009-06-07 | Added MD5 from Bug #2796782: "SCI: LSL1 Russian MD5" | Eugene Sandulenko | |
svn-id: r41325 | |||
2009-06-07 | Mention recent improvements | Eugene Sandulenko | |
svn-id: r41324 |