sirjonasxx
530abc3139
rename stuff and add stuff
2020-04-24 23:16:02 +02:00
sirjonasxx
007bffbc69
and this
2020-04-24 22:39:10 +02:00
sirjonasxx
2b3d266e32
you can now build g-earth
2020-04-24 22:37:25 +02:00
sirjonasxx
750fff662f
why much code if less do trick
2020-04-24 21:15:39 +02:00
sirjonasxx
7862828633
change scheduler hotkey to match ui
2020-04-24 16:53:22 +02:00
sirjonasxx
7196512ee1
renew rc4obtainer <-> packethandler code
2020-04-24 15:53:51 +02:00
sirjonasxx
0e09ece9d6
remove happyspeech from the project
2020-04-24 14:51:23 +02:00
sirjonasxx
59d8366104
update readme
2020-04-24 14:43:18 +02:00
sirjonasxx
7decf6499f
RustHabboClient
2020-04-24 14:36:37 +02:00
sirjonasxx
1b6f7d4a90
wayland/kde fix made windows version resizeable
2020-04-24 14:31:40 +02:00
Eduardo Alonso
b16e59595f
12 to 11
2020-04-24 14:25:57 +02:00
Eduardo Alonso
11f4f8e456
Upgrade to Java 12 & Fix Wayland/KDE GUI
...
Signed-off-by: Eduardo Alonso <edu@error404software.com>
2020-04-24 14:22:49 +02:00
Eduardo Alonso
3ef47c91e3
Allow building extensions alongside G-Earth
2020-04-24 14:22:31 +02:00
sirjonasxx
cf13c1f89b
corona
2020-04-24 04:08:43 +02:00
sirjonasxx
bfd06063e1
Update README.md
2019-06-06 18:56:36 +02:00
sirjonasxx
8fe3f8f7ec
change version to 1.0
2019-02-02 19:08:06 +01:00
sirjonasxx
b6d1dedac7
troubleshooting page redirect when stuck loading
2019-02-02 18:25:08 +01:00
sirjonasxx
d18d815571
hotkeys in scheduler
2019-02-02 14:36:28 +01:00
sirjonasxx
f461573a99
Merge branch 'development' of http://www.github.com/sirjonasxx/G-Earth into development
2019-02-02 13:49:28 +01:00
sirjonasxx
16157793c0
Merge pull request #28 from Pandafuchs/patch-3
...
Added toString
2019-02-02 13:33:30 +01:00
Pandafuchs
22b7cf1d05
Added toString
...
The default toString method resolves the address of the Memory, this is more useful.
2019-02-02 12:10:46 +01:00
sirjonasxx
b634d3e51a
ui for hotkeys scheduler
2019-01-30 17:20:46 +01:00
sirjonasxx
fc7b86dc95
advanced; option to override connection info with raw values
2019-01-30 01:16:06 +01:00
sirjonasxx
148fd93cf8
add icon to logger
2019-01-30 00:53:33 +01:00
sirjonasxx
c6cb928837
advanced; option to disable decryption
2019-01-30 00:48:57 +01:00
sirjonasxx
716a6545e9
advanced; debug
2019-01-30 00:13:58 +01:00
sirjonasxx
e093297ed2
change gearthcontroller
2019-01-30 00:03:09 +01:00
sirjonasxx
2e323c30f9
add notepad
2019-01-29 23:57:38 +01:00
sirjonasxx
a7308c2a38
alwaysontop g-earth window
2019-01-29 23:44:46 +01:00
sirjonasxx
c8cb62d61f
javafx version
2019-01-29 23:23:37 +01:00
sirjonasxx
67efc5cd8a
troubleshooting link
2019-01-29 23:23:00 +01:00
sirjonasxx
d094cf1673
replace this
2019-01-29 23:17:35 +01:00
sirjonasxx
7311bd0e2d
design new Extra tab
2019-01-29 12:38:07 +01:00
sirjonasxx
6fc93cfeff
Update README.md
2019-01-26 15:14:37 +01:00
sirjonasxx
c44a2624ac
version to 0.2.2
2019-01-22 18:22:09 +01:00
sirjonasxx
38d881d0f3
possibility to force updates
2019-01-22 18:18:51 +01:00
sirjonasxx
84f40ba982
let extensions use passed path in CONNECTIONSTART for harble messages
2019-01-22 18:06:54 +01:00
sirjonasxx
0a7da856c2
might as well do this
2019-01-22 17:58:18 +01:00
sirjonasxx
f7f59c28e4
and that
2019-01-22 17:35:47 +01:00
sirjonasxx
ca177ec03b
this
2019-01-22 17:32:01 +01:00
ArachisH
6f9c570e98
Ignore some local files VSCode generates
2019-01-21 17:52:47 -08:00
ArachisH
805d8798aa
Updated for compatibility with the new Harble API messages JSON structure
...
* Expose a static helper method 'updateCache(String,String)' for updating
cache files via a string body instead of a JSONObject
* Updated the HARBLE_API_URL to point towards the new API output path
* Changed the way the messages JSONObject is parsed/handled
2019-01-18 19:45:33 -08:00
Eduardo Alonso
7f4f73603d
Fix HEntity's HGender parser
...
* Exceptions like: No enum constant gearth.extensions.parsers.HGender.m appeared when trying to parse an HEntity, adding a proper HGender parser seems to solve the problem
2019-01-19 01:53:10 +01:00
sirjonasxx
459f07e126
remove nullpointer when harble api not uptodate
2019-01-18 14:02:34 +01:00
sirjonasxx
75e92d4a3b
Merge pull request #22 from ArachisH/development-extensionsReceiveCachedMessagesPath
...
Appended the path of the cached habbo messages file to the CONNECTIONSTART packet
2019-01-18 13:55:20 +01:00
ArachisH
dd01c90d69
* Exposed the 'getCacheDir' method in 'Cacher' for grabbing the current running directory of
...
the application.
* Utilized the newly exposed static method in Cache, override the
toString() method in 'HarbleAPI' for returning the path to the cached
habbo messages.
* Appened the path/location of the cached messages file to the
'CONNECTIONSTART' packet being sent to the extensions.
2019-01-17 21:12:02 -08:00
sirjonasxx
e08dfe5e33
oops
2019-01-17 19:58:42 +01:00
sirjonasxx
56509fcbe1
1 jar 2/2
2019-01-17 19:46:05 +01:00
sirjonasxx
da15c84bd0
1 jar 1/2
2019-01-17 19:42:18 +01:00
sirjonasxx
f731ea0c02
banned
2019-01-16 18:43:53 +01:00