Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-10-30 | Let Saga::SURFACE inherit from SURFACE | Max Horn | |
svn-id: r15702 | |||
2004-10-30 | Doxygen fixes | Max Horn | |
svn-id: r15701 | |||
2004-10-30 | More doxygen fixes | Max Horn | |
svn-id: r15700 | |||
2004-10-30 | Doxygen fixes | Max Horn | |
svn-id: r15699 | |||
2004-10-30 | Fix by salty-horse: "currently, it doesn't handle the last word in a sentence | Max Horn | |
properly. the width comes out garbage, and then it is sometimes moved to the next line for no reason svn-id: r15698 | |||
2004-10-30 | Brute-force workaround for speech decoder crashes in the BS1 demo. It still | Torbjörn Andersson | |
doesn't work very well, though... svn-id: r15697 | |||
2004-10-30 | Renaming of struct members. | Torbjörn Andersson | |
svn-id: r15696 | |||
2004-10-28 | Renamed some previously unknown variables. | Torbjörn Andersson | |
svn-id: r15695 | |||
2004-10-28 | Updated with my recent actor flag changes. | Torbjörn Andersson | |
svn-id: r15694 | |||
2004-10-28 | replaced printf usage in saga | Paweł Kołodziejski | |
svn-id: r15693 | |||
2004-10-28 | Remove stray | Travis Howell | |
svn-id: r15692 | |||
2004-10-27 | Implement some script functions and report stubs. | Eugene Sandulenko | |
svn-id: r15691 | |||
2004-10-27 | removed R_ prefix with few r_ too | Paweł Kołodziejski | |
svn-id: r15690 | |||
2004-10-27 | Update SAGA issues. | Eugene Sandulenko | |
svn-id: r15689 | |||
2004-10-27 | Started to rework script threads. Partially moved to thread flags. | Eugene Sandulenko | |
Scene skipping now works, but scripts aren't chained yet. svn-id: r15688 | |||
2004-10-26 | Better test for if it's the protagonist who leaves the scene. | Torbjörn Andersson | |
svn-id: r15687 | |||
2004-10-26 | Note which entry corresponds to which actor in the actor table. | Torbjörn Andersson | |
svn-id: r15686 | |||
2004-10-26 | Rename fields in R_ACTORTABLE struct (I think this is what they mean), and | Torbjörn Andersson | |
added symbolic names for actor flags. svn-id: r15685 | |||
2004-10-25 | use relative timing instead of constant values. | Robert Göffringmann | |
svn-id: r15684 | |||
2004-10-24 | o Sync with upstream source | Eugene Sandulenko | |
o Move back to old sawtooth filter, which sounds better svn-id: r15683 | |||
2004-10-24 | More cleanup. Too bored to continue now. | Torbjörn Andersson | |
svn-id: r15682 | |||
2004-10-24 | More cleanup. | Torbjörn Andersson | |
svn-id: r15681 | |||
2004-10-24 | Fun shops start. | Travis Howell | |
svn-id: r15680 | |||
2004-10-24 | o Check size of waveforms.raw so output rate could be adjusted | Eugene Sandulenko | |
o Eliminate rom_path, as we use our File class svn-id: r15679 | |||
2004-10-24 | Revert, in order to be backwards compatbile with saved games. | Travis Howell | |
svn-id: r15678 | |||
2004-10-24 | Add correct actor number values for a few HE games. | Travis Howell | |
svn-id: r15677 | |||
2004-10-24 | Add small debugger font to NEWS | Max Horn | |
svn-id: r15676 | |||
2004-10-24 | *** empty log message *** | Travis Howell | |
svn-id: r15675 | |||
2004-10-24 | Ooops | Travis Howell | |
svn-id: r15674 | |||
2004-10-24 | Move number of actors to scumm settings. | Travis Howell | |
The amount of actors in HE games changes a lot between games. svn-id: r15673 | |||
2004-10-24 | Only 20 actors in Sam & Max. | Travis Howell | |
svn-id: r15672 | |||
2004-10-23 | Patch #1048283 (Improved CJK / FM-TOWNS support & some documention) | Max Horn | |
svn-id: r15671 | |||
2004-10-23 | Oops | Eugene Sandulenko | |
svn-id: r15670 | |||
2004-10-23 | o Turn BASE_FREQ constant into variable. MT-32 has to be run in lesser time ↵ | Eugene Sandulenko | |
slices. o Attempt to fix mi2, but that cure for symptom, not the cause. Under dosbox header is always valid, but here we get 0x41001612 instead of 0x41101612. svn-id: r15669 | |||
2004-10-23 | OpenBSD is _not_ a.out on i386/amd64 | Jonathan Gray | |
svn-id: r15668 | |||
2004-10-23 | Still needed for RU freddicove | Travis Howell | |
svn-id: r15667 | |||
2004-10-23 | update | Paweł Kołodziejski | |
svn-id: r15666 | |||
2004-10-23 | fixed warnings | Paweł Kołodziejski | |
svn-id: r15665 | |||
2004-10-23 | More cleanup. Too bored to go on. | Torbjörn Andersson | |
svn-id: r15664 | |||
2004-10-23 | Cleanup | Torbjörn Andersson | |
svn-id: r15663 | |||
2004-10-23 | Cleanup | Torbjörn Andersson | |
svn-id: r15662 | |||
2004-10-23 | Cleaned up axtoi() | Torbjörn Andersson | |
svn-id: r15661 | |||
2004-10-23 | oops | Eugene Sandulenko | |
svn-id: r15660 |