Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-01 | add some debug calls in the verify functions | Jonathan Gray | |
svn-id: r13709 | |||
2004-05-01 | Fixed warning. The R_GAMEDESC for the disk version of ITE didn't initialise | Torbjörn Andersson | |
the gd_suppoerted flag, so I set it to 0. svn-id: r13699 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13697 | |||
2004-04-30 | Move from custom unsigned types to those provided by main config.h | Eugene Sandulenko | |
svn-id: r13687 | |||
2004-04-27 | Don't use uninitialized variable, lang_path, in debugging messages. It | Torbjörn Andersson | |
caused ScummVM to hang on my Linux box. Fixed - correctly, I hope - compiler warning. svn-id: r13648 | |||
2004-04-25 | More ScummVMification | Max Horn | |
svn-id: r13624 | |||
2004-04-25 | Fix 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-23 | convert the file routines to use the File class | Jonathan Gray | |
svn-id: r13607 | |||
2004-04-12 | WIP 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 |