Tue, 20 Jan 2009 23:24:04 +0200 Tero Marttila fix dangerously broken mkcmake.sh
Tue, 20 Jan 2009 22:00:24 +0200 Tero Marttila cleanup Terrain, use a single linear array instead of nested vectors
Sat, 17 Jan 2009 02:58:36 +0200 Tero Marttila fluff out README (test commit)
Sat, 17 Jan 2009 01:22:47 +0200 Tero Marttila add README file
Fri, 16 Jan 2009 22:25:41 +0200 Tero Marttila weird merge on mkcmake.sh
Fri, 16 Jan 2009 22:24:37 +0200 Tero Marttila fix kishna-glista.dox -> kisna-glista.dox, and also fix VersionScript include sillyness
Fri, 16 Jan 2009 22:06:51 +0200 Tero Marttila fix mkcmake.sh
Fri, 16 Jan 2009 22:03:49 +0200 Tero Marttila more documentation tweaking, all Network/ files now have a @file comment. Fix Platform.h -> Platform.hh, and Buffer.hh + Packet.cc
Fri, 16 Jan 2009 21:24:45 +0200 Tero Marttila documentation work on Network
Fri, 16 Jan 2009 01:05:34 +0200 Tero Marttila more tweaking of version.c ... maybe it works now
Fri, 16 Jan 2009 00:42:02 +0200 Tero Marttila hopefully version stuff is now run properly on every make...
Thu, 15 Jan 2009 21:33:54 +0200 Tero Marttila build scripts autodetect project version using 91d96387b359+ tip, and version is included in window title
Thu, 15 Jan 2009 20:38:23 +0200 Tero Marttila add KG_DOC_ONLY build option to not compile code or find library dependancies
Tue, 13 Jan 2009 23:54:47 +0200 Tero Marttila try and implement resize in a sane way, but changeing from windowed mode to fullscreen mode is now kind of weird
Tue, 13 Jan 2009 23:15:47 +0200 Tero Marttila a basic implementation of game messages, plus some weird GameStateEvent stuff
Tue, 13 Jan 2009 21:36:43 +0200 Tero Marttila remove unused graphics_default, and default to the highest resolution available in fullscreen mode
Tue, 13 Jan 2009 21:14:12 +0200 Tero Marttila add compressed read/write NetworkPacket API and move zlib stuff out of NetworkServer/Client
Tue, 13 Jan 2009 20:21:28 +0200 Tero Marttila add .hgignore
Tue, 13 Jan 2009 20:17:03 +0200 Tero Marttila implement --help, --fullscreen, --resolution and --list-modes
Tue, 13 Jan 2009 16:11:37 +0000 convert-repo update tags
Mon, 22 Dec 2008 02:37:43 +0000 terom dirty implementation of compressed terrain array data
Mon, 22 Dec 2008 02:37:28 +0000 terom amend r387
Mon, 22 Dec 2008 02:36:57 +0000 terom better error reporting of NetworkSocket bind/connect failures
Mon, 22 Dec 2008 02:36:28 +0000 terom fix select EINTR issues
Wed, 17 Dec 2008 01:13:26 +0000 terom note broken use of memcmp in NetworkAddress, and delete generated doc/final_document.pdf file
Wed, 17 Dec 2008 00:44:46 +0000 terom rename files: Address -> Endpoint, SockAddr -> Address
Wed, 17 Dec 2008 00:40:22 +0000 terom separate sockaddr stuff out of NetworkAddress... now called NetworkEndpoint
Tue, 16 Dec 2008 23:21:26 +0000 terom new NetworkReactor, fix everything to actually work
Tue, 16 Dec 2008 20:30:35 +0000 terom fix some NetworkAddress omissions
Mon, 15 Dec 2008 23:56:42 +0000 terom break the network code. Too late to set up a branch for this now