-
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 committedOct 26, 2016
-
Prefix QI output in Engine Output dialog
SpiritQuaddicted committedAug 9, 2015
-
Merge pull request #103 from neogeographica/fix-compile-errors
fix compile errors introduced in PR 101
ericwa committedAug 8, 2015 -
fix compile errors introduced in PR 101
neogeographica committedAug 8, 2015 -
Merge pull request #101 from SpiritQuaddicted/master
close Engine Output dialog if Escape is pressed
Hauke Rehfeld committedAug 8, 2015
-
Some mostly cosmetic changes and .show -> setVisible(true)
SpiritQuaddicted committedAug 7, 2015 -
Merge branch 'master' of https://github.com/hrehfeld/QuakeInjector.git
SpiritQuaddicted committedAug 7, 2015 -
Cleaned up imports according to Eclipse
SpiritQuaddicted committedAug 7, 2015 -
Merge branch 'master' of https://github.com/hrehfeld/QuakeInjector
SpiritQuaddicted committedAug 7, 2015 -
Cleaned up imports according to Eclipse
SpiritQuaddicted committedAug 7, 2015 -
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 committedAug 7, 2015 -
Add eclipse project file to make it easier to work in eclipse
ericwa committedAug 7, 2015 -
close Engine Output dialog if Escape is pressed
This is probably not done well
SpiritQuaddicted committedAug 7, 2015 -
Fix the build with a quick hack
ericwa committedAug 7, 2015 -
Merge pull request #99 from neogeographica/offline_database
fall back to using previously downloaded database.xml if necessary
SpiritQuaddicted committedAug 7, 2015 -
Merge pull request #95 from ericwa/osx-fixes
Mac OS X support: support choosing a ".app" bundle in the engine configuration dialog
SpiritQuaddicted committedAug 7, 2015 -
Merge pull request #89 from ericwa/hyperlinks
Hyperlinks to Quaddicted map page and full-size screenshot
SpiritQuaddicted committedAug 7, 2015
-
fix corrupted database.xml dump
Bug in DumpInputStream was writing out a bad file.
neogeographica committedJul 31, 2015 -
info dialog if using cached database.xml
neogeographica committedJul 31, 2015
-
neogeographica committed
Jul 30, 2015 -
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 committedJul 30, 2015
-
PackageDetailPanel: replace hardcoded URL with screenshotRepositoryPath
ericwa committedJun 18, 2014 -
Merge branch 'umaster' into hyperlinks
Conflicts: src/de/haukerehfeld/quakeinjector/PackageDetailPanel.java
ericwa committedJun 18, 2014 -
Rename 'app' => 'application' in method names
ericwa committedJun 18, 2014 -
ericwa committed
Jun 18, 2014 -
Merge branch 'umaster' into osx-fixes
Conflicts: src/de/haukerehfeld/quakeinjector/EngineStarter.java src/de/haukerehfeld/quakeinjector/QuakeInjector.java
ericwa committedJun 18, 2014
-
Merge pull request #90 from neogeographica/engine_working_directory
allow setting working dir if engine exe is not in basedir
Hauke Rehfeld committedJun 15, 2014 -
Merge pull request #93 from ericwa/https-2
Https support, version 2
Hauke Rehfeld committedJun 15, 2014
-
QuakeInjector.java: Restore original order of window setup code, fixe…
…s tiny QuakeInjector window
ericwa committedJun 6, 2014
-
Switch "http"->"https" in other places pointed out by Spirit
ericwa committedJun 5, 2014
-
Restore BrowserLauncher jar, use it as fallback if JDK method fails
ericwa committedJun 4, 2014 -
PackageDetailPanel: also hardcode https:// URL for the screenshot lin…
…k opened in the browser
ericwa committedApr 10, 2014 -
PackageDetailPanel: link to map review page: use https:// and add TODO
ericwa committedApr 10, 2014 -
PackageDetailPanel: make clicking the title open the review page on q…
…uaddicted
ericwa committedApr 10, 2014 -
PackageDetailPanel: make clicking the thumbnail open the full size sc…
…reenshot (in a web browser, for now)
ericwa committedApr 10, 2014