Archiviert
13
0

Commit graph

  • f8af92eb5b Add the error reporter to the background compiler. Kristian S. Stangeland 2012-11-20 00:26:16 +0100
  • d5aa1cde51 Added the ability to enable or disable the background compiler. Kristian S. Stangeland 2012-11-19 23:44:13 +0100
  • cdc5740f85 Log the plugin version too. Kristian S. Stangeland 2012-11-19 23:27:04 +0100
  • c2209138fe Add the ability to clone a watchable object. Kristian S. Stangeland 2012-11-19 20:43:13 +0100
  • 45f5d55b6a Fixed the update feature (hopefully for the last time). Kristian S. Stangeland 2012-11-17 08:47:25 +0100
  • 4298ac609d Damn typos. Kristian S. Stangeland 2012-11-16 04:10:59 +0100
  • 15ca240bac Fixed a bug that would clear the debug listeners on "add". Kristian S. Stangeland 2012-11-16 03:57:55 +0100
  • a40df621d0 Spelling error. Kristian S. Stangeland 2012-11-13 18:31:06 +0100
  • 2a86a4cbc5 Updated documentation to 1.6.0 Kristian S. Stangeland 2012-11-13 17:54:42 +0100
  • b6478924bb Merge branch 'master' into gh-pages Kristian S. Stangeland 2012-11-13 17:50:54 +0100
  • b84161fde2 Fix documentation. Kristian S. Stangeland 2012-11-13 17:50:36 +0100
  • e28c2331e2 Incrementing to 1.6.1-SNAPSHOT for development to the next version. Kristian S. Stangeland 2012-11-13 17:50:22 +0100
  • 5c2e692a90 Merge branch 'master' into gh-pages Kristian S. Stangeland 2012-11-13 17:46:06 +0100
  • c2d79c142f Generated changes. Kristian S. Stangeland 2012-11-13 17:45:49 +0100
  • 189497fffa Bumping version to 1.6.0 Kristian S. Stangeland 2012-11-13 17:08:50 +0100
  • 235e6eeed2 Made it possible to convert between a chunk position and a coordinate. Kristian S. Stangeland 2012-11-13 16:49:49 +0100
  • 80b99fccd9 Added some array methods too. Kristian S. Stangeland 2012-11-13 16:43:52 +0100
  • 7f5288dea6 Add getIntegers(), getLongs(), ect. to PacketContainer. Kristian S. Stangeland 2012-11-13 16:23:19 +0100
  • 528468a342 Fixed a bug preventing the entity modifier from reading entities. Kristian S. Stangeland 2012-11-13 16:10:56 +0100
  • fec2734fe2 Added a couple of useful methods to the wrappers. Kristian S. Stangeland 2012-11-13 15:11:54 +0100
  • ad69b0caac Added the ability to read data watchers and watchable object lists. Kristian S. Stangeland 2012-11-13 14:34:07 +0100
  • a567721114 Add the ability to read and write ChunkPositions. Kristian S. Stangeland 2012-11-11 07:24:45 +0100
  • 5bb6f7649a Corrected a bug in a PacketAdapter constructor discovered by Folipurba. Kristian S. Stangeland 2012-11-11 06:04:08 +0100
  • 0b292af3b1 Add the ability to write to final fields, even if it is compiled. Kristian S. Stangeland 2012-11-11 02:09:45 +0100
  • 76d27017de Allow the structure modifier to read final fields. Kristian S. Stangeland 2012-11-11 01:22:17 +0100
  • addc62457a Handle multiple connection sides properly. Kristian S. Stangeland 2012-11-11 01:06:11 +0100
  • 79786b8192 Use a default connection side in the packet command. Kristian S. Stangeland 2012-11-11 00:57:16 +0100
  • da7cd0b10d Reference the correct permissions. Kristian S. Stangeland 2012-11-10 07:58:44 +0100
  • 003bc927a4 Set default update rate to 43200 seconds instead. Kristian S. Stangeland 2012-11-06 18:07:06 +0100
  • 5e6a6f6a95 Fix the syntax of the packet debug message. Kristian S. Stangeland 2012-11-05 00:05:16 +0100
  • 0108c3390e Add exception handlers to all the commands. Kristian S. Stangeland 2012-11-04 16:14:07 +0100
  • 5b279660e0 Increment to 1.5.2-SNAPSHOT for development on the next version. Kristian S. Stangeland 2012-11-04 16:13:47 +0100
  • 77c707923f Updating JavaDoc for 1.5.1 Kristian S. Stangeland 2012-11-04 03:50:58 +0100
  • 23fb21d234 Merge branch 'master' into gh-pages Kristian S. Stangeland 2012-11-04 03:46:33 +0100
  • 2a5d240df9 Update POM. Kristian S. Stangeland 2012-11-04 03:39:38 +0100
  • a5dbbc6170 Release of 1.5.1 Kristian S. Stangeland 2012-11-04 03:38:00 +0100
  • abafb7a6c5 Fix configuration handling. Kristian S. Stangeland 2012-11-04 03:03:38 +0100
  • f5dce019df Save the last update check, even if it was initiated from a command. Kristian S. Stangeland 2012-11-04 02:30:47 +0100
  • 64e3ba7f14 Add the ability to disable metrics in the config file. Kristian S. Stangeland 2012-11-04 02:15:16 +0100
  • 2f2eb148fa Added a timeout listener. Kristian S. Stangeland 2012-11-04 01:10:05 +0100
  • 6c8bda24fd Parse "detailed" as TRUE. Kristian S. Stangeland 2012-11-04 00:06:44 +0100
  • a9fe6afa01 Divide names output into pages instead. Kristian S. Stangeland 2012-11-03 09:27:20 +0100
  • 626dea07fa Move range parser out of CommandPacket. Make a common command base. Kristian S. Stangeland 2012-11-03 08:51:03 +0100
  • 188f03b39e Fixed the columns slightly. Still needs tweaking. Kristian S. Stangeland 2012-11-03 07:32:14 +0100
  • da0d55fcea Improve the names command. Kristian S. Stangeland 2012-11-03 07:16:20 +0100
  • f2e078ce6a Print strings with quotation marks. Kristian S. Stangeland 2012-11-03 06:59:47 +0100
  • 72bfa3da9b Adding the names sub-command. Kristian S. Stangeland 2012-11-03 06:54:31 +0100
  • 27104c7350 Accept zero as a packet ID in the packet command. Kristian S. Stangeland 2012-11-03 06:51:37 +0100
  • 263d085590 Always create vanilla packets in the packet constructor. Kristian S. Stangeland 2012-11-03 06:48:58 +0100
  • f16581cdf4 Massive update. Kristian S. Stangeland 2012-11-03 06:41:29 +0100
  • 413eb283a4 Fix handling of configuration. Kristian S. Stangeland 2012-11-03 00:54:03 +0100
  • 7952da99c9 Added configuration and commands. Kristian S. Stangeland 2012-11-03 00:38:57 +0100
  • 3d0dce7e8d Make the update class easier to work with. Kristian S. Stangeland 2012-11-02 18:55:23 +0100
  • 4328072f49 Created a default maven resources folder. Kristian S. Stangeland 2012-11-02 17:47:33 +0100
  • 22aab024c2 Add a couple of permissions and commands. Kristian S. Stangeland 2012-11-02 17:35:41 +0100
  • 18ec9bc973 Adding h31ix's auto update system. Kristian S. Stangeland 2012-11-02 17:22:42 +0100
  • 2c00b570aa Increase default packet timeout to 30 minutes. Kristian S. Stangeland 2012-11-02 16:58:56 +0100
  • 5ac15f11dc Drop expired packets in the processing chain. Kristian S. Stangeland 2012-11-02 01:18:38 +0100
  • cda235af7e Increment the default async timeout to 2 minutes. Kristian S. Stangeland 2012-11-02 01:03:12 +0100
  • 51184dd209 Ensure getEntityModifier is thread safe. FIXES Ticket-6. Kristian S. Stangeland 2012-11-02 00:35:35 +0100
  • aa9616d6b0 Don't check for closed sockets. If it talks like a duck, ect. Kristian S. Stangeland 2012-10-31 00:52:02 +0100
  • ae08abe821 Remove PrimitiveUtils - it's already present in Bukkit's Guava library. Kristian S. Stangeland 2012-10-29 22:15:25 +0100
  • d54cc35445 Updated to 1.5.1-SNAPSHOT for development of the next version. Kristian S. Stangeland 2012-10-29 22:05:55 +0100
  • 0dc2bfef0c Handle exceptions in injected code. Kristian S. Stangeland 2012-10-29 17:20:04 +0100
  • f9c0f212c1 Put UnsupportedListener at the package level. Kristian S. Stangeland 2012-10-29 16:57:07 +0100
  • cbf4def71b Prevented map chunk listeners from crashing the server. Kristian S. Stangeland 2012-10-29 16:54:53 +0100
  • 8636215b98 Add a couple of extra error handlers. Kristian S. Stangeland 2012-10-29 04:21:12 +0100
  • 2239c1ea32 Add a better error reporter. Kristian S. Stangeland 2012-10-29 04:17:53 +0100
  • 5e036185b8 Removed DEBUG message. Kristian S. Stangeland 2012-10-29 02:39:05 +0100
  • 03da0e1974 Increment to 1.5.0 Release Kristian S. Stangeland 2012-10-29 02:37:10 +0100
  • dfba924561 Clean up every static field, preempting potential ClassLoader leaks. Kristian S. Stangeland 2012-10-29 02:25:29 +0100
  • bdc41221db Fixed a serious misuse causing the creation of too many new classes. Kristian S. Stangeland 2012-10-29 01:42:22 +0100
  • eaf0b73c00 Increment version to 1.4.4-SNAPSHOT (skipping release of 1.4.3) Kristian S. Stangeland 2012-10-28 06:10:31 +0100
  • cb2c7b4e0a Use a class cache when constructing the packet interceptor. Kristian S. Stangeland 2012-10-28 06:09:29 +0100
  • 4e9b5009c8 Don't print messages to the console without a plugin prefix. Kristian S. Stangeland 2012-10-23 00:54:41 +0200
  • 7536815e58 Set as SNAPSHOT in the plugin-file as well. Kristian S. Stangeland 2012-10-23 00:41:53 +0200
  • 96ad954cf7 Prevent the PlayerQuitEvent from being fired twice. FIXES Ticket-2. Kristian S. Stangeland 2012-10-23 00:37:35 +0200
  • 0aac8ebf0a Increment to 1.4.3 snapshot. Kristian S. Stangeland 2012-10-21 22:40:26 +0200
  • a60dc3d778 Make the client packet reader thread-safe. Kristian S. Stangeland 2012-10-21 22:39:56 +0200
  • 01c481dc93 Release of 1.4.2 Kristian S. Stangeland 2012-10-21 20:42:29 +0200
  • a51ad1f50f Properly remove previous hook, even if socket is NULL. FIXES Ticket-1. Kristian S. Stangeland 2012-10-21 20:31:20 +0200
  • c08106a923 Increment to 1.4.2 snapshot. Kristian S. Stangeland 2012-10-21 16:33:52 +0200
  • 63c468eff0 Packet constructor can now handle primitive parameter types. Kristian S. Stangeland 2012-10-21 16:33:41 +0200
  • 43c0b5d8f1 Don't save NULL injectors in a ConcurrentHashMap. Kristian S. Stangeland 2012-10-21 12:11:59 +0200
  • 331fc94190 Sending or receiving packets now work without listeners. Kristian S. Stangeland 2012-10-19 16:27:49 +0200
  • caed0dcb11 Removed the spammy "Entity does not exist" error. Kristian S. Stangeland 2012-10-19 00:54:03 +0200
  • 90f2caa5e8 Incremented to 1.4.1 Kristian S. Stangeland 2012-10-17 09:54:28 +0200
  • 69a5675161 Fixed a bug causing a StackOverflowException on packet construction. Kristian S. Stangeland 2012-10-17 09:53:59 +0200
  • f8a8a645eb Added JavaDoc again. What the ... feels like everything is falling apart. Kristian S. Stangeland 2012-10-17 08:16:18 +0200
  • 32ed35d409 Adding GamePhase too. Kristian S. Stangeland 2012-10-17 08:11:11 +0200
  • 242ddd5f40 Updated JavaDoc for 1.4.0 Kristian S. Stangeland 2012-10-17 08:07:20 +0200
  • b9ed36641f Merge branch 'master' into gh-pages Kristian S. Stangeland 2012-10-17 08:01:30 +0200
  • 0622322ef4 Merged. Kristian S. Stangeland 2012-10-17 07:58:24 +0200
  • d5028b584d Put the provided CGLib dependency in the com.comphenix namespace. Kristian S. Stangeland 2012-10-17 06:57:05 +0200
  • 2b6a4570ab Added a couple of extra constructors. Kristian S. Stangeland 2012-10-17 05:58:47 +0200
  • 4717cca2ec Increment to 1.4.0. Kristian S. Stangeland 2012-10-17 05:32:46 +0200
  • dd5303ea88 Use a boolean lookup table instead of a ConcurrentHashMap. Kristian S. Stangeland 2012-10-17 04:13:25 +0200
  • fee9a32e4b Store a current player injection hook for each game phase. Kristian S. Stangeland 2012-10-17 03:33:49 +0200
  • 3a8a4d15cf Fixed a couple of small bugs. Kristian S. Stangeland 2012-10-17 01:19:06 +0200
  • 4cd5d04cae Wait 5 seconds before unhooking every player in the server. Kristian S. Stangeland 2012-10-17 00:46:51 +0200