Age | Commit message (Expand) | Author |
2003-12-29 | made control panel use the correct fonts | Robert Göffringmann |
2003-12-29 | The game sets its own DEMO variable, so we might as well check that one as | Torbjörn Andersson |
2003-12-29 | Changed spaces to tabs | Torbjörn Andersson |
2003-12-29 | Emergency bugfix to keep Full Throttle from crashing as soon as someone | Torbjörn Andersson |
2003-12-29 | - hack to read patched .dog files (french & italian versions) from game data ... | Gregory Montoir |
2003-12-29 | Add support for mp3 or ogg musics tracks for Monkey Island 1 for Amiga. | Travis Howell |
2003-12-28 | this fixes the remaining glitches | Robert Göffringmann |
2003-12-28 | cleanup | Gregory Montoir |
2003-12-28 | Indentation fixes: changed spaces to tabs. (These tend to really stick out | Torbjörn Andersson |
2003-12-28 | When showMenu() redraws the menu, redraw the empty slots as well. This | Torbjörn Andersson |
2003-12-28 | Removed incomplete sentence. If anyone knows what it was supposed to say, | Torbjörn Andersson |
2003-12-28 | This could be wrong so feel free to revert, but it does seem to fix crashes | Torbjörn Andersson |
2003-12-28 | cleanup Resource class a bit : | Gregory Montoir |
2003-12-28 | Hopefully the last big renaming. Now the datatypes have names like | Torbjörn Andersson |
2003-12-28 | I believe this is the evil bug that's been corrupting my SAVEGAME.INF. (I | Torbjörn Andersson |
2003-12-28 | Not all sound effects are mono, so we need to check. | Torbjörn Andersson |
2003-12-28 | Putt Putt games use old calculation | Travis Howell |
2003-12-28 | Putt Putt games use old calculation | Travis Howell |
2003-12-28 | FT sounds have loops in voc data: 65536, that could be max loops or unfinite ... | Paweł Kołodziejski |
2003-12-28 | Proper FLU files seeking. No more seek crashes | Eugene Sandulenko |
2003-12-28 | Add additional case for putt putt games | Travis Howell |
2003-12-28 | Need to call this as well to properly stop music | Joost Peters |
2003-12-28 | Improved music code a bit. still has 'hanging notes' when stopping music, tho... | Joost Peters |
2003-12-28 | Fix for bug #866453 (MI1EGA: Background pushed to side at end of game) | Max Horn |
2003-12-28 | Cope with song '0' (old savegames used to use this 'dummy' value) | Joost Peters |
2003-12-28 | - added 'song' debugger command | Joost Peters |
2003-12-28 | don't do double-free | Max Horn |
2003-12-27 | fixed another potential crash-on-exit | Max Horn |
2003-12-27 | fixed a crash-on-exit | Max Horn |
2003-12-27 | cleanup | Max Horn |
2003-12-27 | paranoia | Max Horn |
2003-12-27 | fix volume problems (I think...) | Max Horn |
2003-12-27 | more cleanup | Max Horn |
2003-12-27 | cleanup | Max Horn |
2003-12-27 | fixed compilation | Paweł Kołodziejski |
2003-12-27 | update bundle music every 1/10th of a sec (there was a very noticable delay b... | Max Horn |
2003-12-27 | try to make it more obvious how certain timer freqs are derived | Max Horn |
2003-12-27 | append more data the first time around (this avoids a stutter problem, which ... | Max Horn |
2003-12-27 | fix VOC playback; create AudioInputStream earlier | Max Horn |
2003-12-27 | no need to convert data to stereo, the mixer can handle mono data just fine | Max Horn |
2003-12-27 | oops | Max Horn |
2003-12-27 | add some comments; convert tabs inside table to spaces (otherwise the table i... | Max Horn |
2003-12-27 | nicer error | Max Horn |
2003-12-27 | proper error instead of silent (and fatal) failure | Max Horn |
2003-12-27 | get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM... | Max Horn |
2003-12-27 | fix subtitles option | Max Horn |
2003-12-27 | TODO update | Max Horn |
2003-12-27 | Use VOC reader from voc.h | Max Horn |
2003-12-27 | renamed VOC functions | Max Horn |
2003-12-27 | cleanup | Max Horn |