Age | Commit message (Expand) | Author |
2007-12-23 | Fix the FIXME ;-) | Max Horn |
2007-12-22 | Added FIXME comment. | Johannes Schickel |
2007-12-22 | Logic fix for MixedSoundDriver::init. | Johannes Schickel |
2007-12-22 | Document that we expect recursive mutex locking behavior | Max Horn |
2007-12-22 | Fixed mutex handling, and reverted sound callbacks to be from another thread ... | Oystein Eftevaag |
2007-12-22 | Bugfix to not allow animation fast forward when restoring a game - it was cau... | Paul Gilbert |
2007-12-22 | Tweaked the calculation for player position in new rooms to use the original ... | Paul Gilbert |
2007-12-22 | Incremented required lure.dat version number, and adjusted animation indexes ... | Paul Gilbert |
2007-12-22 | Fixed Spanish animation entry for Goewin, and added missing fight animation | Paul Gilbert |
2007-12-21 | Cleanup. | Johannes Schickel |
2007-12-21 | Scaler corruption fixes, scaler console fixes, adding Lure target (except it ... | Neil Millstone |
2007-12-21 | Remove a comment | Neil Millstone |
2007-12-21 | Implement exists() in DS file system | Neil Millstone |
2007-12-21 | Fix compilation error on DS port (template expects parameters to be same type) | Neil Millstone |
2007-12-21 | Fix memory leak in audiostream (I think) | Neil Millstone |
2007-12-21 | Reverted too complicated (and unneeded) volume settings code for towns driver. | Johannes Schickel |
2007-12-21 | Naming consistency fixes. | Johannes Schickel |
2007-12-21 | Bugfix to prevent axe animation appearing in room 6 when returning there afte... | Paul Gilbert |
2007-12-21 | Changed animation Ids for Spanish version | Paul Gilbert |
2007-12-21 | Slight cleanup | Filippos Karapetis |
2007-12-21 | Added some hard coded strings for the Italian fan translation of ITE (still n... | Filippos Karapetis |
2007-12-21 | Turn off an MSVC warning, thrown with some escape sequences | Filippos Karapetis |
2007-12-20 | Do sound callbacks from the main thread instead of a separate one, to avoid s... | Oystein Eftevaag |
2007-12-20 | Clarify AGI FIXME | Max Horn |
2007-12-20 | Fix for bug #1851030 - "IHNM Spanish CD - Wrong Dialogs color" | Filippos Karapetis |
2007-12-20 | Fix palette manipulation code | Vincent Hamm |
2007-12-20 | Removed clamp() and used the common CLIP template instead | Filippos Karapetis |
2007-12-20 | Fixed compiler warning, and a potential (but very unlikely) out-of-bounds read. | Torbjörn Andersson |
2007-12-20 | Fix title screen line drawing code | Vincent Hamm |
2007-12-20 | Fix for isalpha() assertions | Filippos Karapetis |
2007-12-20 | Fix compilation under MSVC9 | Filippos Karapetis |
2007-12-20 | Fix compiler warnings | Max Horn |
2007-12-20 | Further changes to the AGI keyboard code, matching it against the original Sa... | Max Horn |
2007-12-20 | Multiple fix/cleanup | Vincent Hamm |
2007-12-20 | Do not #include time.h globally (ideally, we should provide a localtime clone... | Max Horn |
2007-12-20 | cleanup due to jvprat | Max Horn |
2007-12-20 | More cleanup | Max Horn |
2007-12-20 | get rid of unused globals | Max Horn |
2007-12-20 | Added comments on top of each batch file | Filippos Karapetis |
2007-12-20 | Added batch files to convert MSVC9 project files to MSVC8 and vice versa | Filippos Karapetis |
2007-12-20 | Adding MSVC9 project files | Filippos Karapetis |
2007-12-20 | clear more executable bits | Eugene Sandulenko |
2007-12-20 | Removed unused tag (removed by VS 2008) | Filippos Karapetis |
2007-12-20 | clear executable bit | Eugene Sandulenko |
2007-12-20 | Sort files alphabetically | Filippos Karapetis |
2007-12-20 | Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ... | Max Horn |
2007-12-19 | Removed a switch that's only in the AGOS MSVC8 project file and is set to fal... | Filippos Karapetis |
2007-12-19 | Patch #1853322: Patch for Atari ST/FreeMint | Max Horn |
2007-12-19 | Replaced sqrtf by sqrt (the former causes more problems than the tiny potenti... | Max Horn |
2007-12-19 | Include SQRTFS missing fix also for Symbian OS | Lars Persson |