Commit Graph

49 Commits

Author SHA1 Message Date
Pascal Koenig
5c8a6b1865 Build.number increased. 2011-10-04 18:50:26 +02:00
Pascal Koenig
9a985737d6 Added build.number to repo. 0.3 current-release 2011-10-04 10:41:51 +02:00
Pascal Koenig
2597c12183 Fixed a bug in fetchAllPlayers(). 2011-10-04 10:37:17 +02:00
Pascal Koenig
670143767d Added "count" attribute to all arrays. This solved issue #18. 2011-10-03 21:16:47 +02:00
Pascal Koenig
373de1f42b Added some exception handling. 2011-09-30 17:08:02 +02:00
Pascal Koenig
57adc1291c Implemented "Register" support and canceled support for iConomy (see:
Issue #20). Did some Refactoring.
2011-09-28 22:51:34 +02:00
Pascal Koenig
a2f8e4e3cd Updated the readme file. 2011-09-25 15:38:22 +02:00
Pascal Koenig
78a8704ab9 added basic server information to each output and fixed minor bug that
prevented error messages on wrong parameters.
2011-09-25 05:30:05 +02:00
Pascal Koenig
48fea3f1a5 Fixed a bug that prevented fetching Data of players with non-lowercase
names. Also added an exception to show an error message when
non-existing players are requested.
2011-09-24 23:53:21 +02:00
Pascal Koenig
7a40761e00 Re-added the item ids in user_stats and added "name" and "description"
tags to achievements_list.
2011-09-19 00:33:03 +02:00
Pascal Koenig
045919558d Fixed a severe bug that crashed the plugin on start. 2011-09-18 23:41:44 +02:00
Pascal Koenig
fca4b8c8cf Merge branch 'achievements'
Conflicts:
	src/de/sockenklaus/XmlStats/Datasource/AchievementsDS.java
	src/de/sockenklaus/XmlStats/Webserver.java
	src/de/sockenklaus/XmlStats/XmlStats.java
2011-09-15 21:55:57 +02:00
Pascal Koenig
2bfa7556e2 Added the "count" attribute to all users-arrays. 2011-09-15 21:48:13 +02:00
Pascal Koenig
7f0f0f5027 Solved issues #12 and #6. Unified Xml layout and added some basic error
handling. So technically issue #14 is solved.
2011-09-15 21:19:36 +02:00
Pascal Koenig
0fbfc27d3c Increased version number to 0.3 and continued unifying the xml schemes. 2011-09-07 00:15:59 +02:00
Pascal Koenig
aa82666069 Started to completely rewrite the xml structure... 2011-09-06 01:26:34 +02:00
Pascal Koenig
b325e0f2dd Started to unify the xml structure to match the common xml semantics and
tried to simplify the xml worker classes.
2011-09-05 01:35:21 +02:00
Pascal Koenig
de2276bdcd Re-enabled the ServerListener to catch plugins that are starting after
XmlStats. Solved issue #13.
2011-09-03 14:00:26 +02:00
Pascal Koenig
5f8f96dcb6 Basicly implemented Achievements support. 2011-09-03 03:51:33 +02:00
Pascal Koenig
f7b9a834ab Corrected defect push. 2011-09-03 02:18:50 +02:00
Pascal Koenig
4381237315 Added the class stubs for Achievements support. 2011-09-03 01:58:29 +02:00
Pascal Koenig
184ccb3cf3 Corrected the README. 2011-09-02 23:23:17 +02:00
Pascal Koenig
974324c468 Built v0.2. 0.2 2011-09-02 23:18:46 +02:00
Pascal Koenig
1c2445d744 Removed the server listener to fetch the enabling and disabling of
plugins. Dropped issue #5.
2011-09-02 22:16:22 +02:00
Pascal Koenig
674a5843b3 Added a command to manually reload the plugin and therefore solved issue
#4.
2011-09-02 00:36:02 +02:00
Pascal Koenig
6bb298e8ce Updated the .gitignore 2011-09-01 22:32:17 +02:00
Pascal Koenig
5c03954b48 Added an ANT build file that provides semi-automatic versioning and
packing the jar file and default config.yml into a zip file.
2011-09-01 22:30:51 +02:00
Pascal Koenig
fc52f2f68f Started to create a build.xml to provide automatic versioning and some
neat ant stuff.
2011-09-01 02:07:54 +02:00
Pascal Koenig
f765f6b69e Added the attribute "status" to the player element in users.xml and
therefore solved issue #1.
2011-08-29 22:05:24 +02:00
Pascal Koenig
7084cf70e1 Corrected the fix on issue #8 because it made all usernames lower case. 2011-08-29 09:56:49 +02:00
Pascal Koenig
9f6bafc905 Fixed issue #8 (note tested yet!) 2011-08-29 09:47:06 +02:00
Pascal Koenig
b8821b9208 Added a possibility to reload the webserver (not accessible for the user
though) and fixed a bug that prevented the userstats.xml from delivering
up-to-date data.
2011-08-29 01:31:48 +02:00
Pascal Koenig
265989c5c4 Added the possibility to request gzipped xml files. 2011-08-28 20:38:09 +02:00
Pascal Koenig
c4f7db2d0d Implemented optional gzip compression, some verbose output and the
registry pattern to organize object references.
2011-08-28 18:52:53 +02:00
Pascal Koenig
e5012bf9ff Added .gitignore 2011-08-28 06:06:09 +02:00
Pascal Koenig
59e004f0b9 Added basic iConomy support to show the users holdings. 2011-08-28 05:28:57 +02:00
Pascal Koenig
7a9879845f Reenabled the stats-node in userstats.xml. 2011-08-28 02:31:50 +02:00
Pascal Koenig
7982841dfd Changed the behavior of userstats.xml. See at README.md. 2011-08-28 02:12:46 +02:00
Pascal Koenig
f4b04c66af Hand over the parameter player=name to userstats.xml to get the stats of
this player.
2011-08-28 00:28:49 +02:00
Pascal Koenig
8dda84b49b Added some basic javadoc. 2011-08-28 00:16:14 +02:00
Pascal Koenig
d48898b8ad Updated the README 2011-08-27 19:29:40 +02:00
Pascal Koenig
518f2daeeb Updated the README-file 2011-08-27 19:16:24 +02:00
Pascal Koenig
1918dcb483 Switched settings to config.yml. 2011-08-27 19:03:09 +02:00
Pascal Koenig
7e8a50a0dc Simplified the XmlWorker.parseParameters() method and did some
refactoring.
2011-08-27 17:36:37 +02:00
Pascal Koenig
9334354825 Edited the README. 2011-08-27 16:11:13 +02:00
Pascal Koenig
4aed9af10b Replaced the craftbukkit.jar with the current bukkit.jar. 2011-08-27 16:09:18 +02:00
Pascal König
0bd069f1c7 Edited README.md via GitHub 2011-08-28 03:51:00 +03:00
Pascal Koenig
d4c6678368 Cleaned repository to share the complete eclipse workspace. 2011-08-27 15:03:24 +02:00
Pascal Koenig
3bafcf2f36 Initial Commit. 2011-08-27 15:00:25 +02:00