Deathmax
|
2a2fbe62d5
|
.
|
2011-06-05 13:49:10 +08:00 |
|
Deathmax
|
5b655f00de
|
Added broadcast for /ban. (thanks rjhazelwood)
Changed broadcast for /kick as it now takes partial matches.
|
2011-06-05 13:32:55 +08:00 |
|
Deathmax
|
8d375506b4
|
Fail auto-merge, fixed.
|
2011-06-05 13:21:10 +08:00 |
|
Deathmax
|
59e73e996c
|
Merge commit '422d2cfdb3' into general-devel-2
|
2011-06-05 13:20:18 +08:00 |
|
Deathmax
|
422d2cfdb3
|
Added some extra logging when kicking for cheating/griefing.
|
2011-06-05 13:14:58 +08:00 |
|
Shank
|
549728b510
|
Added DistributionAgent to configuration file. Default is facepunch. Change it to terraria-online for cheat removal.
|
2011-06-04 22:28:13 -06:00 |
|
Shank
|
b786c80bb0
|
Added /debug-config
Added Version codename
Added version tick early
Closes #15
|
2011-06-04 21:57:41 -06:00 |
|
Shank
|
30a200b6e0
|
Merge branch 'master' into general-devel
Conflicts:
TShockAPI/ConfigurationManager.cs
TShockAPI/TShock.cs
|
2011-06-04 21:36:11 -06:00 |
|
Deathmax
|
dc374f9051
|
Log no longer outputs to console. (Some things are calling it too fast)
|
2011-06-05 11:10:14 +08:00 |
|
Shank
|
68014b4853
|
SpawnRate now uses default spawn rate
|
2011-06-04 20:38:45 -06:00 |
|
Shank
|
95a066d145
|
Fixing spawn rates
|
2011-06-04 20:28:29 -06:00 |
|
Maverick Motherfucker
|
4907407337
|
merged master into us
|
2011-06-04 13:56:39 -07:00 |
|
Maverick Motherfucker
|
362b2b776e
|
Removed all referneces to admin and replaced with group permissions
|
2011-06-04 13:35:52 -07:00 |
|
Shank
|
95c1710b55
|
Configuration now loads up prior to the files being accessed.
|
2011-06-04 13:21:40 -06:00 |
|
Maverick Motherfucker
|
8d7a52ff9a
|
changed default group permissions and fixed /help
|
2011-06-04 12:00:00 -07:00 |
|
Maverick Motherfucker
|
dbdbc9e41e
|
implemented ignorecheatdetection
|
2011-06-04 11:42:56 -07:00 |
|
Shank
|
d255fa60bf
|
Version tick: 1.6.0.0
|
2011-06-04 12:41:14 -06:00 |
|
Maverick Motherfucker
|
61b9b8779e
|
Made groups.txt and users.txt auto appear in save folder
|
2011-06-04 11:14:39 -07:00 |
|
Maverick Motherfucker
|
43f173f7d7
|
dont fucking blindy try-catch everywhere
|
2011-06-04 10:43:16 -07:00 |
|
Maverick Motherfucker
|
24f7756370
|
did a debug session, fixed bugs
|
2011-06-04 10:35:20 -07:00 |
|
Maverick Motherfucker
|
cfd3cbf5a3
|
made it so newlines arn't parsed and added avaliable permissions to groups.txt
|
2011-06-04 09:45:23 -07:00 |
|
Deathmax
|
d26cd3bd16
|
Some KillTile prevention thingy
|
2011-06-05 00:02:56 +08:00 |
|
Deathmax
|
767268e1f7
|
Added spawn protection radius to config.
|
2011-06-04 14:26:25 +08:00 |
|
Deathmax
|
b9ff874351
|
Added spawn protection radius to config.
|
2011-06-04 14:25:47 +08:00 |
|
Deathmax
|
069c95e2cf
|
Spawn protection. 5 block radius.
/protectspawn - toggle spawn protection.
|
2011-06-04 14:21:41 +08:00 |
|
Deathmax
|
48ea956724
|
Added spawn protection. Prevents any tile from being placed/killed within a 5 block radius.
/protectspawn - Toggle spawn protection.
|
2011-06-04 14:19:22 +08:00 |
|
Maverick Motherfucker
|
c895369ff6
|
Deleted useless file and edited default group permissions
|
2011-06-03 22:57:48 -07:00 |
|
Maverick Motherfucker
|
4aa5c71b5b
|
got command handling implemented
|
2011-06-03 22:50:30 -07:00 |
|
Maverick Motherfucker
|
bf0a95f656
|
finally converted all commands
|
2011-06-03 22:42:48 -07:00 |
|
Maverick Motherfucker
|
8344801128
|
Started work on revamping command system for permissions, but I'm out for the night, cya tomorrow
|
2011-06-03 22:28:05 -07:00 |
|
Maverick Motherfucker
|
3774c30f7d
|
Removed useless permissions class and finished loading groups
|
2011-06-03 22:06:18 -07:00 |
|
Maverick Motherfucker
|
f5723ee834
|
did a debug session and fixed some errors
|
2011-06-03 22:00:46 -07:00 |
|
Maverick Motherfucker
|
273615f738
|
Loading groups adds the groups, doesn't add permissions yet
|
2011-06-03 21:51:35 -07:00 |
|
Maverick Motherfucker
|
517b40eec6
|
oops, forgot to do this
|
2011-06-03 21:41:17 -07:00 |
|
Maverick Motherfucker
|
6f3f53f0dc
|
Added hardcoded superadmin group
|
2011-06-03 21:39:18 -07:00 |
|
Maverick Motherfucker
|
bb2e9559f0
|
Added code to convey idea before I write all of it out, also added default config files, everything is subject to change
|
2011-06-03 21:27:56 -07:00 |
|
Deathmax
|
474498416d
|
Handled KillMe packet.
|
2011-06-04 12:17:12 +08:00 |
|
Deathmax
|
d0fe76090d
|
Blocked KillMe from other players.
|
2011-06-04 11:51:54 +08:00 |
|
Deathmax
|
ab67d9f137
|
Added try/catch statements.
|
2011-06-04 11:46:52 +08:00 |
|
Deathmax
|
0155156367
|
Ugh, set wrong LogLevel, wasn't saving to file.
|
2011-06-04 11:33:28 +08:00 |
|
Deathmax
|
3ffd91cf2d
|
Oops, forgot this.
|
2011-06-04 11:29:51 +08:00 |
|
Deathmax
|
35b584ab94
|
Added some basic logging.
|
2011-06-04 11:27:35 +08:00 |
|
Deathmax
|
0b06bbd692
|
Merge commit 'eba484ff35'
|
2011-06-04 11:11:37 +08:00 |
|
Maverick Motherfucker
|
eba484ff35
|
myass.bat post-build, if it doesn't work for you, your visual studio is fucked up
|
2011-06-03 20:04:24 -07:00 |
|
Deathmax
|
50430ce9a7
|
Fixed bug where PvP would always stay on even if perma PvP was off.
|
2011-06-04 10:59:16 +08:00 |
|
Maverick Motherfucker
|
bdd55a4d06
|
Fixed merge
|
2011-06-03 19:57:58 -07:00 |
|
Maverick Motherfucker
|
fbad9d6d67
|
Fixed mana and HP first time getting flagged as cheat
|
2011-06-03 19:51:57 -07:00 |
|
Deathmax
|
efe8b3ce4f
|
Projectile check used the wrong config.
|
2011-06-04 00:44:11 +08:00 |
|
Deathmax
|
16e5cfe342
|
Fixed issue where players with > 100 MP/HP would get flagged as their max didn't get synced.
|
2011-06-03 22:38:13 +08:00 |
|
Deathmax
|
cd539e0e7e
|
Fixed /help output. (Thanks rjhazelwood)
|
2011-06-03 22:00:14 +08:00 |
|