William Moorehouse
85bbe6314d
Added cobweb renderer
2015-06-22 11:34:29 -04:00
Drew DeVault
e3aee2f991
Partially implement chests
2015-06-22 11:34:29 -04:00
William Moorehouse
15b6f7b2ab
Fixed build failure (on Windows?) due to unimplemented virtual property
2015-06-22 11:34:29 -04:00
William Moorehouse
c2f5026f41
Fixed issue where the client continued to reset the mouse position after losing focus
2015-06-22 11:34:29 -04:00
Mitchell Kutchuk
1ccd32661f
Fix QueryProtocol
2015-06-22 11:34:29 -04:00
Mitchell Kutchuk
b56dd4eafe
Cleanup QueryProtocol
...
- Dispose of streams
- Use ConcurrentDictionary
2015-06-22 11:34:29 -04:00
Mitchell Kutchuk
2391d16968
Close socket after DisconnectPacket has been sent
2015-06-22 08:26:39 -07:00
Mitchell Kutchuk
e086066d9f
Style convention fixes
2015-06-22 08:22:36 -07:00
Mitchell Kutchuk
69f0150931
Don't go through DisconnectClient more than once.
2015-06-22 08:15:53 -07:00
Mitchell Kutchuk
7820a304ae
Catch packet handler exceptions
2015-06-22 08:08:15 -07:00
Mitchell Kutchuk
c413c8b325
Undo throw exception if manifest file doesn't exist
2015-06-20 20:15:32 -07:00
Mitchell Kutchuk
2dd36b28ec
Fix merge conflict
2015-06-20 19:44:58 -07:00
Mitchell Kutchuk
4225124546
Implement asynchronous sockets
2015-06-20 19:43:28 -07:00
Drew DeVault
feea66b366
Change default MOTD and include plugins
2015-06-20 16:43:16 -04:00
Drew DeVault
14f731aec5
Merge branch 'master' of github.com:SirCmpwn/TrueCraft
2015-06-20 16:40:25 -04:00
Drew DeVault
a66e6f57ef
Merge pull request #151 from manio143/Query
...
Query - Fixed to be compatible with `mcstatus`
2015-06-20 16:39:57 -04:00
manio143
25a82eee0d
Query - Fixed to be compatible with mcstatus
2015-06-20 22:32:23 +02:00
Drew DeVault
68b084b17e
Revert temporary debugging change
2015-06-20 14:20:07 -04:00
Drew DeVault
d9b033dba0
Merge pull request #150 from manio143/Query
...
Support for Query Protocol
2015-06-20 14:15:37 -04:00
Drew DeVault
8697994737
Add wheat and farmland renderers
2015-06-20 13:56:57 -04:00
manio143
64cfe80c98
Query - Fixed issues, added to server config
2015-06-20 18:05:53 +02:00
Drew DeVault
939a6dc79c
Render snow variation of grass blocks
...
This also increases the average rainfall everywhere so that fucking
deserts are less common
2015-06-20 11:01:07 -04:00
manio143
92c5b305dd
Query - Added missing parts to FullStat
2015-06-20 09:07:19 +02:00
manio143
5547ff86e8
Support for Query Protocol
2015-06-20 08:42:57 +02:00
Drew DeVault
f3fc43fbf9
Implement biome coloring for grass/vegitation/etc
...
Fixes #147
2015-06-19 17:36:39 -04:00
Drew DeVault
0775244adf
Update README
2015-06-19 12:21:56 -04:00
Drew DeVault
4596fef1a8
Change hue of ice texture slightly
2015-06-19 11:58:03 -04:00
Drew DeVault
12a5483d3b
Add vegitation renderer
...
This replaces TallGrassRenderer and adds support for flowers.
This should be used going forward for any plants that can be rendered as
an x-quad.
2015-06-19 11:53:08 -04:00
Drew DeVault
76d0af7e36
Move GraphicsDevice references to main thread
2015-06-19 01:11:14 -04:00
Drew DeVault
5c52b7634e
Remove references to GraphicsDevice on workers
2015-06-19 00:58:30 -04:00
Drew DeVault
633ce1dec4
Merge pull request #145 from mrpimpunicorn/master
...
Proper disposal of ChunkRenderer
2015-06-18 21:59:31 -04:00
William Moorehouse
596311101a
Proper disposal of ChunkRenderer
2015-06-18 21:55:35 -04:00
Drew DeVault
fa26b1a5d7
Or we could not do that
2015-06-18 21:29:36 -04:00
Drew DeVault
9c29f845ae
Load textures through PngReader
...
Instead of Texture2D.FromStream.
Fixes the purple water bug (fixes #138 )
2015-06-18 21:04:03 -04:00
Drew DeVault
e7fd0c5cd2
Change how LastAccessed is used with chunks
2015-06-18 19:13:41 -04:00
Drew DeVault
82bdc9df49
Merge pull request #140 from mrpimpunicorn/master
...
Fixed building on Windows
2015-06-18 17:54:49 -04:00
William Moorehouse
7046a0f53c
💤
2015-06-18 17:51:47 -04:00
William Moorehouse
833c102725
Fixed duplicates
2015-06-18 17:45:27 -04:00
William Moorehouse
fc7f52b619
Slight optimization thanks to @UnknownShadow200
2015-06-18 17:35:44 -04:00
William Moorehouse
33bf6b2a0b
Fixed building on Windows
2015-06-18 17:23:50 -04:00
Drew DeVault
31247946e0
Remove broken custom commands
2015-06-18 16:58:13 -04:00
Drew DeVault
94fc3b08b8
Fix up Launcher post build events
...
You can't run multiple commands.
2015-06-18 16:56:42 -04:00
Drew DeVault
9bd1db8317
Fix monodevelop stupidity
2015-06-18 16:39:20 -04:00
Drew DeVault
2f37defba1
Add truecraft launcher script for Unix systems
2015-06-18 16:15:13 -04:00
Drew DeVault
1a04429974
Add README-dist.txt
...
@blha303, can you add this to the root of the zip file as "README.txt"
during the build?
2015-06-18 15:45:25 -04:00
Drew DeVault
561ce2dd72
Merge pull request #136 from mrpimpunicorn/master
...
Fixed crash when phantom texture pack entry was selected
2015-06-18 15:10:05 -04:00
William Moorehouse
aa55f2c97f
Reverted string changes
2015-06-18 14:33:04 -04:00
Drew DeVault
8b4c3974fb
Update screenshot for README
...
Pomf is kill
2015-06-18 14:31:19 -04:00
William Moorehouse
c066e998d2
Fixed crash when phantom texture pack entry was selected, added vanilla texture bio
2015-06-18 14:28:21 -04:00
Drew DeVault
386d8f7328
Add option to download Mojang assets
...
Also fixes a bug with texture pack loading in the client.
Note: we cannot distribute Mojang assets, but some players might want to
use them. To that end, the launcher now has a button that allows the
user to download them him or herself. Since we download them directly
from Mojang, we're be good to go.
2015-06-18 13:59:03 -04:00