Commit Graph

3132 Commits

Author SHA1 Message Date
Fuzzlemann
fb4225a377 Fixed some bugs resulting of my changes 2017-07-29 10:26:58 +02:00
Fuzzlemann
d7f4168aa6 Fixes some memory leaks by closing Scanner, FileWriter, FileOutputStreams...
Fixes some other in-depth command help
Fixes equality tests with floating point values
Adds hashCode() for UserData
Fixes some equals methods for checking if doubles are equals -> Using Double.compare(x1, x2) == 0 instead of x1 == x2
Replaces Throwable in Catch blocks with Exception to prevent catching Errors like OutOfMemoryError or InternalError.
Removes <T extends RawData> in RawData (unused)
Changes the abstract class DBCallableProcessor to an interface
Changes try to try-with-resource
Removes some parentheses
Changes some HashMap returns to Map
Changes some HashSet returns to Set
Removes unused variables
Further conversion to String.valueOf(Primitive) to save memory and CPU cycles
Changes all .values() or .keySet() calls to .entrySet() when both values are being used, that saves memory and CPU cycles
Fixes some JavaDoc comments
Corrects some Enum names to match the Java Convention Naming Scheme for them
Removes unused methods which aren't going to be used in the future
Removes unnecessary thrown Exceptions
Converts some variables to local variables
Add @Override annotation
Removed some commented-out code
Changed some method names to be more meaningful and match the Java Naming Conventions
Converts the local variable "df" in MathUtils to a global one
Changes some access-level modifiers
More little performance fixes and code cleanups
2017-07-29 04:42:13 +02:00
Fuzzlemann
afe1679b68 Merge branch '3.6.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-07-28 23:19:55 +02:00
Rsl1122
ce4bb0836d Got something working on Edge. 2017-07-28 23:58:09 +03:00
Fuzzlemann
c684019b4e Merge branch '3.6.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-07-28 21:30:09 +02:00
Rsl1122
6e821c8899 Attempts at debugging the issue of Webserver returning nothing 2017-07-28 22:29:05 +03:00
Rsl1122
24a360d8f2 Start of HttpsServer. #175 2017-07-28 21:53:24 +03:00
Fuzzlemann
ce8c6bb169 Fixing DouglasPeuckerAlgorithm Typo 2017-07-28 19:37:25 +02:00
Fuzzlemann
4f63640c97 Fixed InDepthHelp 2017-07-28 19:12:46 +02:00
Fuzzlemann
718c4d4fd4 Merge branch '3.6.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-07-28 17:53:16 +02:00
Rsl1122
1a71ef12a3 Fix HighCharts opening late 2017-07-28 18:53:02 +03:00
Fuzzlemann
93022b09c6 Merge branch '3.6.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-07-28 17:20:47 +02:00
Rsl1122
c4ece3eec5 Changed default config values for GM Pie colors 2017-07-28 17:23:14 +03:00
Rsl1122
7aa3d6807f Added HighCharts,
Replaced Pie Graphs with Highcharts version
2017-07-28 17:15:07 +03:00
Rsl1122
de4a024e79 Fix 0 Filter 2017-07-28 14:56:58 +03:00
Rsl1122
36373968a7 Add Chunk & Entity Graphs
Remove New Players Graph from visualization

Filter out 0s from some TPS data averages
2017-07-28 14:42:11 +03:00
Fuzzlemann
77389b5e0c Fixed rounding for TPS and CPU usage 2017-07-28 13:19:48 +02:00
Rsl1122
b371f0fb1e Merge pull request #203 from Fuzzlemann/master
PR for 3.6.0 (Fuzzlemann) (3)
2017-07-28 13:14:10 +03:00
Fuzzlemann
3112b24e17 Fixed error when number isn't long enough 2017-07-27 20:31:39 +02:00
Fuzzlemann
747592d688 Fixes byte to MB conversion at the TPSPart 2017-07-27 20:02:01 +02:00
Fuzzlemann
9e8cbf2787 Fixes byte to MB conversion at the TPSPart 2017-07-27 19:44:44 +02:00
Fuzzlemann
74dfa1c49c Fixes RAM Scatter Creator 2017-07-27 19:43:35 +02:00
Fuzzlemann
2e5c75aede Fixed rounding
Fixed Byte to Megabyte conversion
2017-07-27 19:42:38 +02:00
Fuzzlemann
71f7210a82 Updates HTML files 2017-07-27 19:15:41 +02:00
Fuzzlemann
1f931ed885 Update Upstream 2017-07-27 19:02:33 +02:00
Rsl1122
435dbc17fc RAM Graph 2017-07-27 19:51:26 +03:00
Rsl1122
882fe3dad3 Made Geolocation Map relative of screen width and height
Javadocs
2017-07-27 18:19:19 +03:00
Rsl1122
81a2c26832 Merge remote-tracking branch 'origin/3.6.0' into 3.6.0
# Conflicts:
#	Plan/src/main/resources/analysis.html
2017-07-27 17:54:34 +03:00
Rsl1122
f5274a2069 Add New Players Graphs to Online Activity 2017-07-27 17:44:17 +03:00
Fuzzlemann
fc3f7c96f7 Fixes method terminating in player.html & analysis.html 2017-07-27 15:46:43 +02:00
Fuzzlemann
0f530b6e61 Reformat code 2017-07-27 15:08:34 +02:00
Fuzzlemann
6e2a848a74 Merge branch '3.6.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-07-27 15:02:46 +02:00
Rsl1122
fbf2a78a91 Add APF Notification prompt to Join Event Listener. 2017-07-27 14:56:17 +02:00
Rsl1122
7072940121 Adds In-depth help messages to commands (/plan <cmd> ?) 2017-07-27 14:56:17 +02:00
Rsl1122
6c52743be8 Merge pull request #201 from Fuzzlemann/master
PR for 3.6.0 (Fuzzlemann) (2)
2017-07-27 15:50:05 +03:00
Fuzzlemann
97e2950af1 Merge branch '3.6.0' into master 2017-07-27 14:47:21 +02:00
Fuzzlemann
845a991308 Remove unused methods
Now supports wolf kills (issue #146)
2017-07-27 14:41:48 +02:00
Rsl1122
230eb7fc82 Add APF Notification prompt to Join Event Listener. 2017-07-27 15:21:04 +03:00
Rsl1122
75d3e5fa20 Adds In-depth help messages to commands (/plan <cmd> ?) 2017-07-27 15:14:07 +03:00
Fuzzlemann
2df8e7a4a2 Adds the CPU box (Was removed because I took the 3.5.4 one by an accident 2017-07-27 13:18:03 +02:00
Fuzzlemann
3c63fde839 Light reformat, map now really scales (Wasn't pushed last time) 2017-07-27 13:09:08 +02:00
Fuzzlemann
1e1180280b Merge branch '3.6.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-07-27 12:23:27 +02:00
Rsl1122
7b067b5252 Move to using APF v2.0.1
Fix TPS Table not having RAM column on new databases
2017-07-27 13:10:59 +03:00
Fuzzlemann
c6d4444bd6 Fix MB conversion at RAM usage 2017-07-27 12:03:07 +02:00
Rsl1122
53cbe88a2c Added new TPS Table columns
Added Worlds Table
Added WorldTimes Table
DB Version bumped to 7

Added averages for deaths, mobkills & playerkills
2017-07-27 10:32:45 +03:00
Rsl1122
65d0e09ace Fix #198 2017-07-27 09:35:06 +03:00
Rsl1122
9c67c7b69d Merge pull request #196 from Fuzzlemann/master
PR for 3.6.0 (Fuzzlemann)
2017-07-27 09:19:51 +03:00
Fuzzlemann
0359faf694 Adds recognition as Paper, when the server name is TacoSpigot (A fork of Paper) 2017-07-27 00:41:24 +02:00
Fuzzlemann
7486030b58 Some typo fixes
Adds the pie chart "Server Type", needs support from Rsl
2017-07-27 00:27:02 +02:00
Fuzzlemann
176d28a535 Code Cleanup
Geolocation Map now scales
2017-07-26 22:27:07 +02:00