You can subscribe to this list here.
2001 |
Jan
(23) |
Feb
(28) |
Mar
(27) |
Apr
(12) |
May
(16) |
Jun
(43) |
Jul
(96) |
Aug
(4) |
Sep
(2) |
Oct
(8) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(35) |
Feb
(13) |
Mar
(37) |
Apr
(18) |
May
(30) |
Jun
(7) |
Jul
(7) |
Aug
|
Sep
(39) |
Oct
(34) |
Nov
(11) |
Dec
(8) |
2003 |
Jan
(11) |
Feb
(2) |
Mar
(68) |
Apr
(15) |
May
(16) |
Jun
(9) |
Jul
(4) |
Aug
(22) |
Sep
(56) |
Oct
(58) |
Nov
(88) |
Dec
(71) |
2004 |
Jan
(137) |
Feb
(39) |
Mar
|
Apr
(27) |
May
(89) |
Jun
(78) |
Jul
(28) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(98) |
Dec
(69) |
2005 |
Jan
(57) |
Feb
(21) |
Mar
(76) |
Apr
(12) |
May
(28) |
Jun
(89) |
Jul
(53) |
Aug
(7) |
Sep
(5) |
Oct
(3) |
Nov
(69) |
Dec
(39) |
2006 |
Jan
(57) |
Feb
(19) |
Mar
(19) |
Apr
(45) |
May
(85) |
Jun
|
Jul
(75) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
(54) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(31) |
Jul
(19) |
Aug
(1) |
Sep
|
Oct
|
Nov
(7) |
Dec
(13) |
2008 |
Jan
(63) |
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
(8) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(4) |
2009 |
Jan
(1) |
Feb
(10) |
Mar
(6) |
Apr
(6) |
May
|
Jun
|
Jul
(16) |
Aug
(59) |
Sep
(6) |
Oct
(5) |
Nov
(9) |
Dec
|
2010 |
Jan
|
Feb
(9) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
|
Jul
(7) |
Aug
(6) |
Sep
(3) |
Oct
(11) |
Nov
(1) |
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(39) |
2012 |
Jan
(21) |
Feb
(3) |
Mar
(10) |
Apr
(16) |
May
|
Jun
(14) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: CVS <do...@th...> - 2001-07-03 19:20:50
|
Update of /cvs/BasiliskII/src Modified Files: slot_rom.cpp video.cpp Log Message: - improved compatibility of multiple depth/resolution handling with versions of MacOS before 7.6: - Apple mode IDs are now allocated contiguously from 0x80 (the video_*.cpp module must call video_init_depth_list() after adding all modes) - if the video driver didn't receive a GetVideoParameters call, it patches ScrnBase and the main GDevice upon a video mode switch (otherwise MacOS will continue to use the old frame buffer base) - the rowBytes values in the video parameters slot resources are correct for all bit depths |
From: CVS <do...@th...> - 2001-07-03 15:59:54
|
Update of /cvs/BasiliskII/src/include Modified Files: adb.h main.h Log Message: - added support for platform-independant mutexes, currently only properly implemented under Unix - adb.cpp uses mutexes for thread-safe mouse handling - video_x.cpp: pressing Ctrl-F5 in windowed mode switches to a "grabbed" relative mouse mode, useful for some games - video_x.cpp: fixed some bugs relating to the hotkeys (key releases are no longer treated as hotkeys) |
From: CVS <do...@th...> - 2001-07-03 15:59:54
|
Update of /cvs/BasiliskII/src Modified Files: adb.cpp emul_op.cpp main.cpp Log Message: - added support for platform-independant mutexes, currently only properly implemented under Unix - adb.cpp uses mutexes for thread-safe mouse handling - video_x.cpp: pressing Ctrl-F5 in windowed mode switches to a "grabbed" relative mouse mode, useful for some games - video_x.cpp: fixed some bugs relating to the hotkeys (key releases are no longer treated as hotkeys) |
From: CVS <do...@th...> - 2001-07-03 15:59:54
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: main_beos.cpp sysdeps.h Log Message: - added support for platform-independant mutexes, currently only properly implemented under Unix - adb.cpp uses mutexes for thread-safe mouse handling - video_x.cpp: pressing Ctrl-F5 in windowed mode switches to a "grabbed" relative mouse mode, useful for some games - video_x.cpp: fixed some bugs relating to the hotkeys (key releases are no longer treated as hotkeys) |
From: CVS <do...@th...> - 2001-07-03 15:59:54
|
Update of /cvs/BasiliskII Modified Files: ChangeLog Log Message: - added support for platform-independant mutexes, currently only properly implemented under Unix - adb.cpp uses mutexes for thread-safe mouse handling - video_x.cpp: pressing Ctrl-F5 in windowed mode switches to a "grabbed" relative mouse mode, useful for some games - video_x.cpp: fixed some bugs relating to the hotkeys (key releases are no longer treated as hotkeys) |
From: CVS <do...@th...> - 2001-07-03 15:59:54
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: main_amiga.cpp Log Message: - added support for platform-independant mutexes, currently only properly implemented under Unix - adb.cpp uses mutexes for thread-safe mouse handling - video_x.cpp: pressing Ctrl-F5 in windowed mode switches to a "grabbed" relative mouse mode, useful for some games - video_x.cpp: fixed some bugs relating to the hotkeys (key releases are no longer treated as hotkeys) |
From: CVS <do...@th...> - 2001-07-03 15:59:54
|
Update of /cvs/BasiliskII/src/Unix Modified Files: main_unix.cpp sysdeps.h user_strings_unix.cpp user_strings_unix.h video_vosf.h video_x.cpp Log Message: - added support for platform-independant mutexes, currently only properly implemented under Unix - adb.cpp uses mutexes for thread-safe mouse handling - video_x.cpp: pressing Ctrl-F5 in windowed mode switches to a "grabbed" relative mouse mode, useful for some games - video_x.cpp: fixed some bugs relating to the hotkeys (key releases are no longer treated as hotkeys) |
From: CVS <do...@th...> - 2001-07-02 11:59:38
|
Update of /cvs/BasiliskII/src Modified Files: cdrom.cpp Log Message: - there is no implicit conversion from vector<T>::iterator to T& |
From: CVS <do...@th...> - 2001-07-01 21:09:35
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_blit.cpp video_vosf.h video_x.cpp Log Message: - video_set_palette() gets passed the number of used palette entries - video_x.cpp supports 2- and 4-bit modes on truecolor screens |
From: CVS <do...@th...> - 2001-07-01 21:09:35
|
Update of /cvs/BasiliskII/src/include Modified Files: video.h Log Message: - video_set_palette() gets passed the number of used palette entries - video_x.cpp supports 2- and 4-bit modes on truecolor screens |
From: CVS <do...@th...> - 2001-07-01 21:09:33
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: video_beos.cpp Log Message: - video_set_palette() gets passed the number of used palette entries - video_x.cpp supports 2- and 4-bit modes on truecolor screens |
From: CVS <do...@th...> - 2001-07-01 21:09:33
|
Update of /cvs/BasiliskII/src/AmigaOS Modified Files: video_amiga.cpp Log Message: - video_set_palette() gets passed the number of used palette entries - video_x.cpp supports 2- and 4-bit modes on truecolor screens |
From: CVS <do...@th...> - 2001-07-01 21:09:31
|
Update of /cvs/BasiliskII/src Modified Files: video.cpp Log Message: - video_set_palette() gets passed the number of used palette entries - video_x.cpp supports 2- and 4-bit modes on truecolor screens |
From: CVS <do...@th...> - 2001-07-01 21:09:31
|
Update of /cvs/BasiliskII Modified Files: ChangeLog Log Message: - video_set_palette() gets passed the number of used palette entries - video_x.cpp supports 2- and 4-bit modes on truecolor screens |
From: CVS <do...@th...> - 2001-07-01 19:58:03
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_blit.cpp video_vosf.h video_x.cpp Log Message: added support for 8-bit windowed modes on 16 and 32-bit screens (for the games, man, the games! :-) |
From: CVS <do...@th...> - 2001-07-01 14:38:07
|
Update of /cvs/BasiliskII/src/Unix Modified Files: configure.in video_blit.cpp video_vosf.h video_x.cpp Log Message: - sony.cpp/disk.cpp/cdrom.cpp use vector<> of drive_info objects instead of linked list - color depth switching updates slot ROM - video_x.cpp always supports 1-bit window modes - timer_create()/clock_gettime() are pulled from librt if present |
From: CVS <do...@th...> - 2001-07-01 14:38:07
|
Update of /cvs/BasiliskII/src Modified Files: cdrom.cpp disk.cpp sony.cpp video.cpp Log Message: - sony.cpp/disk.cpp/cdrom.cpp use vector<> of drive_info objects instead of linked list - color depth switching updates slot ROM - video_x.cpp always supports 1-bit window modes - timer_create()/clock_gettime() are pulled from librt if present |
From: CVS <do...@th...> - 2001-07-01 12:42:09
|
Update of /cvs/BasiliskII/src/include Modified Files: video.h Log Message: fixed compilation problems on BeOS/ppc |
From: CVS <do...@th...> - 2001-07-01 12:42:08
|
Update of /cvs/BasiliskII/src/BeOS Modified Files: sysdeps.h video_beos.cpp Log Message: fixed compilation problems on BeOS/ppc |
From: CVS <do...@th...> - 2001-07-01 12:42:08
|
Update of /cvs/BasiliskII/src Modified Files: slot_rom.cpp video.cpp Log Message: fixed compilation problems on BeOS/ppc |
From: CVS <do...@th...> - 2001-07-01 00:46:42
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp Log Message: - added some documentation - VidLocal.sp -> VidLocal.slot_param - X11 color map is loaded with ramp upon startup to avoid the annoying black screen during initialization |
From: CVS <do...@th...> - 2001-07-01 00:46:42
|
Update of /cvs/BasiliskII/src/include Modified Files: video.h Log Message: - added some documentation - VidLocal.sp -> VidLocal.slot_param - X11 color map is loaded with ramp upon startup to avoid the annoying black screen during initialization |
From: CVS <do...@th...> - 2001-07-01 00:46:42
|
Update of /cvs/BasiliskII/src Modified Files: video.cpp Log Message: - added some documentation - VidLocal.sp -> VidLocal.slot_param - X11 color map is loaded with ramp upon startup to avoid the annoying black screen during initialization |
From: CVS <do...@th...> - 2001-06-30 22:23:48
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp Log Message: gamma tables work with X11 |
From: CVS <do...@th...> - 2001-06-30 22:23:48
|
Update of /cvs/BasiliskII/src Modified Files: video.cpp Log Message: gamma tables work with X11 |