diff options
-rw-r--r-- | TODO | 10 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | osirion.kdevelop.pcs | bin | 515566 -> 526697 bytes | |||
-rw-r--r-- | osirion.kdevses | 9 |
4 files changed, 14 insertions, 9 deletions
@@ -6,14 +6,16 @@ filesystem:: core:: connection to remote game (ok) - read/write configuration file + read/write configuration file (ok) + split client and server configuration parse command line options network:: - protocol + UDP datagrams + protocol description chat, channels rcon, commands - buffered sends + buffered sends (ok) zlib compression fix lag client connection state @@ -28,7 +30,7 @@ client:: render:: render pipelines pipeline for Lines AlphaLines Quads AlphaQuads Characters - .map models + .map models (ok) sys:: win32 (requires removal or #ifdef of the select() calls)
\ No newline at end of file diff --git a/configure.in b/configure.in index 579b643..13d7060 100644 --- a/configure.in +++ b/configure.in @@ -166,8 +166,8 @@ dnl --------------------------------------------------------------- dnl Write makefiles and config.h AC_OUTPUT(Makefile src/Makefile src/client/Makefile src/core/Makefile \ - src/filesystem/Makefile src/game/Makefile src/math/Makefile src/net/Makefile src/render/Makefile \ - src/server/Makefile src/sys/Makefile) + src/filesystem/Makefile src/game/Makefile src/math/Makefile src/render/Makefile src/server/Makefile \ + src/sys/Makefile) dnl --------------------------------------------------------------- dnl Configuration summary diff --git a/osirion.kdevelop.pcs b/osirion.kdevelop.pcs Binary files differindex 6961206..e58b241 100644 --- a/osirion.kdevelop.pcs +++ b/osirion.kdevelop.pcs diff --git a/osirion.kdevses b/osirion.kdevses index b1bd6ba..c865c2a 100644 --- a/osirion.kdevses +++ b/osirion.kdevses @@ -1,10 +1,13 @@ <?xml version = '1.0' encoding = 'UTF-8'?> <!DOCTYPE KDevPrjSession> <KDevPrjSession> - <DocsAndViews NumberOfDocuments="1" > - <Doc0 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/osirion-work/src/client/input.cc" > - <View0 Encoding="" line="78" Type="Source" /> + <DocsAndViews NumberOfDocuments="2" > + <Doc0 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/osirion-work/src/core/netclient.cc" > + <View0 Encoding="" line="112" Type="Source" /> </Doc0> + <Doc1 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/osirion-work/src/core/netserver.cc" > + <View0 Encoding="" line="78" Type="Source" /> + </Doc1> </DocsAndViews> <pluginList> <kdevdebugger> |