Timeline
03/08/10: Yesterday
03/07/10:
- 21:06 Ticket #501 (pubbotafk message) closed by
- fixed
- 21:01 Ticket #501 (pubbotafk message) reopened by
- 20:54 Ticket #501 (pubbotafk message) closed by
- fixed
- 20:53 Ticket #501 (pubbotafk message) created by
- needs to do a simple change from arena's to arenas on the String …
- 12:47 Changeset [3559] by
-
- trunk/twcore/src/twcore/bots/multibot/betrayal/betrayal.java
15 seconds change in .sendArenaMessage()
#125
03/06/10:
- 21:51 Ticket #500 (Twdbot- needs fixing) created by
- Strange things happening. !resetname started working again. !squadsignup …
- 17:38 Changeset [3557] by
-
- trunk/twcore/src/twcore/bots/multibot/betrayal/betrayal.java
changeset 3555 related to #125 ticket
- 17:37 Changeset [3556] by
-
- trunk/twcore/src/twcore/bots/multibot/twar/twar.java
Changeset 3554 related to #483 ticket
- 16:56 Changeset [3555] by
-
- trunk/twcore/src/twcore/bots/multibot/betrayal/betrayal.java
Hosted it few times, players enjoyed but asked to change the time of "betrayal" in circle to 15 seconds( changed 60 secs to 15 secs )
- 16:51 Changeset [3554] by
-
- trunk/twcore/src/twcore/bots/multibot/twar/turretwar.java
- trunk/twcore/src/twcore/bots/multibot/twar/twar.java
made an interface "turretwar" to make it clear and help on coding( well more OO :P )
changed switch and addTerr methods to have .getFuzzyPlayer() method there..
still need to work on "lagout" of terrs
03/04/10:
- 11:50 Developers edited by
- Change in Dexter's name (diff)
03/02/10:
- 17:40 Ticket #499 (Squad Roster online-status command.) created by
- Would like to see a command on whatever-bot that would show the players on …
03/01/10:
- 20:12 Ticket #498 (major twdbot problem) created by
- When a player tries to sign up a new squad to twd, that player becomes a …
02/26/10:
- 20:28 Ticket #483 (TurretWar) reopened by
- needs to add: .getfuzzyplayer() to add/switch by short nicknames …
- 20:21 Ticket #497 (Base bot needed) created by
- A simple base bot to help to host ?go hockey, ?go blue, and any kind …
- 10:51 Ticket #496 (Purepubbot Arena Packet Bug) created by
- I was in dev zone and kept getting this error when !spawn purepubbot: …
02/25/10:
- 13:54 Ticket #350 (Create pubbot module 'pubbotchatlog') reopened by
- Dexter, I tried the module and this was the response I got: […] Can …
- 13:24 Ticket #474 (Subbing in ?go base says "BaseBot> Error: Player could not be found") closed by
- invalid: Burzum made a mistake in team/freq numbers.
02/22/10:
- 13:18 Ticket #495 (TWDBot !resetname not working) created by
- [Feb 22 06:30] Stabwound: TWDBot !resetname is broken for players, it …
02/20/10:
02/19/10:
- 16:28 Ticket #494 (JavduelBot(?) Lag Spikes) created by
- There's a problem in Javduel at random times, where the bot decides to …
- 00:21 WikiStart edited by
- Newsflash: New forums (diff)
02/17/10:
- 14:15 Changeset [3549] by
-
- trunk/twcore/src/data/HelpResponses.txt
Added a few SSC* related "What is" !tells.
- 02:22 WikiStart edited by
- Newsflash: Anonymous permissions (diff)
- 01:41 BadContent edited by
- Added some urls used in latest blocked spam messages. (diff)
- 01:40 BadContent edited by
- Added some urls used in latest blocked spam messages. (diff)
- 01:38 BadContent edited by
- Added some urls used in latest blocked spam messages. (diff)
02/16/10:
- 10:27 Changeset [3548] by
-
- trunk/twcore/src/twcore/bots/multibot/twar/twar.java
.added the a method (a !removep command ingame) to remove a ship promotion
.added an if-conditional to !start, so It will not !start after the game has started already.
. added some "lines" in the !help interface
#483
02/15/10:
- 12:05 Ticket #493 (SS Radio Bots) created by
- Fairly simple: Two levels of access, 1 that can advertise, one that can …
- 09:03 Changeset [3547] by
-
- trunk/twcore/src/twcore/bots/staffbot/staffbot_warnings.java
Fixed small bug on the *warn-ing echoing.
- 04:02 Changeset [3546] by
-
- trunk/twcore/src/twcore/bots/multibot/twar/twar.java
#483
added method to resetFlagGame on !start
02/14/10:
- 19:05 Changeset [3545] by
-
- trunk/twcore/src/twcore/bots/multibot/twar/shipSettings.java
- trunk/twcore/src/twcore/bots/multibot/twar/twar.java
#483
update
02/12/10:
- 15:20 Ticket #492 (RoboBoy/RoboGirl 's Bug) created by
- Today in the morning a player named "Sav" reported this bug(in a ?help …
02/11/10:
- 07:20 Ticket #459 (java.lang.NullPointerException (Too many files opened)) closed by
- fixed: The error message "Too many files opened" was most likely caused by the …
- 04:15 WikiStart edited by
- Newsflash: SQLConnectionPool fix + SpamFilter plugin (diff)
02/10/10:
- 14:14 WikiStart edited by
- Newsflash: SQLConnectionPool fix + SpamFilter plugin (diff)
- 14:13 WikiStart edited by
- Newsflash: SQLConnectionPool fix + SpamFilter plugin (diff)
- 14:12 WikiStart edited by
- Newsflash: SQLConnectionPool fix + SpamFilter plugin (diff)
- 13:04 Changeset [3543] by
-
- trunk/twcore/src/twcore/core/sql/SQLConnectionPool.java
Another bugfix for the Statement.getGeneratedKeys() which required Statement.RETURN_GENERATED_KEYS on Statement.execute().
The following error was shown in the logs:
java.sql.SQLException: Generated keys not requested. You need to specify Statement.RETURN_GENERATED_KEYS to Statement.executeUpdate() or Connection.prepareStatement().
- 11:55 Changeset [3542] by
-
- trunk/twcore/src/data/HelpResponses.txt
Removed EvilDeed's !tell
- 11:50 Changeset [3541] by
-
- trunk/twcore/src/twcore/core/sql/SQLConnectionPool.java
Bugfixes for connection leaking. This was caused by a HashMap<String, Connection> where the surrounding code was trying to store multiple Connections on the same key (which only overwrites the previous Connection with the same key).
- 11:43 Changeset [3540] by
-
- trunk/twcore/src/twcore/core/net/GamePacketInterpreter.java
Small comment addition
02/07/10:
- 12:18 Changeset [3539] by
-
- trunk/twcore/src/twcore/bots/multibot/betrayal/betrayal.java
#125
just fixing an arena message while tube-circle of the game.
- 12:08 Ticket #483 (TurretWar) closed by
- fixed
- 12:07 Changeset [3538] by
-
- trunk/twcore/src/twcore/bots/multibot/twar
- trunk/twcore/src/twcore/bots/multibot/twar/twar.cfg
- trunk/twcore/src/twcore/bots/multibot/twar/twar.java
- 12:03 Ticket #483 (TurretWar) created by
- bot: . with method !terr to pick . with the same method …
- 08:18 Changeset [3537] by
-
- trunk/twcore/src/data/HelpResponses.txt
New !tell who is Evildeed
