summaryrefslogtreecommitdiffstats
path: root/source/cWorld.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 properlymadmaxoft@gmail.com2012-02-161-1/+72
* Fixed logging formatting error in cWorldmadmaxoft@gmail.com2012-02-151-1/+1
* Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Luafaketruth2012-02-141-20/+0
* 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.com2012-02-131-451/+404
* Added total chunk count to webadminmadmaxoft@gmail.com2012-02-081-2/+108
* 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.com2012-02-081-42/+82
* Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com2012-02-011-0/+4
* Old code begone! ChunkMap cleanupmadmaxoft@gmail.com2012-01-291-1/+1
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-5/+6
* Terrain generation is synchronous again, async generation has bugs.faketruth2012-01-191-27/+29
* Fixed the numchunks console command.faketruth2012-01-011-1/+15
* Made a couple of functions in cChunk inline, this should speed up several block operations on chunksfaketruth2011-12-311-2/+2
* - implemented the fire simulation in native c++ (cFireSimulator)lapayo94@gmail.com2011-12-281-5/+12
* Fixed some small memory leakslapayo94@gmail.com2011-12-281-0/+2
* Users file was pretty messed up with mixed unix and windows line endings. The ini failed to parse correctly under cygwin.faketruth2011-12-271-1/+8
* Some kind of 'template' world generator that right now just generates an all dirt world. You can use this to test new algorithmsfaketruth2011-12-271-8/+14
* - improved Simulator system lapayo94@gmail.com2011-12-261-8/+22
* - Linux compatible fixes including updated makefilemtilden@gmail.com2011-12-261-14/+18
* 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 :Ofaketruth2011-12-251-50/+120
* Max. players and MOTD are now changeable in the settings.inilapayo94@gmail.com2011-12-241-0/+21
* Digging leaves with shears now drops leaveslapayo94@gmail.com2011-12-221-5/+5
* Added code for doors. Doors now place correctly but opening them is buggy and I need to change the current opening code to use bitwise operators.admin@omencraft.com2011-11-101-3/+3
* Storms were WAY too frequent. I toned them down.admin@omencraft.com2011-11-101-4/+4
* Added random weather that persists per world. Also added SetWeather, GetWeather, and CastThunderbolt to lua bindings.admin@omencraft.com2011-11-101-0/+71
* bugfix to redstone, it can climb walls again.admin@omencraft.com2011-11-091-5/+5
* 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.com2011-11-091-0/+35
* Fixed world timefaketruth2011-11-081-1/+10
* Added Sebi's changes to pistons and item drops.admin@omencraft.com2011-11-071-0/+38
* 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.com2011-11-061-3/+15
* Fixed some "Entity was not found in any chunk!" warningsfaketruth2011-11-021-0/+1
* Changed world gamemode location to world.ini for world based gamemodes.admin@omencraft.com2011-11-021-2/+4
* fixed player spawning in the ground.admin@omencraft.com2011-11-011-5/+0
* You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yetfaketruth2011-11-011-36/+32
* Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth2011-10-311-4/+4
* Made several recomended changes. Gamemode is now world based. Need to add it to player.admin@omencraft.com2011-10-261-1/+2
* Updated VS2010 project filesfaketruth2011-10-261-104/+43
* git-svn-id: http://mc-server.googlecode.com/svn/trunk@10 0a769ca7-a7f5-676a-18bf-c427514a06d6admin@omencraft.com2011-10-261-10/+120
* MCServer c++ source filesfaketruth2011-10-031-0/+764