| Commit message (Expand) | Author | Files | Lines |
2012-08-19 | Window, Chest, Furnace and Pawn are not using cPackets at all | madmaxoft@gmail.com | 1 | -0/+32 |
2012-08-19 | Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle. | madmaxoft@gmail.com | 1 | -0/+96 |
2012-08-19 | Another handful of packets rewritten. | madmaxoft@gmail.com | 1 | -0/+32 |
2012-07-21 | Slight cChunk optimization | madmaxoft@gmail.com | 1 | -1/+1 |
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -193/+21 |
2012-07-15 | Leaves blocks allowed one more block of distance from a log block before they decay | madmaxoft@gmail.com | 1 | -2/+2 |
2012-07-09 | BlockArea name change reverted | lapayo94@gmail.com | 1 | -1/+1 |
2012-07-08 | Squirrel Plugins | lapayo94@gmail.com | 1 | -1/+1 |
2012-07-02 | Leaves decay adjusted to 4 blocks in between the leaves and the log, instead of previous 3 | madmaxoft@gmail.com | 1 | -2/+2 |
2012-07-02 | Leaves decay properly - if they are not connected to a log | madmaxoft@gmail.com | 1 | -31/+109 |
2012-06-19 | Made ForEach API safer to use, now supports Destroy()-ing objects, too ( http://forum.mc-server.org/showthread.php?tid=434&pid=3513#pid3513 ) | madmaxoft@gmail.com | 1 | -5/+10 |
2012-06-18 | Crops aren't uprooted if farmland is dry. | cedeel@gmail.com | 1 | -3/+12 |
2012-06-17 | Removed the deprecated GetBlockEntity(), added several enumerators to replace it. | madmaxoft@gmail.com | 1 | -0/+154 |
2012-06-17 | Fixed leaves blockticking - must touch neighboring chunks, too, instead of self at wrong places. | madmaxoft@gmail.com | 1 | -23/+54 |
2012-06-16 | Leaves: Applied patch by Luksor. | cedeel@gmail.com | 1 | -1/+20 |
2012-06-16 | Exported cWorld::ForEachEntity and cWorld::ForEachEntityInChunk; no idea if they actually work | madmaxoft@gmail.com | 1 | -0/+17 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -1643/+1643 |
2012-06-09 | Snow cover breaks when the block below it is removed (FS #184). | madmaxoft@gmail.com | 1 | -1/+3 |
2012-06-09 | Sugarcane and cactus max height can be set in world.ini. | madmaxoft@gmail.com | 1 | -4/+4 |
2012-06-09 | Cacti grow by themselves and by bonemeal | madmaxoft@gmail.com | 1 | -0/+47 |
2012-06-08 | Sugarcane grows and can be grown using bonemeal. | madmaxoft@gmail.com | 1 | -60/+98 |
2012-06-07 | Bonemeal works on crops, melons, pumpkins, saplings and grass. Plant growing has been refactored into separate functions callable from Lua, too. | madmaxoft@gmail.com | 1 | -1/+9 |
2012-06-07 | BlockChecking split into a separate function | madmaxoft@gmail.com | 1 | -93/+94 |
2012-06-07 | Repeaters' delays can be set by rclk | madmaxoft@gmail.com | 1 | -0/+11 |
2012-06-07 | Fixed a typo in grass spreading causing much of the "too many packets" error. | madmaxoft@gmail.com | 1 | -5/+8 |
2012-06-06 | Grass spreads to adjacent dirt blocks. Doesn't check dest light yet. | madmaxoft@gmail.com | 1 | -17/+52 |
2012-06-06 | Item-dropping code rewritten and centralized - now there's only one place to modify if we want to split or merge same-item drops: cWorld:SpawnItemPickups(). Also, mined blocks can now drop more items, and they recognize if they're being mined by the correct tool. | madmaxoft@gmail.com | 1 | -9/+13 |
2012-06-01 | Fixed a nasty int overflow bug in blockticking code ( http://forum.mc-server.org/showthread.php?tid=457 ) | madmaxoft@gmail.com | 1 | -3/+4 |
2012-05-31 | Fixed melons and pumpkins generating in a wrong place. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-05-30 | Added support for SetNextBlockTick() function callable from Lua | madmaxoft@gmail.com | 1 | -18/+12 |
2012-05-30 | Melon and pumpkin stems now grow melons and pumpkins | madmaxoft@gmail.com | 1 | -1/+1 |
2012-05-30 | Fixed blocktick distribution | madmaxoft@gmail.com | 1 | -6/+14 |
2012-05-30 | Farmland gets hydrated and dehydrated. Fixed an off-by-one error in neighbor-chunk manipulation. | madmaxoft@gmail.com | 1 | -3/+75 |
2012-05-30 | Fixed a crash when chunks were loaded / generated with entities ( http://forum.mc-server.org/showthread.php?tid=450 ) | madmaxoft@gmail.com | 1 | -26/+4 |
2012-05-29 | Added code for the chunks to manipulate their neighbors while ticking. Also added some basic farming support - melon and pumpkin growing code. Untested and untestable so far, will test and fix later. | madmaxoft@gmail.com | 1 | -189/+176 |
2012-05-28 | Chests and Furnaces are now saved properly into Anvil scheme. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -101/+143 |
2012-05-08 | Fixed two "bottlenecks" found using profiling - MakeIndex() instead of MakeIndexNoCheck() | madmaxoft@gmail.com | 1 | -2/+2 |
2012-04-10 | Added the "/regeneratechunk" command that regenerates either current chunk or a chunk specified with x, z parameters. TODO: permissions - we don't want guests erasing our chunks! | madmaxoft@gmail.com | 1 | -29/+15 |
2012-03-24 | Removed the split between 1.2.3 and 1.1, left only 1.2.3 code | madmaxoft@gmail.com | 1 | -13/+0 |
2012-03-22 | Fixed a deadlock by removing clients from all chunks upon their exit, not using the clients chunklists. | madmaxoft@gmail.com | 1 | -8/+17 |
2012-03-14 | Unified the chunk data to use the BLOCKDATA datatype. | madmaxoft@gmail.com | 1 | -7/+7 |
2012-03-14 | Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency | madmaxoft@gmail.com | 1 | -126/+135 |
2012-03-10 | Using references instead of pointers for sending packets | madmaxoft@gmail.com | 1 | -1/+1 |
2012-03-10 | Fixed mob spawn packet for 1.2 client, now client doesn't bail out when mobs are turned on | madmaxoft@gmail.com | 1 | -2/+3 |
2012-03-10 | Was using "#else if" which is not valid apparently, now using "#elif" | faketruth | 1 | -1/+1 |
2012-03-10 | You can change axis ordering by setting AXIS_ORDER to AXIS_ORDER_XZY in cChunk.h !THIS WILL SCREW UP YOUR WORLDS THOUGH! | faketruth | 1 | -0/+4 |
2012-03-10 | Using more of the index functions in cChunk, so it should be easy enough to flip the axis ordering now | faketruth | 1 | -76/+61 |
2012-03-09 | cClientHandles have a unique ID now to distinguish them | faketruth | 1 | -9/+9 |
2012-03-05 | ChunkSender: Chunks are now compressed and sent to clients from a separate threads, proper passive waiting between threads. Not much tested, just appears to work :) | madmaxoft@gmail.com | 1 | -62/+53 |
2012-03-04 | The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!! | faketruth | 1 | -1/+1 |
2012-03-04 | Changed signed char to unsigned char in block packets, so we can receive height up to 255 | faketruth | 1 | -9/+16 |
2012-03-03 | Got rid of some hardcoded numbers, now using hardcoded variables! woo | faketruth | 1 | -87/+87 |
2012-03-02 | Finally got the multiblock packet working! It seems the byte order was wrong | faketruth | 1 | -5/+3 |
2012-03-02 | MultiBlock packet is working partly.. I really don't understand what's wrong with this packet :/ | faketruth | 1 | -0/+13 |
2012-03-01 | New redstone simulator. Should work without crashes! | faketruth | 1 | -1/+15 |
2012-02-28 | Server uses ~40% less CPU now | faketruth | 1 | -86/+92 |
2012-02-28 | Chunk now has an indicator of load failure; Chunk generator uses cChunkStay | madmaxoft@gmail.com | 1 | -0/+16 |
2012-02-26 | New cChunkStay class for temporarily keeping chunks loaded even when then have no clients. For now unused, will be used by generator and lighting in the future. | madmaxoft@gmail.com | 1 | -1/+13 |
2012-02-23 | Plain pointer cChunkPtr finishing touches; removed cChunk's critical sections | madmaxoft@gmail.com | 1 | -162/+14 |
2012-02-23 | cChunk: removed unused code | madmaxoft@gmail.com | 1 | -6/+0 |
2012-02-22 | Added some asserts to trace a bug | faketruth | 1 | -1/+5 |
2012-02-21 | Removed cChunkPtrs from everywhere but internal cChunkMap usage. Now we should finally be threadsafe :) | madmaxoft@gmail.com | 1 | -5/+6 |
2012-02-21 | Fixed heightmap optimization from rev 302; removed a few more cChunkPtrs | madmaxoft@gmail.com | 1 | -16/+42 |
2012-02-21 | Optimized hightmap recalc when setting a chunk's block | madmaxoft@gmail.com | 1 | -7/+31 |
2012-02-20 | Removed some more cChunkPtr usage | madmaxoft@gmail.com | 1 | -3/+7 |
2012-02-20 | Using own ASSERT() that logs to file | faketruth | 1 | -5/+5 |
2012-02-18 | Substantial cWorld::FastSetBlock() speed up by queueing all such calls and processing them later chunk-wise (makes growing trees in the generator fast again) | madmaxoft@gmail.com | 1 | -8/+28 |
2012-02-18 | Re-implemented tree-growing. May produce artefacts on old-world / new-world boundaries. | madmaxoft@gmail.com | 1 | -0/+10 |
2012-02-18 | Thread-safe chunk generation, storage and generator are queried for progress while initializing server | madmaxoft@gmail.com | 1 | -8/+8 |
2012-02-16 | cWorldGenerator speedup - doesn't call GetChunk() anymore, not queueing the chunk it's generating to be loaded recursively. | madmaxoft@gmail.com | 1 | -5/+6 |
2012-02-16 | Marking chunk dirty after generating | madmaxoft@gmail.com | 1 | -0/+2 |
2012-02-16 | Heightmap is properly generated after loading chunks now, so /spawn and /top should work properly again | faketruth | 1 | -0/+2 |
2012-02-16 | Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properly | madmaxoft@gmail.com | 1 | -7/+146 |
2012-02-15 | Restored chest and furnace functionality as it was (it's basically working but joined chests show single-chest window) | madmaxoft@gmail.com | 1 | -0/+13 |
2012-02-13 | Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it. | madmaxoft@gmail.com | 1 | -361/+343 |
2012-02-08 | Removed unused code | madmaxoft@gmail.com | 1 | -44/+113 |
2012-02-08 | MTRand class is not created in each tick, therefore much improving tick-thread time (now uses ~5 % CPU instead of one full core) | madmaxoft@gmail.com | 1 | -5/+8 |
2012-02-01 | Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients; | madmaxoft@gmail.com | 1 | -2/+2 |
2012-02-01 | AString logging fix | madmaxoft@gmail.com | 1 | -7/+7 |
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -3/+3 |
2012-02-01 | Removed a few duplicate includes | madmaxoft@gmail.com | 1 | -2/+1 |
2012-01-30 | Fixed a problem in cCSLock (sorry); reverted cChunk | madmaxoft@gmail.com | 1 | -3/+3 |
2012-01-30 | Added a WebAdmin interface to view users their groups, and the permissions of groups. | faketruth | 1 | -1/+1 |
2012-01-30 | More cFile cleanup; removed old format writing for block entities | madmaxoft@gmail.com | 1 | -176/+199 |
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -10/+5 |
2012-01-26 | Working on a new plugin design with Lua. While retaining backwards compatibility of course... | faketruth | 1 | -28/+28 |
2012-01-26 | Probably fixed a deadlock! http://www.mc-server.org/support/index.php?do=details&task_id=147 | faketruth | 1 | -2/+2 |
2012-01-23 | Cactus towers can be destroyed by removing the bottom block | faketruth | 1 | -0/+1 |
2012-01-19 | Terrain generation is synchronous again, async generation has bugs. | faketruth | 1 | -43/+13 |
2012-01-01 | Fixed the numchunks console command. | faketruth | 1 | -0/+76 |
2011-12-31 | Made a couple of functions in cChunk inline, this should speed up several block operations on chunks | faketruth | 1 | -105/+8 |
2011-12-28 | This bug should be fixed now http://mc-server.org/support/index.php?do=details&task_id=112 | faketruth | 1 | -6/+44 |
2011-12-27 | Some kind of 'template' world generator that right now just generates an all dirt world. You can use this to test new algorithms | faketruth | 1 | -2/+2 |
2011-12-26 | Players can switch worlds on the fly with the command /gotoworld [worldName]. This uses the function cPlayer::MoveToWorld() | faketruth | 1 | -72/+72 |
2011-12-26 | - improved Simulator system | lapayo94@gmail.com | 1 | -26/+1 |
2011-12-26 | - Linux compatible fixes including updated makefile | mtilden@gmail.com | 1 | -4/+5 |
2011-12-26 | Moved the actual world generation from cChunk.cpp to a more isolated file cWorldGenerator.cpp | faketruth | 1 | -236/+3 |
2011-12-26 | Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speed | faketruth | 1 | -7/+0 |
2011-12-25 | 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 | faketruth | 1 | -21/+31 |
2011-12-22 | Digging leaves with shears now drops leaves | lapayo94@gmail.com | 1 | -4/+31 |
2011-11-15 | Changed chunk generation so any surface sand with air underneath it will turn into sandstone to prevent most sand cave-ins due to odd cave placement. | admin@omencraft.com | 1 | -12/+37 |
2011-11-10 | Fixed doors. I forgot to actually return proper Hex value. Started work on adding farmland, farming, and leaf decay support. | admin@omencraft.com | 1 | -0/+5 |
2011-11-09 | Redstone clocks now work. even one clocks. torches don't update themselves when placed yet, but redstone wire updates the torch. Fixed a bug with piston animations. | admin@omencraft.com | 1 | -4/+4 |
2011-11-08 | Fixed bug in cChunk.cpp not calculating RedstoneCircuits at the correct positions. Also, forgot to mention you can now place colored wool. | admin@omencraft.com | 1 | -2/+2 |
2011-11-07 | Updated redstone and pistons some mode. If you break an extended piston the piston extension will now also break. When a redstone device is broken by something other than a person the redstone circuit should now update. | admin@omencraft.com | 1 | -4/+21 |
2011-11-06 | Patch with diff file created by Sebi (implemented some stuff like lava physics, drops are deleted when in lava, water is now slower, lava gives actual damage etc.). Pistons now work mostly as they should. They do not yet show the motion animation and do not emit sound. They do extend, push, and retract as they should though. Right now the only way to activate a piston is to light redstone wire adjacent to it with a redstone torch. | admin@omencraft.com | 1 | -10/+10 |
2011-11-05 | Change SetBlock to FastSetBlock in cRedstone.cpp and grass will now grow if any one hit block is above it. | admin@omencraft.com | 1 | -6/+11 |
2011-11-02 | Fixed some "Entity was not found in any chunk!" warnings | faketruth | 1 | -10/+18 |
2011-11-01 | fixed player spawning in the ground. | admin@omencraft.com | 1 | -1/+1 |
2011-10-31 | Prepared some parts of the code for multi world support, I created lots of TODO's | faketruth | 1 | -33/+32 |
2011-10-25 | Using SSE instructions for noise (terrain generation) | faketruth | 1 | -9/+9 |
2011-10-21 | Compiles for linux | faketruth | 1 | -6/+9 |
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+1388 |