aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Collapse)Author
2004-04-28Fixed crash. Original clip routine was more sane.Eugene Sandulenko
Some code formatting. svn-id: r13658
2004-04-28Removing more files from SAGA. Justification: we already have XMIDI/SMF ↵Max Horn
code; SDL already gets inited by OSystem (which this code should use, too, of course...); no need to have a simple poly hit test in a separate file svn-id: r13657
2004-04-27more dead code goneMax Horn
svn-id: r13655
2004-04-27Remove yet another fileMax Horn
svn-id: r13654
2004-04-27Remove some more unused codeMax Horn
svn-id: r13653
2004-04-27cleanupMax Horn
svn-id: r13652
2004-04-27Fixed warnings. At the time of writing, only xmidi.cpp causes warnings forTorbjörn Andersson
me now, but I'm not sure how to fix those. svn-id: r13651
2004-04-27Don't use uninitialized variable, lang_path, in debugging messages. ItTorbjörn Andersson
caused ScummVM to hang on my Linux box. Fixed - correctly, I hope - compiler warning. svn-id: r13648
2004-04-25more cleanupMax Horn
svn-id: r13625
2004-04-25More ScummVMificationMax Horn
svn-id: r13624
2004-04-25Fix yet another const warningMax Horn
svn-id: r13623
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed ↵Max Horn
various unused stuff; const correctness; etc. svn-id: r13622
2004-04-23convert the file routines to use the File classJonathan Gray
svn-id: r13607
2004-04-13File is not neededEugene Sandulenko
svn-id: r13576
2004-04-13Fixed warning.Torbjörn Andersson
svn-id: r13575
2004-04-13Fixed warning.Torbjörn Andersson
svn-id: r13574
2004-04-13Fixed warning. (There are plenty of warnings in the SAGA engine, but thisTorbjörn Andersson
one was obvious how to fix. :-) svn-id: r13573
2004-04-12File is not neededEugene Sandulenko
svn-id: r13568
2004-04-12oops. Forgot the fileEugene Sandulenko
svn-id: r13567
2004-04-12More headersEugene Sandulenko
svn-id: r13566
2004-04-12Forgot to add header.Eugene Sandulenko
Please, remove SAGA engine from MSVC builds. It should be broken there until porting to OSystem is finished svn-id: r13565
2004-04-12WIP for SAGA engine.Eugene Sandulenko
o text formatting is not consistent with rules, just indent utility is too dumb for that o it does not use OSystem, i.e. it runs on direct SDL calls o it may not even compile on your box o if you enable it, expect zillions of warnings o no sound Now it runs ITE intro as reinherit did svn-id: r13564
2004-03-22corrections to namespacesPaweł Kołodziejski
svn-id: r13362
2004-03-16Fixed warnings. I hope I didn't break anything!Torbjörn Andersson
svn-id: r13317
2004-03-15Use Saga namespace everywhereEugene Sandulenko
svn-id: r13293
2004-03-15Code formattingEugene Sandulenko
svn-id: r13288
2004-03-15fix warningsMax Horn
svn-id: r13283
2004-03-14Initial SAGA checkinEugene Sandulenko
svn-id: r13281