summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-17 16:53:32 +0000
committerrubidium <rubidium@openttd.org>2009-01-17 16:53:32 +0000
commit72b0341ed01caed7053df6f2ca7f9530d1f67e40 (patch)
tree76215ba6e27bc0b1f49919c01ff2608f276b8e3d /source.list
parent3940ed7e6f0bcb4fbe74c632254d6824692864dd (diff)
downloadopenttd-72b0341ed01caed7053df6f2ca7f9530d1f67e40.tar.xz
(svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
Diffstat (limited to 'source.list')
-rw-r--r--source.list5
1 files changed, 5 insertions, 0 deletions
diff --git a/source.list b/source.list
index 90d0f2872..2809b970b 100644
--- a/source.list
+++ b/source.list
@@ -45,6 +45,7 @@ namegen.cpp
network/network.cpp
network/network_client.cpp
network/network_command.cpp
+network/network_content.cpp
network/network_gamelist.cpp
network/network_server.cpp
network/network_udp.cpp
@@ -211,6 +212,7 @@ namegen_func.h
network/network.h
network/network_base.h
network/network_client.h
+network/network_content.h
network/network_func.h
network/network_gamelist.h
network/network_gui.h
@@ -391,6 +393,7 @@ main_gui.cpp
misc_gui.cpp
music_gui.cpp
network/network_chat_gui.cpp
+network/network_content_gui.cpp
network/network_gui.cpp
newgrf_gui.cpp
news_gui.cpp
@@ -776,6 +779,8 @@ network/core/packet.cpp
network/core/packet.h
network/core/tcp.cpp
network/core/tcp.h
+network/core/tcp_content.cpp
+network/core/tcp_content.h
network/core/tcp_game.cpp
network/core/tcp_game.h
network/core/udp.cpp