Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-11-01 | cleanup: new MessageDialog subclass TimedMessageDialog | Max Horn | |
svn-id: r11033 | |||
2003-11-01 | made SDL backend use config manager | Max Horn | |
svn-id: r11028 | |||
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn | |
svn-id: r10995 | |||
2003-10-18 | cleanup | Max Horn | |
svn-id: r10894 | |||
2003-10-17 | patch #824241 | Max Horn | |
svn-id: r10877 | |||
2003-10-17 | renamed some Timer methods | Max Horn | |
svn-id: r10868 | |||
2003-10-17 | needed some more work to get Iterators to work in FSList | Max Horn | |
svn-id: r10857 | |||
2003-10-17 | make FSList inherit 'public' from List (so that we can use List::Iterator) | Max Horn | |
svn-id: r10849 | |||
2003-10-17 | Make PalmOS port happy | Chris Apers | |
svn-id: r10843 | |||
2003-10-12 | GameX is not supported | Nicolas Bacca | |
svn-id: r10756 | |||
2003-10-12 | Moved build files | Nicolas Bacca | |
svn-id: r10752 | |||
2003-10-12 | New config-manager updates, misc updates | Nicolas Bacca | |
svn-id: r10751 | |||
2003-10-12 | Smarter partial blitting and better filter for 640x480 games ... hopefully ↵ | Nicolas Bacca | |
the last update before the rewrite svn-id: r10750 | |||
2003-10-12 | Re-add right click automatic mapping, lost on the branch | Nicolas Bacca | |
svn-id: r10748 | |||
2003-10-12 | True assert | Nicolas Bacca | |
svn-id: r10747 | |||
2003-10-12 | New config-manager, Add Broken Sword 2, Whole filesystem scan for smartphone ↵ | Nicolas Bacca | |
thanks to MS non standard storage mappings svn-id: r10746 | |||
2003-10-10 | Add old change from SDL backends, give error if video mode isn't support. | Travis Howell | |
svn-id: r10712 | |||
2003-10-09 | make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :) | Jonathan Gray | |
svn-id: r10701 | |||
2003-10-08 | fix bug where going up in the root dir would get you back to the (unix) ↵ | Max Horn | |
current dir (instead of staying at the root) svn-id: r10689 | |||
2003-10-07 | More Euphony/YM2612 instrument layering and polyphony | Jamieson Christian | |
fixes. Aside from variations in the instrument timbre, the output from ScummVM now seems to match up with the output from UNZ (MAME YM2612 emulator). svn-id: r10672 | |||
2003-10-07 | Remove my trace output. :P | Jamieson Christian | |
svn-id: r10669 | |||
2003-10-07 | More polyphony tweaks. Sounding a bit better. | Jamieson Christian | |
svn-id: r10668 | |||
2003-10-06 | fixed warnings | Max Horn | |
svn-id: r10646 | |||
2003-10-06 | removed unused 'rate' param from nextTick; another tiny tweak to ↵ | Max Horn | |
Operator2612::nextTick (avoids one memory store over here, woohoo <g>) svn-id: r10644 | |||
2003-10-06 | remove <string> include so we don't depend on stdlib stuff (not used anyway) ↵ | Jonathan Gray | |
this also stops compile problems arising from our overloaded memory operators here svn-id: r10643 | |||
2003-10-06 | malloc/new optimizations | Max Horn | |
svn-id: r10642 | |||
2003-10-06 | Per-channel polyphony now > 1 | Jamieson Christian | |
svn-id: r10641 | |||
2003-10-06 | even more optimizations | Max Horn | |
svn-id: r10639 | |||
2003-10-06 | some more tweaks | Max Horn | |
svn-id: r10637 | |||
2003-10-06 | some incremental changes (more will follow, this is step-by-step ↵ | Max Horn | |
optimzation, watch it happen in pseudo-real-time and color. icecream is sold at the entrance, please stop smoking svn-id: r10636 | |||
2003-10-06 | More performance optimizations | Jamieson Christian | |
svn-id: r10629 | |||
2003-10-06 | oops - that happesn if you incorrectly re-apply a broken patch =) | Max Horn | |
svn-id: r10628 | |||
2003-10-06 | more optimizations | Max Horn | |
svn-id: r10627 | |||
2003-10-06 | Fix compiler warnings | Jamieson Christian | |
svn-id: r10626 | |||
2003-10-06 | The real YM2612 implementation. Portable, | Jamieson Christian | |
and with significant performances optimizations thanks to Fingolfin, or optimizing emperor. :) svn-id: r10625 | |||
2003-10-06 | For those us who have to hit Shift to get to + | Jamieson Christian | |
svn-id: r10624 | |||
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian | |
All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615 | |||
2003-10-05 | implemented new 'nice' scaler hotkeys | Max Horn | |
svn-id: r10613 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10612 | |||
2003-10-05 | Ooops | Travis Howell | |
svn-id: r10598 | |||
2003-10-05 | Remove unneeded case. | Travis Howell | |
Disable code that causes crash when using opengl from command line for now. svn-id: r10597 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10596 | |||
2003-10-05 | fixed some broken scaler related checks | Max Horn | |
svn-id: r10595 | |||
2003-10-04 | revert the 'reverse Y axis' hack | Max Horn | |
svn-id: r10594 | |||
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵ | Max Horn | |
gets reset); remove obsolete 256 color blending code svn-id: r10592 | |||
2003-10-04 | small remark | Max Horn | |
svn-id: r10579 | |||
2003-10-03 | You have been a thorn in my side for far too long Avatar^H^H^H^H^H^H bad code | Max Horn | |
svn-id: r10554 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-10-02 | updated Marcus' copyright | Max Horn | |
svn-id: r10543 |