Commit Graph

571 Commits

Author SHA1 Message Date
sirjonasxx
02f2384374 block & replace logics and bugfix 2018-11-06 20:46:11 +01:00
sirjonasxx
e141cf0f2c block & replace packets UI 2018-11-06 20:32:36 +01:00
sirjonasxx
4ef6789bf0 cleanup extensionForm 2018-11-06 19:30:50 +01:00
sirjonasxx
d1bbb3cb52 fix bug where listener got registered twice 2018-11-06 15:43:56 +01:00
sirjonasxx
3636c42245 fix bug in extensionForm 2 2018-11-06 15:37:58 +01:00
sirjonasxx
4d29895f5f fix bug in extensionForm 2018-11-06 15:02:54 +01:00
sirjonasxx
4bd2798c71 block&/replace packets extension UI 2018-11-06 13:56:24 +01:00
sirjonasxx
0d7c7b07ef fix frozen packetlogger by giving option to skip big packets in logger (auto-enabled & with indication) 2018-11-05 23:25:19 +01:00
sirjonasxx
4154e935bc fix bug where first packet(s) would not show in logger, HConnection needs reimplementation later 2018-11-05 22:59:22 +01:00
sirjonasxx
ca2d750e43 reimplement hotkeys, autoscrol checkbox, tweaks 2018-11-05 21:45:03 +01:00
sirjonasxx
b484d2f07b oops 2018-11-05 20:33:56 +01:00
sirjonasxx
1655ce1d01 hide logger tab when using UI logger, update uilogger, update packetloggerfactory 2018-11-05 20:30:57 +01:00
sirjonasxx
b4281dff56 smoothness 2018-11-05 20:17:46 +01:00
sirjonasxx
fc227923cb check admin privileges 2018-11-05 20:10:47 +01:00
sirjonasxx
aebcb5c6b2 things 2018-10-17 21:59:01 +02:00
sirjonasxx
d90deaaad2 changing names 2018-10-17 21:57:52 +02:00
sirjonasxx
aaf3878878 authentication for extensions as suggested by LittleJ 2018-10-16 17:47:00 +02:00
sirjonasxx
df87eb339d fix concurrency errors and another bug 2018-10-16 14:55:14 +02:00
sirjonasxx
5b11349133 potential concurracy error fix 2018-10-16 01:17:52 +02:00
Scott Stamp
c620d84c2e Moved common plugin configuration to parent pom.xml 2018-10-15 20:05:26 -02:30
Scott Stamp
3d6fa5bec3 Upgraded maven-assembly-plugin, removing deprecated ${artifactId} 2018-10-15 19:56:32 -02:30
Scott Stamp
a7b32cc82b Forgot to remove reference to ScenicView 2018-10-15 19:40:30 -02:30
Scott Stamp
230121dfdc Added toggle for view structure and fixed menu text color 2018-10-15 18:40:50 -02:30
Scott Stamp
eb1d298f4d Updated versions in Extensions pom.xml 2018-10-14 21:54:46 -02:30
Scott Stamp
8bb7799ae0 Broke all resource files out into the resources folder
Maven's happier this way
2018-10-14 21:31:28 -02:30
Scott Stamp
3aa50296aa Tidying up fxml files 2018-10-14 21:12:16 -02:30
Scott Stamp
9321c9c830 Fixed offset caching read/write 2018-10-14 21:08:10 -02:30
Scott Stamp
eae2f2bedc Fixed java process not exiting on Windows 2018-10-14 21:07:31 -02:30
Scott Stamp
ef52a1287d Added UiLogger window 2018-10-14 21:06:55 -02:30
Scott Stamp
c9a5a4b79b Merge branch 'windowsDev' into development 2018-10-14 18:15:43 -02:30
sirjonasxx
46dedb822f update info 2018-10-14 18:01:23 -02:30
sirjonasxx
e312549816
Merge pull request #9 from scottstamp/windowsDev
Switched the project over to Maven for simplicity.
2018-10-14 00:55:48 +02:00
Scott Stamp
8844d596d1 Add /bin to .gitignore
Ignore /bin, Maven will output G-Earth.jar here.
2018-10-13 19:49:20 -02:30
Scott Stamp
2cc0c69805 Fixed some stuff in BlockAndReplace extension
Forgot I renamed the package, oops!
2018-10-13 19:49:02 -02:30
Scott Stamp
bf63a8bc9c Removed usage of File.separator()
Don't use this for fetching files inside the JAR, it can cause issues on Windows
2018-10-13 19:48:39 -02:30
Scott Stamp
9749d8d3c8 Fixed some Maven stuff
G-Earth build output is placed in /bin now
2018-10-13 19:48:01 -02:30
sirjonasxx
764cb6472c update info 2018-10-13 23:43:13 +02:00
sirjonasxx
5d5442bd37 Merge branch 'master' of http://github.com/sirjonasxx/G-Earth 2018-10-13 23:01:39 +02:00
sirjonasxx
e9705b6e0e remove all windows stuff from Master 2018-10-13 23:01:15 +02:00
sirjonasxx
43d6d4c80c test 2018-10-13 22:54:52 +02:00
sirjonasxx
1e02a92414 temporary merge windev into master & resolve conflicts 2018-10-13 22:33:25 +02:00
Scott Stamp
9d8740c951 Added Maven and moved sample extensions to their own modules
mvn install, mvn package, done! Extensions have been moved to a new folder
2018-10-13 17:53:54 -02:30
Scott Stamp
dcd90b17b5 Ignore *.iml
Don't need these where we're going!
2018-10-13 17:52:16 -02:30
Scott Stamp
f18aed367b Removed json-simple-1.1.1.jar
This is replaced by org.json, included as a Maven dependency.
2018-10-13 17:51:57 -02:30
Scott Stamp
e02d07b063 Added *.iml to .gitignore
Moving to Maven so we don't need these, ever.
2018-10-13 17:50:36 -02:30
Eduardo Alonso
a3277dbcfa Fix cache format
* Now the JSON object is formatted correctly
2018-10-13 21:14:00 +02:00
sirjonasxx
f14cb7384a rename main to g_earth 2018-10-13 17:55:30 +02:00
sirjonasxx
e35edcb0e4 2 2018-10-13 17:17:20 +02:00
sirjonasxx
0733de713a remember cached locations & stuff 2018-10-13 17:17:03 +02:00
sirjonasxx
7724dbea14
Merge pull request #8 from XePeleato/windowsDev
Add cache support for Windows & general refactoring
2018-10-13 18:50:45 +02:00