Commit Graph

28 Commits (master)

Author SHA1 Message Date
Stefan Dollase bdb9c74a29 moved devtools to the test source folder
The purpose of the devtools source folder was to have a place to put code that should not be included in the released jar file. However, this requirement is also met by the test source folder. The devtools source folder was a relict from before we used maven.

I also externalized the devtool settings to the properties file `src/test/resources/amidst/devtools/devtools.properties`. This file is ignored by git, however there is a commited template file. To run the devtools, copy the template and populate it with the correct values. The template also contains documentation about how the values are used.

Added tests to execute each devtool. Removed all main methods from the devtools. The tests are ignored by default since they serve as a main methods.
2016-02-01 01:11:52 +01:00
Stefan Dollase 468475ac76 fixed an issue that caused the devtools to have lots of compile errors 2015-12-20 04:37:38 +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 2ca5d1a4f5 updated to java version 8 2015-12-19 19:35:47 +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 8b686fe595 restructured the resources 2015-12-16 20:16:12 +01:00
Stefan Dollase 0f3bc91ad7 added devtools to support development tasks
* download all minecraft jar and json files
* check which versions have a server and which have a client
* check which versions are compatible with the current class recognition rules
2015-11-11 02:57:04 +01:00
skiphs 633ffca533 Added kyronet library and license 2014-01-01 20:22:26 -08:00
Skiphs 2ac6d6011b Included rhino in .classpath file. 2013-12-14 22:51:43 -08:00
Skiphs 8acecf30b6 Added license window along with an update to gson. 2013-12-12 03:53:34 -08:00
Skiphs 8f24e82f1f Added jnbt back into library includes 2013-09-28 21:49:05 -07:00
Skiphs 17bafed10e Removed extra libraries 2013-09-28 21:47:07 -07:00
Skiphs 08ae19d0b7 Included libraries 2013-09-18 20:31:58 -07:00
Skiphs 0f06a196c9 13w36a support 2013-09-05 09:15:54 -07:00
Skiphs 1c07c6f3a4 player moving added 2013-08-04 02:36:19 -07:00
Skiphs aca3d28b30 capture/bug fixes 2013-07-30 21:13:32 -07:00
Skiphs abe0a2aef7 new map from random seed added 2013-07-23 19:18:49 -07:00
Skiphs d76a8dee6c increased max zoom 2013-07-23 00:14:56 -07:00
Skiphs f40ffd99c5 added support for new launcher/1.6.2/1.6.1
Map icons still don't work
2013-07-20 20:04:02 -07:00
Skiphs 865b4d7a7b minor updates 2013-07-12 17:04:03 -07:00
Skiphs 7c14a0ac4e added 1.5.2 support 2013-05-07 10:41:22 -07:00
flying sheep 187fa40413 addressed some issues mentioned in line comments on github 2013-04-12 14:26:53 +02:00
Skiphs dafa8abd79 First implementation of new map
There are still a lot of issues, such as the lack of all the old layers,
left over code, and a few missing features (move to for example) But
this is a start.

Note that caching methods should not be bothered with for the moment, as
a cache directory and expiration date have not been coded.
2013-04-11 06:33:23 -07:00
flying sheep e79f8856e3 moved and slightly refactored Tag 2013-04-03 19:30:19 +02:00
flying sheep 469d40c513 refactored mapmarker string names to a marker enum,
refactored resources,
created options singleton
2013-04-03 17:57:13 +02:00
Skiphs e2f4764059 Basic project 2013-03-30 06:11:23 -07:00