Timeline
01/05/08:
- 15:44 Ticket #199 (TWLBot bug) closed by
- fixed: I was doing !game ... instead of !twlgame (a faulty !game command gives …
- 15:32 Changeset [2108] by
-
- trunk/twcore/src/twcore/core/BotSettings.java
catch(Exception) = bad
- 14:50 Ticket #199 (TWLBot bug) created by
- […] […]
- 11:43 Changeset [2105] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Update to use new LVZ methods in BotAction.
- 11:41 Changeset [2104] by
-
- trunk/twcore/src/twcore/core/BotAction.java
- trunk/twcore/src/twcore/core/lvz/Objset.java
- trunk/twcore/src/twcore/core/net/GamePacketGenerator.java
Large core update. All LVZ obj toggling is now handled by the 0x0A C2S packet, rather than as messages, cutting down significantly on the size of LVZ-controlling packets sent out. GPG now also does not send unclustered ACK packets reliably (as in, requiring an ACK of their own). Each bot was sending approximately 1 such packet per second, each of which would require its own ACK... (25 bots x 60 = 1500 unnecessary ACKs received a min) This will slow down and "jam up" bot responses, particularly when spiking. Finally, a bug in the low-priority packet cap was fixed that effectively disabled it. It now should work, defaulting to max 45 message packets per 75ms clustered send.
- 07:13 Ticket #197 (Kill message filtering for zombies module.) closed by
- invalid: Quick test: […] Concluding there isn't a problem with the module and …
- 05:36 Ticket #198 (Tournybot - Player Lagout After Kill) created by
- Bug reported by player Eddie claiming it at as constant problem for him …
- 00:27 Ticket #197 (Kill message filtering for zombies module.) created by
- I noticed this while hosting bug: I !add'd the message "was transformed …
- 00:24 Ticket #196 (scorereset when u become a zombie = bad :() closed by
- fixed
- 00:23 Changeset [2103] by
-
- trunk/twcore/src/twcore/bots/multibot/zombies/zombies.java
Made an adjustment so that this works across multiple rounds without unloading the module.
- 00:21 Changeset [2102] by
-
- trunk/twcore/src/twcore/bots/multibot/zombies/zombies.java
It turns out that the *scorereset is necessary for the rarely used Rebirth Kills option. I made it so that the bot will only *scorereset when this option is being used.
01/04/08:
- 15:26 Ticket #196 (scorereset when u become a zombie = bad :() created by
- it's not nice to get scorereseted when u die if u have gotten 30-0 as …
- 11:29 Changeset [2101] by
-
- trunk/twcore/src/twcore/core/HubBot.java
Displays message upon successful login.
- 11:11 Ticket #195 (Robobot dying) closed by
- fixed: Hostnames for the database selection were set incorrectly. Fixed in …
- 11:10 Changeset [2100] by
-
- trunk/twcore/src/twcore/bots/multibot/poker/poker.java
- trunk/twcore/src/twcore/bots/multibot/scramble/scramble.java
- trunk/twcore/src/twcore/bots/multibot/trivia/trivia.java
- …
Multibot is now hosted at RoboQueen which means that database connection "local" = Roboqueen database, "website" = Trenchwars.org database.
Fixes ticket #195.
- 10:55 Changeset [2099] by
-
- trunk/twcore/src/twcore/bots/multibot/enigma/enigma.cfg
Missing configuration parameters for the Enigma game module.
See forum topic of alinea.
- 10:50 Changeset [2098] by
-
- trunk/twcore/src/twcore/bots/multibot/util/utilhotspots.java
Hotspots utility was checking the radius too tight, effectively decreasing the radius of hotspots by one.
I also checked and made sure the bot cycles only the hotspots, adding stopSpectatingPlayer() in the init() method.
Should fix defect #194
- 02:55 Ticket #195 (Robobot dying) created by
- I believe this only happened after Robobots went from being loaded from …
01/03/08:
- 15:42 Ticket #193 (Preparedstatement support) closed by
- fixed: > Only downside I see of this is that each PreparedStatement needs a …
- 15:41 Changeset [2097] by
-
- trunk/twcore/src/twcore/core/BotAction.java
- trunk/twcore/src/twcore/core/Session.java
- trunk/twcore/src/twcore/core/sql/SQLConnectionPool.java
- …
Added support for PreparedStatements to BotAction, SQLManager and SQLConnectionPool
Added missing generic declerations
- 15:37 Changeset [2096] by
-
- trunk/twcore/src/twcore/bots/bannerboy/bannerboy.example.cfg
- trunk/twcore/src/twcore/bots/bannerboy/bannerboy.java
- trunk/twcore/src/twcore/bots/bannerboy/bannerboy.sql
Updated bannerboy with PreparedStatements
Added !help interface for smod+
Removed 2dragons-specific commands and made them smod+
If a player PMs the bot, it will say it on the chat (bot joins chat on login)
Added SQL tables only the bot uses (the website uses more)
- 14:42 Ticket #194 (Multibot /hotspots aren't working well) created by
- Comparing it to TWBot, TWBot used to warp people quite fast from a hotspot …
- 01:01 Index edited by
- Added link to new page RunningOnLinux (diff)
- 01:00 Index edited by
- Changed page title 'SettingUpWindows' to 'RunningOnWindows' (diff)
- 00:55 RunningOnWindows created by
- Renamed Wiki page 'SettingUpWindows' to 'RunningOnWindows'
- 00:02 Changeset [2095] by
-
- trunk/twcore/src/twcore/core/util/InterProcessCommunicator.java
Fixed declarations.
- 00:00 Changeset [2094] by
-
- trunk/twcore/src/twcore/core/lvz/Objset.java
Fixed declarations.
01/02/08:
- 23:59 Changeset [2093] by
-
- trunk/twcore/src/twcore/bots/multibot/ballspec/ballspec.java
Fixed declarations.
- 23:53 Ticket #193 (Preparedstatement support) created by
- PreparedStatements mainly give more performance when doing the same query …
- 23:46 Changeset [2092] by
-
- trunk/twcore/src/twcore/core/util/MessageLimiter.java
Fixed declarations.
- 23:45 Changeset [2091] by
-
- trunk/twcore/src/twcore/core/events/ArenaList.java
Fixed declarations.
- 23:44 Changeset [2090] by
-
- trunk/twcore/src/twcore/core/command/Command.java
Fixed declarations.
- 23:44 Changeset [2089] by
-
- trunk/twcore/src/twcore/core/command/CommandDefinition.java
Fixed declarations
- 23:43 Changeset [2088] by
-
- trunk/twcore/src/twcore/core/BotQueue.java
Fixed declarations.
- 23:24 Changeset [2087] by
-
- trunk/twcore/src/twcore/bots/ModuleHandler.java
Fixed declarations.
- 22:32 Changeset [2086] by
-
- trunk/twcore/src/twcore/bots/multibot/util/utilshiplimit.java
Fixed per ticket #182. Cleaned up code a bit and added more usable methods.
- 22:14 Ticket #182 (Shiplimit module acting up.) closed by
- fixed: I think I've fixed it, I'll do a bit more testing and Commit it.
- 22:12 Ticket #192 (Centralized Racism Detection for usage with ALL bots.) created by
- 1. Create a method for racism detection. 2. Store all "racist" …
- 13:35 Changeset [2085] by
-
- trunk/twcore/src/data/HelpResponses.txt
Added Left_Eye's !tell
- 12:47 Changeset [2084] by
-
- trunk/twcore/src/twcore/bots/multibot/util/utilspec.java
Changed code behind !specnotsafe: The bot now spectates a player a short while before checking if the player is in safe or not. It does this for all players in the arena.
Untested fix for #190
- 10:47 Changeset [2083] by
-
- trunk/twcore/src/twcore/bots/gamebot/boggle/boggle.java
- trunk/twcore/src/twcore/bots/gamebot/gamebot.java
- trunk/twcore/src/twcore/bots/gamebot/pictionary/pictionary.java
Racism check now operates like any other bot that checks for it(PubBot, MatchBot). Other various small bug fixes on boggle and pictionary.
- 10:41 Ticket #191 (safes module) created by
- !safeson doesnt work :X
- 10:37 Ticket #183 (Squads under wrong score in TWDD) closed by
- fixed: I found out why the scoreboard got reversed: TWD's scoreboard isn't …
- 10:29 Changeset [2081] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Small !help modification as !mystats is no longer a chat command.
Fixes ticket #189
- 07:59 Ticket #190 (!specnotsafe) created by
- Zizzo <ER>> !specnotsafe RoboBot1> All players not in safe have been …
- 07:37 Programming edited by
- Added a small piece of info explaining about username/password when … (diff)
- 06:49 Ticket #189 (Robohelp small !help change) closed by
- fixed: Done. Will commit soon.
- 04:44 WikiStart edited by
- Shortened the Trac Overview information and removed one old newsflash (diff)
- 04:36 SettingUp edited by
- SettingUp renamed to SettingUpWindows (diff)
- 04:29 SettingUp edited by
- Changed page title (diff)
- 04:28 Index edited by
- Changed page title (diff)
- 04:28 Index edited by
- Changed page name (diff)
- 04:26 SettingUp edited by
- Added links to the attached batch files (diff)
- 04:24 SettingUp edited by
- Added links to the attached batch files (diff)
- 04:20 SettingUp edited by
- Guide finished (diff)
- 03:20 SettingUp edited by
- Complete change for getting TWCore to run by exporting it from the … (diff)
01/01/08:
- 11:58 Ticket #189 (Robohelp small !help change) created by
- […] The !mystats commands are still under the Chat commands but they …
12/31/07:
- 10:50 Changeset [2079] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
Only printing owner message when ERs submit commands. (Thought this was already committed; deja vu?)
- 10:48 Changeset [2078] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Copypaste bug.
- 06:15 Ticket #188 (MatchBot's !listaccess crashes bot) closed by
- fixed
- 05:53 Ticket #188 (MatchBot's !listaccess crashes bot) created by
- […] […]
12/30/07:
- 17:07 Ticket #187 (MatchBot's strictipmidcheck) created by
- After upgrading RoboQueen today there were lots of problems from TWD …
- 17:05 Ticket #186 (final stage of introducing King of the hill to pubs) created by
- the settings are very easy the gameplay wont change any aspect of pub …
- 16:54 Ticket #185 (The 0x07 Packet (Ordered to DC)) created by
- Updated RoboQueen today and noticed that RoboBoy was still getting kicked. …
- 16:50 Ticket #184 (Staffbot !warnings and !allwarnings responses) created by
- !warnings, !warningsfrom response is a bit confusing: […] Only 1 …
- 15:54 Ticket #183 (Squads under wrong score in TWDD) created by
- The scoreboard in TWDD showed the teams with the other team's score. I did …
12/29/07:
- 16:21 Ticket #52 (Wipeout module TWBot) closed by
- fixed
- 16:16 Changeset [2075] by
-
- trunk/twcore/src/twcore/bots/multibot/wipeout
- trunk/twcore/src/twcore/bots/multibot/wipeout/wipeout.cfg
- trunk/twcore/src/twcore/bots/multibot/wipeout/wipeout.java
Wipeout module from twbot modded for MultiBot. Also works properly now.
12/28/07:
- 09:55 Changeset [2074] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
- trunk/twcore/src/twcore/bots/multibot/util/utilstandard.java
multibot.java
-removed toggle from !lock
utilstandard.java
-minor
- 01:37 Changeset [2073] by
-
- trunk/twcore/src/twcore/bots/gamebot/boggle/boggle.java
Stores player stats to a database.
- 00:05 Changeset [2072] by
-
- trunk/twcore/src/twcore/bots/gamebot/boggle/boggle.java
Minor changes to help GUIs.
12/27/07:
- 23:50 Changeset [2071] by
-
- trunk/twcore/src/twcore/bots/gamebot/boggle
- trunk/twcore/src/twcore/bots/gamebot/boggle/boggle.cfg
- trunk/twcore/src/twcore/bots/gamebot/boggle/boggle.java
- …
New boggle module ready for beta testing. Eventually the display will use lvz instead of the current ASCII.
- 17:07 Ticket #106 (Spaceball doesn't work) closed by
- fixed: This has been fixed by uncommenting weaponinfo information in …
- 17:03 Changeset [2070] by
-
- trunk/twcore/src/twcore/core/game/Player.java
Added int getWeaponType(). WeaponType is updated only when PlayerPosition information is updated.
- 17:00 Changeset [2069] by
-
- trunk/twcore/src/twcore/core/events/PlayerPosition.java
no major change - cleaned up comments
- 14:22 Ticket #182 (Shiplimit module acting up.) created by
- The limits work fine at start but when you have loads of limits ship 5 …
- 12:28 Changeset [2068] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
!opsrearm added; conversion of all command returns to throwing TWCoreExceptions.
- 11:37 Changeset [2067] by
-
- trunk/twcore/src/twcore/core/command/CommandInterpreter.java
- trunk/twcore/src/twcore/core/command/TWCoreException.java
CommandInterpreter modified with the option to catch the new TWCoreException, which can be thrown inside a method called by the CommandInterpreter with a message; this message will then be PM'd to the user of the command. Saves coders of endless if( condition ) { m_botAction.sendPrivateMessage(name,"msg"); return; } clauses. Now it's just if( condition ) throw new TWCoreException("msg"); ... also improved log output display for exceptions caught inside CommandInterpreter. Instead of seeing 10 lines of InvocationTargetException, and 2 lines of the actual exception that caused it, now only the exception that caused it will be printed (as ITE is useless -- we know CommandInterpreter uses invoke() and will always wrap any exception with the ITE), and with its full stack trace.
12/26/07:
- 22:00 Changeset [2066] by
-
- trunk/twcore/src/twcore/core/events/PlayerPosition.java
uncommented weaponinfo related code so that modules that use PlayerPosition to get weapon information can get it (bfallout/spaceball/etc)
- 17:11 Changeset [2065] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Round score display and way you win a war changed (must be 3 wins ahead of other army); added !opspm and !opssab
- 16:28 WikiStart edited by
- Newsflash: Merry Christmas and a Happy New Year (diff)
- 16:19 WikiStart edited by
- Newsflash: Merry Christmas and a Happy New Year (diff)
- 12:28 Changeset [2064] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
!opsmsg, and further Ops support. Also tweaking bot packet sending values slightly, since last time the server DC'd it.
- 09:46 Changeset [2063] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
!where/!host/!games command throwing NPE when bot is in same arena (not #robopark) and no game module is loaded.
12/25/07:
- 15:03 Changeset [2062] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Little bits toward putting up Ops.
- 10:22 Changeset [2061] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
Should have looked at forum before the last update. :> Fixed bot being able to move when locked, and :#robobots:!where problem.
- 10:09 Changeset [2060] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
!come/!follow -> use *locate instead of ?find
12/24/07:
- 21:50 Changeset [2059] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
!come makes bot detect and come to where you are; !where expanded to include TWBot !host and !games data; !follow now won't go to publics (neither will !come)
- 15:46 Changeset [2058] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Many changes toward adding a Tactical Ops ship; added a secret cmd to delete an entire player; experimental change for a delay before a sector hold is established (requires 10 sec, as does sector break now); increased delay between prizes from 10 to 12ms; increased packet cap slightly
- 11:06 Changeset [2057] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
Speedcode quickfix :>
- 10:45 Changeset [2056] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
SVN handles merging VERY strangely. Somehow that last commit resulted in a delete rather than overwriting the new code, even though I did a marked as merged. Hopefully this doesn't mess up the versioning too much, Mav.
- 10:42 Changeset [2055] by
-
- trunk/twcore/src/twcore/bots/multibot/multibot.java
Major revision of MultiBot. !lock now just locks; !load to load any module; ownership controls, &c.
- 10:02 Ticket #181 (bug in ?go base bot messes up ship switching) closed by
- fixed
12/23/07:
- 12:44 Changeset [2053] by
-
- trunk/twcore/src/twcore/bots/messagebot/messagebot.sql
SQL tables for messagebot
- 12:17 Changeset [2052] by
-
- trunk/twcore/src/twcore/bots/multibot/util/utilstandard.java
Removed unrefrenced code/type conversions...
- 12:09 WikiStart edited by
- Newsflash: Database is locked (diff)
- 11:57 Changeset [2051] by
-
- trunk/twcore/src/twcore/bots/gamebot/acro/acro.java
Fixed bad type conversions.
- 11:55 Changeset [2050] by
-
- trunk/twcore/src/twcore/core/OperatorList.java
Fixed type conversions.
- 11:51 Changeset [2049] by
-
- trunk/twcore/src/twcore/bots/multibot/zombies/zombies.java
Updated List to use ArrayList (StringBag). Fixed type conversions errors.
- 11:45 Changeset [2048] by
-
- trunk/twcore/src/twcore/bots/multibot/acro2/acro2.java
Removed unused reference.
- 11:34 Changeset [2047] by
-
- trunk/twcore/src/twcore/bots/multibot/acro/acro.java
Fixed raw type conversions.
- 11:19 Changeset [2046] by
-
- trunk/twcore/src/twcore/bots/twbot/twbotlagout.java
Fixed a few type conversions.
- 11:10 Changeset [2045] by
-
- trunk/twcore/src/twcore/core/util/StringBag.java
Removed the generic List reference in getList() and made sure it returned an ArrayList<String>, which is what the StringBag is intended for.
- 11:08 Changeset [2044] by
-
- trunk/twcore/src/twcore/bots/multibot/rabbit/rabbit.java
Fixed the usage of StringBag causing bad type conversions.
- 09:23 Changeset [2043] by
-
- trunk/twcore/src/BuildTWCore.java
Fixed raw type references.
- 08:41 Changeset [2042] by
-
- trunk/twcore/src/build.xml
Accidentally committed a personal version ... here's the old one.
- 08:41 Changeset [2041] by
-
- trunk/twcore/src/twcore/bots/multibot/bship/bship.java
Fixed raw type references.
- 08:36 Changeset [2040] by
-
- trunk/twcore/src/build.xml
12/22/07:
- 13:23 Changeset [2039] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
!killmsg status now saved to DB.
12/21/07:
- 20:12 Changeset [2038] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Conversion of upgrade system from 1UP/rank to 10UP/rank. Costs have been adjusted accordingly.
Rotation bug has been fixed. All ships now start at 200 rotation.
!scrap made free for a while, to make playing with the new upgrade system easier.
12/20/07:
- 09:33 Changeset [2037] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Reduced rank 25+ RP increase from 1.25 to 1.2; end round bonuses are less time-dependent (and should award generally more); !scrap is now free for guns/bombs/multi; !warp no longer warps you at round start; various small fixes.
12/19/07:
- 16:39 Ticket #156 (bots should use !dolock !dounlock) closed by
- fixed: The MultiBot's already have this functionality if you load the "standard" …
- 16:36 Ticket #181 (bug in ?go base bot messes up ship switching) created by
- Peace_Maker officially reported this one, though anyone who's been in base …
- 12:33 Changeset [2035] by
-
- trunk/twcore/src/twcore/bots/multibot/util/utilstandard.java
Added confirmation messages for a few commands (e.g. !dolock, !dounlock)
- 12:05 Changeset [2034] by
-
- trunk/twcore/src/twcore/bots/multibot/hunt/hunt.java
Removed lock detecting upon bot Arena Join (Unneeded).
- 11:19 Changeset [2033] by
-
- trunk/twcore/src/twcore/bots/multibot/hunt/hunt.java
Added reliable locking per ticket #156.
Added commands !lock and !ulock.
On !start/!stop hunt the arena is locked/unlocked respectively.
- 08:54 SettingUp edited by
- Reverted but made it more clear why it has /home/bots/twcore as a path (diff)
- 08:09 Changeset [2031] by
-
- trunk/twcore/src/twcore/bots/multibot/util/utilprizes.java
So that HighMod+ can actually override restricted prizes.
- 07:46 Changeset [2030] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Warbird nerfing; terr RP required to next level increased very slightly.
12/18/07:
- 23:37 SettingUp edited by
- Found this to be confusing to new members. (diff)
- 22:05 Changeset [2029] by
-
- trunk/twcore/src/twcore/bots/gamebot/gamebot.example.cfg
- trunk/twcore/src/twcore/bots/gamebot/gamebot.java
GameBot now reports racism(unless it is found in an alert message).
- 21:17 Ticket #160 (MatchBot spec/freq defect) closed by
- fixed
- 08:44 Ticket #180 (LogBot spawning/respawning itself) created by
- They're having a war: […]
- 08:33 Changeset [2027] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Implementing the chat packet cap and putting sector hold/break messages to PMs (players will now need to rely more on the LVZ changes).
- 08:31 Changeset [2026] by
-
- trunk/twcore/src/twcore/core/BotAction.java
See last commit.
- 08:30 Changeset [2025] by
-
- trunk/twcore/src/twcore/core/net/GamePacketGenerator.java
Low-priority packet limiting functionality. Chat packets are always sent last in a cluster, and the number that can be sent per cluster can now be limited. This should prevent server recycles when the cap is set up properly, at the cost of a small delay in messages sent when there are a great deal being sent out. Note that the cap is by default extremely high (100 chat packets allowed every 75ms) so it should not affect normal bot operations in any way. Bots needing to utilize the functionality to its fullest should call BotAction's setLowPriorityPacketCap(int).
- 02:40 Changeset [2024] by
-
- trunk/twcore/src/twcore/bots/javelim/javelim.java
- 01:27 Ticket #179 (New gamebot module) created by
- A project for Charis: While I was creating the scramble module many of my …
12/17/07:
- 06:45 Changeset [2023] by
-
- trunk/twcore/src/twcore/bots/javelim/javelim.java
Synchronized TreeMap
- 06:41 Changeset [2022] by
-
- trunk/twcore/src/twcore/core/net/GamePacketInterpreter.java
Updated comments on some unhandled packets that were found in MERVBot.
12/16/07:
- 22:43 Ticket #178 (TournyBot !lagout/!return bug) created by
- Scenario: Executed and I were partners; however, we automatically won the …
- 13:20 Ticket #177 (twl) created by
- TWLBot crashed during play (unresponsive). […]
- 02:47 Changeset [2020] by
-
- trunk/twcore/src/twcore/core/game/Arena.java
Unused import
12/15/07:
- 22:45 Changeset [2019] by
-
- trunk/twcore/src/twcore/bots/chatbot/chatbot.java
You can now see non-local online dev members by typing ?chat in the dev chat.
- 18:17 Changeset [2018] by
-
- trunk/twcore/src/twcore/bots/javelim/IntQueue.java
- trunk/twcore/src/twcore/bots/javelim/javelim.example.cfg
- trunk/twcore/src/twcore/bots/javelim/javelim.java
- …
Javelim update
+save scores to database
+refresh lvz gfx during game
- 18:14 Changeset [2017] by
-
- trunk/twcore/src/twcore/core/util/ShortMap.java
a custom Map implementation
- 18:12 Changeset [2016] by
-
- trunk/twcore/src/twcore/bots/multibot/util/utilflagwarppt.java
suppress unchecked warnings where unavoidable or intended
- 17:53 Changeset [2015] by
-
- trunk/twcore/src/twcore/core/BotAction.java
- trunk/twcore/src/twcore/core/util/Tools.java
BotAction
+added arenaMessageSpam method
Tools
+alternative addSlashes method
- 14:50 Programming edited by
- Updated Java download information a small bit (diff)
- 14:48 Guidelines edited by
- (diff)
12/14/07:
- 05:11 Changeset [2014] by
-
- trunk/twcore/src/twcore/core/net/GamePacketInterpreter.java
12/13/07:
- 22:42 Ticket #167 (ROBOBOT PRELOADED PLEASE) closed by
- fixed: fixed.
- 22:42 Ticket #167 (ROBOBOT PRELOADED PLEASE) reopened by
- dug changed his mind since he needed more time to work on multibot
- 22:39 Ticket #162 (Spectator games) closed by
- fixed: I'm going to call this closed with the completion of GameBot. Certainly …
- 01:32 Changeset [2012] by
-
- trunk/twcore/src/twcore/bots/gamebot/acro/acro.java
- trunk/twcore/src/twcore/bots/gamebot/acro2/acro2.java
- trunk/twcore/src/twcore/bots/gamebot/gamebot.example.cfg
- …
GameBot gets a much needed make-over. New versatility for manual hosting as well as bug-fixes and polishing from the beta test.
- 01:21 Changeset [2011] by
-
- trunk/twcore/src/twcore/bots/gamebot/gamebot.exmple.cfg
This typo was annoying me.
- 01:17 Changeset [2010] by
-
- trunk/twcore/src/twcore/bots/MultiModule.java
Added a new autoStart(boolean) method. Allows the parent bot to pass a boolean value to the module which can be used to specify between starting the module automatically or not. However, this could be used for any boolean purpose. Defaults as false.
- 01:11 Changeset [2009] by
-
- trunk/twcore/src/twcore/bots/gamebot/pict
Renaming this folder and module.
12/12/07:
- 14:36 Changeset [2008] by
-
- trunk/twcore/src/twcore/bots/elimbot/config/configuration.java
- trunk/twcore/src/twcore/bots/elimbot/config/fileConfiguration.java
- trunk/twcore/src/twcore/bots/elimbot/elimbot.example.cfg
- …
Untested work on ElimBot
- 14:10 Changeset [2007] by
-
- trunk/twcore/src/twcore/bots/gamebot/pict/pict.java
sigh. another freq change.
- 13:44 Changeset [2006] by
-
- trunk/twcore/src/twcore/bots/gamebot/pict/pict.java
Frequency number change.
- 13:21 Changeset [2005] by
-
- trunk/twcore/src/twcore/bots/gamebot/pict/pict.java
X/Y Coord changes.
- 12:43 Changeset [2004] by
-
- trunk/twcore/src/twcore/bots/gamebot/gamebot.exmple.cfg
This one doesn't have my un/pw :-p
- 12:40 Changeset [2003] by
-
- trunk/twcore/src/twcore/bots/gamebot/gamebot.cfg
Had my un/pw :-O
12/11/07:
- 01:39 Changeset [2002] by
-
- trunk/twcore/src/twcore/core/events/WatchDamage.java
JavaDoc updates to conform to the rest.
TODO: implement a way to have *watchdamage automatically be sent when players enter and leave if the bot is requesting this event (possibly require some sort of flag in the appropriate class to be set as well).
12/09/07:
- 22:55 Changeset [2001] by
-
- trunk/twcore/src/twcore/bots/logbot/logbot.java
Logbot now begins to log automatically upon login.
12/07/07:
- 21:21 Changeset [2000] by
-
- trunk/twcore/src/twcore/bots/gamebot
- trunk/twcore/src/twcore/bots/gamebot/acro
- trunk/twcore/src/twcore/bots/gamebot/acro/acro.cfg
- …
New multi-module bot created for a game lounge arena. Players can vote on which game they want to play. Also introduces a new Pictionary module.
- 11:58 Bots edited by
- (diff)
- 11:24 Ticket #176 (staff chat spam) closed by
- fixed: Fixed in [1998] However, until Robohelp gets an update it's still …
- 11:24 Changeset [1998] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
!mystats now only available through (remote) PM (not through chat anymore).
Fixes ticket #176
- 11:23 WikiStart edited by
- Newsflash: public (diff)
- 10:29 Changeset [1997] by
-
- trunk/twcore/src/twcore/bots/distensionbot/distensionbot.java
Reduced costs of many upgrades; reduced RP required for next rank for all ranks of jav and levi; reduced RP required for next rank for all ships rank 25+; !scrap free within 15% of start of leve; profit sharing made more simple/failsafe
- 10:13 Changeset [1996] by
-
- trunk/twcore/src/twcore/bots/bouncerbot/bouncerbot.java
Suppresses bounce msgs when !log is off; sends more informative !die message.
- 09:46 Changeset [1995] by
-
- trunk/twcore/src/twcore/core/BotAction.java
- trunk/twcore/src/twcore/core/BotQueue.java
- trunk/twcore/src/twcore/core/HubBot.java
- …
Much-improved log output for the many ways a bot may be disconnected. Also allows bots to specify a reason for disconnecting using BotAction's die(String) method. This should be used whenever possible, preferably with the name of the player that DCs the bot, so that intentional DCs done with !die can be better differentiated from more mysterious circumstances.
- 09:35 Developers edited by
- (diff)
- 09:35 Developers edited by
- Sphonk and Dock were the original developers. Added Sphonk to the list. (diff)
12/06/07:
- 12:52 Ticket #176 (staff chat spam) created by
- while we're already making changes to robohelp can we eliminate !mystats …
- 12:41 Ticket #175 (RoboHelp's call recording) closed by
- fixed: Fixed in changeset [1994].
- 12:40 Changeset [1994] by
-
- trunk/twcore/src/twcore/bots/robohelp/robohelp.java
Robohelp bugfix for call claims with " on it" (bot responded that it was recorded while it didn't record at all).
Fixes ticket #175.
