diff --git a/zsnes/ChangeLog b/zsnes/ChangeLog index dfd273ea..3af5eca8 100644 --- a/zsnes/ChangeLog +++ b/zsnes/ChangeLog @@ -1,30 +1,346 @@ -2001-04-19 00:52 pagefault +2001-04-23 02:50 theoddone33 + + * src/linux/zfilew.c: Fix another oversight + +2001-04-23 02:30 pagefault + + * src/: linux/ztcp.c, win/ztcp.c: Undo of TCP speedup for + high-latency connections + +2001-04-23 02:03 pagefault + + * src/win/ztcp.c: Removed unneeded brackets + +2001-04-23 02:01 theoddone33 + + * src/linux/ztcp.c: duplicate netplay fix from windows + +2001-04-23 00:04 pagefault + + * src/zip/zzip.c: Fixed warning messages, possibly fixed crashing + issue with win32 port + +2001-04-22 23:51 pagefault + + * src/win/zfilew.c: Fixed warning messages + +2001-04-22 23:42 pagefault + + * src/win/ztcp.c: Improved netcode slightly + +2001-04-22 22:08 zsknight + + * src/chips/dsp1emu.c: Conversion types warning messages fix + [Maxim] + +2001-04-22 22:07 zsknight + + * src/: water.c, win/zfilew.c, win/zloaderw.c: Includes fix [Maxim] + +2001-04-22 21:01 theoddone33 + + * src/init.asm: Make zips extract in /tmp/ + +2001-04-22 19:49 teuf + + * src/: macros.mac, ui.asm, gui/guiload.inc, linux/winintrf.asm, + linux/zfilew.c: Config files and save states are now stored in + ~/.zsnes + +2001-04-22 19:18 theoddone33 + + * src/linux/: sdllink.c, zfilew.c: Fix a small oversight + +2001-04-22 06:23 theoddone33 + + * src/gui/: guimouse.inc, guiwindp.inc: Fix for playing *.zmv + movies (Movie 0) + +2001-04-22 05:58 theoddone33 + + * src/linux/sdllink.c: Cleanups and maybe a speed fix + +2001-04-22 03:45 pagefault + + * src/gui/guiwindp.inc: Updated win32 port version + +2001-04-22 03:24 pagefault + + * src/: gui/gui.asm, gui/guimouse.inc, gui/guiwindp.inc, + win/winlink.cpp: Added large sound buffer option to Win32 port + +2001-04-22 02:14 pagefault + + * src/linux/sdllink.c: Fixed sound buffering bug + +2001-04-22 00:31 teuf + + * src/linux/sdllink.c: hpsolo's fix for the joystick code and + support for a third axis + +2001-04-22 00:26 pagefault + + * src/gui/guiwindp.inc: Removed EAX support and implemented bass + enhancement for Win32 port + +2001-04-21 23:35 teuf + + * src/linux/sdllink.c: Seems like I forgot to update this file to + fix linux compilation + +2001-04-21 22:42 pagefault + + * src/: gui/guiwindp.inc, win/winlink.cpp: Started adding EAX + support to Win32 port + +2001-04-21 12:41 teuf + + * src/video/2xsaiw.asm: Fixed linux compilation once again + +2001-04-21 03:28 pagefault + + * src/video/2xsaiw.asm: Super 2xSaI updates + +2001-04-21 02:11 pagefault + + * src/makefile.dos: Updated for new Super 2xSaI code + +2001-04-21 01:49 pagefault + + * src/video/2xsai.cpp: Removed unneeded files + +2001-04-21 01:32 teuf + + * src/: linux/copyvwin.asm, video/2xsaiw.asm, video/copyvid.inc: + Fixed linux compilation + +2001-04-21 01:28 pagefault + + * src/makefile.win: Updated make clean + +2001-04-21 01:24 pagefault + + * src/: makefile.win, win/winlink.cpp: Merged previous fixes with + Super 2xSaI code + +2001-04-21 01:05 pagefault + + * src/dos/vesa2.asm: Linux fixes + +2001-04-21 00:49 pagefault + + * src/makefile.linux: Updated linux makefile + +2001-04-21 00:43 pagefault + + * src/: link.win32, makefile.win, dos/vesa2.asm, + video/2xsaimmx.inc, video/2xsaiw.asm, video/copyvid.inc, + win/copyvwin.asm, win/winlink.cpp: Updated Super 2xSaI + interpolation + +2001-04-20 23:47 pagefault + + * src/video/procvid.asm: Fixed compiler problem with DOS/Windows + port + +2001-04-20 02:07 theoddone33 + + * src/video/procvid.asm: f3 menu is fixed, but the keys still move + pretty fast + +2001-04-20 01:28 teuf + + * src/macros.mac: Added the STUB_ASM macros + +2001-04-20 01:01 theoddone33 + + * src/linux/sdllink.c: commented out potentially dangerous + fullscreen toggle + +2001-04-20 00:55 theoddone33 + + * src/gui/guiload.inc: fix case in zips + +2001-04-19 23:05 teuf + + * src/: cfgload.asm, gui/guiload.inc, linux/zfilew.c: Added support + for gzipped roms. save states and srm files are also automatically + compressed. For the moment, this is only available in the linux + version, and you must enable it by defining __GZIP__ + +2001-04-19 22:44 theoddone33 + + * src/linux/sdllink.c: Added Fullscreen toggle and alt-f4 exit, + neither really works. + +2001-04-19 22:16 theoddone33 + + * src/linux/zloaderw.c: cleaned up some weird code and hopefully + took out some ^M's + +2001-04-19 21:48 theoddone33 + + * src/: ui.asm, linux/sdllink.c, linux/zloaderw.c: add a bit depth + selection switch + +2001-04-19 21:11 theoddone33 + + * src/linux/sdllink.c: Mouse now grabbed in fullscreen modes to + take advantage of SDL's DGA stuff. + +2001-04-19 03:13 pagefault + + * ChangeLog: Updated + +2001-04-19 02:52 pagefault * src/win/winlink.cpp: Fixed sound buffer bug -2001-04-18 21:15 pagefault +2001-04-18 23:15 pagefault - * src/win/zogl.c: Started work on OpenGL support + * src/win/zogl.c: [no log message] -2001-04-18 19:25 pagefault +2001-04-18 22:16 theoddone33 + + * linux/AUTHORS: Added more and alphabetized + +2001-04-18 21:25 pagefault * src/win/zipxw.c: More work on Win32 IPX support -2001-04-18 02:12 pagefault +2001-04-18 21:05 teuf - * src/win/zipxw.c: Started work on Win32 IPX support + * src/linux/sdllink.c: Fixed joystick support. Now, it works (well, + at least for one player input) -2001-04-18 00:57 pagefault +2001-04-18 06:39 theoddone33 + + * src/linux/sdllink.c: add pageup/down + +2001-04-18 04:27 theoddone33 + + * src/makefile.linux: fix up make clean to be less annoying + +2001-04-18 04:17 theoddone33 + + * src/linux/sdllink.c: fix joystick + +2001-04-18 04:12 pagefault + + * ChangeLog, authors.txt, install.txt, license.txt, news.txt, + readme.txt, srcinfo.txt, thanks.txt, todo.txt, dos/guinotes.txt, + dos/readme.txt, dos/zsnesfaq.txt, linux/AUTHORS, src/betauser.mac, + src/cfgload.asm, src/endmem.asm, src/fixsin.c, src/fixsin.h, + src/init.asm, src/link.win32, src/macros.mac, src/makefile.dos, + src/makefile.linux, src/makefile.win, src/ui.asm, src/vcache.asm, + src/water.c, src/chips/dsp1emu.c, src/chips/dsp1proc.asm, + src/chips/fxemu2.asm, src/chips/fxemu2.mac, src/chips/fxemu2b.asm, + src/chips/fxemu2b.mac, src/chips/fxemu2c.asm, + src/chips/fxemu2c.mac, src/chips/fxtable.asm, + src/chips/sa1proc.asm, src/chips/sa1regs.asm, + src/chips/sfxproc.asm, src/cpu/65816d.inc, src/cpu/65816db.inc, + src/cpu/65816dc.inc, src/cpu/address.inc, src/cpu/address2.inc, + src/cpu/addrni.asm, src/cpu/addrni.inc, src/cpu/dma.asm, + src/cpu/dsp.asm, src/cpu/dspproc.asm, src/cpu/e65816.inc, + src/cpu/e65816b.inc, src/cpu/e65816c.inc, src/cpu/execute.asm, + src/cpu/irq.asm, src/cpu/memory.asm, src/cpu/regs.inc, + src/cpu/regs.mac, src/cpu/regsw.inc, src/cpu/regsw.mac, + src/cpu/s65816d.inc, src/cpu/saddress.inc, src/cpu/saddrni.inc, + src/cpu/se65816.inc, src/cpu/spc700.asm, src/cpu/spcaddr.inc, + src/cpu/spcdef.inc, src/cpu/stable.asm, src/cpu/table.asm, + src/cpu/tableb.asm, src/cpu/tablec.asm, src/dos/debug.asm, + src/dos/dosintrf.asm, src/dos/gppro.asm, src/dos/initvid.asm, + src/dos/joy.asm, src/dos/modemrtn.asm, src/dos/sw.asm, + src/dos/sw32.asm, src/dos/vesa12.asm, src/dos/vesa2.asm, + src/dos/zfile.c, src/dos/zloader.c, src/dos/zsipx.asm, + src/gui/gui.asm, src/gui/guicheat.inc, src/gui/guicombo.inc, + src/gui/guikeys.inc, src/gui/guiload.inc, src/gui/guimisc.inc, + src/gui/guimouse.inc, src/gui/guinetpl.inc, src/gui/guitools.inc, + src/gui/guiwindp.inc, src/gui/menu.asm, src/linux/copyvwin.asm, + src/linux/protect.c, src/linux/resource.h, src/linux/sdllink.c, + src/linux/winintrf.asm, src/linux/zfilew.c, src/linux/zipxw.c, + src/linux/zloaderw.c, src/linux/zsnes.rc, src/linux/ztcp.c, + src/obj/dosbuff.o, src/obj/ipx.o, src/obj/unzip.o, + src/obj/unzip.obj, src/obj/zipx.o, src/obj/zzip.o, + src/obj/zzip.obj, src/video/2xsai.cpp, src/video/2xsaimmx.inc, + src/video/2xsaiw.asm, src/video/2xsaiw.inc, src/video/copyvid.inc, + src/video/m716text.asm, src/video/makev16b.asm, + src/video/makev16t.asm, src/video/makevid.asm, src/video/mode7.asm, + src/video/mode7.mac, src/video/mode716.asm, src/video/mode716.mac, + src/video/mode716b.asm, src/video/mode716d.asm, + src/video/mode716e.asm, src/video/mode716t.asm, + src/video/mode7cal.inc, src/video/mode7ext.asm, + src/video/mv16tms.asm, src/video/newg162.asm, + src/video/newg162.mac, src/video/newg16wn.mac, + src/video/newgfx.asm, src/video/newgfx.mac, src/video/newgfx16.asm, + src/video/newgfx16.mac, src/video/newgfx2.asm, + src/video/newgfx2.mac, src/video/newgfxb.mac, + src/video/newgfxwn.mac, src/video/procvid.asm, + src/video/vidmacrb.mac, src/video/vidmacro.mac, src/win/Zsnes.ico, + src/win/copyvwin.asm, src/win/resource.h, src/win/winintrf.asm, + src/win/winlink.cpp, src/win/zfilew.c, src/win/zipxw.c, + src/win/zloaderw.c, src/win/zsnes.rc, src/win/ztcp.c, + src/zip/unzip.c, src/zip/unzip.h, src/zip/zconf.h, src/zip/zlib.h, + src/zip/zzip.c, win/guinotes.txt, win/readme.txt, win/zsnesfaq.txt: + Started work on Win32 IPX support + +2001-04-18 04:00 theoddone33 + + * src/linux/: sdllink.c, winintrf.asm: Fix improper exiting + +2001-04-18 03:52 pagefault + + * src/win/winlink.cpp: Removed trailing ^Z + +2001-04-18 03:46 theoddone33 + + * src/linux/sdllink.c: This might enable joystick + +2001-04-18 03:43 theoddone33 + + * src/linux/sdllink.c: This should fix up the rest of the keys in + the GUI + +2001-04-18 02:57 pagefault * src/win/winlink.cpp: Added more meaningful error messages -2001-04-18 00:37 pagefault +2001-04-18 02:49 theoddone33 - * src/win/winlink.cpp: Fixed problem with non IE/Netscape browsers + * src/video/procvid.asm: fix arrows in f3 menu, but it still has + many problems -2001-04-17 teuf +2001-04-18 02:37 pagefault - * src/linux/sdllink.c: Added some preliminary joystick support + * src/win/winlink.cpp: fixed problem with non IE/Netscape browsers + +2001-04-18 02:35 theoddone33 + + * src/makefile.linux: fix 'make clean' + +2001-04-18 02:26 theoddone33 + + * src/: init.asm, makefile.linux, linux/zfilew.c: Zipped ROM + support + +2001-04-18 01:44 theoddone33 + + * src/linux/sdllink.c: Fixed fullscreen switching... that was one + funny bug + +2001-04-18 01:28 theoddone33 + + * src/linux/sdllink.c: Preliminary fix for GUI mouse, still has + problems. + +2001-04-18 00:10 teuf + + * src/linux/sdllink.c: Removed a stupid bug I just added + +2001-04-17 23:59 teuf + + * ChangeLog, src/linux/sdllink.c, src/linux/winintrf.asm: Added + joystick support. Probably needs more work 2001-04-17 07:29 theoddone33 @@ -188,6 +504,10 @@ video/newg162.asm, video/newgfx.asm, video/newgfx16.asm, video/newgfx2.asm, video/procvid.asm: Linux commits +2001-04-10 05:53 theoddone33 + + * src/linux/sdllink.c: test + 2001-04-10 05:52 theoddone33 * src/linux/: copyvwin.asm, protect.c, resource.h, sdllink.c, @@ -207,16 +527,9 @@ * ChangeLog: New graphics engine leak / ZSNES Version # update -2001-04-05 12:45 teuf +2001-04-05 16:49 teuf - * src/obj/: dosbuff.o, ipx.o, unzip.o, unzip.obj, zipx.o, zzip.o, - zzip.obj: This time, these files should be ok - -2001-04-05 12:42 teuf - - * src/obj/: dosbuff.o, ipx.o, unzip.o, unzip.obj, zipx.o, zzip.o, - zzip.obj: I stupidly corrupted those files just before the - release... + * src/ui.asm: This file was corrupted 2001-04-05 00:36 zsknight @@ -224,4 +537,4 @@ 2001-04-05 00:34 zsknight - * src/ui.asm: Changed version # (v1.17 -> v1.18) \ No newline at end of file + * src/ui.asm: Changed version # (v1.17 -> v1.18)