This website works better with JavaScript
Home
Explore
Help
Register
Sign In
L2j
/
l2j-server-game
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
MELERIX
14 years ago
parent
35fb899741
commit
762cfbc3c8
81 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
0
0
L2J_CommunityServer/.classpath
0
0
L2J_CommunityServer/.gcjbuilder
0
0
L2J_CommunityServer/.project
0
0
L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs
0
0
L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs
0
0
L2J_CommunityServer/LICENSE.txt
0
0
L2J_CommunityServer/build.xml
0
0
L2J_CommunityServer/dist/startCommunityServer.bat
0
0
L2J_CommunityServer/dist/startCommunityServer.sh
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java
0
0
L2J_CommunityServer/java/config/General.properties
0
0
L2J_CommunityServer/java/config/communityserver.properties
0
0
L2J_CommunityServer/java/config/telnet.properties
0
0
L2J_CommunityServer/java/console.cfg
0
0
L2J_CommunityServer/java/log.cfg
0
0
L2J_CommunityServer/launcher/Community.launch
0
0
L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar
0
0
L2J_CommunityServer/lib/c3p0_LICENSE.txt
0
0
L2J_CommunityServer/lib/javolution-5.5.1.jar
0
0
L2J_CommunityServer/lib/javolution_LICENSE.txt
0
0
L2J_CommunityServer/lib/mchange-commons-0.2.jar
0
0
L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar
0
0
L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt
+ 0
- 0
L2_CommunityServer/.classpath → L2J_CommunityServer/.classpath
View File
+ 0
- 0
L2_CommunityServer/.gcjbuilder → L2J_CommunityServer/.gcjbuilder
View File
+ 0
- 0
L2_CommunityServer/.project → L2J_CommunityServer/.project
View File
+ 0
- 0
L2_CommunityServer/.settings/org.eclipse.jdt.core.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs
View File
+ 0
- 0
L2_CommunityServer/.settings/org.eclipse.jdt.ui.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs
View File
+ 0
- 0
L2_CommunityServer/LICENSE.txt → L2J_CommunityServer/LICENSE.txt
View File
+ 0
- 0
L2_CommunityServer/build.xml → L2J_CommunityServer/build.xml
View File
+ 0
- 0
L2_CommunityServer/dist/startCommunityServer.bat → L2J_CommunityServer/dist/startCommunityServer.bat
View File
+ 0
- 0
L2_CommunityServer/dist/startCommunityServer.sh → L2J_CommunityServer/dist/startCommunityServer.sh
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/Config.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java → L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java → L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Post.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/AuditFilter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/AuditFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ErrorFilter.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java
View File
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java
View File
+ 0
- 0
L2_CommunityServer/java/config/General.properties → L2J_CommunityServer/java/config/General.properties
View File
+ 0
- 0
L2_CommunityServer/java/config/communityserver.properties → L2J_CommunityServer/java/config/communityserver.properties
View File
+ 0
- 0
L2_CommunityServer/java/config/telnet.properties → L2J_CommunityServer/java/config/telnet.properties
View File
+ 0
- 0
L2_CommunityServer/java/console.cfg → L2J_CommunityServer/java/console.cfg
View File
+ 0
- 0
L2_CommunityServer/java/log.cfg → L2J_CommunityServer/java/log.cfg
View File
+ 0
- 0
L2_CommunityServer/launcher/Community.launch → L2J_CommunityServer/launcher/Community.launch
View File
+ 0
- 0
L2_CommunityServer/lib/c3p0-0.9.2-pre1.jar → L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar
View File
+ 0
- 0
L2_CommunityServer/lib/c3p0_LICENSE.txt → L2J_CommunityServer/lib/c3p0_LICENSE.txt
View File
+ 0
- 0
L2_CommunityServer/lib/javolution-5.5.1.jar → L2J_CommunityServer/lib/javolution-5.5.1.jar
View File
+ 0
- 0
L2_CommunityServer/lib/javolution_LICENSE.txt → L2J_CommunityServer/lib/javolution_LICENSE.txt
View File
+ 0
- 0
L2_CommunityServer/lib/mchange-commons-0.2.jar → L2J_CommunityServer/lib/mchange-commons-0.2.jar
View File
+ 0
- 0
L2_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar → L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar
View File
+ 0
- 0
L2_CommunityServer/lib/mysql-connector-java_LICENSE.txt → L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt
View File