high
ce38ac1895
Fixed kill tile crash when switching to vector2
2011-06-14 22:52:21 -04:00
high
e9dd445055
Console can now use ingame commands. Although they are the chat commands so right now some wont work like the ones that spawn bosses at you, etc.
2011-06-14 21:44:32 -04:00
high
f31bae459e
Fixed GetData now logs exceptions as Terraria will swallow the exception.
...
Removed FindPlayer(int)
Removed Tools.SendMessage
Added TSPlayer.SendMessage to replace it
Changed FindPlayer(string) now returns List<TSPlayer>
2011-06-14 21:08:13 -04:00
high
760a81f74e
replaced tshock.position with vector2
2011-06-14 19:51:54 -04:00
high
12946c8a63
Removed pointless unbanip permission.
...
TSPlayer improved.
2011-06-14 19:49:45 -04:00
high
f233ef82e5
Sub classes are ugly as hell.
2011-06-14 19:28:20 -04:00
high
a6f168115a
That FindPlayer function returning -1 or -2 was bothering me so I did a temp fix.
2011-06-14 18:57:08 -04:00
high
7c56524a0d
typo
2011-06-14 18:23:54 -04:00
high
43beb99cb7
This is C#, not javascript!
2011-06-14 18:21:14 -04:00
high
966735ec2e
More code tidying.
2011-06-14 18:13:46 -04:00
high
fff6e1bcbc
Changed Group. This isn't java. Don't use accessor/mutator methods. Use properties.
2011-06-14 17:06:17 -04:00
high
c3bf304c0c
Changed the TSPlayer class.
2011-06-14 16:54:30 -04:00
high
17b2ed7eea
Change Broadcast and SendMessage to use Byte instead of Float
2011-06-14 16:23:33 -04:00
high
4f5109af8e
forgot this merge D:
2011-06-14 13:42:27 -04:00
high
3b250f4353
Merge branch 'master' of github.com:TShock/TShock
...
Conflicts:
TShockAPI/TShock.cs
2011-06-14 13:28:48 -04:00
high
c0a9adb175
Updated to API 1.3
2011-06-14 13:25:17 -04:00
high
f3fd5bc5bf
update api to v1.3
2011-06-14 13:16:12 -04:00
ricky
ea80dd48c3
Using Tile Send Square message instead of multiple Tile Send Section message to revert player changes.
2011-06-15 00:39:39 +10:00
ricky
f810f5f979
Players now in sync with server when protect spawn or anti build it on.
2011-06-14 23:27:47 +10:00
Shank
6411e71cee
Added AdminChatPrefix configuration option.
...
Added AdminChatRGB configuration option.
Tweaked how broadcast works, now clamps RGB values to prevent overflows.
Added a new permission, "adminchat," that defines who is affected by the AdminChatPrefix and the new AdminChatRGB (which is a rgb color spectrum for the chat color of admin's text).
Closes #72
2011-06-14 02:56:04 -06:00
Shank
49ca8fcd1a
Freaking updater.
2011-06-14 02:28:06 -06:00
Shank
37d40374be
/rules now follows MOTD formatting rules.
...
Tools.ShowMOTD is deprecated, use Tools.ShowFileToUser instead.
2011-06-14 02:15:18 -06:00
Shank
b8b4b6c8e8
Added /rules, reads from ./tshock/rules.txt
2011-06-14 02:06:04 -06:00
Shank
7e8e8fb986
Version Tick: 2.1.0.3
...
(Fuck it, no hostname resolution if nobody bothers to test)
2011-06-14 01:38:22 -06:00
ricky
1ce4e75eff
Notify user that world is protected from changed when anti build is on.
2011-06-14 14:40:58 +10:00
ricky
a1a82745d0
Using Player Damage instead of Kill Me message for /kill
...
Added current value of DisableBuild to the debug-condig output
2011-06-14 12:16:12 +10:00
high
c268118c9c
Revert "Added DNS resolution for hostnames (no-ip and the like)."
...
This reverts commit b32e11a49f .
2011-06-13 21:55:36 -04:00
Shank
6d65fda5b7
Merge branch 'master' of github.com:TShock/TShock
2011-06-13 15:20:43 -06:00
Shank
b32e11a49f
Added DNS resolution for hostnames (no-ip and the like).
2011-06-13 15:20:17 -06:00
high
e802ce4c2f
Fixed hair exploit
2011-06-13 11:28:50 -04:00
high
dbc0ae7aac
increased version tick
...
moved commandline handling
2011-06-13 09:35:19 -04:00
high
9121ce729a
Added -ip commandline
...
Updated binary
2011-06-13 09:32:12 -04:00
high
9ffd37de25
Updated Binary
2011-06-13 09:01:49 -04:00
Shank
7608476005
Updated README.md
2011-06-12 03:38:27 -06:00
Shank
c6c1e9125e
f7u12: forgot to close the ticket.
...
Closes #21
2011-06-12 03:15:32 -06:00
Shank
e09b8e101d
Probably should let devs know about that.
2011-06-12 03:14:07 -06:00
Shank
b7f0112acd
Configuration File now adds missing entries thanks to how JSON works and how default values work.
2011-06-12 03:12:59 -06:00
Shank
feea5700ac
Added command to toggle anti-build.
2011-06-12 02:49:37 -06:00
Shank
2fe906744f
Added a new Configuration Flag called "DisableBuild".
2011-06-12 02:24:46 -06:00
Shank
881ddd5543
GPL should be COPYING not LICENSE.
2011-06-12 01:28:35 -06:00
Shank
169950d1fd
Added year and author name to GPL ness.
2011-06-12 01:20:20 -06:00
Maverick Motherfucker
78da49cc46
?
2011-06-11 21:37:36 -07:00
Maverick Motherfucker
eb0e3a2c76
Fuck you XML
2011-06-11 21:37:18 -07:00
Maverick Motherfucker
3a2c6bb314
gpl up in dis bitch
2011-06-11 21:35:29 -07:00
Maverick Motherfucker
322699ff95
Merge branch 'master' of github.com:TShock/TShock
2011-06-11 21:31:49 -07:00
high
11f6ce8779
Removed dead checks.
2011-06-11 20:58:56 -04:00
ricky
82470d1cf1
Added message when trying to kill self (1.0.4 doesnt let you kill self using kill me packet)
...
Enable all the cheat comands only if distributationAgent != "terraria-online"
Added spamChecks to output of debug-config
2011-06-11 20:37:29 +10:00
Shank
c690a2d2fc
Added command aliases:
...
- /i
- /who, /online
Closes #63
Closes #62
Kill isn't possible.
Closes #66
2011-06-11 00:43:14 -06:00
Maverick Motherfucker
cbdf7d315f
how the fuck did that get changed again?
2011-06-10 17:50:57 -07:00
high
f3d8a0cc80
gawd, versionnum said 2.0.0.6 but apparently we were on 2.0.0.7. Increased again
2011-06-10 19:51:26 -04:00