MESS moved to SVN and was later merged into the MAME SVN.
| Previous 50 | 8919 Revisions | Next 50 |
| Sunday 17th October, 2004 at 20:59:59 UTC by XulChris |
|---|
| Redirect OpenGL printfs to use stderr_file |
| [src/unix/video-drivers] | glcab.c glgen.c gltool.c xgl.c |
| Sunday 17th October, 2004 at 20:32:16 UTC by Nathan Woods |
|---|
| Removed snprintf.c and snprintf.h |
| Sunday 17th October, 2004 at 17:18:36 UTC by XulChris |
|---|
| Redirect OpenGL printfs to go to stderr |
| [src/unix/video-drivers] | glcab.c glgen.c gltool.c xgl.c |
| Sunday 17th October, 2004 at 16:48:32 UTC by Hans de Goede |
|---|
| Fixes for rotation bug in Glide and resizing bug in DGA |
| [src/unix/video-drivers] | fxgen.c xf86_dga1.c xf86_dga2.c |
| Sunday 17th October, 2004 at 15:54:49 UTC by Nathan Woods |
|---|
| [Imgtool] OS-9 imgtool driver now supports reading files |
| [mess/tools/imgtool] | imgfile.c imgtool.c os9.c |
| [mess/tools/imgtool/windows] | wimgtool.c |
| Sunday 17th October, 2004 at 14:27:16 UTC by Hans de Goede |
|---|
| -XIL now supports running fullscreen |
| [src/unix/video-drivers] | x11.c x11.h xil.c xv.c |
| Sunday 17th October, 2004 at 11:30:56 UTC by Hans de Goede |
|---|
| -Completly rewrote the visual area changing handling in order to catch a few corner cases. Now for non hwscaling display methods the display is no longer destroyed and recreated when the visual area changes, but only the window is resized or the video mode changed. -made xv live in its own C-file. -made xil a seperate x11-mode, select with -x11-mode 4 or left-alt + end, xil now completly lives in its own C-file. This needs testing since I can't test this! -fixed a rounding error which caused vector games to get a slightly different resolution then requested. |
| Sunday 17th October, 2004 at 07:25:55 UTC by Hans de Goede |
|---|
| Please don't use a C99 compiler |
| [src/drivers] | ladybug.c |
| [src/vidhrdw] | hng64.c |
| Sunday 17th October, 2004 at 05:55:48 UTC by smf |
|---|
| updated to dosmame 0.87 |
| [ROOT] | whatsnwd.txt |
| [src/msdos] | msdos.c osd_cpu.h |
| Sunday 17th October, 2004 at 02:23:39 UTC by Nathan Woods |
|---|
| 1. [Imgtool] Preliminary CoCo OS-9 disk image module. 2. [Windows Imgtool] Miscellaneous bug fixes |
| [docs] | messnew.txt |
| [mess/tools/imgtool] | imgfile.c imgtool.h modules.c |
| [mess/tools/imgtool/windows] | wimgtool.c |
| Saturday 16th October, 2004 at 22:54:22 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.87u4 2. [Imgtool] More work on OS-9 image driver, and infrastructure for directory support |
| Saturday 16th October, 2004 at 16:17:28 UTC by Lawrence Gold |
|---|
| Added an ALSA mixer plugin, which can be enabled with "-sound-mixer-plugin (-smp) alsa". The new "-alsa-mixer (-amixer)" option accepts the name of a "simple mixer control", which you can find by executing "amixer". (Shyouzou Sugitani) |
| [src/unix] | unix.mak xmess.c |
| [src/unix/doc] | changes.unix |
| [src/unix/sysdep] | sysdep_mixer.c sysdep_mixer_plugins.h |
| [src/unix/sysdep/mixer-drivers] | alsa.c* |
| Friday 15th October, 2004 at 12:14:15 UTC by Nathan Woods |
|---|
| [Imgtool] Fixed compiler warnings |
| [mess/tools/imgtool] | os9.c |
| Friday 15th October, 2004 at 12:00:54 UTC by Nathan Woods |
|---|
| 1. [Imgtool] Added the start of an OS-9 imgtool module. Not enabled yet 2. [Windows Imgtool] More cosmetic enhancements; disabled menu items when image is read only or module does not support functionality |
| [mess/tools/imgtool] | imgtool.mak library.c library.h modules.c os9.c* rsdos.c |
| [mess/tools/imgtool/windows] | wimgres.h wimgtool.c wimgtool.rc |
| [mess/tools/imgtool/windows/res] | dir.ico* readonly.ico* |
| Friday 15th October, 2004 at 07:14:40 UTC by Hans de Goede |
|---|
| fix ladybug driver compilation (we are _not_ using C++) |
| [src/drivers] | ladybug.c |
| Friday 15th October, 2004 at 07:13:07 UTC by Hans de Goede |
|---|
| fix ladybug vidhrdw compilation (we are _not_ using C++) |
| [src/vidhrdw] | ladybug.c |
| Friday 15th October, 2004 at 07:11:04 UTC by Hans de Goede |
|---|
| Fix warnings with gcc 3.4.2 |
| [src] | memory.h |
| Wednesday 13th October, 2004 at 23:13:38 UTC by Nathan Woods |
|---|
| Moved imgtool file lists into separate makefiles |
| [ROOT] | makefile.mes makefile.vc |
| [mess] | mess.mak |
| [mess/tools/imgtool] | imgtool.mak* |
| [mess/tools/imgtool/windows] | wimgtool.mak* |
| [mess/tools/messtest] | testimgt.c |
| Wednesday 13th October, 2004 at 11:36:22 UTC by Nathan Woods |
|---|
| [Imgtool] Added the foundations for directory support |
| [mess/tools/imgtool] | concept.c imgfile.c imgtool.c imgtool.h library.h mac.c main.c rsdos.c ti99.c ti990hd.c |
| [mess/tools/imgtool/windows] | wimgtool.c |
| Wednesday 13th October, 2004 at 02:36:07 UTC by Nathan Woods |
|---|
| Fixed compiler warning |
| [mess/tools/messtest] | main.c |
| Wednesday 13th October, 2004 at 02:30:49 UTC by Nathan Woods |
|---|
| 1. Fixed a bug in core floppy handling that prevented writes to CoCo DMK images from working. (bug #607) [Tim Lindner] 2. [Messtest] Ironed out some wrinkles in Messtest so that a public test case could be made for bug #607. |
| [docs] | messnew.txt |
| [mess] | device.h image.c |
| [mess/devices] | harddriv.c mflopimg.c |
| [mess/formats] | flopimg.c |
| [mess/tests] | mess_coco.xml |
| [mess/tools/messtest] | core.c core.h main.c testmess.c |
| Tuesday 12th October, 2004 at 22:59:26 UTC by Nathan Woods |
|---|
| 1. Updated to MAME 0.87u3 core 2. Fixed a latent problem where part of the natural language system still thought that we use 16-bit ports. [Tim Lindner] |
| Tuesday 12th October, 2004 at 13:38:48 UTC by Hans de Goede |
|---|
| -hopefully fixed the OpenGL on NVidea bug. -don't resize the window for display methods which can do hardware scaling when the visual area of the game changes. This fixes the flashing with for example raystorm when using Xv or OpenGL. -removed defining GLX_LIBNAME from the makefile, now it always is libglut.so. I've checked the latest nvidea-drivers and these don't include a libglx.so, so this is no longer needed. -removed TDFX_DGA_WORKAROUND from the makefile. This now is always enabled since this shouldn't hurt cards without the bug. -Make glide code detect if there actually is a voodoo board in the init code, if no board is found don't allow hotkey switching to Glide, or starting with -x11-mode 3 -Fixed compiling of Glide code with glide2 -Added a -fxresolution option to the x11 target with Glide included, instead of using -geometry to set the resolution for Glide. Now that you can specify a geometry to use for windows with hwscaling (Xv, OpenGL) which fits your desktop, without Glide complaining that it is not a valid Glide resolution. -new effect_asm.asm from Richard Goedeken, now with a MAME compatible license header :) |
| Tuesday 12th October, 2004 at 12:14:03 UTC by Nathan Woods |
|---|
| [Windows Imgtool] Finished file associations dialog and command line loading |
| [ROOT] | makefile.mes makefile.vc |
| [mess/tools/imgtool/windows] | assoc.c assocdlg.c wimgtool.c wimgtool.h wimgtool.rc wmain.c |
| Tuesday 12th October, 2004 at 11:45:07 UTC by Nathan Woods |
|---|
| [Windows Imgtool] More work on the file associations dialog |
| [mess/tools/imgtool/windows] | assoc.c assoc.h assocdlg.c wimgres.h wimgtool.c |
| Monday 11th October, 2004 at 22:27:39 UTC by Nathan Woods |
|---|
| [Windows Imgtool] Beginnings of drag and drop, and factored out attributes dialog code into separate files |
| [ROOT] | makefile.mes makefile.vc |
| [mess/tools/imgtool/windows] | attrdlg.c* attrdlg.h* wimgtool.c |
| Monday 11th October, 2004 at 13:57:00 UTC by Hans de Goede |
|---|
| -fixed artwork flickering in combination with DGA vsynced pageflipping |
| [src/unix] | mode.h video.c |
| [src/unix/sysdep] | sysdep_display.h |
| [src/unix/video-drivers] | blit_funcs.c blit_funcs.h fxgen.c x11_window.c xf86_dga2.c xgl.c |
| Monday 11th October, 2004 at 13:53:06 UTC by Nathan Woods |
|---|
| [Windows Imgtool] Fully implemented the put file options dialog |
| [mess/tools/imgtool/windows] | wimgtool.c |
| [mess/windows] | opcntrl.c |
| Monday 11th October, 2004 at 01:52:52 UTC by Nathan Woods |
|---|
| [Windows Imgtool] More work on the put options dialog |
| [mess/tools/imgtool/windows] | assocdlg.c wimgres.h wimgtool.c wimgtool.rc |
| Sunday 10th October, 2004 at 14:02:05 UTC by Nathan Woods |
|---|
| [Windows Imgtool] Beginnings of a file association dialog |
| [ROOT] | makefile.mes makefile.vc |
| [mess/tools/imgtool/windows] | assoc.c* assoc.h* assocdlg.c* wimgres.h wimgtool.c wimgtool.rc |
| Sunday 10th October, 2004 at 09:58:56 UTC by Hans de Goede |
|---|
| -made the resizing of the opengl window not bound to the aspect when in cabinet mode. -added glide and opengl to -x11-mode -help output -don't crash on -x11-mode 2 -help |
| [src/unix/video-drivers] | glgen.c x11.c x11.h x11_window.c xgl.c xinput.c |
| Sunday 10th October, 2004 at 06:11:26 UTC by Hans de Goede |
|---|
| small OpenGL tweak |
| [src/unix/video-drivers] | glgen.c |
| Saturday 9th October, 2004 at 23:02:19 UTC by Nathan Woods |
|---|
| [Windows Imgtool] Implemented contextual menu |
| [mess/tools/imgtool] | rsdos.c |
| [mess/tools/imgtool/windows] | wimgres.h wimgtool.c wimgtool.rc |
| Saturday 9th October, 2004 at 19:24:25 UTC by Lawrence Gold |
|---|
| Added HOST_CC for xmame on Blackfin. |
| [ROOT] | makefile.unix |
| Saturday 9th October, 2004 at 14:10:35 UTC by Hans de Goede |
|---|
| -rewrite of OpenGL vector code, now works with artwork (without overlays), supports clipping, fixes a number of bugs when using vectors in cabinet mode and generates better (shorter) OpenGL command lists. |
| [src/unix/video-drivers] | fxvec.c glgen.c glmame.h glvec.c |
| Saturday 9th October, 2004 at 13:06:23 UTC by Nathan Woods |
|---|
| [Windows Imgtool] Miscellaneous enhancements, attributes now display |
| [mess/tools/imgtool] | rsdos.c |
| [mess/tools/imgtool/windows] | wimgtool.c |
| [src/ui] | ui.mak |
| Saturday 9th October, 2004 at 01:17:38 UTC by Nathan Woods |
|---|
| [Windows Imgtool] Created icons, and enhanced string options |
| [ROOT] | makefile.mes makefile.vc |
| [mess/tools/imgtool/windows] | wimgres.h wimgtool.c wimgtool.rc |
| [mess/tools/imgtool/windows/res] | doc.ico* imgtool.ico* |
| [mess/windows] | opcntrl.c |
| Friday 8th October, 2004 at 12:19:51 UTC by Nathan Woods |
|---|
| [Imgtool] Beefed up consistency checks, and fixed non-compliant drivers. Also changed ImageModule flags field to be individual bitfields |
| [mess/tools/imgtool] | imgfile.c imgtool.c imgtool.h library.h rsdos.c ti99.c ti990hd.c |
| Thursday 7th October, 2004 at 19:36:21 UTC by Hans de Goede |
|---|
| -more OpenGL work, fixed some cases where the colors we're of non artwork vector games now work. |
| [ROOT] | makefile.unix |
| [src/unix/video-drivers] | fxgen.c fxvec.c glgen.c glmame.h glvec.c svgafx.c x11.h x11_window.c xgl.c xinput.c |
| Thursday 7th October, 2004 at 14:19:53 UTC by Lawrence Gold |
|---|
| messtest builds and links again. |
| [src/unix] | unix.mak |
| Thursday 7th October, 2004 at 12:19:37 UTC by Nathan Woods |
|---|
| [Imgtool] Updated consistency checks |
| [mess/tools/imgtool] | imgtool.c |
| Thursday 7th October, 2004 at 11:48:49 UTC by Nathan Woods |
|---|
| [Imgtool] Fixed hard drive driver to have default values, and a bug in the Windows GUI Imgtool. Also added rudimentary validity checks |
| [mess/tools/imgtool] | imghd.c imgtool.c imgtool.h main.c |
| [mess/tools/imgtool/windows] | wimgtool.c wimgtool.h wmain.c |
| [mess/tools/messtest] | main.c |
| Thursday 7th October, 2004 at 04:11:45 UTC by Nathan Woods |
|---|
| [Windows Imgtool] Replaced the combo boxes with spin controls |
| [mess] | opresolv.c opresolv.h |
| [mess/tools/imgtool/windows] | wimgtool.c |
| [mess/windows] | opcntrl.c opcntrl.h |
| Wednesday 6th October, 2004 at 14:05:27 UTC by Hans de Goede |
|---|
| -fixed compilation with mmx asm effects -fixed OpenGL to work with the video reorganisation including cabview. In order to get cabview and other GLU functions to work gltool.c has been changed to not use glXGetProcAddress for GLU and instead always uses dlsym. User visible changes: -xgl now is part of of xmame.x11, use -x11-mode 2 or left alt + page-up -glide has changed from -x11-mode 2 to -x11-mode 3, hotkey still is left-alt + delete -user can now hotkey toggle between xgl window and fullscreen with left-alt + page-down Todo: -fix vectors -add hotkeys for toggling aa, bilin filtering, etc |
| [src/unix] | effect_asm.asm effect_renderers.h |
| [src/unix/video-drivers] | glgen.c glmame.h gltool.c glvec.c xgl.c |
| Wednesday 6th October, 2004 at 11:30:34 UTC by Nathan Woods |
|---|
| Updated to MAME 0.87u2 core |
| Tuesday 5th October, 2004 at 15:05:17 UTC by Hans de Goede |
|---|
| -more unix OpenGL work, almost finished now ! |
| Tuesday 5th October, 2004 at 03:40:56 UTC by Lawrence Gold |
|---|
| Fixed some build problems with GCC 2.95.3. Ideally, all widths and heights should just be unsigned, but this was a good quick fix. |
| [src/unix/video-drivers] | x11.h xinput.c |
| Tuesday 5th October, 2004 at 03:39:45 UTC by Lawrence Gold |
|---|
| Minor spelling fix. |
| [src/unix/video-drivers] | x11_window.c |
| Tuesday 5th October, 2004 at 03:25:51 UTC by Lawrence Gold |
|---|
| The xml2info utility can now link against the system's libexpat, and no longer requires BUILD_EXPAT to be set. Fixes Bugzilla bug 592. |
| [src/unix] | unix.mak |
| Tuesday 5th October, 2004 at 00:23:08 UTC by Nathan Woods |
|---|
| [COCO] Fixed bug #606 [Tim Lindner] |
| [docs] | messnew.txt |
| [mess/devices] | mflopimg.c |
| [mess/formats] | basicdsk.c coco_dsk.c flopimg.c flopimg.h |
| Previous 50 | 8919 Revisions | Next 50 |