1
0
Personal fork of Cuberite
Go to file
faketruth 2892a844d4 Chunks are generated in a separate thread allowing players to keep on playing and chatting while chunks are generated. This means, however, that cWorld::GetChunk() does not always return a chunk and is something you need to be aware of. I am not entirely sure if all this is completely stable, but I think so :O
Chunks are now generated before the player is able to see them. This is done because after a chunks is done generating, some blocks might still need to be set (parts of trees from neighboring chunk), causing more bandwidth to be used (each changed block needs to be sent to clients again) and (fps) lagging the clients when changing a lot of blocks. Calculating ahead fixes these issues.

Separated the placing of foliage (trees and stuff) when generated chunks into a new function GenerateFoliage()
Cleaned up the VS2010 project, now using some VS2010 specific functions like dependencies on projects (no need for setting library dependencies manually). VS2010 project now compiles way faster in Release by using multi threading.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@103 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-12-24 23:34:30 +00:00
converter dang finicky OS installs. >.> Bug fixes to make sure this compiles is more than two OS's. 2011-11-05 01:21:03 +00:00
iniFile Source for additional projects 2011-10-03 19:25:04 +00:00
jsoncpp-src-0.5.0 Source for additional projects 2011-10-03 19:25:04 +00:00
lua-5.1.4 Source for additional projects 2011-10-03 19:25:04 +00:00
Plugins Fixed world time 2011-11-08 02:02:13 +00:00
source Chunks are generated in a separate thread allowing players to keep on playing and chatting while chunks are generated. This means, however, that cWorld::GetChunk() does not always return a chunk and is something you need to be aware of. I am not entirely sure if all this is completely stable, but I think so :O 2011-12-24 23:34:30 +00:00
squirrel_3_0_1_stable It's a Squirrel!! 2011-11-08 01:25:01 +00:00
tolua++-1.0.93 Source for additional projects 2011-10-03 19:25:04 +00:00
VC2010 Chunks are generated in a separate thread allowing players to keep on playing and chatting while chunks are generated. This means, however, that cWorld::GetChunk() does not always return a chunk and is something you need to be aware of. I am not entirely sure if all this is completely stable, but I think so :O 2011-12-24 23:34:30 +00:00
webadmin Source for additional projects 2011-10-03 19:25:04 +00:00
WebServer Compiles for linux 2011-10-21 21:25:29 +00:00
zlib-1.2.5 Source for additional projects 2011-10-03 19:25:04 +00:00
clean.bat Setting files 2011-10-03 19:39:53 +00:00
furnace.txt Setting files 2011-10-03 19:39:53 +00:00
groups.ini Setting files 2011-10-03 19:39:53 +00:00
items.ini Digging leaves with shears now drops leaves 2011-12-22 21:36:24 +00:00
Lua-LICENSE.txt Setting files 2011-10-03 19:39:53 +00:00
makefile Added three new packets and cleaned up cPacket_Thunderbolt.cpp... cPacket_BlockAction, cPacket_Explosion, and cPacket_SoundEffect. 2011-11-07 01:41:54 +00:00
monsters.ini Setting files 2011-10-03 19:39:53 +00:00
recipes.txt Setting files 2011-10-03 19:39:53 +00:00
settings.ini Max. players and MOTD are now changeable in the settings.ini 2011-12-23 23:58:54 +00:00
terrain.ini Setting files 2011-10-03 19:39:53 +00:00
users.ini It's a Squirrel!! 2011-11-08 01:25:01 +00:00
webadmin.ini Setting files 2011-10-03 19:39:53 +00:00