Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-18 | Ensure that the file list in the browser is always sorted | Max Horn | |
svn-id: r16108 | |||
2004-12-18 | A little more cleanup (the Simon code really is a big mess :-) | Max Horn | |
svn-id: r16107 | |||
2004-12-18 | constify simon engine; turned global var vc_get_out_of_code into a member of ↵ | Max Horn | |
class SimonEngine svn-id: r16106 | |||
2004-12-17 | Reduce code size of resource.cpp to help PalmOS port, by moving util code to ↵ | Max Horn | |
a new file util.cpp and sound resource code to sound.cpp svn-id: r16105 | |||
2004-12-17 | - all actors creates on start | Andrew Kurushin | |
- many parts renamed to proper names regression: unexpected actor apeared while intro is played svn-id: r16104 | |||
2004-12-17 | Even more paranoia, since the older ScummVM releases allowed speech_mute to ↵ | Joost Peters | |
be false for floppy versions. svn-id: r16101 | |||
2004-12-17 | Simplify check. | Joost Peters | |
svn-id: r16099 | |||
2004-12-17 | Don't allow the user to enable speech for non-talkie versions. | Joost Peters | |
svn-id: r16097 | |||
2004-12-17 | Mute speech for floppy version as well. | Joost Peters | |
This fixes the text speed for the floppy version after the recent Talk/Speech behaviour changes. svn-id: r16095 | |||
2004-12-17 | actors rearrangement bugfix | Andrew Kurushin | |
svn-id: r16094 | |||
2004-12-17 | This file no longer needs to include <errno.h>, and from what I understand | Torbjörn Andersson | |
we already got the appropriate include for time() through stdafx.h, so we don't need to include <time.h> either. svn-id: r16093 | |||
2004-12-16 | configure was using at least three different indention styles (4-tabs; ↵ | Max Horn | |
2-spaces; 4-spaces-8-tabs); tried to unify this, configure is no best viewed with tabs=4 like the rest of ScummVM svn-id: r16091 | |||
2004-12-16 | Patch #1086705 (RISC OS cross compiling support) | Max Horn | |
svn-id: r16090 | |||
2004-12-16 | Proper fix for line endings. | Eugene Sandulenko | |
svn-id: r16089 | |||
2004-12-16 | trying remove CRLF | Andrew Kurushin | |
svn-id: r16088 | |||
2004-12-16 | reorderUp and reorderDown should return new item position | Andrew Kurushin | |
svn-id: r16087 | |||
2004-12-16 | Using errno isn't really portable; don't have time to fix this properly ↵ | Max Horn | |
right now svn-id: r16086 | |||
2004-12-16 | Added some BS1 items, but I don't know if I got them all. (E.g. there | Torbjörn Andersson | |
seems to be A slight change to the scrolling. Do we want to mention that?) svn-id: r16084 | |||
2004-12-16 | Fix compilation when USE_MPEG2 is undefined. | Eugene Sandulenko | |
svn-id: r16081 | |||
2004-12-16 | Split simon.cpp more for PalmOS port. | Travis Howell | |
svn-id: r16078 | |||
2004-12-16 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r16076 | |||
2004-12-16 | fix escaping the intro on BE systems | Robert Göffringmann | |
svn-id: r16075 | |||
2004-12-16 | added some debugging functions | Robert Göffringmann | |
svn-id: r16074 | |||
2004-12-16 | fix for bug #897777 (Foster walks on water...) and #788858 (Walk glitch) | Robert Göffringmann | |
svn-id: r16072 | |||
2004-12-16 | some cleanup | Robert Göffringmann | |
svn-id: r16071 | |||
2004-12-16 | Update HE games | Travis Howell | |
svn-id: r16070 | |||
2004-12-16 | fix gcc warnings | Robert Göffringmann | |
svn-id: r16068 | |||
2004-12-15 | Typo | Travis Howell | |
svn-id: r16067 | |||
2004-12-15 | memory leak | Gregory Montoir | |
svn-id: r16063 | |||
2004-12-15 | fix compilation (under mingw/gcc3.4) | Gregory Montoir | |
svn-id: r16062 | |||
2004-12-15 | Fix warning | Eugene Sandulenko | |
svn-id: r16061 | |||
2004-12-15 | - Move MAXPATHLEN includes/defines into common location | Jonathan Gray | |
- Save files are now stored in $HOME/.scummvm/ by default if no other save path is specified on non MacOS X unices. svn-id: r16060 | |||
2004-12-15 | Forgot to remove ys_dl_list.o | Eugene Sandulenko | |
svn-id: r16059 | |||
2004-12-15 | compilation fix | Jonathan Gray | |
svn-id: r16058 | |||
2004-12-15 | Make music driver section more readable. | Jonathan Gray | |
Alphabetically order the list of drivers as well. svn-id: r16056 | |||
2004-12-15 | New man page. | Jonathan Gray | |
svn-id: r16054 | |||
2004-12-15 | moved compacts and related static data out of the scummvm.exe into an ↵ | Robert Göffringmann | |
external file (available from www.lavosspawn.de/tmp/sky_cpt.zip) svn-id: r16053 | |||
2004-12-15 | Update SAGA items. | Eugene Sandulenko | |
svn-id: r16052 | |||
2004-12-15 | Patch #1081904 ITE: MAC demo support | Eugene Sandulenko | |
o Endianness-aware resource loading o Removed ys_dl_list in favor of our object implementation o Cleanup in actor code o Partial support for ITE Mac rereleased demo svn-id: r16051 | |||
2004-12-14 | Switched HEAD to 0.8.0-CVS (did I miss any spots? | Max Horn | |
svn-id: r16048 | |||
2004-12-14 | Patch #1083548 (common/list enhancement) | Max Horn | |
svn-id: r16046 | |||
2004-12-14 | Evil workaround for bug #1083058 | Max Horn | |
svn-id: r16045 | |||
2004-12-13 | Slight update. | Torbjörn Andersson | |
svn-id: r16044 | |||
2004-12-13 | fixed a bug that I introduced with the last cleanup. | Robert Göffringmann | |
(caused the graphical glitches in the pipe factory) svn-id: r16043 | |||
2004-12-12 | Optimized List assignment operator, thanks to h00ligan | Max Horn | |
svn-id: r16042 | |||
2004-12-12 | Hide iterator implementation details from client code | Max Horn | |
svn-id: r16041 | |||
2004-12-12 | clean up slide code | Max Horn | |
svn-id: r16040 | |||
2004-12-12 | fixed warning | Robert Göffringmann | |
svn-id: r16039 | |||
2004-12-12 | Fix for bug #1082105 (GUI: ScummVM returns to window mode automatically) | Max Horn | |
svn-id: r16038 | |||
2004-12-11 | Remove the 24 bit read/write methods -- we don't use them anymore and they ↵ | Max Horn | |
are weird anyway ;-) svn-id: r16037 |