Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-24 | (svn r4090) - Followup for r4075. Some SDL implementations seem to have a ↵ | Darkvater | |
different define for the SDL_ACTIVEEVENT SDL_APPMOUSEFOCUS which caused undrawing of the mouse only on losing input-focus. Correctly check for the event state | |||
2006-03-24 | (svn r4075) - Feature: Undraw the mouse when it leaves the window and Draw ↵ | Darkvater | |
it again when it enters. Added both for WIN32 and SDL. Since Win95 has troubles with TrackMouseEvent(), this function was just simply rewritten which was the easiest. Based on a patch by DmitryKo. | |||
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron | |
2005-11-16 | (svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG | tron | |
2005-07-29 | (svn r2748) Remove unused cruft from the main loop | tron | |
2005-07-29 | (svn r2746) -Fix: SDL_SetColors() has the number of palette entries to ↵ | tron | |
change as parameter, not one beyond the last entry to change | |||
2005-07-27 | (svn r2728) -Fix/Feature: Change the driver probing algorithm | tron | |
Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds. This should fix problems on machines with no sound card, where -s null had to be specified manually. | |||
2005-07-26 | (svn r2720) Remove unused declarations and definitions | tron | |
2005-07-25 | (svn r2704) Remove . from include path again, too much trouble. Also add ↵ | tron | |
some #ifdefs and #includes for the Windows build | |||
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron | |
2005-07-23 | (svn r2688) MSVC and Watcom can't handle identical file names in different ↵ | tron | |
directories, oh my... |