Commit graph

93 commits

Author SHA1 Message Date
9d892d0228 finally make negative work the drunk way 2015-04-23 22:33:25 -04:00
f940d30c19 Full reversion since I am drunk 2015-04-23 22:23:25 -04:00
e8df22d5c8 final neg` 2015-04-23 22:21:17 -04:00
5ae6675cba negify` 2015-04-23 22:19:47 -04:00
b4f9a948ca negative a different way 2015-04-23 22:18:31 -04:00
7c1d03bc1d small style 2015-04-23 22:11:07 -04:00
b9d2492d9d jk 2015-04-23 21:57:09 -04:00
3dff091662 try again 2015-04-23 21:56:14 -04:00
ae8c3a8b55 revert 2015-04-23 21:49:43 -04:00
2ef96731a3 revert 2015-04-23 21:48:33 -04:00
e4840e57eb Negative handling 2015-04-23 21:45:22 -04:00
f96c976120 Add last date and sort 2015-04-23 16:57:54 -04:00
fc388d954c fix for digits in username 2015-04-23 16:34:36 -04:00
ab9322581e Track last attack 2015-04-23 16:32:57 -04:00
b3d110ea39 Add top 20 listing 2015-04-23 16:09:59 -04:00
14c25dd6b1 actually use font colors 2015-04-23 15:32:44 -04:00
d56d9dac58 use font colors instead 2015-04-23 15:32:24 -04:00
4e4eaf7594 Better background colors 2015-04-23 15:28:48 -04:00
a4c6edfe29 Bugfix for td color 2015-04-23 15:23:24 -04:00
e80cf7dbcc color CCM 2015-04-23 15:22:13 -04:00
ea5c8acc68 better formatting of money 2015-04-23 15:09:39 -04:00
a01cd54e6a Bold the symbol 2015-04-23 14:53:39 -04:00
dacc283e15 Round decimals to 2 2015-04-23 14:50:09 -04:00
35d9a0e910 update the design a bit 2015-04-23 14:46:51 -04:00
89dbd6532a Only store up to 17 items 2015-04-23 10:32:14 -04:00
412ba7c116 Use item if we have 20 2015-04-23 10:29:23 -04:00
26e1e963c0 Merge branch 'atomaka/feature/spears' into 'master'
Add ability to save spears

See merge request !7
2015-04-23 10:25:39 -04:00
cd5399a4ab Add ability to save spears 2015-04-23 10:18:21 -04:00
a01f733f35 Merge branch 'atomaka/feature/buy-raiding-mobs' into 'master'
Buy Raiding Mobs

Make sure we do not stop fighting randoms when enabled if we run out of mobs.

See merge request !6
2015-04-21 14:18:02 -04:00
b3cf042912 Autobuy mobs when killing random bosses 2015-04-21 14:12:39 -04:00
7aa64cd307 Toggle boss coin spending 2015-04-19 10:01:54 -04:00
fa1970a9be Merge branch 'atomaka/feature/better-chat-clear' into 'master'
Better Chat Clear

Truncate 50% of chat when limit reached (defaults to 500)

See merge request !5
2015-04-17 14:10:11 -04:00
dc57e9b461 Truncate 20% of chat when limit reached 2015-04-17 14:02:22 -04:00
81d86b68fc Merge branch 'atomaka/feature/chat-clear' into 'master'
Clear chat every 15 minutes

Chat logging is likely to be a source of high memory usage.  Clear every 15 minutes to attempt to keep this under control.

See merge request !4
2015-04-16 10:25:37 -04:00
d642bb6579 Clear chat every 15 minutes 2015-04-16 10:22:43 -04:00
f757baecbb Merge branch 'atomaka/feature/max-minion' into 'master'
Max minion for all types

Replace ```haveMaxRBMinion()``` with ```haveMaxMinion(type)```

See merge request !3
2015-04-16 10:18:36 -04:00
468e23c856 Check for max workers when purchasing 2015-04-16 10:14:24 -04:00
cb57d54508 Merge branch 'master' of git.atomaka.com:atomaka/trugul-bot 2015-04-16 08:11:56 -04:00
1a5441e984 Only whisper people without icons for detection 2015-04-16 08:11:15 -04:00
cc24c7f029 Fix botPurchasing stuck true issue 2015-04-15 21:27:34 -04:00
611f5250d4 Fix for botPurchasing bug 2015-04-15 19:18:23 -04:00
933fbed183 Try to stop purchasing on whoops! 2015-04-15 19:10:08 -04:00
a41b7028c4 account for change to soldier display 2015-04-15 18:39:53 -04:00
f561b5f2cb better worker purchasing 2015-04-15 18:32:36 -04:00
ae9b19761c only fight when we have soldiers 2015-04-15 17:16:34 -04:00
8e18325656 Setup remote server for storing raids 2015-04-15 13:57:22 -04:00
e238c25762 Abstract purchase requirement to global variable 2015-04-14 17:19:05 -04:00
d2c0b25476 Merge branch 'atomaka/bugfix/username-detection' into 'master'
Detect user dynamically

Detects the user by messaging the first random guest and detecting the user that sent that message.  Chat monitoring is always running once bot code is run as a consequence of this change; nbd.

See merge request !2
2015-04-14 17:04:55 -04:00
8d652f3fbe Detect user dynamically 2015-04-14 17:02:45 -04:00
572bb9bad9 Merge branch 'worker-efficiency' into 'master'
Worker purchasing based on efficiency

```btw();``` to enable.  Will purchase workers when enabled, with cheap labor, and when the user has more than $10T.

See merge request !1
2015-04-14 16:03:47 -04:00