Commit Graph

791 Commits

Author SHA1 Message Date
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
Eduardo Alonso
ec148cc553 Updated macOs Installation guide (markdown) 2019-01-16 21:41:49 +01:00
Eduardo Alonso
ff782aead6 Created macOs Installation guide (markdown) 2019-01-16 21:34:52 +01:00
sirjonasxx
f731ea0c02 banned 2019-01-16 18:43:53 +01:00
sirjonasxx
0ca71ad174 async connect button 2019-01-16 18:22:03 +01:00
sirjonasxx
c522db40da oopsiedooopsi 2019-01-16 16:00:40 +01:00
sirjonasxx
27f536ddc0 Merge remote-tracking branch 'origin/master' into development 2019-01-15 23:10:48 +01:00
sirjonasxx
df016d9b51 tcpnodelay 2019-01-15 23:09:05 +01:00
sirjonasxx
d1cc1d1484 t 2019-01-15 21:35:30 +01:00
sirjonasxx
1b587de29e change version 2019-01-15 21:24:39 +01:00
sirjonasxx
62dce6fa99 HEntityType enum, HPacket change 2019-01-08 23:58:31 +01:00
sirjonasxx
50a76155f8 rewrite hconnection 2019-01-08 21:17:45 +01:00
sirjonasxx
7839fb4f69 linux multiple potential processes fix 2019-01-08 19:54:02 +01:00
sirjonasxx
031a6bf64d changes for updated harble api 2019-01-04 22:36:02 +01:00
sirjonasxx
587f725424 add readDouble, appendDouble, replaceDouble 2019-01-04 21:20:29 +01:00
Eduardo Alonso
8bb0fb5176 Little fixes for data structures
* Expose HWallItem's parse method
* Rename UserProfile to HUserProfile

Signed-off-by: Eduardo Alonso <edu@error404software.com>
2019-01-02 23:56:40 +01:00
Eduardo Alonso
0044e08c53 Add ExtensionForm example 2019-01-02 22:54:18 +01:00
sirjonasxx
3049d99634 Updated Extensions (markdown) 2019-01-02 18:54:06 +01:00
sirjonasxx
d2c92cb0c5 Updated Extensions (markdown) 2019-01-02 18:51:11 +01:00
sirjonasxx
f8406849bd Updated Extensions (markdown) 2019-01-02 18:50:46 +01:00
sirjonasxx
f240a8c22e Updated Extensions (markdown) 2019-01-02 18:49:20 +01:00
sirjonasxx
be180333b7 Updated Extensions (markdown) 2019-01-02 18:41:05 +01:00
Eduardo Alonso
367bce3bf9 Initial Home page 2019-01-02 17:51:27 +01:00
Eduardo Alonso
e059f98470 Added extension development instructions 2019-01-02 17:51:26 +01:00
sirjonasxx
3ff1abdf9b small changes and small bug fixes 2019-01-01 23:59:03 +01:00
sirjonasxx
35fc3c2515
Merge pull request #15 from XePeleato/development-datastructs
Add some habbo data structures

THIS IS GOLD
2019-01-01 23:07:37 +01:00
sirjonasxx
522c811b3c
Merge pull request #14 from XePeleato/development
Fix the injector for multiline packets
2019-01-01 23:07:10 +01:00
Eduardo Alonso
820a7462ea Add some of habbo's data structures
Co-authored-by: ArachisH <iKBenPeanut@gmail.com>
Co-authored-by: Speaqer <speaqerpr0@gmail.com>
Signed-off-by: Eduardo Alonso <edu@error404software.com>
2019-01-01 20:16:30 +01:00
Eduardo Alonso
841c5d147d Allow to break packets into more than one line
Signed-off-by: Eduardo Alonso <edu@error404software.com>
2019-01-01 03:24:30 +01:00
ArachisH
754fd9897d
Merge pull request #13 from XePeleato/development
Fixes and improvements from the TODO list
2018-12-31 15:02:59 -08:00
Eduardo Alonso
c9728df9d6 Add support to send multiple packets at once in injection
* Each line represents a packet

Signed-off-by: Eduardo Alonso <edu@error404software.com>
2018-12-31 14:12:52 +01:00
Eduardo Alonso
0afbaac944 Add option to clear text from the packetlogger
Signed-off-by: Eduardo Alonso <edu@error404software.com>
2018-12-31 13:20:40 +01:00
Eduardo Alonso
cf4aa16148 Allow setting the packetlogger always on top
Signed-off-by: Eduardo Alonso <edu@error404software.com>
2018-12-31 13:09:45 +01:00
sirjonasxx
21ea7ff70a use this in your extensions its cool 2018-12-11 22:42:00 +01:00
sirjonasxx
64af70e44a potential fix executing extensions X-platform 2018-12-01 13:49:29 +01:00
sirjonasxx
e8f97e5a9f no 2018-12-01 13:18:17 +01:00
sirjonasxx
40f258c11e use hashsupport in debugging extensions 2018-12-01 13:17:49 +01:00
sirjonasxx
57a19801a1 well this should fix the nullpointer bug but can't test bc java crashed 2018-11-28 00:00:59 +01:00