Timeline
06/21/07:
- 09:21 Ticket #81 (Error in RoboBot's trivia module) closed by
- fixed: I have added the configuration parameters to trivia.cfg which should solve …
- 09:19 Changeset [1601] by
-
- trunk/twcore/src/twcore/bots/multibot/trivia/trivia.cfg
Configuration parameters added to trivia.cfg solving ticket:81
- 07:03 Changeset [1599] by
-
- trunk/twcore/src/twcore/bots/multibot/trivia/trivia.java
Small NPE fix when there are no top ten stats in the database.
- 06:36 Changeset [1598] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
MultiBot: Fixed !loaded=!load bug and changed command.equals() to command.equalsIgnoreCase() to make it possible to do !MiXeDcAsE commands.
- 06:14 Ticket #12 (Duelbot's op list) closed by
- worksforme: This was either fixed or was never a real bug
- 05:22 Ticket #68 (Curiosity ticket: HelpResponseParser?) closed by
- fixed: HelpResponses.txt has been moved to /trunk/twcore/data/HelpResponses.txt …
- 05:17 Changeset [1597] by
-
- trunk/tools/HelpResponsesParser
Moving /trunk/HelpResponsesParser to /trunk/tools/HelpResponsesParser to make it more obvious this is a small seperate program related to TWCore but not dependant on TWCore.
- 05:14 Changeset [1596] by
-
- trunk/tools
- 04:26 Ticket #76 (Robohelp "/" bug) closed by
- fixed: Fixed. This bug was caused because the breaking up of the Help Response …
- 04:22 Changeset [1595] by
-
- trunk/twcore/src/data/HelpResponses.txt
HelpResponses: Reformatted "kill points" a bit to have the "(Your Bounty 4)" start on a new PM.
06/20/07:
- 14:34 Ticket #6 (Matchbot matches wrong player) reopened by
- Oops, my mistake. priority and severity changed to match ticket:78 which …
- 14:33 Ticket #78 (TWJD Game Glitch) closed by
- duplicate: Didn't remember such a ticket was already made. Duplicate of ticket:6
- 14:33 Ticket #6 (Matchbot matches wrong player) closed by
- duplicate
- 14:31 Changeset [1594] by
-
- trunk/twcore/src/twcore/bots/relaybot
Relaybot removed since it serves no more purpose with the client missing.
See ticket:55
- 14:30 Ticket #55 (Client for RadioBot) closed by
- wontfix: The need for this bot (where the client is the goal of this ticket) is …
- 13:32 Ticket #81 (Error in RoboBot's trivia module) created by
- […]
- 13:06 Ticket #79 (SQLResultEvent not handled) closed by
- fixed: Seems like everything in this ticket is fixed, closing the ticket.
- 13:03 Ticket #80 (Purepubbot doesn't return correct ship type) created by
- Small bug with !set and !listships […] The bot only need to have a …
- 12:40 Changeset [1593] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Tested and modified a bit, bug permanently fixed.
Also removed some old code and refactored two methods into one.
- 08:11 Changeset [1592] by
-
- trunk/twcore/src/twcore/bots/multibot/util/utilart.java
- trunk/twcore/src/twcore/bots/multibot/util/utiletc.java
- trunk/twcore/src/twcore/bots/multibot/util/utilflags.java
- …
Combined four utilities into one: donations, remote, art, list, and the bot-controlling part of flags.
Essentially the place for things that are used infrequently and don't need their own module.
- 07:36 Changeset [1591] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
Changes to !help: included missing commands.
Added !modhelp for help on the loaded module -- too much spam otherwise.
- 07:17 Ticket #57 (Sound enum) reopened by
- I didn't check Ship's enum definitions ... for some reason I assumed that …
- 02:50 Changeset [1590] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Untested fix for Robohelp not always recording "on it"s, once tested and verified this can be applied for "got it"s aswell.
06/19/07:
- 14:14 Changeset [1588] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Added handleEvent(SQLResultEvent) which was inevidently missing.
This is probably the solution to ticket:79 .
- 12:49 Changeset [1587] by
-
- trunk/twcore/src/twcore/core/command/CommandInterpreter.java
Fixed major bug with commands made via the chat; the messager/operator's name was null
- 12:44 Changeset [1586] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
- Excluded ZHs and ERs from the mod !mystats
- Fixed ER !mystats bug (only listed hosts from the first day of the month)
- Made a ZH-only !mystats instead of showing the mod !mystats version
- 08:26 Ticket #79 (SQLResultEvent not handled) created by
- [Jun 19 10:17] lnx: sqlresultevent not handled; ignored - twdbot and twbot …
- 06:22 Changeset [1585] by
-
- trunk/twcore/src/cvs.sh
- trunk/twcore/src/readme.txt
readme.txt is very old and shouldn't be used anymore
cvs.sh has no use since we use subversion, not CVS
- 06:13 Changeset [1584] by
-
- trunk/HelpResponsesParser/HelpResponses.txt
Moved to trunk/twcore/data
- 06:09 Changeset [1583] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Reply to changeset:1580 ; I put a special character in there so that the bot would send a PM but it wouldn't contain anything since Continuum can't show the special character (ascii 149).
The bot would send an empty PM effectively bypassing String.trim() that keeps you from sending a normal empty PM.
Obviously this gives compilation problems in other IDE's. I re-added the line with a normal character (!`) to keep the spacing in the response.
Maybe a method should be made to send an empty PM or remove the String.trim() from BotAction.sendPrivateMessage().
- 05:53 Changeset [1582] by
-
- trunk/twcore/src/data/HelpResponses.txt
Moving RoboHelp's HelpResponses.txt from HelpResponsesParser project to TWCore project.
This is the most recent updated HelpResponses for RoboHelp.
- 04:37 Changeset [1580] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Strange line that made code uncompilable on King
- 04:10 Changeset [1579] by
-
- trunk/twcore/src/twcore/bots/staffbot/staffbot.java
Warning regex was cutting off the first character of each warning. Removed and replaced.
06/18/07:
- 16:33 Changeset [1577] by
-
- trunk/twcore/src/twcore/bots/multibot/util
- trunk/twcore/src/twcore/bots/multibot/util/SpecTask.java
- trunk/twcore/src/twcore/bots/multibot/util/utilantispawn.java
- …
See previous changeset.
(Eclipse synchronizing doesn't commit unversioned stuff automatically)
- 16:32 Changeset [1576] by
-
- trunk/twcore/src/twcore/bots/multibot/acro/acro.java
- trunk/twcore/src/twcore/bots/multibot/ballspec/ballspec.java
- trunk/twcore/src/twcore/bots/multibot/baseassault/baseassault.java
- …
Beta of MultiBot 2.0. This upgrade should make TWBot obsolete, incorporating all its utility features into a new MultiUtil class. All utilities/former TWBot modules are stored in the multibot/util/ directory.
This will probably have some bugs, and I'm far from promising it doesn't! Basic testing has been done, but now it needs a stress test. (Partly committing to avoid constant merging process when having several files that are different from the repository...)
- 14:40 Ticket #78 (TWJD Game Glitch) created by
- The module for TWJD is flawed in that it cannot determine the difference …
- 14:34 Changeset [1575] by
-
- trunk/twcore/src/twcore/bots/twbot/SpecTask.java
Fix for spec'ing freq with twbotspec2
06/17/07:
- 14:31 Changeset [1574] by
-
- trunk/twcore/src/twcore/bots/multibot/freezetag/freezetag.cfg
Missing .cfg file
- 13:57 Changeset [1573] by
-
- trunk/twcore/src/runbots.bat
Small update to the runbots.bat with new paths and arguments
- 13:37 Changeset [1572] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
isEmpty removed due to java 5 incompability
- 11:03 Ticket #76 (Robohelp "/" bug) created by
- From HelpResponses.txt: […] Response from Robohelp with a !lookup: …
06/16/07:
- 16:00 Changeset [1571] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Added a PM from the bot if you taken a call successfully (can be removed later).
Added !mystats command to see your own call statistics in-game.
06/15/07:
- 13:18 Ticket #75 (Staffbot's aliasing features) created by
- For improved warning management the Staffbot should alias the player on …
- 01:05 Ticket #74 (The Brand New Jav Elimination Arena - By Kim) created by
- I would like this to be a separate bot, where the permissions to start it …
06/14/07:
- 13:54 Changeset [1569] by
-
- trunk/twcore/src/twcore/core/util/Tools.java
SHIP_ enum removed as it was a duplication of what is in Ship.
SOUND_ and PRIZE_ enums moved to internal classes for more logical organization.
- 13:52 Ticket #57 (Sound enum) closed by
- fixed: I've removed the Ship enum inside Tools so as not to duplicate (with a …
06/12/07:
- 05:43 Changeset [1567] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Improved the !help menu displaying all the available commands.
Restyled the code a bit here and there.
- 04:49 Ticket #73 (Pubbot chat module) created by
- The chat module of the pubhub is still too resource-intensive for the …
- 01:56 Changeset [1566] by
-
- trunk/twcore/src/BuildTWCore.java
- trunk/twcore/src/twcore/bots/ballbot/PosMonitor.java
- trunk/twcore/src/twcore/bots/bannerboy/bannerboy.java
- …
Fixed some generics, removed unused variables and solved other warnings. Overall fixed more then 100 warnings.
06/11/07:
- 11:54 Ticket #57 (Sound enum) reopened by
- Correction, you already did :p Maybe it's easier and more logical to make …
- 11:19 Changeset [1563] by
-
- trunk/twcore/src/twcore/bots/multibot/commander
- trunk/twcore/src/twcore/bots/multibot/commander/commander.cfg
- trunk/twcore/src/twcore/bots/multibot/commander/commander.java
This bot doesn't work yet, but committing it so it sticks in the repository. Could be a very interesting game once completed.
- 11:14 Changeset [1562] by
-
- trunk/twcore/src/twcore/core/util/Tools.java
Old-style enums for prizes, sounds, and ships (see ticket for reasoning behind this)
- 11:13 Ticket #57 (Sound enum) closed by
- fixed: I've read up on enums in various places, and I'm not convinced that …
- 03:19 Changeset [1561] by
-
- trunk/twcore/src/twcore/core/BotAction.java
- trunk/twcore/src/twcore/core/BotQueue.java
- trunk/twcore/src/twcore/core/command/CommandInterpreter.java
- …
parameterized some iterators
fixed BotAction.changeAllInShipToFreq()
- 02:29 Changeset [1560] by
-
- trunk/twcore
.settings directory ignored (eclipse project-specific settings)
06/10/07:
- 21:32 Ticket #70 (Changes to pubbottk) closed by
- fixed: Now works. Hot.
- 17:23 Ticket #72 (MultiBot utility utildoor.java needs door on-off tasks implemented) created by
- This utility was never completed. The following commands need to be …
- 16:11 Changeset [1558] by
-
- trunk/twcore/src/twcore/bots/multibot/remote
A utility, not a module. (Will be converted into a MultiUtil.)
- 16:09 Changeset [1557] by
-
- trunk/twcore/src/twcore/bots/multibot/test
Not used.
- 15:17 Changeset [1555] by
-
- trunk/twcore/src/twcore/core/HubBot.java
- trunk/twcore/src/twcore/core/util/Tools.java
New getTimeDiffString method in Tools.
Modified HubBot to work with this new method for !uptime, and to print total uptime before shutdown to logs when using !shutdowncore
- 06:47 WikiStart edited by
- Newsflash: Static IP - IP active (diff)
- 06:47 WikiStart edited by
- Newsflash: Static IP - IP active (diff)
06/09/07:
- 19:00 Ticket #69 (twbotwatchtk.java polishing) closed by
- fixed
- 18:57 Changeset [1553] by
-
- trunk/twcore/src/twcore/bots/twbot/twbotspec2.java
- trunk/twcore/src/twcore/bots/twbot/twbotwipeout.java
- trunk/twcore/src/twcore/bots/twrcbot/twrcbot.java
- …
generified
- 06:24 Changeset [1552] by
-
- trunk/twcore/src/twcore/bots/twbot/twbotwatchtk.java
set bounds for args
!stoptkwatch clears hashmaps
decay by 1 tk per decaytime
remove player from hashmap on tk decay to 0
synchronized hashmaps
06/08/07:
- 13:26 WikiStart edited by
- Newsflash: Static IP (diff)
- 13:19 Ticket #71 (Clean database) created by
-
Revamping the database cleaning project. Current tasks:
*
Compile a … - 02:51 Changeset [1550] by
-
- trunk/twcore/src/twcore/core/game/Arena.java
flibb introduced a small bug here with the getFlagIDIterater()
method which should've been the getFlagIterator() method, this
crashed the pubbots and the pubarrogant bots.
Not a real catastrophic failure though ;)
06/07/07:
- 15:07 WikiStart edited by
- Newsflash: Static IP (diff)
- 14:21 Ticket #70 (Changes to pubbottk) created by
- Rudy's comments - […] Assuming you mean for warns and TK points not …
- 11:27 Changeset [1549] by
-
- trunk/twcore/src/twcore/core/Session.java
Attempt at fixing present problems by re-enabling old method of termination of socket connections.
06/06/07:
- 16:57 Ticket #69 (twbotwatchtk.java polishing) created by
- This module needs to be polished a bit -check args -store players by name …
- 16:30 Changeset [1548] by
-
- trunk/twcore/src/twcore/bots/messagebot/messagebot.java
- trunk/twcore/src/twcore/bots/twbot/twbot.java
- trunk/twcore/src/twcore/bots/twbot/twbotantispawn.java
- …
generified
- 03:07 Changeset [1547] by
-
- trunk/twcore/src/twcore/bots/racingbot/RacePlayer.java
- trunk/twcore/src/twcore/bots/racingbot/racingbot.java
- trunk/twcore/src/twcore/bots/racingbot/Rbmessages.java
- …
generified
- 01:49 Changeset [1544] by
-
- trunk/twcore/src/twcore/bots/ModuleHandler.java
- trunk/twcore/src/twcore/bots/powerballbot/PowerBallManager.java
- trunk/twcore/src/twcore/bots/powerballbot/PowerBallPlayer.java
generified
- 00:47 Changeset [1543] by
-
- trunk/twcore/src/twcore/bots/multibot/acro/acro.java
- trunk/twcore/src/twcore/bots/multibot/ballspec/ballspec.java
- trunk/twcore/src/twcore/bots/multibot/baseassault/baseassault.java
- …
- 00:41 Changeset [1542] by
-
- trunk/twcore/src/twcore/bots/multibot/payback/payback.java
Changed name of the Timertask 'Payback' to PaybackTask to avoid class file name-collision with the 'payback' class.
- 00:40 RepositoryExport edited by
- Added information about making sure the JRE is correctly set for the … (diff)
06/05/07:
- 20:14 Changeset [1540] by
-
- trunk/twcore/src/twcore/core/BotAction.java
- trunk/twcore/src/twcore/core/game/Arena.java
getFlagIDIterator to return iterator over flag IDs
getFlagIterator to return iterator over flag objects
- 20:06 Changeset [1539] by
-
- trunk/twcore/src/twcore/bots/bannerboy/bannerboy.java
- trunk/twcore/src/twcore/bots/bouncerbot/bouncerbot.java
- trunk/twcore/src/twcore/bots/estatsbot/estatsbot.java
- …
generified
- 19:28 Changeset [1538] by
-
- trunk/twcore/src/twcore/bots/ballbot/CommandRegistry.java
- trunk/twcore/src/twcore/bots/ballbot/Help.java
- trunk/twcore/src/twcore/bots/ballbot/Interpret.java
- …
generified
- 15:32 Changeset [1537] by
-
- trunk/twcore/src/twcore/bots/radiobot/radiobot.java
!help shows current host
!grantzone can only be done 1 hour from last zone
!zone can only be done 10 minutes from last zone
- 07:27 Changeset [1536] by
-
- trunk/twcore/src/twcore/bots/elimbot/elimbot.java
- trunk/twcore/src/twcore/bots/multibot/baseassault/baseassault.java
- trunk/twcore/src/twcore/bots/multibot/dangerous/dangerous.java
- …
Large, annoying update concerning proper cancellation of TimerTasks. Bots cancelling TimerTasks should now call BotAction's cancelTask(TimerTask) rather than the TimerTask cancel() method. This is to aid in garbage collection, as before even cancelled tasks would have a held reference.
Additionally, single-execution TimerTasks are no longer stored in a linked list in BotAction, as they do not need to be cancelled in the all-inclusive cancelTasks. (Normal operation ensures they're gc'd without any conscious intervention.)
- 06:21 Changeset [1535] by
-
- trunk/twcore/src/twcore/core/AdaptiveClassLoader.java
- trunk/twcore/src/twcore/core/BotQueue.java
- trunk/twcore/src/twcore/core/command/CommandDefinition.java
- …
generify and removed redundant casts
did most of the core, hope i didn't break anything
- 00:58 Changeset [1534] by
-
- trunk/twcore/src/twcore/core/BotAction.java
- trunk/twcore/src/twcore/core/BotQueue.java
- trunk/twcore/src/twcore/core/BotSettings.java
- …
generify and redundant casts
06/04/07:
- 15:46 Ticket #60 (Need method of shutting down entire core w/o manually killing process) closed by
- fixed
- 15:45 Changeset [1531] by
-
- trunk/twcore/src/setup.example.cfg
- trunk/twcore/src/twcore/core/BotQueue.java
- trunk/twcore/src/twcore/core/HubBot.java
- …
Large update to HubBot functionality.
!shutdowncore command cleanly shuts down the core.
!hardremove now working.
SpawnDelay CFG option now working.
Added FastDisconnect CFG option:
Bots now take < 1 second to close their connection as opposed to 30 seconds with FastDisconnect enabled. This makes !remove, !hardremove and !shutdowncore MUCH more effective.
Remember to add FastDisconnect config option to setup.cfg.
- 15:40 Changeset [1530] by
-
- trunk/twcore/src/twcore/core/util/Tools.java
Updated getTimeStamp to make a far cleaner log print. Is consistent with StaffBot's new international friendly dd MMM yyyy format (04 Jun 2007).
Also added JavaDocs to this much-abused class.
- 08:23 Changeset [1529] by
-
- trunk/twcore/src/twcore/bots/multibot/bship/bship.java
- trunk/twcore/src/twcore/bots/multibot/bship/BSPlayer.java
This is all of the sql code that records stats and game progress so it can be viewed later. Currently I have a website set up at http://bship.slopeout.com showing a potential use for this information.
I had been holding off committing this until I made dugwyler's ResultSet handling changes which have now been completed.
06/03/07:
- 10:48 Ticket #68 (Curiosity ticket: HelpResponseParser?) created by
- This is mostly a curiosity thing. I'm wondering what the …
- 10:25 Ticket #67 (Pubarrogant and mrarrogant not working correctly) created by
- Some people on staff including me have noticed that both PubArrogant …
- 07:53 Ticket #66 (Pubhub module-per-arena) created by
- Currently you can specify which modules need to be loaded on each pubbot …
06/01/07:
- 20:50 Changeset [1527] by
-
- trunk/twcore/src/twcore/bots/radiobot/radiobot.java
reduced messagelimit
- 20:45 Ticket #59 (RadioBot without client) closed by
- worksforme: Replying to Left_Eye: > !host/!unhost - When someone logs …
- 20:24 Changeset [1526] by
-
- trunk/twcore/src/twcore/bots/radiobot/radiobot.java
changed ER+ commands into Mod+ commands
added !seturl
changed !setmax
cleaned up code some more
05/31/07:
- 12:14 Changeset [1525] by
-
- trunk/twcore/src/twcore/core/HubBot.java
Merged the !listbottypes and !listbots command into !listbots.
!listbots <bottype> still does what it used to do, !listbots now lists all the bottypes (like the !listbottypes did).
Much more user-friendly.
05/30/07:
- 21:00 Changeset [1524] by
-
- trunk/twcore/src/twcore/bots/radiobot/radiobot.java
fixed possible null reference for password
05/29/07:
- 13:37 Changeset [1521] by
-
- trunk/twcore/src/corecfg/develop.example.cfg
Oddly, an example file for develop.cfg was never created. Including it will make getting builds up and running a little less painful.
05/28/07:
- 13:35 Changeset [1520] by
-
- trunk/twcore/src/twcore/bots/radiobot/radiobot.java
prevent bot from being moved to a public arena
- 07:11 Ticket #59 (RadioBot without client) reopened by
- I spawned the bot and I did !login bla. The bot disconnected and the …
- 06:59 Changeset [1518] by
-
- trunk/twcore/src/twcore/core/util/MessageLimiter.java
Cleaned comment; type parameterization
- 04:05 Changeset [1517] by
-
- trunk/twcore/src/twcore/bots/twbot/twbot.java
Reverted changeset:1513 .
On !unlock the bot doesn't need to !unload all of the modules, !off does that already.
TWBot just needs a rework with all of the vague commands.
05/27/07:
- 16:12 Ticket #65 (Conversion of TWBot utility-style modules to new MultiUtil class) created by
- (This is sort of a self-note, but others are welcome to comment on which …
- 15:20 Changeset [1516] by
-
- trunk/twcore/src/twcore/core/util/IPCChatMessage.java
Moving of pubbotchatIPC to twcore.core.util and renaming it to IPCChatMessage.
This will put this custom IPC object in a better place and probably also solve the problem the pubbotchat module was having (aka not working).
- 05:28 Changeset [1515] by
-
- trunk/twcore/src/twcore/bots/multibot/hunt/hunt.java
Removed chat error message when hunt is running but unknown player enters
- 05:26 Changeset [1514] by
-
- trunk/twcore/src/twcore/bots/twbot/twbotdangerous.java
- trunk/twcore/src/twcore/bots/twbot/twbothunt.java
My mistake. Hunt & Dangerous are multibot modules already
- 05:24 Changeset [1513] by
-
- trunk/twcore/src/twcore/bots/twbot/twbot.java
TWBot: !unlock now also unloads all the modules
- 05:12 Changeset [1512] by
-
- trunk/twcore/src/twcore/bots/twbot/twbotdangerous.java
- trunk/twcore/src/twcore/bots/twbot/twbothunt.java
TWBot's dangerous and hunt module that weren't in the repository yet
05/26/07:
- 16:59 Changeset [1511] by
-
- trunk/twcore/src/twcore/bots/radiobot/radiobot.java
added few commands, cleaned up code, tested
05/25/07:
- 17:47 Changeset [1510] by
-
- trunk/twcore/src/twcore/core/net/ReliablePacketHandler.java
minor
- 13:14 Ticket #1 (Staffbot crashes when checking warnings) reopened by
- No, please don't close it until it's tested that it's fixed. Otherwise …
- 12:34 Changeset [1508] by
-
- trunk/twcore/src/twcore/core/HubBot.java
Now more explicit about why access is restricted for ZHs (will also help in testing)
- 12:33 Changeset [1507] by
-
- trunk/twcore/src/twcore/core/command/CommandInterpreter.java
Cleanup
- 06:28 Ticket #41 (module for new style team DM) closed by
- fixed: Added; reopen if needs work.
- 06:26 Ticket #18 (Staffbot date format) closed by
- fixed: This should be in. Reopen if needed.
- 06:24 Ticket #61 (Script to add/remove core from King server's crontab) closed by
- fixed
- 06:17 Ticket #1 (Staffbot crashes when checking warnings) closed by
- fixed: Well, this one definitely sounded like an addSlashesToString problem, and …
05/24/07:
- 16:35 Ticket #17 (Staffbot doesn't mark year on the warning) closed by
- fixed: This was committed; reopen if not fixed.
- 16:33 Ticket #50 (DuelBot signup dates sometimes null/improperly formatted; player probably ...) closed by
- fixed
- 16:21 Ticket #36 (Hot spot *prize module) closed by
- fixed
- 16:21 Changeset [1506] by
-
- trunk/twcore/src/twcore/bots/twbot/twbothotspots.java
Update to hotspots module: allows a spot to prize a player after warping them. Also allows clearing of all spots.
I held off on this update quite a while because someone was making this module DB-accessible ... but, enough time has passed that I think committing this is still keeping with good manners. :P
05/23/07:
- 16:48 Changeset [1505] by
-
- trunk/twcore/src/twcore/bots/twbot/twbot.java
Better method of protecting TWBot: set what is recorded as its access level internally to ER. Should not affect anything; this access level is never checked by other bots as TWBot never sends commands to them. (Verified by search through all code.)
05/22/07:
- 14:34 Changeset [1504] by
-
- trunk/twcore/src/twcore/bots/twbot/twbotauto.java
Minor update
- 13:02 Ticket #64 (Arena Discovery bot) created by
- Utility bot that discovers all of the arenas of TW in time. Basically the …
- 01:25 WikiStart edited by
- Newsflash: Notifications are working again. (diff)
