aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-25New file, sound support using Pa1Lib (bad) and Palm APIChris Apers
svn-id: r13880
2004-05-25New file : Osystem overlay function only, overlay now only on storage memoryChris Apers
svn-id: r13879
2004-05-25UpdatedChris Apers
svn-id: r13878
2004-05-25Added Queen supportChris Apers
svn-id: r13877
2004-05-25New form including old music and volume formChris Apers
svn-id: r13876
2004-05-25Use the new tabs managerChris Apers
svn-id: r13875
2004-05-25Updated formsChris Apers
svn-id: r13874
2004-05-25Tabs managerChris Apers
svn-id: r13873
2004-05-25Now in the new Music & Sound formChris Apers
svn-id: r13872
2004-05-25New ARM functions (sound, copyrect, wide display)Chris Apers
svn-id: r13871
2004-05-25Minor updateChris Apers
svn-id: r13870
2004-05-25Cleanup, new strspn functionChris Apers
svn-id: r13869
2004-05-25New strtol function, bsearch now use system call, cleanupChris Apers
svn-id: r13868
2004-05-25Revamped [...]printf functions, may fix a bug with insane engine since %o ↵Chris Apers
was not supported, added more [...]printf functions. Now can easly be used with other projects svn-id: r13867
2004-05-25Removed, new version comingChris Apers
svn-id: r13866
2004-05-25Updated form handlersChris Apers
svn-id: r13865
2004-05-25Added Queen support, renamed filesChris Apers
svn-id: r13864
2004-05-25New Stdio initializer, added speech command supportChris Apers
svn-id: r13863
2004-05-25Sony Pa1Lib bit mask, updated audio CD structChris Apers
svn-id: r13862
2004-05-25Moved to compile.hChris Apers
svn-id: r13861
2004-05-25Moved DrawStatus here, revamped ARM call functionsChris Apers
svn-id: r13860
2004-05-25Moved to their own fileChris Apers
svn-id: r13859
2004-05-25Moved hereChris Apers
svn-id: r13858
2004-05-25Revamped MSA CD player, now time is based on Sound Unit (SU). More compatibleChris Apers
svn-id: r13857
2004-05-25Default (NULL) CD playerChris Apers
svn-id: r13856
2004-05-25New forms with tabs, updated menu, battery indicator (music & sound, misc ↵Chris Apers
options) svn-id: r13855
2004-05-24Updated MSVC6 projectsJamieson Christian
svn-id: r13854
2004-05-23moved stacklock to allocSlot() from startSound(). there is no need lock ↵Paweł Kołodziejski
track which is not yet used svn-id: r13853
2004-05-23opsPaweł Kołodziejski
svn-id: r13852
2004-05-23some optimisations in imuse digiPaweł Kołodziejski
svn-id: r13851
2004-05-23we dont use more timers than 2Paweł Kołodziejski
svn-id: r13850
2004-05-23Applied patch #956989 ("Varous console fixes"). Fingolfin said it lookedTorbjörn Andersson
ok, and as far as I can tell it does fix bugs #941811 and #941814, just as it promised. svn-id: r13849
2004-05-21Tweaks (Morphos & Palm backends badly need updating :-/)Max Horn
svn-id: r13848
2004-05-21Updated unit testsMax Horn
svn-id: r13847
2004-05-21fixed mingw compilationPaweł Kołodziejski
svn-id: r13846
2004-05-21updatePaweł Kołodziejski
svn-id: r13845
2004-05-21Added assembly versions of HQ2x and HQ3x scalers.Eugene Sandulenko
svn-id: r13844
2004-05-21Some more actor struct renames to match disassemblyEugene Sandulenko
svn-id: r13843
2004-05-18Update TMs.Travis Howell
svn-id: r13842
2004-05-18Drop unneeded fieldsTravis Howell
svn-id: r13841
2004-05-17Added support for using the separate VOC file (P2_A.VOC) from the WyrmkeepTorbjörn Andersson
release of ITE. The code is a bit rough, and there's a nasty 'pop' at the beginning of the sound (and a smaller one at the end), but it's a start. It's a shame that the sound is of such low quality: lower sample rate, and 8 bits instead of 16. Perhaps it was extracted from the floppy version? svn-id: r13840
2004-05-16Cleaned up the handling of external MIDI files, and added the missing ones.Torbjörn Andersson
This is based on experimentation and guesswork, so it might be wrong, but it will have to do for now. svn-id: r13839
2004-05-15COMI demo doesn't auto set this var.Travis Howell
svn-id: r13838
2004-05-14Revamp static actor data. Add missed fields and reformat table.Eugene Sandulenko
svn-id: r13837
2004-05-13fix warningMax Horn
svn-id: r13836
2004-05-13Added more stubs from script fucntions, some renames for consistency withEugene Sandulenko
disassembly. svn-id: r13835
2004-05-12Updated Broken Sword 1 section.Torbjörn Andersson
svn-id: r13834
2004-05-12Some usability fixes to the control panel code:Torbjörn Andersson
* Draw a blinking cursor when typing savegame names. (Bug #908679) * Number the savegame slots. At the moment they are numbered differently than in BS2 in that they start on 1 instead of 0. As far as I recall, this was the case with the original engine as well, but we may want to reconsider. * Added scroll wheel support. This wasn't in the original, but it's a nice thing to have. Particularly since the scroll buttons don't repeat. (It would be nice if they did.) I would like this patch to be considered for 0.6.1, if there aren't any obvious problems with it. svn-id: r13833
2004-05-11back to old methodPaweł Kołodziejski
svn-id: r13832
2004-05-10Close menus before restarting. (This is a purely cosmetical fix.)Torbjörn Andersson
svn-id: r13831