Commit Graph

1392 Commits (abc58fe4a6c3ff68a398a524204ab426bbc26ef9)

Author SHA1 Message Date
Stefan Dollase abc58fe4a6 temporarily added travis build status to the readme ... should switch the url in the future, if we want to use travis 2015-12-20 01:33:11 +01:00
Stefan Dollase 1bfdf485dc added a .travis.yml to automatically execute all tests with travis-ci 2015-12-20 01:24:28 +01:00
Stefan Dollase e2c6f3f730 added information about the build process 2015-12-20 01:17:45 +01:00
Stefan Dollase 8fa387c50f fixed a typo in the pom.xml, so the generated jar file is now actually executable 2015-12-20 01:17:30 +01:00
Stefan Dollase 00eb5f0e6a added junit4 as testing dependency, converted coordinate conversion test to junit test 2015-12-20 00:35:23 +01:00
Stefan Dollase e0a6576631 removed the last maven warnings
* used maven-install-plugin to install dependencies, that are not available via a public repository, to the local maven repository
2015-12-20 00:24:18 +01:00
Stefan Dollase 7ec22caa32 added source encoding to pom.xml to removed warnings 2015-12-20 00:22:16 +01:00
Stefan Dollase 4eb9add343 adjusted the pom.xml
* added maven-eclipse-plugin to download javadoc and sources for maven dependencies in eclipse
* extracted the jdk version to an extra property
* added the build timestamp to the jar filename and to the manifest file
2015-12-20 00:08:22 +01:00
Stefan Dollase 679424bd3f removed the license for kryonet, because the library was already removed 2015-12-19 21:51:57 +01:00
Stefan Dollase a2d98955c2 added the configuration for the maven-assembly-plugin to the file pom.xml 2015-12-19 21:50:49 +01:00
Stefan Dollase 91e3365b42 switched to the default maven project layout 2015-12-19 21:42:56 +01:00
Stefan Dollase c402bc7b4b converted the project to a maven project 2015-12-19 21:21:11 +01:00
Stefan Dollase 1d48a84f4c removed junit4 from the classpath for now 2015-12-19 20:29:16 +01:00
Stefan Dollase eb1b26ac7a applied eclipse formatting to the file build.xml 2015-12-19 20:13:44 +01:00
Stefan Dollase 2ca5d1a4f5 updated to java version 8 2015-12-19 19:35:47 +01:00
Stefan Dollase 0449e0b49b formatting ... 2015-12-19 19:32:08 +01:00
Stefan Dollase bb6c92c146 removed the unused library js.jar (rhino), because it has a GPL incompatible license 2015-12-19 19:26:07 +01:00
Stefan Dollase a45e70d99f rename refactorings to clarify optional and required elements in class translator 2015-12-19 19:23:07 +01:00
Stefan Dollase 8b686fe595 restructured the resources 2015-12-16 20:16:12 +01:00
Stefan Dollase 20086386a4 applied eclipse formatting to the complete project 2015-12-16 19:17:36 +01:00
Stefan Dollase 5b6cb27da7 moved classes 2015-12-16 19:16:07 +01:00
Stefan Dollase 5daef5577b moved the class GoogleTracker 2015-12-16 19:01:47 +01:00
Stefan Dollase 62c0de3be2 removed the class FileSystemUtils 2015-12-16 19:00:58 +01:00
Stefan Dollase c77d958198 moved the class CoordinateUtils, removed the classes JavaUtils and PlatformUtils 2015-12-16 18:58:06 +01:00
Stefan Dollase 4e516ec4e3 moved the classes SeedHistoryLogger and URIUtils 2015-12-16 18:46:21 +01:00
Stefan Dollase 8d2d830545 removed the class ColorUtils 2015-12-16 18:36:40 +01:00
Stefan Dollase 283c166538 renamed the instance variable WorldType.value to symbolicFieldName 2015-12-16 17:05:58 +01:00
Stefan Dollase 32f478e9fd removed unused declarations in the class DefaultClassTranslator, since it is always still available from the git history 2015-12-16 17:02:55 +01:00
Stefan Dollase 55aa92029d removed the int variants of the coordinate utils methods 2015-12-16 17:01:10 +01:00
Stefan Dollase 306532a5e1 added todo 2015-12-16 16:02:47 +01:00
Stefan Dollase b69ebc107c removed another todo 2015-12-15 23:21:25 +01:00
Stefan Dollase 5e972be311 made singleplayer the default world player type when the user is asked what players should be loaded, since most of the time the user will want to load only the singleplayer player 2015-12-15 23:18:59 +01:00
Stefan Dollase 05e1363a86 revisited, clarified and fixed some todos 2015-12-15 23:14:56 +01:00
Stefan Dollase ff1ea4fdab fixed an issue that caused the world to not be centered on 0,0 when first displayed 2015-12-15 22:20:16 +01:00
Stefan Dollase 56eaa0553d rename refactorings 2015-12-15 16:29:59 +01:00
Stefan Dollase 0b318e6a6a added official minecraft version id to main window title, removed outdated todos 2015-12-15 02:47:31 +01:00
Stefan Dollase 1c4eac5c27 finished to revisit the exception handling for now 2015-12-15 02:30:50 +01:00
Stefan Dollase 1cae30629d more refactorings for the class LocalMinecraftInterfaceBuilder 2015-12-15 02:04:34 +01:00
Stefan Dollase 8a36c6b0eb moved the custom exceptions to extra files 2015-12-15 01:49:27 +01:00
Stefan Dollase 726c0dbed9 adjusted the output for the recognised minecraft version 2015-12-15 01:25:56 +01:00
Stefan Dollase dfffa46756 added the version 1.5.2 to the recognized versions 2015-12-15 01:16:46 +01:00
Stefan Dollase b75e66187e fixed an issue that caused the profile select window to not display unavailable version directories properly 2015-12-15 01:15:53 +01:00
Stefan Dollase a3ffa735e6 replaced previously missed symbolic names with constants 2015-12-15 00:56:11 +01:00
Stefan Dollase bff4c9d731 more refactorings for the class LocalMinecraftInterface 2015-12-15 00:45:53 +01:00
Stefan Dollase 2a4f14f8cd extracted all used symbolic names to constants in the new class SymbolicNames 2015-12-15 00:34:17 +01:00
Stefan Dollase aded75f515 added the missing method declaration initializeAllBiomeGenerators(long) to the default class translator 2015-12-15 00:17:08 +01:00
Stefan Dollase 7cb3da0e24 made the class MinecraftVersionCompatibilityChecker use the optionality information from the class translator, added documentation 2015-12-14 23:45:37 +01:00
Stefan Dollase 798d734927 removed unused method and field declarations from the default class translator to prevent them to cause exceptions, they are not used for the class recognition 2015-12-14 23:30:08 +01:00
Stefan Dollase 13ac25c9f0 adjusted default class translator to represent what classes and features are optional, took the information from the class LocalMinecraftInterface 2015-12-14 23:01:57 +01:00
Stefan Dollase 7fbb1fb2f6 added isOptional flag to the declaration classes 2015-12-14 22:52:45 +01:00