Lucas Nicodemus
ee20946cdd
REST endpoint /v2/users/activelist now null checks and works with 0 players.
...
Fixes #362
2012-02-09 21:43:35 -07:00
Lucas Nicodemus
d72dc36580
Merge pull request #360 from k0rd/general-devel
...
(REST) add max slots to /status
2012-02-07 21:51:52 -08:00
k0rd
16b3e51b4b
(REST) add max slots to /status
2012-02-08 00:56:45 -05:00
Lucas Nicodemus
db3b928373
Merge pull request #357 from k0rd/teleport-devel
...
Remember Position System: Teleport player to remembered position after successfully logging in (when forced to)
2012-02-06 22:41:55 -08:00
k0rd
b6e220e9f2
A player should be teleported to remembered position after he is finished being harassed to login.
2012-02-06 20:17:39 -05:00
Lucas Nicodemus
63b1a6e3c6
Update README
2012-02-04 22:05:09 -07:00
Lucas Nicodemus
04f16b9ea0
Update README
2012-02-04 22:04:02 -07:00
Lucas Nicodemus
aa3bb8972d
Update README
2012-02-04 22:01:43 -07:00
Lucas Nicodemus
a236f8dfc5
VERSION TICK: 3.7.0.204
2012-02-04 21:40:38 -07:00
Lucas Nicodemus
48c5bc147a
Merge pull request #353 from TShock/multiplay
...
Add requested stuff for Multiplay
2012-02-04 20:28:03 -08:00
Lucas Nicodemus
9df8785415
Undid change to -rest-enabled that would limit the functionality of the startup parameter.
2012-02-04 21:24:53 -07:00
Lucas Nicodemus
ccee8f3ff4
Add some debug output so people know why REST is magically enabled.
2012-02-04 21:22:55 -07:00
Lucas Nicodemus
c1f6204045
Remove duplicated -rest-enabled flags
2012-02-04 20:19:32 -07:00
Lucas Nicodemus
2d12cbe398
Added -rest-enabled and -rest-port command line parameters
2012-02-04 20:19:04 -07:00
Lucas Nicodemus
70e8bb9759
Added -rest-enabled, which will define if the REST API is enabled from command line.
2012-02-04 20:14:34 -07:00
Lucas Nicodemus
7cfc73ea4d
Added -rest-token, which will allow command line creation of a REST token.
2012-02-04 20:09:18 -07:00
Lucas Nicodemus
fcf573e982
Merge pull request #352 from k0rd/general-devel
...
Fixing cutting off regions and odd remembered position behavior sending players to an unteleportable place
2012-02-04 15:17:54 -08:00
k0rd
364d4cb3f6
Send player back to spawn if remembered position puts them somewhere they can't really go.
2012-02-04 18:11:17 -05:00
k0rd
e7889a7951
Merge remote branch 'upstream/general-devel' into general-devel
2012-02-04 18:02:03 -05:00
k0rd
217d001baf
option to overload Region.InArea() with x,y for more accurate Region detection.
2012-02-04 18:00:33 -05:00
k0rd
bd878ee63c
Don't use remembered pos if we are on a different WorldID
2012-02-04 17:01:27 -05:00
Zack Piispanen
46a653da99
Added config option for how often to save ssi, and applied that to the save checker.
...
Changed the OnTileEdit hook to take a player as well, so we know who is doing the edit.
Changed the output of the Debug folder to go back to bin\Debug\ since I dont work 3 directories about TShock.
2012-02-04 16:39:36 -05:00
Deathmax
54e822fb34
Merge pull request #350 from erikive/patch-1
...
Grammar fix.
2012-02-03 17:52:51 -08:00
Deathmax
1c8442f72b
Warn instead of error.
2012-02-04 09:52:33 +08:00
Erik
e3c09f28d5
Derp
2012-02-03 19:49:24 -06:00
k0rd
9a463d36e6
Merge pull request #348 from k0rd/general-devel
...
added non-hardmode ores to /genore command
2012-02-03 17:13:21 -08:00
k0rd
521fe6c015
added non-hardmode ores to /genore command.
2012-02-03 19:51:05 -05:00
Lucas Nicodemus
cf88214be4
Merge branch 'general-devel' of github.com:TShock/TShock into general-devel
2012-02-02 21:41:35 -07:00
Lucas Nicodemus
332bfe99f4
Removed try cache on config file, will now fail startup. Fixes #334
2012-02-02 21:41:14 -07:00
k0rd
5ece3bc7c3
Merge pull request #343 from darkvengance/master
2012-02-01 19:44:29 -08:00
Darkvengance aka Sildaekar
9d18ab3ce0
pearlstone brick now changed to grey brick
2012-02-01 15:14:04 -06:00
Darkvengance aka Sildaekar
043861edaa
pearlstone brick now changed to grey brick
2012-02-01 15:09:22 -06:00
Darkvengance aka Sildaekar
da87682719
removespecial now removes pearlstone bricks
2012-02-01 14:59:25 -06:00
Darkvengance aka Sildaekar
99fb24c82a
removespecial now removes pearlstone bricks
2012-02-01 14:55:41 -06:00
Darkvengance aka Sildaekar
accdb03d19
Removed demonite ore from the "removespecial" and "convertcorruption" commands.
2012-02-01 13:48:56 -06:00
Darkvengance aka Sildaekar
5a6b59cbad
Added removespecial command
2012-02-01 13:44:05 -06:00
Darkvengance aka Sildaekar
44afc6d8dd
Updated Local Files
2012-02-01 12:00:31 -06:00
k0rd
d6f0c0ecf5
/restart doesn't work for mono.. yet
2012-01-31 23:37:59 -05:00
k0rd
7855696f88
Merge remote branch 'origin/general-devel' into general-devel
2012-01-31 23:03:07 -05:00
k0rd
f3d4b0c6d1
another change to make remembered position work correctly
2012-01-31 23:00:56 -05:00
k0rd
ad56dd0741
this was trying to enter Player Names in multiple rows when the IP was different - but player name is the primary key!
...
(also fixed position on reconnect)
Remembering Position should now work correctly.
2012-01-31 21:02:16 -05:00
Lucas Nicodemus
2ca0121271
Merge pull request #342 from darkvengance/master
...
Why not?
2012-01-31 17:14:05 -08:00
Darkvengance aka Sildaekar
87e3fd347d
Added 'restart' command
2012-01-31 11:31:58 -06:00
Lucas Nicodemus
76d486778a
Merge pull request #341 from darkvengance/master
...
Rest API
2012-01-31 05:47:24 -08:00
Darkvengance aka Sildaekar
2e9f07c6f3
More functionality in spawnrate and maxspawns commands
2012-01-31 06:31:08 -06:00
Darkvengance aka Sildaekar
fcb44cc62a
Fixed minor error in log name code
2012-01-31 05:02:45 -06:00
Darkvengance aka Sildaekar
550e6b3685
Removed deperecated Rest API endpoints and updated UserListV2 method
2012-01-31 04:50:20 -06:00
Lucas Nicodemus
f70dd7386b
Merge pull request #340 from darkvengance/master
...
Log Name change
2012-01-31 02:08:09 -08:00
Darkvengance aka Sildaekar
9371c4972d
Log's name is now timestamp with yyyyMMddHHmmss.log format
2012-01-31 03:41:25 -06:00
Lucas Nicodemus
13e00c7d2d
Save SSI on /off
...
Should technically solve #339 , but there are probably more instances around the codebase that have the same issue.
2012-01-31 02:10:05 -07:00