Permalink
Switch branches/tags
Commits on Oct 26, 2016
  1. Fix/hack for missing screenshot on macOS.

    ImageIcon.getImageLoadStatus() was returning 12, i.e. (java.awt.MediaTracker.COMPLETE | java.awt.MediaTracker.ERRORED)
    Interpret that as success.
    
    fixes #110
    ericwa committed Oct 26, 2016
Commits on Aug 9, 2015
Commits on Aug 8, 2015
  1. Merge pull request #103 from neogeographica/fix-compile-errors

    fix compile errors introduced in PR 101
    ericwa committed Aug 8, 2015
  2. Merge pull request #101 from SpiritQuaddicted/master

    close Engine Output dialog if Escape is pressed
    Hauke Rehfeld committed Aug 8, 2015
Commits on Aug 7, 2015
  1. Add a placeholder BuildCommit.java so you can work in eclipse without…

    … having to run an ant build.
    
    This file will be overwritten by an ant build with a real version string.
    It is still in the .gitignore so changes to it won't be noticed by git.
    ericwa committed Aug 7, 2015
  2. close Engine Output dialog if Escape is pressed

    This is probably not done well
    SpiritQuaddicted committed Aug 7, 2015
  3. Fix the build with a quick hack

    ericwa committed Aug 7, 2015
  4. Merge pull request #99 from neogeographica/offline_database

    fall back to using previously downloaded database.xml if necessary
    SpiritQuaddicted committed Aug 7, 2015
  5. Merge pull request #95 from ericwa/osx-fixes

    Mac OS X support: support choosing a ".app" bundle in the engine configuration dialog
    SpiritQuaddicted committed Aug 7, 2015
  6. Merge pull request #89 from ericwa/hyperlinks

    Hyperlinks to Quaddicted map page and full-size screenshot
    SpiritQuaddicted committed Aug 7, 2015
Commits on Jul 31, 2015
  1. fix corrupted database.xml dump

    Bug in DumpInputStream was writing out a bad file.
    neogeographica committed Jul 31, 2015
Commits on Jul 30, 2015
  1. indentation fixes

    neogeographica committed Jul 30, 2015
  2. tentative support for using cached database.xml when source is offline

    Rearranged the code a bit so that the local database.xml file (if any) is not nuked when trying to download a new one.
    
    Changes look promising, but not ready to merge yet for a few reasons:
    
    - Since Quaddicted is offline, I can't easily test the "download success" case to make sure that it still works. There are ways around that which I can do if necessary (i.e. host a database.xml file on some other webserver).
    
    - I don't have a complete current database.xml file to test as the local/cached version. I've been using a truncated database.xml that I manually repaired.
    
    - Currently the code will just silently revert to using the cached copy if the download fails. It would be nice to pop a warning to tell the user that this is going on. Ideally someone else can help me with the best way to do that. :-)
    neogeographica committed Jul 30, 2015
Commits on Jun 18, 2014
  1. Merge branch 'umaster' into hyperlinks

    Conflicts:
    	src/de/haukerehfeld/quakeinjector/PackageDetailPanel.java
    ericwa committed Jun 18, 2014
  2. Undo whitespace changes

    ericwa committed Jun 18, 2014
  3. Merge branch 'umaster' into osx-fixes

    Conflicts:
    	src/de/haukerehfeld/quakeinjector/EngineStarter.java
    	src/de/haukerehfeld/quakeinjector/QuakeInjector.java
    ericwa committed Jun 18, 2014
Commits on Jun 15, 2014
  1. Merge pull request #90 from neogeographica/engine_working_directory

    allow setting working dir if engine exe is not in basedir
    Hauke Rehfeld committed Jun 15, 2014
  2. Merge pull request #93 from ericwa/https-2

    Https support, version 2
    Hauke Rehfeld committed Jun 15, 2014
Commits on Jun 6, 2014
  1. QuakeInjector.java: Restore original order of window setup code, fixe…

    …s tiny QuakeInjector window
    ericwa committed Jun 6, 2014
Commits on Jun 5, 2014
Commits on Jun 4, 2014
  1. PackageDetailPanel: also hardcode https:// URL for the screenshot lin…

    …k opened in the browser
    ericwa committed Apr 10, 2014
  2. PackageDetailPanel: make clicking the thumbnail open the full size sc…

    …reenshot (in a web browser, for now)
    ericwa committed Apr 10, 2014