Fri, 11 Sep 2009 16:45:04 +0300 morasa create new physics branch new-physics
Fri, 11 Sep 2009 15:34:48 +0300 Tero Marttila fix NetworkSocket to not forget want_* state if resetting between connect()'s
Sat, 31 Jan 2009 15:21:57 +0200 nireco explosion animation
Sat, 31 Jan 2009 14:13:54 +0200 nireco one more pic
Sat, 31 Jan 2009 12:33:08 +0200 nireco worm02 two pics to comment
Thu, 29 Jan 2009 22:23:28 +0200 nireco couple of images about new worm
Tue, 27 Jan 2009 03:02:02 +0200 Tero Marttila fix bug with NetworkBufferOutput where push_write doesn't update offset
Tue, 27 Jan 2009 00:27:05 +0200 Tero Marttila create version 0.1.1 prerelease branch 0.1.1-pre
Tue, 27 Jan 2009 00:25:58 +0200 Tero Marttila some README text
Tue, 27 Jan 2009 00:17:13 +0200 Tero Marttila remove silly bin/kg symlink
Tue, 27 Jan 2009 00:16:53 +0200 Tero Marttila remove outdated plan/
Tue, 27 Jan 2009 00:16:17 +0200 Tero Marttila move initial projectile sync message to NetworkServerProjectile::send_info
Tue, 27 Jan 2009 00:12:07 +0200 Tero Marttila send initial rope state on join, fixing #5 for now
Tue, 27 Jan 2009 00:02:34 +0200 Tero Marttila move write_object to NetworkMessage, fix player sync, and implement projectile sync
Mon, 26 Jan 2009 23:39:08 +0200 Tero Marttila convert CMakeLists to use CMake's OPTION command (with our own wrapper)
Mon, 26 Jan 2009 23:26:44 +0200 Tero Marttila add NetworkChannelPacket class, and modify NetworkTarget::send/send_raw signature. Add hard-coded DEBUG_ENABLED define
Mon, 26 Jan 2009 23:03:47 +0200 Tero Marttila rework Network send() code to use NetworkTarget/Node/Group::send classes, add a NetworkMessage class for sending NetworkObject messages, and fix a bug whereby the server's client TCP sockets weren't nonblocking.... I wonder how this has worked before?\!
Mon, 26 Jan 2009 19:52:52 +0200 Tero Marttila back-out incomplete Console/GUI stuff from default branch
Mon, 26 Jan 2009 19:50:52 +0200 Tero Marttila branch off Graphics/Console development console_gui
Sat, 24 Jan 2009 01:19:38 +0200 Tero Marttila clean up PhysicsObject.hh a bit, make some things private
Sat, 24 Jan 2009 00:47:54 +0200 Tero Marttila fix ticket:1 and make PhysicsObject setPosition/setVelocity protected
Thu, 22 Jan 2009 20:21:10 +0200 Tero Marttila use EXIT_SUCCESS/FAILURE return codes from main
Thu, 22 Jan 2009 04:24:26 +0200 Tero Marttila more compile-fixing, this is GCC 4.3 with a 64-bit libc and it's damn stupid
Thu, 22 Jan 2009 04:09:53 +0200 Tero Marttila fix GRAPHICS_ENABLED configuration... probably broken again if the <ClanLib/Display> includes aren't there
Thu, 22 Jan 2009 03:53:17 +0200 Tero Marttila fix worst compilation errors when using the debian lenny gcc/libc...
Thu, 22 Jan 2009 03:19:25 +0200 Tero Marttila fix *_ENABLED cmake scripts
Thu, 22 Jan 2009 03:02:43 +0200 Tero Marttila merge new_graphics back into default, it should work OK, and there's a lot of additional functionality already
Thu, 22 Jan 2009 02:56:50 +0200 Tero Marttila clean up Server/Client log output a bit new_graphics
Thu, 22 Jan 2009 02:47:53 +0200 Tero Marttila fix Engine <-> NetworkClient interaction new_graphics
Thu, 22 Jan 2009 02:38:33 +0200 Tero Marttila add --log-level option, improve Config/Logger documentation, fix NETWORK_EANBLED typos in Engine new_graphics
Thu, 22 Jan 2009 01:53:05 +0200 Tero Marttila support for building without Network/Graphics, although the disable-graphics case is kind of hackish still new_graphics
Thu, 22 Jan 2009 00:28:26 +0200 Tero Marttila clean up InputHandler/GameView to use signals for input new_graphics
Thu, 22 Jan 2009 00:13:53 +0200 Tero Marttila add forgotten top-level Input.hh new_graphics
Thu, 22 Jan 2009 00:02:53 +0200 Tero Marttila port Input to new Graphics, still a bit hacky, but everything seems to work now new_graphics
Wed, 21 Jan 2009 23:25:29 +0200 Tero Marttila drawing the GameView works new_graphics
Wed, 21 Jan 2009 23:07:22 +0200 Tero Marttila new graphics code compiles... no, it doesn't work yet new_graphics
Wed, 21 Jan 2009 03:33:35 +0200 Tero Marttila there's a grain of truth in the new graphics code now... new_graphics
Wed, 21 Jan 2009 01:57:24 +0200 Tero Marttila start working out the Graphics/* code, this is a long way from compiling, let alone working new_graphics
Wed, 21 Jan 2009 00:21:42 +0200 Tero Marttila add --terrain-seed and --terrain-size arguments, plus bugfixes
Tue, 20 Jan 2009 23:30:18 +0200 Tero Marttila reorganize Terrain/PhysicsWorld/GameState/Engine to use NetworkClientConnect, and hence handle the connection process asynchronously, and finally properly implement receiving the terrain data from the server
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