Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-21 | Fix memory leak in audiostream (I think) | Neil Millstone | |
svn-id: r29940 | |||
2007-12-21 | Reverted too complicated (and unneeded) volume settings code for towns driver. | Johannes Schickel | |
svn-id: r29939 | |||
2007-12-21 | Naming consistency fixes. | Johannes Schickel | |
svn-id: r29938 | |||
2007-12-21 | Bugfix to prevent axe animation appearing in room 6 when returning there ↵ | Paul Gilbert | |
after the fight svn-id: r29937 | |||
2007-12-21 | Changed animation Ids for Spanish version | Paul Gilbert | |
svn-id: r29935 | |||
2007-12-21 | Slight cleanup | Filippos Karapetis | |
svn-id: r29934 | |||
2007-12-21 | Added some hard coded strings for the Italian fan translation of ITE (still ↵ | Filippos Karapetis | |
not supported). Merged those strings with the hard coded strings for the Italian fan translation of IHNM svn-id: r29933 | |||
2007-12-21 | Turn off an MSVC warning, thrown with some escape sequences | Filippos Karapetis | |
svn-id: r29932 | |||
2007-12-20 | Do sound callbacks from the main thread instead of a separate one, to avoid ↵ | Oystein Eftevaag | |
some concurrency issues. Increased sound buffer size. Removed the extra mousemoved event sent before each click, no longer needed. And finally some minor gesturing tweaks. svn-id: r29931 | |||
2007-12-20 | Clarify AGI FIXME | Max Horn | |
svn-id: r29930 | |||
2007-12-20 | Fix for bug #1851030 - "IHNM Spanish CD - Wrong Dialogs color" | Filippos Karapetis | |
svn-id: r29929 | |||
2007-12-20 | Fix palette manipulation code | Vincent Hamm | |
Add one missing opcode svn-id: r29928 | |||
2007-12-20 | Removed clamp() and used the common CLIP template instead | Filippos Karapetis | |
svn-id: r29927 | |||
2007-12-20 | Fixed compiler warning, and a potential (but very unlikely) out-of-bounds read. | Torbjörn Andersson | |
svn-id: r29926 | |||
2007-12-20 | Fix title screen line drawing code | Vincent Hamm | |
svn-id: r29925 | |||
2007-12-20 | Fix for isalpha() assertions | Filippos Karapetis | |
svn-id: r29924 | |||
2007-12-20 | Fix compilation under MSVC9 | Filippos Karapetis | |
svn-id: r29923 | |||
2007-12-20 | Fix compiler warnings | Max Horn | |
svn-id: r29922 | |||
2007-12-20 | Further changes to the AGI keyboard code, matching it against the original ↵ | Max Horn | |
Sarien SDL input code. There are still quite some bits which are unclear to me, though svn-id: r29921 | |||
2007-12-20 | Multiple fix/cleanup | Vincent Hamm | |
One bug remains before the game is completable without hack svn-id: r29920 | |||
2007-12-20 | Do not #include time.h globally (ideally, we should provide a localtime ↵ | Max Horn | |
clone in OSystem so we can completly get rid of this) svn-id: r29919 | |||
2007-12-20 | cleanup due to jvprat | Max Horn | |
svn-id: r29918 | |||
2007-12-20 | More cleanup | Max Horn | |
svn-id: r29917 | |||
2007-12-20 | get rid of unused globals | Max Horn | |
svn-id: r29916 | |||
2007-12-20 | Added comments on top of each batch file | Filippos Karapetis | |
svn-id: r29915 | |||
2007-12-20 | Added batch files to convert MSVC9 project files to MSVC8 and vice versa | Filippos Karapetis | |
svn-id: r29914 | |||
2007-12-20 | Adding MSVC9 project files | Filippos Karapetis | |
svn-id: r29913 | |||
2007-12-20 | clear more executable bits | Eugene Sandulenko | |
svn-id: r29912 | |||
2007-12-20 | Removed unused tag (removed by VS 2008) | Filippos Karapetis | |
svn-id: r29911 | |||
2007-12-20 | clear executable bit | Eugene Sandulenko | |
svn-id: r29910 | |||
2007-12-20 | Sort files alphabetically | Filippos Karapetis | |
svn-id: r29909 | |||
2007-12-20 | Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ↵ | Max Horn | |
also replaced an evil function-static variable by a member variable (lastMinute) svn-id: r29908 | |||
2007-12-19 | Removed a switch that's only in the AGOS MSVC8 project file and is set to ↵ | Filippos Karapetis | |
false by VS 2008 (MSVC9) - I'm assuming that it's not necessary svn-id: r29907 | |||
2007-12-19 | Patch #1853322: Patch for Atari ST/FreeMint | Max Horn | |
svn-id: r29906 | |||
2007-12-19 | Replaced sqrtf by sqrt (the former causes more problems than the tiny ↵ | Max Horn | |
potential improvement is worth it) svn-id: r29905 | |||
2007-12-19 | Include SQRTFS missing fix also for Symbian OS | Lars Persson | |
svn-id: r29904 | |||
2007-12-19 | Bugfix for correctly handling \n characters in WordWrap method | Paul Gilbert | |
svn-id: r29903 | |||
2007-12-18 | Fix for bug #1853110: Error in configure on MacOS X (head -c is not ↵ | Max Horn | |
portable, sed hopefully is) svn-id: r29902 | |||
2007-12-18 | Fix loading savegame from original interpreter | Vincent Hamm | |
svn-id: r29901 | |||
2007-12-18 | Bugfix for font sizes indexing - dereferencing a character > 128 was giving ↵ | Paul Gilbert | |
a negative index svn-id: r29900 | |||
2007-12-18 | Add Japanese 3DO version of Putt Putt's Fun Pack. | Travis Howell | |
svn-id: r29898 | |||
2007-12-17 | Fix dangling pointer | Vincent Hamm | |
Fix low color background Fix input svn-id: r29897 | |||
2007-12-17 | Patch #1852017: INDY3 Mac: Biplane Manual Fix | Max Horn | |
svn-id: r29896 | |||
2007-12-17 | Fix glitchy cell sorting | Vincent Hamm | |
svn-id: r29895 | |||
2007-12-17 | Added extra debug statements to the talk dialog display process | Paul Gilbert | |
svn-id: r29894 | |||
2007-12-17 | Added some casting of fields in debug statements | Paul Gilbert | |
svn-id: r29893 | |||
2007-12-17 | Changed Credits display to avoid the brief flash as the palette changed | Paul Gilbert | |
svn-id: r29892 | |||
2007-12-16 | Bugfix for Use actions to work correctly | Paul Gilbert | |
svn-id: r29891 | |||
2007-12-16 | Patch #1851568: INDY3 Mac: Grail Diary Fix | Max Horn | |
svn-id: r29890 | |||
2007-12-16 | Patch #1847599: Several enhancements for the build system | Max Horn | |
svn-id: r29889 |