Mercurial > sdl-ios-xcode
log src/timer/mint/SDL_systimer.c @ 2975:317b2f8e5e4f
age | author | description |
---|---|---|
2008-12-08 | Sam Lantinga | Updated copyright date |
2007-07-14 | Patrice Mandin | Use correct function |
2007-06-14 | Sam Lantinga | make indent |
2007-06-09 | Patrice Mandin | Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt |
2007-06-08 | Patrice Mandin | Set supervisor as volatile as it is modified from an interrupt |
2006-10-21 | Patrice Mandin | Also save/restore fpu register in vbl interrupt |
2006-07-10 | Sam Lantinga | SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. |
2006-05-29 | Sam Lantinga | more tweaking indent options SDL-1.3 |
2006-05-28 | Sam Lantinga | Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3 |
2006-04-14 | Sam Lantinga | Make sure code is only compiled if the appropriate subsystem is enabled |
2006-02-21 | Sam Lantinga | Use consistent identifiers for the various platforms we support. |
2006-02-20 | Patrice Mandin | Add missing include directories |