Commit graph

46 commits

Author SHA1 Message Date
Chris
45e5773c23 Fix a read bug on NetTiles that causes tiles to have junk data 2020-05-29 17:12:46 +09:30
Chris
d4a0f47e45 WIP - splitting STS into new class and processing methods 2020-05-29 14:05:43 +09:30
鱼鱼
68019602d2 uncommented something accidentally commented out 2020-05-20 21:37:30 +08:00
鱼鱼
946d54b69e fix player spawn stuff 2020-05-20 21:27:49 +08:00
Lucas Nicodemus
70dd72443d Update copyright to 2019 again
Fixes #1658, most likely.
2019-03-29 17:16:37 -07:00
Lucas Nicodemus
569b350cea Update to Pryaxis, 2018 part 2
If there's one thing I learned in this exercise, it's that letting
people add random python scripts to the repo like gpltext.py that
promise to be easier than find and replace is a bad idea.
2018-01-01 02:20:56 -07:00
White
c4a3a9fb67 Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
Adilson Carvalho
49b4effe74 Changed year to 2016 on all GPL headers 2016-10-16 17:06:02 -02:00
Enerdy
3099f5d18c Fix WorldInfo packet, window title now correctly displays the IP Address of the Network Interface the server is being hosted on. 2015-07-04 22:06:27 +01:00
Zack
f9bf470b1d Tick version and update copyright 2015-01-28 15:29:13 -05:00
Zack
fb451c6d49 Update license header for 2014 2014-07-10 21:48:33 -04:00
Zack Piispanen
d413b24b22 Fix Kick Message issue, fix health kicks for 600 health, update tsapi 2014-05-10 16:33:55 -04:00
Zack Piispanen
1eb40afd1c Update GetDataHandlers for new packet stuff. 2014-05-10 14:30:59 -04:00
Zack Piispanen
871ad1fd2a Initial Commit of 1.2.4, all data handlers are currently off. 2014-05-09 21:20:21 -04:00
MarioE
a450bff22f Fix SSC 2014-02-16 12:29:59 -05:00
MarioE
ef72cc4451 Fix NetTile not having ushort Type 2014-02-16 09:08:14 -05:00
MarioE
cabdb7aa8d Update submodule, fix NetTile, tick version 2014-02-13 21:52:32 -05:00
Zack Piispanen
750bd3c483 And remember to save files to make builds pass 2013-10-25 08:24:13 -04:00
Zack Piispanen
bad474cc8b Fix chairs and colors and mannies 2013-10-01 17:46:54 -04:00
Zidonuke Ghost
b2a8198bb1 Client UUID Implementation: Bans and User Auth.
Send ServerSideCharacter flag if set in WorldInfo.
2013-10-01 04:35:49 -04:00
k0rd
ef2af933c4 beginning tile types in NetTile.cs
fix typo in GetDataHandlers.cs
2013-09-29 03:57:04 -04:00
Zack Piispanen
e148d29c66 Added packet changes for 1.2 protocol up to 7(world info) 2013-09-29 01:02:07 -04:00
Zack Piispanen
c17b661166 Stripped out stupid shit
Commented packets we dont know about yet.
2013-09-28 17:32:03 -04:00
Lucas Nicodemus
ae7ab5f234 Updated copyright information to point to 2013. 2013-08-22 21:51:17 -06:00
Lucas Nicodemus
8d5cdf04a8 Update copyright to reflect actual year date. 2012-04-24 12:45:46 -06:00
Deathmax
92996bf738 Replace usages of ASCII with UTF8 2012-01-18 20:56:18 +08:00
Lucas Nicodemus
bf9d0137f1 Added any missing license headers to all files 2012-01-01 03:06:48 -07:00
Lucas Nicodemus
c6abbfe4d2 ReSharper code reformat to match naming conventions and stuff 2011-12-30 14:38:04 -07:00
Lucas Nicodemus
1147788154 ReSharper redundant code cleanup 2011-12-30 14:32:05 -07:00
Zidonuke
d5affa3ba5 Fix projectile removal. 2011-12-29 18:53:27 -05:00
Zidonuke
34efba9c1f Changed hack detection to allow future permissions overrides, now prevents hack clients modding max hp while online. 2011-12-28 21:03:29 -05:00
Deathmax
e6f06ab567 Update more packet structures
-Fix teleport
2011-12-04 16:18:33 +08:00
Deathmax
d77fc4d567 Revert previous commit.
Double check data structure, SendTileSquare does not attempt to save bandwidth.
2011-12-04 16:12:45 +08:00
Deathmax
fc7f20566e HandleSendTileSquare now takes into account Tile's attempt at conversing bandwidth. 2011-12-04 16:09:31 +08:00
Deathmax
0a2ab6cc1c Changes to NetTile
NetTile now has wire flag and same tile number.
2011-12-04 11:03:36 +08:00
Zack Piispanen
59a4d429f0 Fixed a duplicate using IOStream 2011-12-01 23:04:26 -05:00
high
b2f47f57ac Updated to new binary (with the api merged).
Removed System.Drawing dependency
2011-09-24 18:30:19 -04:00
Lucas Nicodemus
442a5b4202 Stuff 2011-09-02 23:21:01 -06:00
high
dcadec30de Improved buffering slightly.
Disconnect messages are no longer buffered. (Fixes disconnect messages not being received)
2011-08-18 19:55:12 -04:00
high
3312b769c4 Fixed teleporting 2011-08-11 00:27:56 -04:00
high
ba67148ed8 Reverted teleport method.
Fixed server.dat corruption
2011-08-09 23:24:02 -04:00
Lucas Nicodemus
37146adb4c Resharper code cleanup, including:
- Optimized using statements
 - Removal of redundant code
2011-07-26 23:37:06 -06:00
high
27adb98b6f Removed the onsenddata hook and added a raw send command.
Added WorldInfoMsg for constructing the world info packet.
2011-07-08 03:42:42 -04:00
high
2a212629dc Added WorldInfoMsg class (empty) 2011-07-07 22:42:51 -04:00
high
7aa501c5e1 Forgot this() in constructor 2011-06-27 05:25:20 -04:00
high
0974ff1eb0 Added NetTile class. Structure from https://spreadsheets.google.com/spreadsheet/ccc?key=0AtMbaBHfhV44dE4zYnVad05lVXFwbjczdk03QnNCWHc&hl=en_US#gid=1 2011-06-27 05:10:06 -04:00