morasa@smirgeline.hut.fi [Fri, 11 Sep 2009 16:45:04 +0300] rev 447
create new physics branch
Tero Marttila <terom@fixme.fi> [Fri, 11 Sep 2009 15:34:48 +0300] rev 446
fix NetworkSocket to not forget want_* state if resetting between connect()'s
nireco [Sat, 31 Jan 2009 15:21:57 +0200] rev 445
explosion animation
nireco [Sat, 31 Jan 2009 14:13:54 +0200] rev 444
one more pic
nireco [Sat, 31 Jan 2009 12:33:08 +0200] rev 443
worm02 two pics to comment
nireco [Thu, 29 Jan 2009 22:23:28 +0200] rev 442
couple of images about new worm
Tero Marttila <terom@fixme.fi> [Tue, 27 Jan 2009 03:02:02 +0200] rev 441
fix bug with NetworkBufferOutput where push_write doesn't update offset
Tero Marttila <terom@fixme.fi> [Tue, 27 Jan 2009 00:27:05 +0200] rev 440
create version 0.1.1 prerelease branch
Tero Marttila <terom@fixme.fi> [Tue, 27 Jan 2009 00:25:58 +0200] rev 439
some README text
Tero Marttila <terom@fixme.fi> [Tue, 27 Jan 2009 00:17:13 +0200] rev 438
remove silly bin/kg symlink
Tero Marttila <terom@fixme.fi> [Tue, 27 Jan 2009 00:16:53 +0200] rev 437
remove outdated plan/
Tero Marttila <terom@fixme.fi> [Tue, 27 Jan 2009 00:16:17 +0200] rev 436
move initial projectile sync message to NetworkServerProjectile::send_info
Tero Marttila <terom@fixme.fi> [Tue, 27 Jan 2009 00:12:07 +0200] rev 435
send initial rope state on join, fixing #5 for now
Tero Marttila <terom@fixme.fi> [Tue, 27 Jan 2009 00:02:34 +0200] rev 434
move write_object to NetworkMessage, fix player sync, and implement projectile sync
Tero Marttila <terom@fixme.fi> [Mon, 26 Jan 2009 23:39:08 +0200] rev 433
convert CMakeLists to use CMake's OPTION command (with our own wrapper)
Tero Marttila <terom@fixme.fi> [Mon, 26 Jan 2009 23:26:44 +0200] rev 432
add NetworkChannelPacket class, and modify NetworkTarget::send/send_raw signature. Add hard-coded DEBUG_ENABLED define
Tero Marttila <terom@fixme.fi> [Mon, 26 Jan 2009 23:03:47 +0200] rev 431
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?\!
Tero Marttila <terom@fixme.fi> [Mon, 26 Jan 2009 19:52:52 +0200] rev 430
back-out incomplete Console/GUI stuff from default branch
Tero Marttila <terom@fixme.fi> [Mon, 26 Jan 2009 19:50:52 +0200] rev 429
branch off Graphics/Console development
Tero Marttila <terom@fixme.fi> [Sat, 24 Jan 2009 01:19:38 +0200] rev 428
clean up PhysicsObject.hh a bit, make some things private
Tero Marttila <terom@fixme.fi> [Sat, 24 Jan 2009 00:47:54 +0200] rev 427
fix ticket:1 and make PhysicsObject setPosition/setVelocity protected
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 20:21:10 +0200] rev 426
use EXIT_SUCCESS/FAILURE return codes from main
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 04:24:26 +0200] rev 425
more compile-fixing, this is GCC 4.3 with a 64-bit libc and it's damn stupid
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 04:09:53 +0200] rev 424
fix GRAPHICS_ENABLED configuration... probably broken again if the <ClanLib/Display> includes aren't there
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 03:53:17 +0200] rev 423
fix worst compilation errors when using the debian lenny gcc/libc...
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 03:19:25 +0200] rev 422
fix *_ENABLED cmake scripts
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 03:02:43 +0200] rev 421
merge new_graphics back into default, it should work OK, and there's a lot of additional functionality already
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 02:56:50 +0200] rev 420
clean up Server/Client log output a bit
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 02:47:53 +0200] rev 419
fix Engine <-> NetworkClient interaction
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 02:38:33 +0200] rev 418
add --log-level option, improve Config/Logger documentation, fix NETWORK_EANBLED typos in Engine
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 01:53:05 +0200] rev 417
support for building without Network/Graphics, although the disable-graphics case is kind of hackish still
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 00:28:26 +0200] rev 416
clean up InputHandler/GameView to use signals for input
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 00:13:53 +0200] rev 415
add forgotten top-level Input.hh
Tero Marttila <terom@fixme.fi> [Thu, 22 Jan 2009 00:02:53 +0200] rev 414
port Input to new Graphics, still a bit hacky, but everything seems to work now
Tero Marttila <terom@fixme.fi> [Wed, 21 Jan 2009 23:25:29 +0200] rev 413
drawing the GameView works
Tero Marttila <terom@fixme.fi> [Wed, 21 Jan 2009 23:07:22 +0200] rev 412
new graphics code compiles... no, it doesn't work yet
Tero Marttila <terom@fixme.fi> [Wed, 21 Jan 2009 03:33:35 +0200] rev 411
there's a grain of truth in the new graphics code now...
Tero Marttila <terom@fixme.fi> [Wed, 21 Jan 2009 01:57:24 +0200] rev 410
start working out the Graphics/* code, this is a long way from compiling, let alone working
Tero Marttila <terom@fixme.fi> [Wed, 21 Jan 2009 00:21:42 +0200] rev 409
add --terrain-seed and --terrain-size arguments, plus bugfixes
Tero Marttila <terom@fixme.fi> [Tue, 20 Jan 2009 23:30:18 +0200] rev 408
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
Tero Marttila <terom@fixme.fi> [Tue, 20 Jan 2009 23:24:04 +0200] rev 407
fix dangerously broken mkcmake.sh
Tero Marttila <terom@fixme.fi> [Tue, 20 Jan 2009 22:00:24 +0200] rev 406
cleanup Terrain, use a single linear array instead of nested vectors
Tero Marttila <terom@fixme.fi> [Sat, 17 Jan 2009 02:58:36 +0200] rev 405
fluff out README (test commit)
Tero Marttila <terom@fixme.fi> [Sat, 17 Jan 2009 01:22:47 +0200] rev 404
add README file
Tero Marttila <terom@fixme.fi> [Fri, 16 Jan 2009 22:25:41 +0200] rev 403
weird merge on mkcmake.sh
Tero Marttila <terom@fixme.fi> [Fri, 16 Jan 2009 22:24:37 +0200] rev 402
fix kishna-glista.dox -> kisna-glista.dox, and also fix VersionScript include sillyness
Tero Marttila <terom@fixme.fi> [Fri, 16 Jan 2009 22:06:51 +0200] rev 401
fix mkcmake.sh
Tero Marttila <terom@fixme.fi> [Fri, 16 Jan 2009 22:03:49 +0200] rev 400
more documentation tweaking, all Network/ files now have a @file comment. Fix Platform.h -> Platform.hh, and Buffer.hh + Packet.cc
Tero Marttila <terom@fixme.fi> [Fri, 16 Jan 2009 21:24:45 +0200] rev 399
documentation work on Network
Tero Marttila <terom@fixme.fi> [Fri, 16 Jan 2009 01:05:34 +0200] rev 398
more tweaking of version.c ... maybe it works now
Tero Marttila <terom@fixme.fi> [Fri, 16 Jan 2009 00:42:02 +0200] rev 397
hopefully version stuff is now run properly on every make...
Tero Marttila <terom@fixme.fi> [Thu, 15 Jan 2009 21:33:54 +0200] rev 396
build scripts autodetect project version using 91d96387b359+ tip, and version is included in window title
Tero Marttila <terom@fixme.fi> [Thu, 15 Jan 2009 20:38:23 +0200] rev 395
add KG_DOC_ONLY build option to not compile code or find library dependancies
Tero Marttila <terom@fixme.fi> [Tue, 13 Jan 2009 23:54:47 +0200] rev 394
try and implement resize in a sane way, but changeing from windowed mode to fullscreen mode is now kind of weird
Tero Marttila <terom@fixme.fi> [Tue, 13 Jan 2009 23:15:47 +0200] rev 393
a basic implementation of game messages, plus some weird GameStateEvent stuff
Tero Marttila <terom@fixme.fi> [Tue, 13 Jan 2009 21:36:43 +0200] rev 392
remove unused graphics_default, and default to the highest resolution available in fullscreen mode
Tero Marttila <terom@fixme.fi> [Tue, 13 Jan 2009 21:14:12 +0200] rev 391
add compressed read/write NetworkPacket API and move zlib stuff out of NetworkServer/Client
Tero Marttila <terom@fixme.fi> [Tue, 13 Jan 2009 20:21:28 +0200] rev 390
add .hgignore
Tero Marttila <terom@fixme.fi> [Tue, 13 Jan 2009 20:17:03 +0200] rev 389
implement --help, --fullscreen, --resolution and --list-modes
convert-repo [Tue, 13 Jan 2009 16:11:37 +0000] rev 388
update tags
terom [Mon, 22 Dec 2008 02:37:43 +0000] rev 387
dirty implementation of compressed terrain array data
terom [Mon, 22 Dec 2008 02:37:28 +0000] rev 386
amend r387
terom [Mon, 22 Dec 2008 02:36:57 +0000] rev 385
better error reporting of NetworkSocket bind/connect failures
terom [Mon, 22 Dec 2008 02:36:28 +0000] rev 384
fix select EINTR issues
terom [Wed, 17 Dec 2008 01:13:26 +0000] rev 383
note broken use of memcmp in NetworkAddress, and delete generated doc/final_document.pdf file
terom [Wed, 17 Dec 2008 00:44:46 +0000] rev 382
rename files: Address -> Endpoint, SockAddr -> Address
terom [Wed, 17 Dec 2008 00:40:22 +0000] rev 381
separate sockaddr stuff out of NetworkAddress... now called NetworkEndpoint
terom [Tue, 16 Dec 2008 23:21:26 +0000] rev 380
new NetworkReactor, fix everything to actually work
terom [Tue, 16 Dec 2008 20:30:35 +0000] rev 379
fix some NetworkAddress omissions
terom [Mon, 15 Dec 2008 23:56:42 +0000] rev 378
break the network code. Too late to set up a branch for this now
terom [Mon, 15 Dec 2008 16:41:00 +0000] rev 377
direction normalization functions in vector, change rope color, misc comments+whitespace
terom [Mon, 15 Dec 2008 15:36:17 +0000] rev 376
tweak mkcmake.sh, remove mkdoxyconf.sh, tweak MESSAGE output
terom [Mon, 15 Dec 2008 15:30:48 +0000] rev 375
fix svn:ignore properties
terom [Mon, 15 Dec 2008 15:28:56 +0000] rev 374
integrate doxygen into our cmake build system
terom [Mon, 15 Dec 2008 14:41:49 +0000] rev 373
use a template (doxygen.conf), plus mainpage docs in kishna-glista.dox
terom [Mon, 15 Dec 2008 14:34:14 +0000] rev 372
remove redundant doc/doxygen directory
terom [Mon, 15 Dec 2008 14:32:36 +0000] rev 371
shuffle around the doxygen stuff a bit, and update svn:ignore on doc
terom [Mon, 15 Dec 2008 14:24:38 +0000] rev 370
clean up Vector a bit, remove unused Terrain -> direction function
terom [Tue, 09 Dec 2008 04:49:33 +0000] rev 369
fix some documentation errors
terom [Tue, 09 Dec 2008 04:41:48 +0000] rev 368
move our overdrive-doxygen stuff to doxygen_hc_overclock.cfg
terom [Tue, 09 Dec 2008 04:40:05 +0000] rev 367
fix more optimized-assert errors
terom [Tue, 09 Dec 2008 04:38:32 +0000] rev 366
improve mkcmake.sh
terom [Tue, 09 Dec 2008 04:33:53 +0000] rev 365
fix optimization-related warnings
ekku [Tue, 09 Dec 2008 04:31:39 +0000] rev 364
add final document
ekku [Tue, 09 Dec 2008 04:27:16 +0000] rev 363
resizing
terom [Tue, 09 Dec 2008 04:23:57 +0000] rev 362
add some diagrams to .tex, merged changes
ekku [Tue, 09 Dec 2008 04:22:30 +0000] rev 361
network move
terom [Tue, 09 Dec 2008 04:14:55 +0000] rev 360
add two sample graphs from the doxygen output
terom [Tue, 09 Dec 2008 03:50:15 +0000] rev 359
MOAR MOAR MOAR
terom [Tue, 09 Dec 2008 03:28:25 +0000] rev 358
PIMP MAH DOXYGEN
ekku [Tue, 09 Dec 2008 03:06:48 +0000] rev 357
Some stuff
saiam [Tue, 09 Dec 2008 03:04:31 +0000] rev 356
Titlepage and toc to documentation
terom [Tue, 09 Dec 2008 02:58:31 +0000] rev 355
misc. touching up of doc and NetworkServer comments...
nireco [Tue, 09 Dec 2008 02:55:45 +0000] rev 354
weapon reloads to right direction
saiam [Tue, 09 Dec 2008 02:54:35 +0000] rev 353
Should work now
terom [Tue, 09 Dec 2008 02:52:11 +0000] rev 352
tweaking documentation text, and added Input+Network subsections under arch... again, perhaps too verbose?
nireco [Tue, 09 Dec 2008 02:46:51 +0000] rev 351
cleaned object-object collision detection in PhysicsWorld.cc:tick
saiam [Tue, 09 Dec 2008 02:37:02 +0000] rev 350
Removed Network stuff from architecture part of documentation
ekku [Tue, 09 Dec 2008 02:33:59 +0000] rev 349
Collision and normal writing
saiam [Tue, 09 Dec 2008 02:26:42 +0000] rev 348
Simplified the architecture description a bit
saiam [Tue, 09 Dec 2008 02:15:00 +0000] rev 347
Minor fixes to documentation.
saiam [Tue, 09 Dec 2008 02:04:57 +0000] rev 346
Joku turha uml kaavio
nireco [Tue, 09 Dec 2008 02:04:41 +0000] rev 345
1 bug documented
terom [Tue, 09 Dec 2008 02:00:19 +0000] rev 344
reorganize section 1 of documentation, and write a lot of really hard-to-read text in section 2
nireco [Tue, 09 Dec 2008 01:55:04 +0000] rev 343
first version of tgad
nireco [Tue, 09 Dec 2008 01:41:07 +0000] rev 342
picture_amount
ekku [Tue, 09 Dec 2008 01:39:38 +0000] rev 341
More worm gestures
saiam [Tue, 09 Dec 2008 01:30:46 +0000] rev 340
Something to the doc.
terom [Tue, 09 Dec 2008 01:07:51 +0000] rev 339
mark mkcmake.sh as executable
terom [Tue, 09 Dec 2008 00:58:49 +0000] rev 338
new DigDig weapon with massive radius
terom [Tue, 09 Dec 2008 00:45:41 +0000] rev 337
implement NetworkObject destructor, and increase BounceBounce recoil
saiam [Tue, 09 Dec 2008 00:45:18 +0000] rev 336
Rope aplies forcce to both players
ekku [Tue, 09 Dec 2008 00:10:32 +0000] rev 335
Players dont collide
terom [Mon, 08 Dec 2008 23:52:08 +0000] rev 334
transmit handleInput dt
saiam [Mon, 08 Dec 2008 23:49:48 +0000] rev 333
Minor fixes to documentation
terom [Mon, 08 Dec 2008 23:47:48 +0000] rev 332
handle NetworkClient server-disconnect by logging an error and stopping the engine
saiam [Mon, 08 Dec 2008 23:44:45 +0000] rev 331
Added rungen kutta to documentation
terom [Mon, 08 Dec 2008 23:42:40 +0000] rev 330
fix Network Projectile::onHitPlayer
terom [Mon, 08 Dec 2008 23:24:40 +0000] rev 329
fix infinite loop in NetworkBuffer
terom [Mon, 08 Dec 2008 23:21:49 +0000] rev 328
fix player-pivoted rope