Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-09 | New folder | Chris Apers | |
svn-id: r15753 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15752 | |||
2004-11-09 | New info panel handler | Chris Apers | |
svn-id: r15751 | |||
2004-11-09 | Adlib | Chris Apers | |
svn-id: r15750 | |||
2004-11-09 | Added pre-init capability | Chris Apers | |
svn-id: r15749 | |||
2004-11-09 | Added Sword1 support | Chris Apers | |
svn-id: r15748 | |||
2004-11-09 | Check width instead of height, and use newly added header files | Chris Apers | |
svn-id: r15747 | |||
2004-11-09 | Only with 320x[x] games | Chris Apers | |
svn-id: r15746 | |||
2004-11-09 | New module code | Chris Apers | |
svn-id: r15745 | |||
2004-11-09 | Move common palm definitions | Chris Apers | |
svn-id: r15744 | |||
2004-11-09 | Gathered common functions into new source files | Chris Apers | |
svn-id: r15743 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15742 | |||
2004-11-09 | Free more memory on PalmOS | Chris Apers | |
svn-id: r15741 | |||
2004-11-09 | Fixed crash | Chris Apers | |
svn-id: r15740 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15739 | |||
2004-11-09 | update | Paweł Kołodziejski | |
svn-id: r15737 | |||
2004-11-09 | oops | Robert Göffringmann | |
svn-id: r15736 | |||
2004-11-09 | free memory on quit. | Robert Göffringmann | |
Still leaks some, though svn-id: r15735 | |||
2004-11-08 | oops | Max Horn | |
svn-id: r15734 | |||
2004-11-08 | cleanup | Max Horn | |
svn-id: r15733 | |||
2004-11-08 | Fix it on LE systems. SCUMM_LITTLE_ENDIAN is defined in common/scummsys.h, | Eugene Sandulenko | |
so it's a good idea to have that included before check :) svn-id: r15732 | |||
2004-11-07 | Re-apply endian fix | Max Horn | |
svn-id: r15731 | |||
2004-11-07 | For now, perform writing always in the current directory (the old code would ↵ | Max Horn | |
just create a new file in the first place it was looking at when using the write mode, which definitely is not what we want in most cases) svn-id: r15730 | |||
2004-11-07 | endianness | Gregory Montoir | |
svn-id: r15729 | |||
2004-11-07 | Renamed SF_getObjName() to SF_getObjImage() and unstubbed it. (Untested) | Torbjörn Andersson | |
svn-id: r15728 | |||
2004-11-07 | Unstubbed SF_setObjImage(). (Untested) | Torbjörn Andersson | |
svn-id: r15727 | |||
2004-11-07 | Unstubbed SF_putString(). (Untested, but appears to be just for debugging.) | Torbjörn Andersson | |
svn-id: r15726 | |||
2004-11-07 | Unstubbed SF_sceneID(). (Untested) | Torbjörn Andersson | |
svn-id: r15725 | |||
2004-11-07 | Unstubbed SF_dropObject(). (Untested) | Torbjörn Andersson | |
svn-id: r15724 | |||
2004-11-07 | Initial inventory support. | Torbjörn Andersson | |
svn-id: r15723 | |||
2004-11-06 | Add stub for every script function | Eugene Sandulenko | |
svn-id: r15722 | |||
2004-11-06 | Indentation | Torbjörn Andersson | |
svn-id: r15721 | |||
2004-11-06 | Cleanup | Torbjörn Andersson | |
svn-id: r15720 | |||
2004-11-06 | Be more consistent with the other module.mk files. | Torbjörn Andersson | |
svn-id: r15719 | |||
2004-11-06 | Changed spaces to tab to be consistent with other module.mk files. | Torbjörn Andersson | |
svn-id: r15718 | |||
2004-11-06 | Remove stray ; | Travis Howell | |
svn-id: r15717 | |||
2004-11-06 | Improve reporting (OSD messages, file open errors) and fix typos. | Eugene Sandulenko | |
Forgot to mention: o waveforms.raw is autogenerated if not present svn-id: r15716 | |||
2004-11-06 | Major MT-32 emu overhaul based on KingGuppy's code. | Eugene Sandulenko | |
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715 | |||
2004-11-05 | Fix #include | Eugene Sandulenko | |
svn-id: r15714 | |||
2004-11-05 | Typo | Travis Howell | |
svn-id: r15713 | |||
2004-11-05 | Add patch #1060453 - MIVGA: Actor Scale Patch | Travis Howell | |
svn-id: r15712 | |||
2004-11-04 | Delegate channel functions to any MidiDriver. This is useful for the | Eugene Sandulenko | |
MT-32 emulation and quite possibly other MidiDrivers in future. svn-id: r15711 | |||
2004-11-03 | Whitespace fix | Torbjörn Andersson | |
svn-id: r15710 | |||
2004-11-02 | Hacked Okk entry is not needed anymore. | Eugene Sandulenko | |
svn-id: r15709 | |||
2004-11-02 | Removed unknown part of IMAGE_HEADER struct since it wasn't used in the | Torbjörn Andersson | |
original code either. (Apparently it was reserved for future use.) I think the only remaining data structure with unknown members now is ANIMATION_HEADER. Of course, there's probably a lot that isn't implemented at all, too... svn-id: r15708 | |||
2004-11-01 | Renamed the "unknown" parameters. I hope I didn't make too many errors. | Torbjörn Andersson | |
svn-id: r15707 | |||
2004-10-31 | Updates | Torbjörn Andersson | |
svn-id: r15706 | |||
2004-10-31 | Renamed an "unknown" variable. | Torbjörn Andersson | |
svn-id: r15705 | |||
2004-10-31 | Whitespace fixes | Torbjörn Andersson | |
svn-id: r15704 | |||
2004-10-30 | Turn some methods into functions (potentially gives better code, and we may ↵ | Max Horn | |
want to move some of those into the graphics/ module one day) svn-id: r15703 |