Commit graph

63 commits

Author SHA1 Message Date
Lucas Nicodemus
3fec24b2d2 Update TerrariaServer to match latest again 2012-05-26 00:16:50 -06:00
Lucas Nicodemus
55ff9cea23 Update to TerrariaAPI 1.12 2012-05-25 23:56:06 -06:00
Zack Piispanen
653e609e25 Added config option to allow control of how statue spawn limits work. Updated binary to work with new hooks. 2012-04-27 00:48:38 -04:00
Zack Piispanen
c81cd39fb3 New Features For the new Release! Config options to enable the spread of creep in hardmode. This means users can disable the corruption or the hallow from spreading. This allows server owners the chance to play on hardmode without it ruining their worlds. This does require the new TerrariaServer but the only change is the addition of a hook, which I believe does not require the increment of an API version attribute. 2012-04-18 00:46:30 -04:00
Lucas Nicodemus
7fe224d687 Update TerrariaServer binary to the latest version from the api's repo 2012-03-05 00:56:23 -07:00
Zack Piispanen
a8ac9435fd Updating bin, again. Hindsight is 20/20.
Added npc spawn hook and event,
2012-01-25 14:24:58 -05:00
Zack Piispanen
9db95d01f3 Update the bin for real to fix the autocreate/start server stuff. 2012-01-25 12:41:40 -05:00
Lucas Nicodemus
a2d72f3a3d Update API bin again (recompiled and working) 2012-01-22 10:49:54 -07:00
Lucas Nicodemus
e97656a770 Update API bin 2012-01-22 10:40:07 -07:00
Zack Piispanen
f36828ab91 Update bin to fix not updating world list after world gen 2012-01-19 16:30:06 -05:00
Zack Piispanen
43d0ff72cf Fixed duplicate join announcement 2012-01-18 19:13:04 -05:00
Deathmax
66fd4ac375 Update server binary
Fix save issues
2012-01-19 06:14:55 +08:00
Deathmax
44408a25d6 Update to 1.1.2 2012-01-18 19:42:38 +08:00
Deathmax
3ef87534c8 Log socket errors
Update server binary
2012-01-13 16:45:08 +08:00
Deathmax
bbeabb0f9d Update server bin 2012-01-01 15:23:27 +08:00
Zidonuke
dd14551bee Triple check that this terraria server is the latest with the last revision on git. 2011-12-29 00:48:55 -05:00
Deathmax
63259938f8 Update server binary
Fix linux paths.
Tile compression.
2011-12-29 11:33:34 +08:00
Zidonuke
1d1611407a Double checking to make sure this terrariaserver works with windows at least. 2011-12-28 21:14:54 -05:00
Zidonuke
82ed509fba Updated terraria server api. 2011-12-28 15:34:39 -05:00
Zidonuke
318bbac56a Update TerrariaAPI Binary 2011-12-20 17:26:04 -05:00
Zidonuke
cf665f199f Update server binary 2011-12-20 04:26:46 -05:00
Zidonuke
06b487393c Implement join/leave messages into TShock. 2011-12-20 01:00:21 -05:00
Deathmax
3e8737cf7f Update server binary
Version 1.10.0.2. Implements plugin reloading.
2011-12-19 22:30:29 +08:00
Deathmax
1ce950fa32 Update server binary
Fix issue where bunny and goldfish statues would continue spawning without limit during bloodmoons.
2011-12-19 20:03:45 +08:00
Deathmax
c79d39eb95 Update server binary
Server now has the -ip param built in.
2011-12-19 14:07:57 +08:00
Deathmax
9596d4498d Update server binary
Server now loads .dll-plugin files.
2011-12-19 12:15:58 +08:00
Deathmax
9657479e8e Update server binary
Server now logs plugin load errors to ErrorLog.txt
2011-12-19 08:41:15 +08:00
Deathmax
d091f5b52d Update server binary
Stop the Linux UnauthorizedAccessException errors when trying to access Windows paths.
2011-12-18 17:40:09 +08:00
Deathmax
cdde472c54 Update server binary
Clients should now be able to connect when running under Mono
2011-12-17 17:35:00 +08:00
Deathmax
905538de30 Update server binary
Add missing onleave hook
2011-12-16 10:06:56 +08:00
Deathmax
12435dfa1f Update server binary
For mono compatibility
2011-12-16 09:34:00 +08:00
Deathmax
b23b6789f2 Update to 1.1.1
Switch to v2 of the sqlite lib. v4 has a bug when run under .Net.
2011-12-16 09:02:59 +08:00
Deathmax
480b58a47d Now Mono compatible
(You need sqlite3.dll from SqlBins if running on Windows and sqlite3.so if running on Linux)
2011-12-13 21:41:52 +08:00
Deathmax
57f45e12bf Mono compatibility 2011-12-13 17:24:46 +08:00
Lucas Nicodemus
e1cd9f6bd4 Added a new server exe that should fix mannequins. Exempted the ice rod from the range checks. 2011-12-11 02:34:50 -07:00
Deathmax
2f407b14f6 Re-enable tile compression 2011-12-04 23:35:18 +08:00
Deathmax
accfedfd0b Update binary
-NpcHooks, ItemHooks now work
-Added Projectile Hooks
2011-12-04 15:33:44 +08:00
Deathmax
cbd00b94ef Binary update
-Lag Fix
-SendBytes was missing in the previous binary
2011-12-04 12:47:16 +08:00
Deathmax
b30aeb5084 Binary update
Attempt lag fix
2011-12-04 00:35:21 +08:00
Deathmax
632b73544a Some minor changes to binary. 2011-12-03 23:18:25 +08:00
Deathmax
2020aaf5eb Update binary to fix things
-OnGreetPlayer hook
-Wires not working
2011-12-03 10:06:13 +08:00
Deathmax
cd7198599d Update binary for new packets. 2011-12-02 14:36:49 +08:00
Deathmax
875c28d6c3 Update binary to support packet buffering 2011-12-02 13:53:40 +08:00
Deathmax
8f1cf07eff Fix REST in 1.1 binary. 2011-12-02 13:41:44 +08:00
Deathmax
ac75b16889 Tick API version to 1.9 2011-12-02 12:04:09 +08:00
Deathmax
d0868be8c9 Forgot something. 2011-12-02 11:54:48 +08:00
Deathmax
6ef4f22867 Forgot to remove NPC and item dumping code. 2011-12-02 11:48:48 +08:00
Deathmax
7cea19cce8 Update binary to 1.1 API 2011-12-02 11:47:52 +08:00
Deathmax
28f8b91698 Upload raw 1.1 exe for disassembly. 2011-12-01 23:33:38 +08:00
high
b95caf67c2 Updated terrariaserver binary 2011-09-24 18:27:09 -04:00