This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
L2j
/
l2j-server-game
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Procházet zdrojové kódy
MELERIX
před 14 roky
rodič
35fb899741
revize
762cfbc3c8
81 změnil soubory
, kde provedl
0 přidání
a
0 odebrání
Rozdělené zobrazení
Ukázat statistiku rozdílových dat
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
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/.gcjbuilder → L2J_CommunityServer/.gcjbuilder
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/.project → L2J_CommunityServer/.project
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/.settings/org.eclipse.jdt.core.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/.settings/org.eclipse.jdt.ui.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/LICENSE.txt → L2J_CommunityServer/LICENSE.txt
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/build.xml → L2J_CommunityServer/build.xml
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/dist/startCommunityServer.bat → L2J_CommunityServer/dist/startCommunityServer.bat
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/dist/startCommunityServer.sh → L2J_CommunityServer/dist/startCommunityServer.sh
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/Config.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java → L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java → L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Post.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/AuditFilter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/AuditFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ErrorFilter.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/config/General.properties → L2J_CommunityServer/java/config/General.properties
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/config/communityserver.properties → L2J_CommunityServer/java/config/communityserver.properties
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/config/telnet.properties → L2J_CommunityServer/java/config/telnet.properties
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/console.cfg → L2J_CommunityServer/java/console.cfg
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/java/log.cfg → L2J_CommunityServer/java/log.cfg
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/launcher/Community.launch → L2J_CommunityServer/launcher/Community.launch
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/lib/c3p0-0.9.2-pre1.jar → L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/lib/c3p0_LICENSE.txt → L2J_CommunityServer/lib/c3p0_LICENSE.txt
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/lib/javolution-5.5.1.jar → L2J_CommunityServer/lib/javolution-5.5.1.jar
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/lib/javolution_LICENSE.txt → L2J_CommunityServer/lib/javolution_LICENSE.txt
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/lib/mchange-commons-0.2.jar → L2J_CommunityServer/lib/mchange-commons-0.2.jar
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar → L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar
Zobrazit soubor
+ 0
- 0
L2_CommunityServer/lib/mysql-connector-java_LICENSE.txt → L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt
Zobrazit soubor