Timeline

and .

08/16/08:

21:33 Changeset [2783] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilattach.java
  • trunk/twcore/src/twcore/bots/multibot/util/utilfreqc.java
  • trunk/twcore/src/twcore/bots/multibot/util/utilshipc.java

Adding Freqc which has the pseudo-lock of Shipc but compatible with the vast majority of utilities. Attach uses freq changes rather than ship changes to prevent DC. Removed a useless event request from Shipc.

07:13 Ticket #294 (defect) closed by Ayano
worksforme: I'd suggest recompiling the core.

08/15/08:

22:49 Changeset [2782] by milosh
  • trunk/twcore/src/twcore/bots/TWScript.java
  • trunk/twcore/src/twcore/bots/multibot/multibot.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/CodeCompiler.java

Very spiffy update! Added in !smodlogin with the ability to *zone and made the command !sysoplock if sysops want an exclusive lock. I also fixed the issue with the commands util. Coolest of all in this update is that the compile now acts like a compiler! You don't have to put crazy parenthesis or brackets around everything anymore… you can simple type [1+1+1*¾] to your hearts desire, and if you want something to take priority parenthesis and brackets get the job done. Cheers!

19:08 Changeset [2781] by fantus
  • trunk/twcore/src/twcore/bots/multibot/stepelim/stepelim.java

(forgot to remove TODO list)

19:07 Changeset [2780] by fantus
  • trunk/twcore/src/twcore/bots/multibot/stepelim/stepelim.cfg
  • trunk/twcore/src/twcore/bots/multibot/stepelim/stepelim.java

Bug fix: Players are now removed from their team if !keepdeaths is activated

17:54 Ticket #295 (defect) closed by Ayano
fixed: Resolved r:2779
17:53 Changeset [2779] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilshipc.java

Loose timer-task was unchecked.

17:42 Changeset [2778] by Ayano
  • trunk/twcore/src/twcore/bots/zonerbot/zonerbot.java

nit-picking, changed the periodic delimiter from ':' to ';' for left_eye

11:33 Ticket #295 (defect) created by Maverick
Unloading shipc crashes multibot
11:31 Ticket #294 (defect) created by Maverick
Safes module results in bot crash
11:28 Ticket #293 (defect) created by Maverick
Uncaught exception in utility commands - small bug
10:40 Changeset [2777] by fantus
  • trunk/twcore/src/twcore/bots/multibot/stepelim/stepelim.cfg
  • trunk/twcore/src/twcore/bots/multibot/stepelim/stepelim.java

Fixed two small bugs - the right winner gets displayed with !keepdeaths on - !eventeams now also keeps track of players in spec

09:50 Changeset [2776] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilflagwarppt.java
  • trunk/twcore/src/twcore/bots/zonerbot/zonerbot.java

Removed unused Random and added sound code support for zoner.

06:39 Changeset [2775] by milosh
  • trunk/twcore/src/twcore/bots/TWScript.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/CodeCompiler.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/commands.java

TWScript changes… moving CodeCompiler back into the multibot package for functionality and future improvements.

06:30 Changeset [2774] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilshipc.java

Minor additions, notification feature added.

06:21 Changeset [2773] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilattach.java

Ship change rather than specwithoutlock.

06:13 Changeset [2772] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilattach.java

Fished out a few bugs.

05:34 Changeset [2771] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilflagwarppt.java

haha, forgot to remove my debug lines. I need sleep.

05:29 Changeset [2770] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilflagwarppt.java

Removed the 'single flag' problem. Fixed the warpto.

04:42 Changeset [2769] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilflagwarppt.java
  • trunk/twcore/src/twcore/bots/multibot/util/utilshipswitch.java

Blind commit, should be working as intended.

08/14/08:

20:30 Changeset [2768] by Ayano
  • trunk/twcore/src/twcore/bots/zonerbot/zonerbot.java

Silly me, i needed decimals, added doubles where needed. Fixed the smod spam.

20:13 Changeset [2767] by milosh
  • trunk/twcore/src/twcore/bots/multibot/multibot.java

Small change to !smodlock.

18:49 Changeset [2766] by milosh
  • trunk/twcore/src/twcore/core/HubBot.java

Added a !help message and a couple checks for !spawnmax command.

16:56 Changeset [2765] by Ayano
  • trunk/twcore/src/twcore/bots/zonerbot/zonerbot.java

Minor garbage collecting. As the periodicd self-expire, they forget to remove themselves from the list of periodics.

16:43 Changeset [2764] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilattach.java
  • trunk/twcore/src/twcore/bots/multibot/util/utilshipswitch.java

pretty code is always nice, typos fixed.

16:04 Changeset [2762] by milosh
  • trunk/twcore/src/twcore/core/BotQueue.java
  • trunk/twcore/src/twcore/core/HubBot.java

HubBot !spawnmax command that spawns the maximum number of given bottype.

15:27 Changeset [2761] by milosh
  • trunk/twcore/src/twcore/bots/multibot/multibot.java

Always have to forget one thing.

15:07 Changeset [2760] by milosh
  • trunk/twcore/src/twcore/bots/CodeCompiler.java
  • trunk/twcore/src/twcore/bots/MultiUtil.java
  • trunk/twcore/src/twcore/bots/TWScript.java

New approach to TWScript.

14:55 Changeset [2759] by milosh
  • trunk/twcore/src/twcore/bots/MultiUtil.java
  • trunk/twcore/src/twcore/bots/multibot/multibot.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/commands.java

More fixing on TWScript!

14:32 Changeset [2758] by milosh
  • trunk/twcore/src/twcore/bots/multibot/multibot.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/commands.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/events.java

Fixes to Smod/Sysop functionality on TWScript.

13:37 Changeset [2757] by milosh
  • trunk/twcore/src/twcore/bots/multibot/bogglelvz/bogglelvz.example.cfg

13:30 Changeset [2756] by alinea
  • trunk/twcore/src/twcore/bots/multibot/bogglelvz/bogglelvz.cfg

11:51 Changeset [2754] by milosh
  • trunk/twcore/src/twcore/bots/multibot/twscript/twscript.java

Pretty important.

11:07 Ticket #292 (enhancement) closed by Ayano
fixed: resolved.
10:39 Changeset [2753] by Ayano
  • trunk/twcore/src/twcore/bots/zonerbot/zonerbot.java

Added periodic zone message functionality for smod+.

00:07 Changeset [2752] by milosh
  • trunk/twcore/src/twcore/bots/multibot/twscript/CodeCompiler.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/timers.java

The timers util is complete. It's cool… check it out. Also other house cleaning on TWScript.

08/13/08:

21:43 Changeset [2751] by fantus
  • trunk/twcore/src/twcore/bots/multibot/stepelim/stepelim.cfg
  • trunk/twcore/src/twcore/bots/multibot/stepelim/stepelim.java

Code cleanup and bugfixes

18:19 Changeset [2750] by milosh
  • trunk/twcore/src/twcore/bots/multibot/twscript/commands.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/hotspots.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/timers.java

First portion of the new TWScript utility 'timers'. Changed the name of the custom utility to 'commands' and did some editing on TWScript throughout.

14:45 Ticket #281 (defect) closed by milosh
wontfix: I'm closing this… we shouldn't have to do extra work because a new <ER> …
13:35 Ticket #292 (enhancement) created by Left_Eye
Auto Advertisements for SMods+
10:33 Changeset [2746] by milosh
  • trunk/twcore/src/twcore/core/BotSettings.java

Second commit in regards to PL's TWD Notification request.

05:40 Ticket #237 (defect) closed by Maverick
worksforme: Then I'd say we can safely consider this ticket "solved".

08/12/08:

17:34 Changeset [2737] by milosh
  • trunk/twcore/src/twcore/bots/multibot/spaceball/spaceball.java

This module's !help message was blocked when the new multibot was put into place.

16:20 Changeset [2736] by milosh
  • trunk/twcore/src/twcore/bots/multibot/multibot.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/twscript.cfg
  • trunk/twcore/src/twcore/bots/multibot/twscript/twscript.java

Pertinent request from MBananas to make the TWScript module function as a utility so it can run simultaneously with other modules.

14:12 Changeset [2735] by Maverick
  • trunk/twcore/src/twcore/bots/staffbot/staffbot_serverwarningecho.java

Removed the arena name from the server error echo as it's always the same (the arena where Staffbot resides - #robopark).

13:59 Changeset [2734] by Maverick
  • trunk/twcore/src/twcore/bots/staffbot/staffbot_serverwarningecho.java

Removed the arena name from the server error echo as it's always the same (the arena where Staffbot resides - #robopark).

10:50 Changeset [2728] by milosh
  • trunk/twcore/src/twcore/bots/multibot/multibot.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/events.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/twscript.java

Some TWScript changes… notification of which utilities are loaded, fixed ugly help menus, added some javadocs, etc.

01:43 Changeset [2726] by milosh
  • trunk/twcore/src/twcore/bots/multibot/twscript/CodeCompiler.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/twscript.java

Some minor enhancements.

00:23 Ticket #291 (task) created by milosh
CTF Module for Multibot

08/11/08:

23:49 Changeset [2725] by milosh
  • trunk/twcore/src/twcore/bots/multibot/twscript/custom.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/events.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/hotspots.java

Changed Smod access to Sysop. It's really equivalent to making someone a Sysop.

12:01 Ticket #290 (task) created by doc flabby
twlbot fixes

08/10/08:

13:56 Changeset [2721] by milosh
  • trunk/twcore/src/twcore/core/stats/DBPlayerData.java

Unifying database.

13:35 Changeset [2720] by milosh
  • trunk/twcore/src/twcore/bots/alertbot/alertbot.java
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Unifying database.

12:50 Changeset [2718] by milosh
  • trunk/twcore/src/twcore/bots/robohelp/robohelp.java

Oops, typo!

12:46 Changeset [2717] by milosh
  • trunk/twcore/src/twcore/bots/robohelp/robohelp.java
  • trunk/twcore/src/twcore/bots/staffbot/staffbot_warnings.java

The first step in unifying the two databases.

08:21 TipsTricks edited by Maverick
Added a small note to the first tip/trick (diff)
06:18 Index edited by Maverick
Added the page TipsTricks to the Index (diff)
06:17 TipsTricks edited by Maverick
Initial page with the first tip/trick; Changing the commit message
06:12 Changeset [2714] by Maverick
  • trunk/twcore/src/twcore/bots/multibot/multibot.java

I must say, throwing IllegalArgumentExceptions when the command can't be completed is really a bad way of handling errors (especially since IllegalArgumentException is a runtime exception). Nonetheless, this change should handle the IllegalArgumentException in the proper way if thrown.

Milosh, I undid a change at one line you made at catch(RuntimeException) because it's multibot's way to report !command errors back to the user.

08/09/08:

12:31 Changeset [2711] by Maverick
  • trunk/twcore/src/twcore/bots/staffbot/staffbot_serverwarningecho.java

Removed the (sender) part of the server warning echo (it's always null).

12:01 Changeset [2710] by milosh
  • trunk/twcore/src/twcore/bots/multibot/twscript/twscript.cfg

Err, blank cfg's are lame.

11:50 Changeset [2709] by milosh
  • trunk/twcore/src/twcore/bots/multibot/twscript/CodeCompiler.java
  • trunk/twcore/src/twcore/bots/multibot/twscript/twscript.java

A few modifications to the recent TWScript improvements.

11:21 Changeset [2708] by milosh
  • trunk/twcore/src/twcore/bots/multibot/multibot.java
  • trunk/twcore/src/twcore/bots/multibot/twscript
  • trunk/twcore/src/twcore/bots/multibot/twscript/CodeCompiler.java

TWScript modifications.

07:50 Changeset [2707] by Maverick
  • trunk/twcore/src/twcore/bots/staffbot/staffbot_serverwarningecho.java

Minor change, server errors need to be reported to the smod+ chat.

08/08/08:

13:52 Changeset [2705] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.java

Minor adjustments on saved definitions being erased on transition on stand-alone

08/04/08:

01:45 Changeset [2704] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilshipswitch.java

Adding a ship switching utility, simple and clean.

08/02/08:

13:40 Changeset [2703] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilattach.java

New attach utility, allows limits on specified ship attaches,

and a limit on the amount of turrets of a specified ship the defined anchor ship can hold.

07/31/08:

06:48 Ticket #278 (enhancement) closed by milosh
fixed: Related Changeset: 2702
01:41 Changeset [2701] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.java
  • trunk/twcore/src/twcore/bots/multibot/util/utilflagwarppt.java
  • trunk/twcore/src/twcore/bots/multibot/util/utilshiprestrict.java

- Wrenched up logbot's timer tasks - Updated flagwarppt with tighter control and a new claimed/contested message feature - Cleared up shiprestrict's exempt read out

07/29/08:

23:02 Ticket #289 (defect) created by stark
Elfbot's up to his usual shenanigans (voting, status)
19:00 Ticket #288 (defect) created by mirrorrim
Re-adding a subbed player
14:38 New reply on General Discussion created by Proz
(HubBot) is disconnecting: received bi-directional
12:41 Changeset [2700] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Adjusting vote times; adjusting ratio display; removing duplicate GOx3

12:26 Changeset [2699] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Preventing double scorecard msgs.

12:23 Changeset [2698] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Streak fix; multiple games starting fix

12:14 Changeset [2697] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilgoal.java

Odd scenario, Lets see if I can catch it.

11:48 Changeset [2696] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Changing over to a system that uses an internal ElimPlayer class for recordkeeping, allowing streak and double-kill info to be retained and reported.

07/28/08:

21:45 Changeset [2695] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.java

Minor boolean adjustment.

21:01 New reply on General Discussion created by Ayano
(HubBot) is disconnecting: received bi-directional
13:27 New reply on General Discussion created by Maverick
(HubBot) is disconnecting: received bi-directional
10:50 New reply on General Discussion created by Proz
(HubBot) is disconnecting: received bi-directional
08:52 Changeset [2694] by milosh
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

A few touch ups on that last ticket.

08:01 Ticket #287 (defect) closed by milosh
fixed: Changeset: 2693
08:01 Changeset [2693] by milosh
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Ticket #287. Ability to use commands remotely.

01:49 Ticket #287 (defect) created by stark
remote !status on elfbots

07/27/08:

23:13 Ticket #286 (enhancement) closed by milosh
worksforme: This already works.
20:00 Changeset [2692] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.java
  • trunk/twcore/src/twcore/bots/multibot/util/utilgoal.java

Switched utilgoal to rely on ballpositon and soccergoal packets. Changed the name of logbot's personal logs.

19:35 Ticket #286 (enhancement) created by Ayano
Add sound-code support to utilHotspots' messages
17:56 Ticket #285 (enhancement) closed by D1st0rt
fixed: I just tested it and this is only going to work on re-entry to the safe. …
17:55 Changeset [2691] by D1st0rt
  • trunk/twcore/src/twcore/bots/multibot/util/utilsafes.java

Added an optional delay for acting on re-entry to the safe (Ticket #285)

17:29 Changeset [2690] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.java
  • trunk/twcore/src/twcore/bots/multibot/util/utilgoal.java

Added a Goal utility based on Arena messages since there currently is no way to pull the goal scorer from a packet.

A small touch up on reference pointers showing up where they arn't supposed to in logbot.

16:13 Ticket #285 (enhancement) created by Shadowmere
Extended Safe Modules - Release 1.7 [06/01/06]

07/26/08:

23:32 Ticket #203 (defect) reopened by milosh
I was wrong. This problem is still occurring.
14:52 Developers edited by milosh
(diff)
12:52 Changeset [2689] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.java

Stupidity ensues.. logslogbot.log Last time I commit without testing.

12:44 Changeset [2688] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.java

Minor tweak, moved where it saves it's log file to \bin\logs

12:24 Changeset [2687] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.example.cfg
  • trunk/twcore/src/twcore/bots/logbot/logbot.java

Fixed various errors. Added a few options.

11:41 Ticket #284 (enhancement) created by Shadowmere
Killer Module
08:37 Changeset [2686] by Maverick
  • trunk/twcore/src/twcore/bots/bouncerbot/bouncerbot.java

Improved Bouncerbot's !help a bit

08:23 Changeset [2685] by Maverick
  • trunk/twcore/src/twcore/bots/bouncerbot/bouncerbot.java

Small change to bouncerbot: Doesn't kick ZHs and <ER>s now (like it should I think).

07:16 Changeset [2684] by Maverick
  • trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java

Fixed very small compilation error

07/25/08:

21:40 Ticket #283 (enhancement) closed by Ayano
fixed: Utility has been enhanced. Wait for the next core update to see it in a …
21:38 Changeset [2682] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilflagwarppt.java

Fixed a missing !goto command in the handlePlayerMessage.

21:37 Changeset [2681] by Ayano
  • trunk/twcore/src/twcore/bots/multibot/util/utilpoll.java

Poll utility update. Allows a !repeat option to re-display the poll.

20:41 Changeset [2680] by Ayano
  • trunk/twcore/src/twcore/bots/logbot/logbot.java

A few minor annoying fixes. No DB access yet as I'm lacking experience in that area. The code is still quite messy.

14:31 Changeset [2679] by Maverick
  • trunk/twcore/src/data/HelpResponses.txt

Small change to !tell abuse and !tell Staff complaint

13:12 Changeset [2678] by Maverick
  • trunk/twcore/src/twcore/bots/multibot/dodgeball/dodgeball.java

Extra (untested) functionality for dodgeball to handle multiple balls

12:46 Ticket #283 (enhancement) created by Krazie <ER>
!repeat command in POLLS utility
12:16 Ticket #276 (task) closed by Maverick
wontfix: Reporter requested to close the ticket
11:46 Changeset [2677] by milosh
  • trunk/twcore/src/twcore/bots/multibot/util/utilmessages.java

Removing the TWScript features of this module as they are few and can be conglomerated elsewhere

09:20 Changeset [2676] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

MVP display; requesting ArenaJoined

00:22 Changeset [2675] by Maverick
  • trunk/twcore/src/twcore/core/events/BallPosition.java

Small change to the datatype of m_carrier in BallPosition

07/24/08:

21:44 Ticket #203 (defect) closed by milosh
fixed: I'm pretty positive this has been fixed.
20:53 Ticket #280 (defect) closed by milosh
fixed: Changeset: 2674
20:51 Changeset [2674] by milosh
  • trunk/twcore/src/twcore/bots/multibot/wipeout/wipeout.java

Ticket #280. Server lag problem fixed.

16:33 Ticket #282 (defect) created by speedbump@tw
ElfBot/elim module bug for current MVP
13:10 Ticket #281 (defect) created by MBananas
Golden module issue
11:29 Changeset [2673] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Disabling hits/misses, which seem to work sporadically. One interesting thing: some people seem to receive other players' WeaponFired events, coming up with hundreds of misses at the end of the round; after this player is eliminated, players then start receiving misses… if we could figure out why they are being misrouted (something with playerID, I'm guessing), we could re-enable this feature.

11:08 Changeset [2672] by dugwyler
  • trunk/twcore/src/twcore/bots/multibot/util/utilautopilot.java

Adding support for the mod help msg. Whoops

10:16 Changeset [2671] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Float conversions for ratio calculations; clearing hit/miss data.

10:01 Changeset [2670] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

MVP fix to include winner; experimental scorecard.

07/23/08:

11:32 Changeset [2669] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

NPE fix. All kinds of fun with this horrendous beast. Should have rewritten it.

11:21 Ticket #280 (defect) created by Shadowmere
WipeOut module causing server lag?
11:14 Changeset [2668] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Default ship fix; proper game status fix

10:54 Changeset [2667] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Updates with the new status variables… attempting to hack this old good for nothing into working order.

10:31 Changeset [2666] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Replacing 52 game status boolean variables with one int, to remove conflicts. Should remove more than one bug.

09:58 Changeset [2665] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.example.cfg
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Fixing default voting.

09:42 Changeset [2664] by dugwyler
  • trunk/twcore/src/twcore/bots/multibot/util/utilhotspots.java

Lowering the packet cap from default of 45 to 20 (the cap Distension uses), to prevent zone recycling in such games as TWHalo.

09:36 Changeset [2663] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Attempting to deal with locking issues; initial changes for hitrate counting.

08:39 Changeset [2662] by dugwyler
  • trunk/twcore/src/twcore/bots/roboreplacement/roboreplacement.java

Getting voting working again and responding; now zones at spawn.

07/22/08:

17:25 Ticket #279 (task) created by milosh
TWD notification upon login
17:24 Ticket #278 (enhancement) created by milosh
Timer on MatchBot's !addplayer
17:19 Ticket #277 (defect) created by Shadowmere
Revenge Module Breaking Down
12:09 Changeset [2661] by dugwyler
  • trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java

Tweaks to DB reading

11:46 Changeset [2660] by dugwyler
  • trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java

First attempt at reading data from DB.

07/20/08:

16:10 Ticket #276 (task) created by Kolar
Radiobot Access List
04:45 Ticket #255 (task) closed by milosh
wontfix
01:34 Ticket #275 (task) created by ga@deiru.com
"quick-draw"/small tourny module

Note: See TracTimeline for information about the timeline view.