P0nk
0c721b85dd
Rename and clean up MapleDisease
2021-09-09 21:15:22 +02:00
P0nk
b07e6799dc
Rename and clean up MapleClient
2021-09-09 21:13:48 +02:00
P0nk
da8837710a
Rename and clean up AbstractMapleCharacterObject
2021-09-09 21:11:53 +02:00
P0nk
7dc3a2159a
Rename and clean up MapleCharacter
2021-09-09 21:09:45 +02:00
P0nk
46bd0570d7
Rename and clean up MapleBuffStat
2021-09-09 21:02:22 +02:00
P0nk
6ea9a57e9f
Rename and clean up MapleQuickslotBinding
2021-09-09 20:59:45 +02:00
P0nk
280e28163c
Rename and clean up MapleKeyBinding
2021-09-09 20:58:28 +02:00
P0nk
065ef632ac
Rename and clean up MapleKarmaManipulator
2021-09-09 20:55:47 +02:00
P0nk
b2cbb65c6a
Rename and clean up MapleInventoryManipulator
2021-09-09 20:55:07 +02:00
P0nk
7c61df6887
Rename and clean up MapleCashidGenerator
2021-09-09 20:53:51 +02:00
P0nk
a5541c121c
Rename and clean up MapleWeaponType
2021-09-09 20:52:49 +02:00
P0nk
6ca5abd896
Rename and clean up MaplePet
2021-09-09 20:51:30 +02:00
P0nk
5ed7cf73d1
Rename and clean up MapleInventoryType
2021-09-09 20:49:05 +02:00
P0nk
ba647db6cf
Rename and clean up MapleInventoryProof
2021-09-09 20:48:32 +02:00
Ponk
dd916a96eb
Merge pull request #54 from P0nk/cleanup
...
General cleanup
2021-09-09 20:42:54 +02:00
P0nk
eb2f464826
Remove removal of cryptography restrictions
...
This is no longer needed as of Java 9
2021-09-09 20:37:53 +02:00
P0nk
9df2758ae6
Allow configurable wz directory path with launch property
...
Example: "java -Dwz-path=<my-custom-path> -jar Cosmic.jar "
2021-09-09 20:17:57 +02:00
P0nk
0196d69780
Change default timezone to GMT
2021-09-09 08:36:13 +02:00
P0nk
1b945bca10
Rename and clean up MapleInventory
2021-09-09 08:34:01 +02:00
Ponk
8e0ab2f9f9
Merge pull request #53 from P0nk/charset-fixes
...
Charset fixes
2021-09-09 08:33:25 +02:00
P0nk
05cae9022f
Move charset loading to fix issue with static fields
2021-09-09 08:20:45 +02:00
P0nk
52551b2451
Load config.yaml using its own charset
...
Strings in the config are therefore respected by the configured charset
2021-09-08 20:01:43 +02:00
P0nk
c841e9952b
Respect charset when loading scripts
2021-09-08 18:46:16 +02:00
Ponk
1803699086
Merge pull request #51 from P0nk/multi-language
...
Add multi-language support (take 2)
2021-09-08 08:31:20 +02:00
P0nk
41cb6749c8
Make packet charset configurable
...
Better support for different language clients such as Thai or Korean
2021-09-08 08:26:34 +02:00
Ponk
abb0a55ac9
Merge pull request #50 from P0nk/java-16-fixes
...
Java 16 and Actions fixes
2021-09-06 22:15:34 +02:00
P0nk
82f2c84034
Add surefire plugin for unit tests
2021-09-06 22:11:27 +02:00
P0nk
2cfdd1da4f
Update dependencies
2021-09-06 21:59:36 +02:00
P0nk
2b52ab90c3
Fix launch file
2021-09-06 21:42:58 +02:00
P0nk
958fa657cd
Configure Actions for Java 16
2021-09-06 21:23:57 +02:00
Ponk
18dda5aa06
Merge pull request #49 from P0nk/inpacket
...
Use InPacket instead of SeekableLittleEndianAccessor
2021-09-06 21:21:38 +02:00
P0nk
1532f66bdf
Remove "Maple" prefix from packet handler names
2021-09-06 20:50:35 +02:00
P0nk
b99dc7c27d
Remove image parsing
2021-08-25 21:00:13 +02:00
P0nk
faf993cae6
Remove LittleEndianAccessor class hierarchy
2021-08-23 22:11:58 +02:00
P0nk
a907b7717d
Clean up unused reading of .wz and .img files
...
This server only reads from .xml files
2021-08-23 22:10:49 +02:00
P0nk
4fd7adf547
Dump packet with ByteBufInPacket toString
2021-08-23 21:03:35 +02:00
P0nk
da2d8abc56
Handlers read from InPacket instead of SeekableLittleEndianAccessor
2021-08-22 22:10:19 +02:00
Ponk
2232022cf1
Merge pull request #48 from P0nk/outpacket
...
Use OutPacket instead of MaplePacketLittleEndianWriter
2021-08-22 21:23:52 +02:00
P0nk
ffc0f3bc97
Remove LittleEndianWriter class hierarchy
2021-08-22 21:08:40 +02:00
P0nk
b3d422a6c5
Remove remaining uses of MaplePacketLittleEndianWriter
2021-08-22 21:03:51 +02:00
P0nk
8f6860d7d7
All packet creating methods now create Packet instead of byte[]
...
This commit got way too big...
- Remove deprecated methods for sending packets
- Favor OutPacket & Packet over MaplePacketLittleEndianWriter, LittleEndianWriter, and byte array
- Split up some packet creating methods into separate classes
2021-08-21 01:36:51 +02:00
P0nk
b5cd6887ae
Let PacketCreator create Packet - initial test
2021-08-20 16:12:56 +02:00
P0nk
d8b0929975
Tweak OutPacket
2021-08-20 13:11:46 +02:00
P0nk
e93428f457
Reformat entire PacketCreator
2021-08-19 21:33:56 +02:00
P0nk
e184f25184
Remove "Maple" prefix from MaplePacketCreator name
2021-08-19 21:31:57 +02:00
Ponk
579e3c639f
Merge pull request #23 from RubenD96/master
...
Complete rework of WhisperHandler including proper chase functionality
2021-08-19 11:57:49 +02:00
Ponk
ce726efc4f
Merge pull request #46 from P0nk/netty
...
Replace Apache Mina with Netty
2021-08-18 22:14:46 +02:00
P0nk
8c4d3092a7
Remove "Maple" prefix from MapleSessionCoordinator name
2021-08-18 15:47:01 +02:00
P0nk
a8c6ef8934
Fix remote host not clearing after login
...
This would cause the client to disconnect whenever exiting the game
or returning to the login screen if the multiclient deterrent was enabled.
2021-08-18 11:58:52 +02:00
RubenD96
b1aeedb815
Fix spelling mistake in WhisperFlag and removed unused function causing problems
2021-07-20 18:51:36 +02:00