]> Shamusworld >> Repos - virtualjaguar/shortlog
virtualjaguar
2011-06-29 Shamus HammonsAdded missing headers for win32, code cleanup for file...
2011-06-28 Shamus HammonsAdded proper versioning to build system, to avoid relea...
2011-06-27 Shamus HammonsAdded BIOS and DSP options to configure dialog.
2011-06-27 Shamus HammonsChanged previous fix to be win32 only.
2011-06-26 Shamus HammonsSmall fix to allow app.cpp to compile on win32.
2011-06-26 Shamus HammonsCommented out problematic non-cross-platform stuff...
2011-06-26 Shamus HammonsRemoved files no longer needed, fixed build system...
2011-06-24 Shamus HammonsAdded disclaimer to Makefile, until we can fix the...
2011-06-24 Shamus HammonsRemoved stupid platform dependency from Makefile.
2011-06-23 Shamus HammonsFirst attempt at configuration dialog.
2011-06-23 Shamus HammonsRewrote key handling to decouple hardwired SDL way...
2011-06-23 Shamus HammonsPreliminary key handling using Qt key types.
2011-06-22 Shamus HammonsRewrote file loading to be more sane and robust. Hopefu...
2011-06-22 Shamus HammonsVarious improvements to the GUI, including Power and...
2011-06-21 Shamus HammonsFixed GUI to be able to load carts, updated documentation.
2011-02-15 Shamus HammonsChanges to Makefile, missing includes in sdl_config.
2011-02-07 Shamus HammonsAuto-populate wire xfer and int'l handling fees as...
2011-02-01 Shamus HammonsFixed random crashes due to QImage corruption.
2011-01-20 Shamus HammonsFixed rendering to properly render different Jaguar...
2011-01-20 Shamus HammonsFixed colors in tom.cpp.
2011-01-20 Shamus HammonsInitial stab at making Jaguar core work in QT: Works...
2011-01-19 Shamus HammonsIncremental changes to get Jaguar engine to work in...
2011-01-17 Shamus HammonsInitial attempt to get Jaguar core to run in the new...
2011-01-17 Shamus HammonsVarious renaming to accomodate change from vj to virtua...
2011-01-15 Shamus HammonsAdded jaguar memory locations to memory.cpp.
2010-04-09 Shamus HammonsChanged executable from vj to virtualjaguar to avoid...
2010-03-08 Shamus HammonsMore incremental improvements to the "Insert Cart"...
2010-03-04 Shamus HammonsSuccessfully integrated ZIP file fishing of images...
2010-03-03 Shamus HammonsAdded logfile logging, ZIP file fishing
2010-03-01 Shamus HammonsAdded missing images, added some fixes to ZIP file...
2010-02-28 Shamus HammonsMoved CRCs to filedb.h/cpp, various incremetal improvem...
2010-02-15 Shamus HammonsAdded image filenames to ROM database, file flags....
2010-02-12 Shamus HammonsMoving towards a better file picker... :-)
2010-02-08 Shamus HammonsIncremental improvements to the file picker, introducti...
2010-02-04 Shamus HammonsMore ROM picker refinements...
2010-02-03 Shamus HammonsStart of model/view class implementation, since QListVi...
2010-01-29 Shamus HammonsMinor tweaks to ROM discovery threading, beginnings...
2010-01-29 Shamus HammonsInitial file reading thread implementation
2010-01-27 Shamus HammonsAdded beginnings of ROM directory scanning functionality
2010-01-23 Shamus HammonsAdded beginnings of graphical file chooser
2010-01-22 Shamus HammonsMore "About..." box tweaks...
2010-01-22 Shamus HammonsMore About box tweaking
2010-01-21 Shamus HammonsMore GUI fill in, new About box
2010-01-21 Shamus HammonsAdded some icons, reconnected settings, added start...
2010-01-19 Shamus HammonsBeginnings of UI goodness... ;-)
2010-01-19 Shamus HammonsAdded missing header file
2010-01-18 Shamus HammonsMinor tweaks to get things compiling/running
2010-01-18 Shamus HammonsInitial changeset to experimental branch
2010-01-18 Shamus HammonsCreating Qt/Experimental branch of trunk.
2009-11-26 Shamus HammonsWe can now compile, but still doesn't work at this...
2009-11-26 Shamus HammonsAttempting to add sanity to memory access: Added mmu...
2009-06-24 Shamus HammonsAnd so with this revision, we commit massive breakage...
2009-01-15 Shamus HammonsPreliminary state support
2008-11-02 Shamus HammonsFixed pushbutton graphic.
2008-11-02 Shamus HammonsMajor refactoring of GUI: Phase I
2008-11-01 Shamus HammonsMoved *actual* files into source tree...
2008-11-01 Shamus HammonsMoving GUI stuff to proper subdirectory for easier...
2008-11-01 Shamus HammonsForgot missing new files... :-P
2008-11-01 Shamus HammonsRenamed clock.cpp/h to event.cpp/h, did some long overd...
2008-10-30 Shamus HammonsFixed fullscreen<-->windowed mode swith in OpenGL mode...
2008-10-20 Shamus HammonsAdded temporary patch to remove libcdio dependency.
2008-10-14 Shamus HammonsSmall change: CVS -> SVN in About dialog.
2008-10-14 Shamus HammonsNote to self in makefile
2008-09-18 Shamus HammonsSmall fix to accomodate gcc 4.3.1 moving strcmp() to...
2008-04-24 Shamus HammonsFixed segfaults in DSP & GPU caused by freeing static...
2007-12-16 Shamus HammonsExtensive changes to remove gcc 4.x warnings, general...
2007-06-19 Shamus HammonsMoving resources out of main directory and into res...
2007-05-31 Shamus HammonsInitial refactoring of CD interface backend code.
2007-05-30 Shamus HammonsFixed types in types.h to use C99 standard types, also...
2007-05-29 Shamus HammonsMisc. small fixes/changes.
2005-11-05 Shamus HammonsMinor fix for <8BPP modes
2005-11-05 Shamus HammonsResources for platforms that support it
2005-11-05 Shamus HammonsCompile script is no longer needed. ;-)
2005-11-05 Shamus HammonsNew unified makefile no longer needs separate compile...
2005-08-27 Shamus HammonsKludge to allow games that read HC in TOM to work
2005-08-27 Shamus HammonsFixed x/y registers to be persitent between calls to...
2005-08-27 Shamus HammonsUpdate for 1.1.0 release
2005-08-25 Shamus HammonsFixed destination Z read problem
2005-08-24 Shamus HammonsPreliminary text editing widget
2005-08-24 Shamus HammonsZ buffer fixes--still not 100%
2005-08-13 Shamus HammonsAdded new splash image (vj_title_small)
2005-08-13 Shamus HammonsMade JaguarExecuteNew play nice with the GUI code
2005-08-13 Shamus HammonsFixed "in-game" overlay to display properly
2005-08-13 Shamus HammonsImage file for GUI
2005-08-11 Shamus HammonsFixed problem with PATD not updating properly
2005-08-11 Shamus HammonsUpdate for 1.1.0 release
2005-08-09 Shamus HammonsBugfixes that are too complex to explain in this small...
2005-08-09 Shamus HammonsUpdate for 1.1.0 release
2005-08-06 Shamus HammonsChanges to accomodate new rendering subsystem
2005-08-06 Shamus HammonsAdded some ifdefs to make it easy to switch between...
2005-08-06 Shamus HammonsAdded preliminary dirty rectangle support to the GUI
2005-08-06 Shamus HammonsAdded some new bitmaps
2005-08-06 Shamus HammonsFixes to handle mono sound properly
2005-08-06 Shamus HammonsAdded fix for Unix, GET/SET64 macros
2005-08-06 Shamus HammonsChanges to accomodate new rendering subsystem
2005-08-06 Shamus HammonsNew render type config option
2005-08-06 Shamus Hammons1st semi-stable iteration of the new blitter
2005-08-06 Shamus HammonsUpdate for 1.1.0 release
2005-05-26 Shamus HammonsAdded missing parens to LHS of FIFO spinlocks--should...
2005-05-25 Shamus HammonsNo longer needed (bye bye!)
next