1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
|
2003-02-05 Allan Douglas <allan_douglas@gmx.net>
* KOTH 0.8.0
* See NEWS for new features
* src/weapons/funkybomb.c, src/weapons/mirv.c, src/weapons/napalm.c, src/weapons/simplegfx.c, src/weapons/simplegfx.h, src/weapons/weapon.c, src/weapons/weapongfx.c:
changed explosions
* README: Added new keys and updated mailing list
* doc/Weaponry-HOWTO.txt: sincronized with current source code
2003-02-04 Allan Douglas <allan_douglas@gmx.net>
* weapons/dirtvaporizer.c, weapons/dirtvaporizer.h: New Weapon
* koth.lsm, NEWS, configure.in: Updated to Version 0.8.0
* src/kclient.c, src/kserver.c: bugfixes
* src/ai-moron.c, src/ai-clever.c:
- bugfixes
* doc/Weaponry-HOWTO.txt, doc/hackinginfo.txt, doc/todo.txt:
- Updated
* doc/kclever-ai.6, doc/kmoron-ai.6, doc/koth.6:
- Added new options
2003-02-03 Allan Douglas <allan_douglas@gmx.net>
* doc/Weaponry-HOWTO.txt:
- Updated to reflect current weapon's API
* src/kclient.c: Updated alt-h help
2003-02-03 Allan Douglas <allan_douglas@gmx.net>
* relay.c, weapons/napalmgfx.c: bugfixes
2003-02-01 Allan Douglas <allan_douglas@gmx.net>
* src/weapons/blackhole.h: increased blackhole mass
2003-01-31 Allan Douglas <allan_douglas@gmx.net>
* src/koth.cfg, src/player.h:
game balancement
2003-01-30 Allan Douglas <allan_douglas@gmx.net>
* debian/README.Debian, debian/changelog, debian/control, debian/copyright, debian/dirs, debian/docs, debian/files, debian/koth.substvars, debian/manpages, debian/postrm, debian/rules:
added files for debian package
* src/aihandlers.c, src/koth.cfg: game balancement
2003-01-29 Allan Douglas <allan_douglas@gmx.net>
* src/ballistics.h, src/weapons/funkybomb.c:
fixed wrong weapon death message
* src/aihandlers.c, src/clihandlers.c, src/koth.cfg, src/weapons/funkybomb.c, src/weapons/mirv.c:
*** empty log message ***
2003-01-28 Allan Douglas <allan_douglas@gmx.net>
* src/svrhandlers.c, src/clihandlers.c, src/koth.cfg, src/kserver.c, src/player.h, src/text.c, src/weapons/funkybomb.c, src/weapons/mirv.c, src/weapons/weapon.c:
*** empty log message ***
2003-01-27 Allan Douglas <allan_douglas@gmx.net>
* src/clihandlers.c:
fixed buffer-overflow (?)
2003-01-26 Allan Douglas <allan_douglas@gmx.net>
* src/kserver.c, src/weapons/blackhole.h:
minor changes
2003-01-25 Allan Douglas <allan_douglas@gmx.net>
* src/Makefile.in, src/conversions.c, src/kclient.c, src/text.c:
fixed postgame chat
* src/Makefile.am, src/weapons/tunnel.c, src/weapons/weapon.c, src/kserver.c:
*** empty log message ***
2003-01-24 Allan Douglas <allan_douglas@gmx.net>
* config.h.in, configure.in: *** empty log message ***
* src/Makefile.am, src/Makefile.in, src/clihandlers.c, src/conversions.c, src/conversions.h, src/kserver.c, src/kserver.h, src/relay.c:
Added suport to kick in the server
2003-01-23 Allan Douglas <allan_douglas@gmx.net>
* src/kclient.c, src/kserver.c, src/player.h, src/relay.c, src/svrhandlers.c, src/tcpcore.c, src/weapons/blackhole.c, src/weapons/blackholegfx.c, src/weapons/depthcharge.c, src/weapons/dirtcurtain.c, src/weapons/dirtcurtain.h, src/weapons/laser.c:
*** empty log message ***
2003-01-22 Allan Douglas <allan_douglas@gmx.net>
* src/gfx.c, src/kclient.c, src/kserver.c, src/relay.c, src/sky.c, src/terrain.c, src/weapons/laser.c, src/weapons/lasergfx.c, configure.in:
*** empty log message ***
2003-01-21 Allan Douglas <allan_douglas@gmx.net>
* src/aihandlers.c, src/clihandlers.c, src/kclient.c, src/kserver.c, src/kserver.h, src/relay.c, src/svrhandlers.c:
*** empty log message ***
2003-01-20 Allan Douglas <allan_douglas@gmx.net>
* src/kserver.c, src/svrhandlers.c, src/weapons/blackhole.h, src/weapons/cluster.c, src/weapons/supernuke.c, src/weapons/tacnuke.c, src/weapons/weapon.c:
bufixes and changed weapons power/price
2003-01-19 Allan Douglas <allan_douglas@gmx.net>
* src/ai-clever.c, src/ai-moron.c, src/aihandlers.c, src/aihandlers.h, src/player.c:
infinite observers
2003-01-18 Allan Douglas <allan_douglas@gmx.net>
* src/relay.h, src/svrhandlers.c, src/svrhandlers.h, src/clihandlers.c, src/clihandlers.h, src/gfx.c, src/gfx.h, src/kclient.c, src/kserver.c, src/packets.c, src/packets.h, src/player.c, src/player.h, src/relay.c:
infinite number of observers
2003-01-17 Allan Douglas <allan_douglas@gmx.net>
* autogen.sh, configure, src/ai-clever.c, src/ai-moron.c, src/game.h, src/kclient.c, src/kserver.c, src/player.c:
fixed score damage bug
2003-01-16 Allan Douglas <allan_douglas@gmx.net>
* src/weapons/tunnel.c: *** empty log message ***
* src/gfx.c, src/gfx.h:
modified tank colors
* src/ai-clever.c, src/ai-moron.c, src/clihandlers.c, src/gfx.c, src/kclient.c, src/kserver.c, src/svrhandlers.c, src/terrain.c:
*** empty log message ***
2003-01-15 Allan Douglas <allan_douglas@gmx.net>
* src/clihandlers.c, src/gfx.c, src/text.h:
display ready status in pregame
* src/weapons/weapon.c, src/weapons/weapon.h, src/ai-moron.c, src/ai.h, src/aihandlers.c, src/ballistics.c, src/ballistics.h, src/clihandlers.c, src/game.h, src/kclient.c, src/kclient.h, src/koth.cfg, src/kserver.c, src/kserver.h, src/player.c, src/player.h, src/relay.h, src/svrhandlers.c, src/terrain.c, src/text.c, src/weapons/basic.c, src/weapons/cluster.c, src/weapons/depthcharge.c, src/weapons/dirt.c, src/weapons/dirtcurtain.c, src/weapons/funkybomb.c, src/weapons/large.c, src/weapons/laser.c, src/weapons/mirv.c, src/weapons/napalm.c, src/weapons/simple.c, src/weapons/supernuke.c, src/weapons/tacnuke.c, src/weapons/tunnel.c, src/ai-clever.c:
bugfixes and some new features
2003-01-10 Allan Douglas <allan_douglas@gmx.net>
* AUTHORS, ChangeLog, INSTALL, README, doc/hackinginfo.txt, koth-0.7.lsm, src/ai-clever.c, src/ai-moron.c, src/aihandlers.c, src/aihandlers.h, src/ballistics.c, src/ballistics.h, src/clihandlers.c, src/clihandlers.h, src/game.h, src/gfx.c, src/gfx.h, src/kclient.c, src/kclient.h, src/koth.cfg, src/kserver.c, src/packets.h, src/player.c, src/player.h, src/relay.c, src/sky.c, src/svrhandlers.c, src/terraintest.c, src/weapons/Makefile.am, src/weapons/Makefile.in, src/weapons/blackhole.c, src/weapons/blackhole.h, src/weapons/blackholegfx.c, src/weapons/blackholegfx.h, src/weapons/depthcharge.c, src/weapons/depthcharge.h, src/weapons/dfa.c, src/weapons/dirtcurtain.c, src/weapons/dirtcurtain.h, src/weapons/laser.c, src/weapons/laser.h, src/weapons/lasergfx.c, src/weapons/lasergfx.h, src/weapons/mirv.c, src/weapons/napalm.c, src/weapons/napalmgfx.c, src/weapons/roller.c, src/weapons/weapon.c, src/weapons/weapon.h, src/weapons/weapongfx.c:
merged with the last non-released cvs version (from Peter)
2003-01-09 Allan Douglas <allan_douglas@gmx.net>
* src/kclient.c:
Fixed the wrong wind bug
* koth.prj, koth.pws, src/clihandlers.c, src/kclient.c, src/terrain.c:
*** empty log message ***
2003-01-08 Allan Douglas <allan_douglas@gmx.net>
* src/clihandlers.c, src/kclient.c, src/log.c, src/log.h, src/weapons/tunnel.c:
bug hunting
2003-01-07 Allan Douglas <allan_douglas@gmx.net>
* src/weapons/basic.h, src/weapons/cluster.c, src/weapons/cluster.h, src/weapons/dfa.c, src/weapons/dfa.h, src/weapons/dirt.c, src/weapons/dirt.h, src/weapons/dirtgfx.c, src/weapons/dirtgfx.h, src/weapons/funkybomb.c, src/weapons/funkybomb.h, src/weapons/large.c, src/weapons/large.h, src/weapons/mirv.c, src/weapons/mirv.h, src/weapons/napalm.c, src/weapons/napalm.h, src/weapons/napalmgfx.c, src/weapons/napalmgfx.h, src/weapons/roller.c, src/weapons/roller.h, src/weapons/simple.c, src/weapons/simple.h, src/weapons/simplegfx.c, src/weapons/simplegfx.h, src/weapons/supernuke.c, src/weapons/supernuke.h, src/weapons/tacnuke.c, src/weapons/tacnuke.h, src/weapons/tunnel.c, src/weapons/tunnel.h, src/weapons/weapon.c, src/weapons/weapon.h, src/weapons/weapongfx.c, src/weapons/weapongfx.h, src/ai-clever.c, src/ai-moron.c, src/ai.h, src/aiexterns.h, src/aihandlers.c, src/aihandlers.h, src/ballistics.c, src/ballistics.h, src/cfgfile.c, src/cfgfile.h, src/clihandlers.c, src/clihandlers.h, src/demo.c, src/demo.h, src/gfx.c, src/gfx.h, src/kclient.c, src/kclient.h, src/kserver.c, src/log.c, src/log.h, src/packets.c, src/packets.h, src/player.c, src/player.h, src/relay.c, src/relay.h, src/rnd.c, src/rnd.h, src/sky.c, src/sky.h, src/svrhandlers.c, src/svrhandlers.h, src/tcpcore.c, src/tcpcore.h, src/terrain.c, src/terrain.h, src/text.c, src/text.h, src/weapons/basic.c:
*** empty log message ***
2003-01-01 Allan Douglas <allan_douglas@gmx.net>
* koth.pws, src/clihandlers.c, src/gfx.c, src/gfx.h, src/kclient.c:
now, blank is reserverd for server messages; grey is the new tank color
2002-12-31 Allan Douglas <allan_douglas@gmx.net>
* src/baseimages/Makefile.am, src/baseimages/Makefile.in, src/baseimages/font5.xcf, src/baseimages/kothlogo.xcf:
*** empty log message ***
* doc/Makefile.am, doc/Makefile.in, doc/Weaponry-HOWTO.txt, doc/hackinginfo.txt, doc/kclever-ai.6, doc/kmoron-ai.6, doc/koth.6, doc/koths.6, doc/todo.txt, src/Makefile.am, src/Makefile.in, src/abram5.xpm, src/ai-clever.c, src/ai-moron.c, src/ai.h, src/aiexterns.h, src/aihandlers.c, src/aihandlers.h, src/ballistics.c, src/ballistics.h, src/cfgfile.c, src/cfgfile.h, src/clihandlers.c, src/clihandlers.h, src/demo.c, src/demo.h, src/font5.xpm, src/game.h, src/gfx.c, src/gfx.h, src/kclient.c, src/kclient.h, src/koth.cfg, src/kserver.c, src/kserver.h, src/log.c, src/log.h, src/packets.c, src/packets.h, src/player.c, src/player.h, src/relay.c, src/relay.h, src/rnd.c, src/rnd.h, src/sky.c, src/sky.h, src/svrhandlers.c, src/svrhandlers.h, src/tcpcore.c, src/tcpcore.h, src/terrain.c, src/terrain.h, src/text.c, src/text.h, src/weapons/Makefile.am, src/weapons/Makefile.in, src/weapons/basic.c, src/weapons/basic.h, src/weapons/cluster.c, src/weapons/cluster.h, src/weapons/dfa.c, src/weapons/dfa.h, src/weapons/dirt.c, src/weapons/dirt.h, src/weapons/dirtgfx.c, src/weapons/dirtgfx.h, src/weapons/funkybomb.c, src/weapons/funkybomb.h, src/weapons/large.c, src/weapons/large.h, src/weapons/mirv.c, src/weapons/mirv.h, src/weapons/napalm.c, src/weapons/napalm.h, src/weapons/napalmgfx.c, src/weapons/napalmgfx.h, src/weapons/roller.c, src/weapons/roller.h, src/weapons/simple.c, src/weapons/simple.h, src/weapons/simplegfx.c, src/weapons/simplegfx.h, src/weapons/supernuke.c, src/weapons/supernuke.h, src/weapons/tacnuke.c, src/weapons/tacnuke.h, src/weapons/tunnel.c, src/weapons/tunnel.h, src/weapons/weapon.c, src/weapons/weapon.h, src/weapons/weapongfx.c, src/weapons/weapongfx.h, AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in, NEWS, README, aclocal.m4, config.h.in, configure, configure.in, install-sh, koth.prj, koth.pws, missing, mkinstalldirs, stamp-h.in:
The code has re-indented
2002-12-29 Allan Douglas <allan_douglas@gmx.net>
* KOTH 0.7.7
* I'm the new maintainer =)
* New feature: IRC's /me style message
* Many bug fixes, including segfault's in the server, client and bots.
* Added manpages for kclever-ai, kmoron-ai, koth, koths from the Debian package. Thanks kov!
Thu Sep 2 15:56:39 EDT 1999 tetron
~ AUTHORS NEWS README
Documentation update, finally gave credit to some of the many
KOTH contributers.
Thu Sep 2 14:12:43 EDT 1999 tetron
~ Weaponry-HOWTO.txt hackinginfo.txt todo.txt
Updated todo, hackinginfo, Weaponry-HOWTO at version 1.1 and should
hopefully be closer to the current state of affairs.
Thu Sep 2 14:12:08 EDT 1999 tetron
~ configure koth-0.7.lsm
Updated.
Thu Sep 2 14:11:51 EDT 1999 tetron
~ Makefile.am Makefile.in basic.c basic.h cluster.c cluster.h
~ dfa.c dfa.h dirt.c dirt.h funkybomb.c funkybomb.h large.c
~ large.h mirv.c mirv.h roller.c roller.h simple.c simplegfx.c
~ supernuke.c supernuke.h tacnuke.c tacnuke.h weapon.c weapon.h
~ weapongfx.c
Removed 'id' field from guidance functions (since it was already
included in projectilepos), fixes around things for guidance adjustment
due to wind/walls while still keeping the guidance functions useful,
sanity checks added to ferret out dumb type errors in function decls,
and various other fixes and updates.
Thu Sep 2 14:09:43 EDT 1999 tetron
~ font5.xcf
Fixed that annoying little spec below the '6'
Thu Sep 2 14:09:08 EDT 1999 tetron
~ ai-clever.c ai-moron.c ballistics.c ballistics.h cfgfile.c
~ cfgfile.h clihandlers.c clihandlers.h demo.c demo.h font5.xpm
~ game.h gfx.c gfx.h kclient.c kclient.h koth.cfg kserver.c
~ packets.h player.c relay.c svrhandlers.c tcpcore.c terrain.c
~ terrain.h text.c text.h
Mondo bugfixes of various types. Added chat lines at the bottom of
the screen, fixed compile problems on a number of platforms and
all sorts of other stuff I can't think of now.
Tue Aug 31 20:11:13 GMT 1999 tetron
~ configure.in
bumped version number to 0.7.6. Will be released soon.
Tue Aug 31 20:10:22 GMT 1999 tetron
~ ai-clever.c ballistics.c gfx.c kclient.c kserver.c player.c
~ player.h relay.c rnd.c svrhandlers.c svrhandlers.h text.c
various and sundry bugfixes. commiting in order to start a koth cvs
tree on sputnik.
Wed Aug 25 15:24:03 GMT 1999 tetron
~ ai-clever.c ai-moron.c gfx.c svrhandlers.c text.c
A few fixes to compile on solaris, (hopefully) fixed solaris text
"smearing" problem.
Wed Aug 25 01:38:15 GMT 1999 tetron
~ Makefile.am Makefile.in demo.c demo.h koth.cfg text.c
fixes to compile on crud.net alpha/linux
Tue Aug 24 23:08:47 GMT 1999 tetron
~ configure configure.in
updated configure script... This is the 0.7.5 release!!!!!
Tue Aug 24 23:07:57 GMT 1999 tetron
~ ai-clever.c ai-moron.c aihandlers.c ballistics.c clihandlers.c
~ font5.xpm gfx.c kclient.c kclient.h koth.cfg kserver.c
~ packets.h player.c player.h sky.c svrhandlers.c text.c
bugfixes, scoring waits until everyone has hit a key, um, pretty much
touched everything... Still some problems though :(
Tue Aug 24 23:06:39 GMT 1999 tetron
~ font5.xcf
tinked with the "U" a bit more
Tue Aug 24 23:06:26 GMT 1999 tetron
~ weapon.c
screwed around with weapon costs some more
Tue Aug 24 14:28:51 GMT 1999 tetron
~ Makefile.am Makefile.in ai-clever.c ai-moron.c aihandlers.c
~ aihandlers.h clihandlers.c clihandlers.h font5.xpm game.h
~ gfx.c gfx.h kclient.c koth.cfg kserver.c packets.c packets.h
~ player.c player.h relay.c svrhandlers.c
+ demo.c demo.h
Applied Ken's demo recording patch, changed starting money a bit,
misc bug fixes, new font5.xpm... More work to do though.
Tue Aug 24 14:24:08 GMT 1999 tetron
~ font5.xcf
Moves capital U down one pixel and adds left/right arrows
Tue Aug 24 14:23:31 GMT 1999 tetron
~ mirv.c weapon.c
Fixed broken mirv, switched around all the weapon costs.
Mon Aug 23 17:43:39 GMT 1999 tetron
~ Makefile.am Makefile.in ai-moron.c ai.h aihandlers.c
~ aihandlers.h ballistics.c ballistics.h cfgfile.c cfgfile.h
~ clihandlers.c clihandlers.h font5.xpm game.h gfx.c gfx.h
~ kclient.c kclient.h koth.cfg kserver.c kserver.h log.c log.h
~ packets.c packets.h player.c player.h relay.c relay.h sky.c
~ sky.h svrhandlers.c svrhandlers.h tcpcore.c tcpcore.h
~ terrain.c terrain.h terraintest.c text.c text.h
+ ai-clever.c aiexterns.h rnd.c rnd.h
applied Ariel's wall patches, added
copyright/GPL messages at the top of every file, Jame's new clever AI,
misc other things...
Mon Aug 23 17:42:49 GMT 1999 tetron
~ basic.c basic.h cluster.c cluster.h dfa.c dfa.h dirt.c dirt.h
~ dirtgfx.c dirtgfx.h funkybomb.c funkybomb.h large.c large.h
~ mirv.c mirv.h roller.c roller.h simple.c simple.h simplegfx.c
~ simplegfx.h supernuke.c supernuke.h tacnuke.c tacnuke.h
~ weapon.c weapon.h weapongfx.c weapongfx.h
applied Ariel's wall patches, Brad's new funkybomb, added
copyright/GPL messages at the top of every file
Sat Aug 14 03:40:11 GMT 1999 tetron
+ cfgfile.c cfgfile.h koth.cfg sky.c sky.h
Oops, adding these files for the first time... Have been here a while
and already included in two releases but I forgot to commit them to CVS!
Fri Aug 13 07:58:02 GMT 1999 tetron
~ configure configure.in
0.7.4 release!
Fri Aug 13 07:57:45 GMT 1999 tetron
~ todo.txt
updated
Fri Aug 13 07:57:27 GMT 1999 tetron
~ Makefile.am Makefile.in ai-moron.c aihandlers.c ballistics.c
~ clihandlers.c gfx.c kclient.c kserver.c kserver.h log.c log.h
~ player.c relay.c relay.h svrhandlers.c
logging works now, also a few new config file options
Fri Aug 13 07:56:59 GMT 1999 tetron
~ basic.c
logs some stuff
Thu Aug 12 12:36:48 GMT 1999 tetron
~ NEWS
Changed the NEWS file. Umm, don't remember from what to what tho.
Thu Aug 12 12:36:23 GMT 1999 tetron
~ basic.c
added some debug logging. may take out out soon.
Thu Aug 12 12:35:59 GMT 1999 tetron
~ Makefile.am Makefile.in ai-moron.c aihandlers.c ballistics.c
~ clihandlers.c gfx.c kclient.c kclient.h kserver.c player.c
~ svrhandlers.c text.c
+ log.c log.h
Bunch of changes, not all of which I remember now, but
most recently tracked down and squashed the synchronization bug;
added new logging system (which has to be more widly implemented first)
Sat Aug 7 16:00:55 GMT 1999 tetron
~ Makefile.am Makefile.in weapon.c weapongfx.c
+ dfa.c dfa.h funkybomb.c funkybomb.h
added Brad's new weapons: Death From Above and Funky Bomb
Sat Aug 7 15:38:57 GMT 1999 tetron
~ gfx.c
applied Ken's tank-health-bar patch
Sat Aug 7 15:31:36 GMT 1999 tetron
~ configure configure.in
fixed == error, is = now. generated new configure script in the process.
Sat Aug 7 15:29:07 GMT 1999 tetron
~ Makefile.am Makefile.in ai.h ballistics.c ballistics.h
~ clihandlers.c clihandlers.h game.h gfx.c gfx.h kclient.c
~ kclient.h kserver.c kserver.h packets.c packets.h relay.c
~ terrain.h text.c
finished merge of Ariel's stuff, applied Chris's megadiff.
New features now include wind, config files, and two different sky
drawing routines (with more in the future). KOTH now should work
nicely in 8bpp. A few more things to merge in and hopefully 0.7.3 can
go out... It's been a bumpy ride.
Sat Aug 7 15:24:21 GMT 1999 tetron
~ Makefile.am Makefile.in basic.c cluster.c dirt.c dirtgfx.c
~ large.c mirv.c roller.c simple.c simplegfx.c supernuke.c
~ tacnuke.c
updates for nicer compiling, that's all
Wed Aug 4 01:26:39 GMT 1999 tetron
- weapon.c weapon.h weapongfx.c weapongfx.h
all this stuff moved into weapons/
Wed Aug 4 01:25:04 GMT 1999 tetron
~ Makefile.in configure configure.in
added --disable-client option to configure, disables ggi check so
client won't build but can otherwise build server & AIs
Wed Aug 4 01:23:52 GMT 1999 tetron
~ Makefile.in
Wed Aug 4 01:23:30 GMT 1999 tetron
~ Makefile.am Makefile.in ballistics.c ballistics.h
~ clihandlers.c game.h gfx.c gfx.h kclient.c kclient.h kserver.c
~ kserver.h packets.c packets.h player.c player.h relay.c
~ svrhandlers.c tcpcore.c terrain.h
+ ai-moron.c ai.h aihandlers.c aihandlers.h
ai stuff implemented, generational weapon activation implemented,
death queue implemented, now server can come right back up after a
crash (no waiting for sockets to time out! whoohoo!) dithered sky
added (will soon be replaced by chris's new sky stuff), and some other
bugfixes I can't think of right now but the server & clients should be
a bit more robust now I hope :)
Wed Aug 4 01:19:27 GMT 1999 tetron
+ Makefile.am Makefile.in basic.c basic.h cluster.c cluster.h
+ dirt.c dirt.h dirtgfx.c dirtgfx.h large.c large.h mirv.c
+ mirv.h roller.c roller.h simple.c simple.h simplegfx.c
+ simplegfx.h supernuke.c supernuke.h tacnuke.c tacnuke.h
+ weapon.c weapon.h weapongfx.c weapongfx.h
weapon stuff all rearranged to counter the forces of entropy in weapon.c
Wed Aug 4 01:17:21 GMT 1999 tetron
Directory /home/tetron/hack/mine/cvsstuff/koth/src/weapons added to the repository
Wed Aug 4 01:15:56 GMT 1999 tetron
~ Makefile.in
automake rebuild
Mon Aug 2 01:35:32 GMT 1999 tetron
~ configure configure.in
wrangled autoconf into supporting --disable-client as someone
requested.
0.7.2 release!!!!!
Mon Aug 2 01:34:53 GMT 1999 tetron
~ Makefile.am Makefile.in
Weaponry-HOWTO.txt added to automake file
Mon Aug 2 00:40:27 GMT 1999 tetron
~ todo.txt
updated to all the new features added.
Mon Aug 2 00:39:21 GMT 1999 tetron
~ clihandlers.c clihandlers.h kclient.c kserver.c kserver.h
~ packets.h player.c player.h relay.c svrhandlers.c
~ svrhandlers.h text.c text.h weapon.c
added weapon selling, modified cluster bomb, and added alarm() based
timeout on server to deal with recalcitrant clients that are holding
up everyone else. I would release this right now as 0.7.2 if Kyle
weren't playing Starcraft! *grumble*
Sun Aug 1 19:25:54 GMT 1999 tetron
~ Weaponry-HOWTO.txt
version 1.0 of the Weaponry HOWTO is finished!!!
Sun Aug 1 19:25:21 GMT 1999 tetron
~ ballistics.c ballistics.h weapon.c weapongfx.c
added roller, with a few related fixes.
Sun Aug 1 04:08:45 GMT 1999 tetron
~ todo.txt
updated todo.
Sun Aug 1 04:06:15 GMT 1999 tetron
~ configure
Generated new configure script :) Current version is 0.7.2 and should
be released soon once the roller is added and documented in the
Weaponry-HOWTO.
Sun Aug 1 04:04:17 GMT 1999 tetron
+ Weaponry-HOWTO.txt
Weponry-HOWTO added. First two examples written and after I finish
the third I'll release the new KOTH!
Sun Aug 1 04:03:08 GMT 1999 tetron
~ ballistics.c ballistics.h clihandlers.c kclient.c kclient.h
~ player.c player.h svrhandlers.c terrain.c terrain.h weapon.c
~ weapongfx.c
Very productive night tonight. Moved balCalcTankFall() to
plCalTankFall, falling dirt implemented with terCalcDirtFall, added
MIRV and Dirt Ball weapons as part of Weaponry-HOWTO.
Fri Jul 30 21:10:25 GMT 1999 tetron
~ Makefile.in config.h.in configure configure.in
Autoconf fixes, now compiles (but still doesn't _quite_ work) on solaris
Fri Jul 30 21:09:39 GMT 1999 tetron
~ Makefile.in todo.txt
makefile.in changed 'cause I re-ran autoconf, some todo updates
Fri Jul 30 21:09:16 GMT 1999 tetron
~ Makefile.in
changed 'cause I re-ran autoconf
Fri Jul 30 21:08:37 GMT 1999 tetron
~ Makefile.am Makefile.in ballistics.h clihandlers.c game.h
~ gfx.c kserver.c kserver.h packets.c packets.h player.h relay.c
~ svrhandlers.c
Various fixes to help portability to sparc/solaris (are we there yet?)
Mon Jul 26 22:12:29 GMT 1999 tetron
~ NEWS README
0.7 documentation updates.. almost release time
Mon Jul 26 01:29:36 GMT 1999 tetron
~ Makefile.am Makefile.in configure configure.in
+ koth-0.7.lsm
- koth-0.6.lsm
further bugfixes to automake/autoconf scripts, need at least to do
some documentation updates before releasing, but 0.7 should be just
around the corner. Need to think about version numbering because
we're gonna hit 1.0 at the current rate of versioning, and it may not
be a "1.0" (that is to say, done) version. On the other hand, in fact
it _is_ pretty much playable, just not fully-featured. Hmmm. Consult
someone.
Mon Jul 26 01:22:43 GMT 1999 tetron
~ todo.txt
much editing of todo with respect to things done that can be removed,
new features that have been requested (or just not written down
before) added, rearranged a few things with respect to new priority.
No priority 1 features on the list right now, need to add some
(actually, that means it is time to release I think :)
Mon Jul 26 01:20:24 GMT 1999 tetron
~ ballistics.c ballistics.h clihandlers.c gfx.c gfx.h kclient.c
~ kserver.c packets.c packets.h player.c player.h svrhandlers.c
~ weapon.c weapongfx.c
A hell of a lot of stuff (damnit need to check in CVS more often and
make these ChangeLog entries shorter)... Let's see if I can remember
it all. Radius damage works properly now. Graphics now supports 15,
16, 24 and 32 bits per pixel modes (tested). Command line options
(using getopt) lets you specify x/y graphics res. Server now sends
ter_sizex/y, bal_lerp_tweak and bal_grav. I think that's it.
Mon Jul 26 01:14:47 GMT 1999 tetron
+ Makefile.am Makefile.in
whoo, a couple "base images" will actually be included proper with the
distribution.
Fri Jul 23 00:37:26 GMT 1999 tetron
~ Makefile.am Makefile.in configure configure.in
fixed up automake/autoconf "issues" (like not including all the needed
files in "make dist" eek!)
Fri Jul 23 00:36:37 GMT 1999 tetron
+ Makefile.am Makefile.in
added makefile stuff so documentation gets included properly :)
Fri Jul 23 00:35:50 GMT 1999 tetron
~ Makefile.am Makefile.in
added font5.xpm and abram5.xpm to the distribution :)
Thu Jul 22 01:51:38 GMT 1999 tetron
~ configure.in
+ koth-0.6.lsm
- koth-0.5.lsm
whoops... updated lsm entry and configure.in with new version number.
_NOW_ we should have 0.6 ;-)
Thu Jul 22 01:46:49 GMT 1999 tetron
~ NEWS
whoops, updated NEWS a bit... now we can do the 0.6 release :)
Thu Jul 22 01:42:35 GMT 1999 tetron
~ configure configure.in
* configure _should_ die with an error if it can't find libggi now.
* 0.6 release!!!
Thu Jul 22 01:41:45 GMT 1999 tetron
~ todo.txt
knocked a few more todo's off. Wow, only two priority one todos left!
Thu Jul 22 01:41:06 GMT 1999 tetron
~ ballistics.c clihandlers.c gfx.c gfx.h kclient.c kclient.h
~ kserver.c player.c player.h svrhandlers.c terrain.c weapon.c
Major changes/additions, KOTH is getting to be worth playing now!
* pl->barreloff_x bugs fixed (finally)
* radius damage mostly works (needs some tweaking)
* tanks fall (wow, makes a pretty big difference to gameplay... more
than I thought)
* players get money for killing other tanks
Wed Jul 21 01:34:03 GMT 1999 tetron
~ configure configure.in
configure script (should) now print an error if it can't find LibGGI.
Wed Jul 21 01:33:08 GMT 1999 tetron
~ hackinginfo.txt todo.txt
Added new "PV" (protocol version) packet type, updated todo list.
Wed Jul 21 01:32:29 GMT 1999 tetron
+ kclient.h kserver.h
some stuff in game.h moved out into kclient.h and kserver.h.
Wed Jul 21 01:31:31 GMT 1999 tetron
~ Makefile.am Makefile.in ballistics.c ballistics.h
~ clihandlers.c clihandlers.h game.h kclient.c kserver.c
~ packets.c packets.h player.c player.h svrhandlers.c weapon.c
~ weapon.h weapongfx.c
Protocol versioninng, modifications to let shields do interesting
things, real damage system implemented. Some bugs to shake out still
but looking good. Damage system makes the game _much_ more
interesting.
Sat Jul 17 16:50:06 GMT 1999 tetron
~ tcpcore.c
Removed #include that was screwing people up
Sat Jul 17 16:49:34 GMT 1999 tetron
~ koth-0.5.lsm
new LSM entry
Sat Jul 17 01:06:31 GMT 1999 tetron
+ koth-0.5.lsm
added lsm entry for this version
Fri Jul 16 19:11:00 GMT 1999 tetron
~ INSTALL NEWS README configure.in
Finaled things for initial public 0.5 release!!!!!
Fri Jul 16 19:10:15 GMT 1999 tetron
~ kclient.c kserver.c
kclient/kserver now print out a message indicating that they are
GPL with copyright etc (as per the GPL).
Thu Jul 15 02:39:15 GMT 1999 tetron
~ NEWS README
Re-wrote README to have some real information, including the story.
READY FOR RELEASE! WHOOHOOO!
Thu Jul 15 02:39:22 GMT 1999 tetron
~ clihandlers.c clihandlers.h gfx.c gfx.h kclient.c packets.c
~ packets.h player.h svrhandlers.c text.c
Changed stuff for colored messages, in-game messaging.
Thu Jul 15 02:39:21 GMT 1999 tetron
~ hackinginfo.txt todo.txt
Documentation update. New "MC" packet type. Rearranged todo.txt muchly.
Tue Jul 13 01:06:34 GMT 1999 tetron
~ clihandlers.c game.h kclient.c player.c player.h svrhandlers.c
~ weapon.c weapongfx.c
Lots of stuff for buying/using various weapons. Seems to all work!
Purchasing menu in pregame is little funny but no _major_ rendering
problems so we can put off monkey-wrenching that mess into shape for
later. Seems to be the last major feature, a few more fix-ups and
we're ready for release!
Tue Jul 13 01:02:31 GMT 1999 tetron
~ todo.txt
Whoo-hoo! Down to two (minor) checkoffs! Almost ready for release!
Mon Jul 12 21:01:20 GMT 1999 tetron
~ clihandlers.c clihandlers.h kclient.c kserver.c packets.c
~ packets.h player.c player.h svrhandlers.c svrhandlers.h
~ weapon.c
Misc weapon buying stuff. Doesn't work yet, but commiting anyway (it
does compile :)
Mon Jul 12 20:59:53 GMT 1999 tetron
~ hackinginfo.txt
added mention of new "BW" packet type.
Tue Jul 6 00:36:03 GMT 1999 tetron
~ clihandlers.c kclient.c packets.h player.c player.h
~ svrhandlers.c text.c text.h weapon.c
More work towards buying weapons in pregame. Working listbox. Some
stuff broken, no protocol yet.
Mon Jul 5 04:07:35 GMT 1999 tetron
~ ballistics.c ballistics.h clihandlers.c gfx.c kclient.c
~ player.c player.h svrhandlers.c text.c text.h weapon.c
~ weapon.h
Modifications in preparation for support for buying weapons in
pregame. Isn't actually linked into the main code yet, but it
compiles :)
Sun Jul 4 04:10:13 GMT 1999 tetron
~ hackinginfo.txt todo.txt
Knock another item off the todo list, update the docs.
Sun Jul 4 04:09:31 GMT 1999 tetron
~ ballistics.c ballistics.h clihandlers.c game.h gfx.c kclient.c
~ kserver.c packets.c packets.h player.c player.h relay.c
~ svrhandlers.c tcpcore.c terrain.c text.c weapon.c weapon.h
~ weapongfx.c
_Finally_ implemented simultaneous and turn-based firing arbitration :)
Sat Jul 3 14:32:33 GMT 1999 tetron
~ ballistics.c ballistics.h clihandlers.c clihandlers.h gfx.c
~ gfx.h kclient.c svrhandlers.c weapon.c weapon.h weapongfx.c
Implemented centralize functions for terrain <--> screen
coordinate/dimension mapping.
Sat Jul 3 14:31:52 GMT 1999 tetron
~ hackinginfo.txt todo.txt
Documentation update. Still trying to shorten that todo file :)
Fri Jul 2 00:56:28 GMT 1999 tetron
~ todo.txt
Just a few more things to do before release... C'mon!
You can do it! :)
Fri Jul 2 00:53:56 GMT 1999 tetron
~ ballistics.c game.h gfx.c kclient.c kserver.c packets.c
~ packets.h player.h svrhandlers.c
Debugged the new pktPack()/pktUnpack() stuff. Seems to work now.
Tue Jun 29 01:50:35 GMT 1999 tetron
~ todo.txt
* Updated todo...
Tue Jun 29 01:50:35 GMT 1999 tetron
~ ChangeLog configure configure.in
~ config.h.in
* Now checks for byte, short and integer size with the hopeful intent of
increasing portability...
Tue Jun 29 01:49:28 GMT 1999 tetron
+ packets.c
~ Makefile.am Makefile.in clihandlers.c kclient.c kserver.c
~ packets.h svrhandlers.c
* New packing code, should be much more portable and more the "right
thing". Needs much testing though, doesn't work presently due to
a few things.
Mon Jun 28 19:51:52 GMT 1999 tetron
+ shot-screenshot.gif
+ chat-screenshot.gif cluster-screenshot.gif
+ clusterexpl-screenshot.gif
* Added some screenshot pics (actually they're what's on the web page...)
(hmmm, maybe I should stick the web page in CVS? :)
Wed Jun 23 00:41:33 GMT 1999 tetron
~ todo.txt
* Another step towards release! Only a few more things to do...
Wed Jun 23 00:37:28 GMT 1999 tetron
~ clihandlers.c gfx.c kclient.c packets.h svrhandlers.c weapon.c
~ weapon.h
* wep_WeaponList is now a circular linked list
* can now cycle through the weapon list in game with +/-
* weapon name is sent along with fire command to the server,
server sends weapon name to clients
Wed Jun 23 00:37:12 GMT 1999 tetron
~ todo.txt
* wep_WeaponList is now a circular linked list
* can now cycle through the weapon list in game with +/-
* weapon name is sent along with fire command to the server,
server sends weapon name to clients
Thu Jun 17 22:29:34 EDT 1999 tetron
~ README
* 0.3 Pre-release release.
Wed Jun 16 23:26:41 EDT 1999 tetron
~ README
* Started this ChangeLog
|