]> Shamusworld >> Repos - virtualjaguar/shortlog
virtualjaguar
2013-02-06 Shamus HammonsChange makefile for 2.1.0 release. 2.1.0
2013-02-05 Shamus HammonsAdded console redirection to win32 port, minor cleanup...
2013-02-04 Shamus HammonsFixed fullscreen mode, shrunk screen width.
2013-01-30 Shamus HammonsPreparation for 2.1.0 release.
2013-01-25 Shamus HammonsFixed missing border color on left hand side of screen.
2013-01-25 Shamus HammonsAdded appropriate audio thread pausing to the GUI layer.
2013-01-23 Shamus HammonsAdded RISC disassembly browser.
2013-01-13 Shamus HammonsMore gamepad work.
2013-01-10 Shamus HammonsInitial gamepad support.
2012-12-03 Shamus HammonsMerge branch 'master' of shamusworld.gotdns.org/git...
2012-12-03 Shamus HammonsAdded bad dump to file DB, tweaks to screen position.
2012-12-03 Shamus HammonsAdded preliminary M68K disassembly browser.
2012-12-01 Shamus HammonsChanged some formatting on the stack trace and OP list...
2012-12-01 Shamus HammonsFixed missing paren in jaguar.cpp :-P
2012-12-01 Shamus HammonsAdded Object Processor browser window for debug mode.
2012-10-13 Shamus HammonsFix for bad window position when coming out of full...
2012-10-12 Shamus HammonsStretched the virtual screen slightly.
2012-10-09 Shamus HammonsFixed command line PAL/NSTC switches to work properly.
2012-09-27 Shamus HammonsUpdated documentation, mainly for the benefit of win32...
2012-09-25 Shamus HammonsAdded star rating to FF enum.
2012-09-14 Shamus HammonsFixed problem with crashing on 64-bit Linux & possibly...
2012-08-20 Shamus HammonsFixed IMASK access in DSP & GPU, more CPU browser refin...
2012-08-16 Shamus HammonsAdded preliminary full screen support.
2012-08-15 Shamus HammonsAdded preliminary CPU browser window & GUI hooks.
2012-08-15 Shamus HammonsAdded memory browser, fixed documentation, M68000 excep...
2012-07-17 Shamus HammonsFix configuration dialog crashing.
2012-07-16 Shamus HammonsFixed DSP/audio options to be unambiguous and consistent.
2012-07-16 Shamus HammonsFixes to cross compilation script to use GIT revisions.
2012-07-16 Shamus HammonsRemove OP dump to fix lockups when exiting VJ.
2012-07-11 Shamus HammonsFixed cartridge run address.
2012-07-05 Shamus HammonsFixed Makefile to use date from last commit for unoffic...
2012-07-02 Shamus HammonsChanges to Makefile for version.h, added .gitignore...
2012-07-02 Shamus HammonsAdded man page created by Teemu Hukkanen.
2012-06-19 Shamus HammonsAdded missing file.
2012-06-19 Shamus HammonsMore compliance fixes, artwork changes, build system...
2012-05-24 Shamus HammonsAdded bits & pieces to allow cross compilation under...
2012-05-24 Shamus HammonsMinor tweaks to Makefiles, added command line switches...
2012-05-01 Shamus HammonsInitial stab at getting the DSP to run in the host...
2012-04-11 Shamus HammonsReverted win32 specific fix: wasn't necessary. :-P
2012-04-11 Shamus HammonsFix to compile on win32.
2012-04-08 Shamus HammonsPreliminary support for passing in filenames from the...
2012-04-08 Shamus HammonsAdded switch to disable untuned tank circuit, for slowe...
2012-02-13 Shamus HammonsPreliminary fixes for memory accesses between $200000...
2012-01-27 Shamus HammonsInitial fixes for audio subsystem. Fragile; may break...
2011-12-27 Shamus HammonsRevert VC fix, switch from 'fast' to 'compatible' UAE...
2011-12-23 Shamus HammonsFixed VC to act like a real Jaguar. :-)
2011-12-11 Shamus HammonsEmulate OP related bug properly (we hope).
2011-12-09 Shamus HammonsTweaks for OP dumping. Hopefully removing all duplicate...
2011-12-09 Shamus HammonsImproved OP logging, small changes to GPU read/write...
2011-11-26 Shamus HammonsLeft some bits dangling in the GPU and log. :-P
2011-11-26 Shamus HammonsSeparated activation of aligned STOREs from aligned...
2011-11-26 Shamus HammonsRISC LOAD/STORE alignment fixes.
2011-11-17 Shamus HammonsVideo rendering now has correct timing per frame, in...
2011-11-10 Shamus HammonsCompilation fixes for the M68000 core.
2011-11-03 Shamus HammonsAdded new 68000 cpu core based on UAE's 68000. Here...
2011-10-20 Shamus HammonsFixed missing source :-P
2011-10-20 Shamus HammonsMinor fixes to the OP, small enhancements to icons.
2011-10-17 Shamus HammonsMinor fixes, hopefully fix Exit hotkey on Win32.
2011-10-14 Shamus HammonsFixed NTSC timing (was same as PAL timing), fixed PAL...
2011-10-06 Shamus HammonsMask out ALT for now, small optimization in screen...
2011-08-14 Shamus HammonsFixed crash in FileThread where file type was known...
2011-08-11 Shamus HammonsFix crashing on certain files with no filename extension.
2011-08-09 Shamus HammonsFixed controller #2 inputs so they don't corrupt contro...
2011-08-08 Shamus HammonsQuick fix to make controller #1 work properly again...
2011-08-03 Shamus HammonsMinor fix to IRQ subsystem. Should fix games that expec...
2011-07-31 Shamus HammonsFixes in the controller config for MacOSX, added option...
2011-07-22 Shamus HammonsSmall code cleanups, file picker now grabs everything...
2011-07-21 Shamus HammonsHooked up the UI/frontend controller #2 to the Jaguar...
2011-07-21 Shamus HammonsFixed bug with missing BIOS on first boot of Virtual...
2011-07-21 Shamus HammonsAdded 2nd controller to config dialog.
2011-07-20 Shamus HammonsAdded auto-pause when going into/out of the file selector.
2011-07-20 Shamus HammonsMinor changes to make the key definition dialog a bit...
2011-07-20 Shamus HammonsController tab now shows correctly redefined keys.
2011-07-19 Shamus HammonsFixed OP regression in Rayman, probably others.
2011-07-19 Shamus HammonsFixed stupid bug giving bogus failure message to user...
2011-07-19 Shamus HammonsKludge: Keep BIOS from running in Alpine mode.
2011-07-18 Shamus HammonsAdded Jaguar BIOS files: You no longer need them, they...
2011-07-17 Shamus HammonsAdded more developer friendly stuff to Alpine mode.
2011-07-16 Shamus HammonsFixed software loading to load independently of Jaguar...
2011-07-14 Shamus HammonsFixes for the 68K IRQ system. There's probably a little...
2011-07-13 Shamus HammonsAdded stricter TOM memory checking.
2011-07-12 Shamus HammonsMinor corrections to the file DB.
2011-07-12 Shamus HammonsMore enhancements to the file chooser.
2011-07-12 Shamus HammonsResolving inconsistent state part II
2011-07-12 Shamus HammonsResolving inconsistent state part I
2011-07-12 Shamus HammonsAdded possibility to run DSP without host audio output...
2011-07-08 Shamus HammonsInitial stab at controller UI.
2011-07-08 Shamus HammonsRemoved no longer used config options from config dialog.
2011-07-08 Shamus HammonsVarious UI enhancements, like keyboard list searching...
2011-07-07 Shamus HammonsFixed OP scaling bug for sizes of 7.0 and up.
2011-07-07 Shamus HammonsFixed 24BPP mode (used R twice instead of B), fixed...
2011-07-06 Shamus HammonsNew artwork for CD loading.
2011-07-05 Shamus HammonsMerging qt-experimental into trunk.
2011-07-05 Shamus HammonsHooked up CD BIOS loading/running.
2011-07-01 Shamus HammonsThis time, for sure! :-P
2011-07-01 Shamus HammonsD'oh!
2011-07-01 Shamus HammonsMoved Jaguar core to library, fixes for Mac OSX compila...
2011-06-30 Shamus HammonsChanges to qmake file to link SDL statically on Mac...
2011-06-30 Shamus HammonsMakefile fix to compile properly on Mac OSX.
2011-06-30 Shamus HammonsPreliminary support for alternate file types.
next