/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/SnitchingChest.java
ViewVC logotype

Log of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/SnitchingChest.java

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1806)

Revision 1804 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 15:06:26 2012 UTC (11 years, 11 months ago) by torben
File length: 10854 byte(s)
Copied from: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java revision 1803
Diff to previous 1803
Move chests to seperate chests

Revision 1803 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 14:32:53 2012 UTC (11 years, 11 months ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 10790 byte(s)
Diff to previous 1788
offline messages should also register the sender

Revision 1788 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 9 19:03:39 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 10780 byte(s)
Diff to previous 1785
add outcommented codesnippet for the case if SnitchingChest should become a LockedChest

Revision 1785 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 6 09:51:01 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 10318 byte(s)
Diff to previous 1784
Better handling of double chests (now a doublechest only uses one DB row)

Revision 1784 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 21:15:30 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 9861 byte(s)
Diff to previous 1783
again use the object's name instead of relying on toString()

Revision 1783 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 20:53:59 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 9841 byte(s)
Diff to previous 1782


Revision 1782 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 20:50:00 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 9657 byte(s)
Diff to previous 1781
Also write the name of the added/removed material

Revision 1781 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 20:40:38 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 9542 byte(s)
Diff to previous 1780
Use owner's name instead of relying on OfflinePlayer.toString()

Revision 1780 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 18:51:57 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 9522 byte(s)
Diff to previous 1779
Handle expansion of chests

Revision 1779 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 14:27:24 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 8887 byte(s)
Diff to previous 1777
round x,z position in onOpen/close Locations since double chests are placed at pos+0.5 

Revision 1777 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 14:10:07 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 8797 byte(s)
Diff to previous 1776
Only try to delete the a chest if it actually was in the map

Revision 1776 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 12:57:33 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 8769 byte(s)
Diff to previous 1775
on upstart, write how many chests was loaded from db

Revision 1775 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 12:50:15 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 8681 byte(s)
Diff to previous 1773
Don't chrash when closing a non-snitching chest

Revision 1773 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 12:37:13 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 8598 byte(s)
Diff to previous 1771
add persistance to SnitchingChest

Revision 1771 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 3 20:34:54 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 7051 byte(s)
Diff to previous 1770
refactor message sending

Revision 1770 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 3 20:30:41 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 7105 byte(s)
Diff to previous 1769
Also send the message to the chest owner

Revision 1769 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 3 20:23:59 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 6830 byte(s)
Diff to previous 1768
Hmm previous commit wasn't quite finished - but now the message also contains the owner of the modified chest

Revision 1768 - (view) (download) (annotate) - [select for diffs]
Added Tue Apr 3 20:21:02 2012 UTC (12 years, 1 month ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/SnitchingChest.java
File length: 6737 byte(s)
Added SnitchingChest feature (still missing persistance)
Added offLine message functionality with persistance to mysql via JPA /Ebean

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.20