| Commit message (Expand) | Author | Files | Lines |
2012-02-15 | New players no longer cause an assert | faketruth | 1 | -3/+3 |
2012-02-15 | Can use the 'restart' command again. cAuthenticator no longer asserts because it properly stops when the server is stopped. | faketruth | 3 | -3/+16 |
2012-02-15 | Fixed a deadlock in WorldStorage | faketruth | 1 | -3/+5 |
2012-02-15 | Fixed logging formatting error in cWorld | madmaxoft@gmail.com | 1 | -1/+1 |
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 | 13 | -104/+194 |
2012-02-15 | Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lol | faketruth | 1 | -18/+46 |
2012-02-14 | Slight cleanup - removed old code, some additional comments on dangerous functions | madmaxoft@gmail.com | 5 | -402/+13 |
2012-02-14 | Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Lua | faketruth | 3 | -31/+64 |
2012-02-14 | Updated fluid simulators with geser's patch file! | faketruth | 7 | -58/+338 |
2012-02-14 | m_World was never set in cBlockEntity's, now it is | faketruth | 1 | -0/+1 |
2012-02-14 | Apparently the Fire plugin is depreciated since it's implemented in C++ :P | faketruth | 1 | -2/+2 |
2012-02-14 | Fixed the same leak in FireSimulator | faketruth | 2 | -18/+18 |
2012-02-14 | Fixed a (pretty big) memory leak in cSandSimulator | faketruth | 2 | -15/+16 |
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 | 77 | -2687/+6689 |
2012-02-08 | Removed unused code | madmaxoft@gmail.com | 4 | -63/+126 |
2012-02-08 | Added total chunk count to webadmin | madmaxoft@gmail.com | 4 | -7/+133 |
2012-02-08 | cPluginManager: slight cleanup | madmaxoft@gmail.com | 1 | -178/+272 |
2012-02-08 | cMonsterConfig: removed excessive logging | madmaxoft@gmail.com | 1 | -43/+62 |
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 | 10 | -71/+156 |
2012-02-08 | cSocketThreads plugged in for cClientHandle reading. Sending still kept the old way. Please help me test this commit thoroughly, this is a change that can break on subtleties. | madmaxoft@gmail.com | 8 | -219/+253 |
2012-02-07 | cSocket: final localhost fix - made it a function (forgotten file) | madmaxoft@gmail.com | 1 | -3/+3 |
2012-02-07 | cSocket: final localhost fix - made it a function | madmaxoft@gmail.com | 2 | -7/+15 |
2012-02-07 | Temporary fix for Linux compilation. (gcc won't accept a function call in global var initialization) | madmaxoft@gmail.com | 1 | -1/+1 |
2012-02-07 | Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility. | madmaxoft@gmail.com | 109 | -1316/+1907 |
2012-02-07 | cSocketThreads initial commit. Not yet tested and not yet integrated | madmaxoft@gmail.com | 2 | -0/+619 |
2012-02-07 | Slight cleanup | madmaxoft@gmail.com | 2 | -5/+3 |
2012-02-07 | cSocket: Added more functions that will be needed for the new cSocketThreads | madmaxoft@gmail.com | 2 | -8/+56 |
2012-02-06 | cSocket: error reporting function now works correctly on GNU Linux; also includes the error number for all errors | madmaxoft@gmail.com | 1 | -8/+29 |
2012-02-06 | cSocket: re-implemented the GetLastErrorString() function; win: error texts are now queried from the system rather than enumerated by the program | madmaxoft@gmail.com | 2 | -25/+15 |
2012-02-05 | Now showing proper error messages when sockets fail :) | faketruth | 5 | -18/+30 |
2012-02-05 | cSocket: added error logging to Bind() failures | madmaxoft@gmail.com | 1 | -39/+48 |
2012-02-04 | putting default settings back to default | admin@omencraft.com | 1 | -2/+2 |
2012-02-04 | Fixed a bug in source/cClientHandle.h | admin@omencraft.com | 4 | -6/+6 |
2012-02-03 | MCServer should be running fast again on Linux!! YAAAY!! | faketruth | 2 | -0/+7 |
2012-02-03 | cClientHandle: split packet handling into separate functions for clarity | madmaxoft@gmail.com | 2 | -989/+1238 |
2012-02-02 | cClientHandle: gotten rid of the obnoxious m_pState, now using direct members instead | madmaxoft@gmail.com | 4 | -351/+405 |
2012-02-02 | Socket-related assert fixes | madmaxoft@gmail.com | 3 | -6/+30 |
2012-02-02 | tolua: modified the binding generator to accept AString as a std::string synonym, re-generated Bindings with these settings. Lua callbacks can now safely use AString functions in C++. | madmaxoft@gmail.com | 3 | -28/+29 |
2012-02-02 | Removed nonsense "virtual inline" declaration from functions | madmaxoft@gmail.com | 7 | -28/+28 |
2012-02-02 | cSocket API fix (possible invalid pointer) | madmaxoft@gmail.com | 6 | -45/+103 |
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 | 24 | -289/+667 |
2012-02-01 | Added all current hooks to the new plugin structure. | faketruth | 4 | -129/+817 |
2012-02-01 | AString logging fix 2 | madmaxoft@gmail.com | 7 | -21/+27 |
2012-02-01 | AString logging fix | madmaxoft@gmail.com | 1 | -7/+7 |
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 16 | -134/+189 |
2012-02-01 | Removed a few duplicate includes | madmaxoft@gmail.com | 10 | -41/+28 |
2012-02-01 | new cIsThread object for thread encapsulation | madmaxoft@gmail.com | 2 | -0/+225 |
2012-02-01 | cEvent: fixed wrong errorchecking in win32 Set() | madmaxoft@gmail.com | 1 | -1/+1 |
2012-02-01 | StringUtils: SplitString() fix | madmaxoft@gmail.com | 1 | -2/+21 |
2012-02-01 | auto_ptr fix 2 | madmaxoft@gmail.com | 1 | -1/+1 |
2012-02-01 | Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()! | madmaxoft@gmail.com | 13 | -105/+384 |
2012-02-01 | Fixed a sigsegv on *nix (cFile double-closing files) | madmaxoft@gmail.com | 1 | -0/+1 |
2012-02-01 | Plugins can now be enabled and disabled through WebAdmin | faketruth | 5 | -19/+75 |
2012-01-31 | Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPlugin | faketruth | 7 | -79/+193 |
2012-01-31 | Slight code cleanup, no big changes | madmaxoft@gmail.com | 3 | -45/+129 |
2012-01-31 | Another cEvent fix, I wish I could get it finally right | madmaxoft@gmail.com | 1 | -0/+1 |
2012-01-31 | Hopefully fixed pthreads in cEvent (again) | madmaxoft@gmail.com | 2 | -1/+3 |
2012-01-31 | cEvent class cleanup (single-event only, since multi-event wasn't used and wouldn't work on *nix anyway) | madmaxoft@gmail.com | 2 | -82/+124 |
2012-01-31 | Linux fixes, but while it compiles, when a user joins it crashes the server with "*** glibc detected *** ./MCServer: double free or corruption (out): 0x00007fb5f5158db0 ***" | mtilden@gmail.com | 2 | -0/+2 |
2012-01-31 | Can now receive POST data in WebPlugins! | faketruth | 6 | -8/+41 |
2012-01-30 | Replaced most FILE operations with a cFile object | madmaxoft@gmail.com | 7 | -151/+210 |
2012-01-30 | Fixed a problem in cCSLock (sorry); reverted cChunk | madmaxoft@gmail.com | 2 | -3/+9 |
2012-01-30 | Added a WebAdmin interface to view users their groups, and the permissions of groups. | faketruth | 8 | -11/+91 |
2012-01-30 | More cFile cleanup; removed old format writing for block entities | madmaxoft@gmail.com | 11 | -286/+343 |
2012-01-30 | Initial cFile implementation (using stdio FILE) and test in cChunkMap | madmaxoft@gmail.com | 4 | -86/+388 |
2012-01-29 | Added missing #ifdef _DEBUG in cCriticalSection.cpp | faketruth | 1 | -3/+5 |
2012-01-29 | Old code begone! ChunkMap cleanup | madmaxoft@gmail.com | 4 | -373/+252 |
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 | 172 | -326/+1051 |
2012-01-29 | ChunkGenerator: rewritten thread-locking using the new RAII CSLock class | madmaxoft@gmail.com | 5 | -82/+210 |
2012-01-28 | Now also compiles in Linux | faketruth | 1 | -0/+1 |
2012-01-28 | Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. | faketruth | 9 | -98/+773 |
2012-01-27 | MSVC 2008 Express compatibility: Added the projects, modified sources to compile. Tested on MSVC 2008 Express and MSVC 2010 Express | madmaxoft@gmail.com | 64 | -87/+89 |
2012-01-27 | Converted all of the Core plugin to the new plugin structure, except for the WebAdmin part | faketruth | 2 | -21/+98 |
2012-01-26 | No longer hard coded Lua files in new plugin system | faketruth | 2 | -20/+406 |
2012-01-26 | Working on a new plugin design with Lua. While retaining backwards compatibility of course... | faketruth | 7 | -47/+508 |
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 | 4 | -4/+89 |
2012-01-22 | Fixed the  sign bug | faketruth | 1 | -2/+2 |
2012-01-22 | Improved Core's WebAmin interface a bit. | faketruth | 4 | -31/+112 |
2012-01-21 | Bug FS#131 http://www.mc-server.org/support/index.php?do=details&task_id=131 should be fixed | faketruth | 1 | -0/+1 |
2012-01-20 | MCServer is now compatible with Minecraft client 1.1 (as long as the client is not using any mods/plugins I think) | faketruth | 5 | -6/+27 |
2012-01-19 | Terrain generation is synchronous again, async generation has bugs. | faketruth | 12 | -85/+129 |
2012-01-02 | Fixed crashing bug in cClientHandle::~cClientHandle | faketruth | 1 | -1/+3 |
2012-01-01 | CreativeInventory Update | lapayo94@gmail.com | 9 | -85/+107 |
2012-01-01 | Fixed the numchunks console command. | faketruth | 10 | -14/+187 |
2012-01-01 | - implemented separated inventory for creative mode (cSurvivalInventory and cCreativeInventory) | lapayo94@gmail.com | 16 | -227/+363 |
2012-01-01 | Chests, furnaces and dispensers face the correct way now. | faketruth | 1 | -0/+5 |
2011-12-31 | Made a couple of functions in cChunk inline, this should speed up several block operations on chunks | faketruth | 5 | -124/+148 |
2011-12-29 | - Animals burn now when moving into lava or fire | lapayo94@gmail.com | 3 | -7/+12 |
2011-12-29 | - Initial food handling by cedeel | mtilden@gmail.com | 5 | -13/+73 |
2011-12-29 | M$ BS... | mtilden@gmail.com | 1 | -1/+1 |
2011-12-29 | - Chests open and close on clients when opened/closed | mtilden@gmail.com | 6 | -7/+84 |
2011-12-29 | - Pickups should now burn in fire | lapayo94@gmail.com | 5 | -20/+33 |
2011-12-29 | - water slacks fire now | lapayo94@gmail.com | 8 | -17/+20 |
2011-12-28 | - little performance improvement on the sand simulator | lapayo94@gmail.com | 2 | -1/+9 |
2011-12-28 | - implemented the fire simulation in native c++ (cFireSimulator) | lapayo94@gmail.com | 10 | -90/+280 |
2011-12-28 | - Fixed too fast actions kick for real | mtilden@gmail.com | 1 | -5/+5 |
2011-12-28 | Fixed some small memory leaks | lapayo94@gmail.com | 3 | -0/+13 |
2011-12-28 | - Fixed ping displaying same for everyone, knew it was something I messed up with itr :( | mtilden@gmail.com | 1 | -1/+1 |
2011-12-28 | Fixed PLI end white, made random mistake late night when I couldn't remember how I did it before | mtilden@gmail.com | 1 | -1/+1 |
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-28 | Linux fix | mtilden@gmail.com | 1 | -1/+1 |
2011-12-28 | - Didn't notice steak missing as well | mtilden@gmail.com | 1 | -0/+8 |
2011-12-28 | - Added chicken to eating | mtilden@gmail.com | 2 | -1/+10 |
2011-12-28 | Little improvement to save some cpu time but it´s still very heavy cpu load | lapayo94@gmail.com | 2 | -1/+8 |
2011-12-28 | - Implemented Drops from Burning animals | lapayo94@gmail.com | 19 | -297/+218 |
2011-12-27 | Users file was pretty messed up with mixed unix and windows line endings. The ini failed to parse correctly under cygwin. | faketruth | 3 | -2/+10 |
2011-12-27 | Fixed a little error in cPacket_PlayerListItem.cpp | faketruth | 1 | -1/+1 |
2011-12-27 | Vanity, just to set back to white after a short enough name for the ping image to not change color | mtilden@gmail.com | 1 | -1/+7 |
2011-12-27 | I'll lower my frequency of commits.. 1000 default ends up sent more often than calc'd packets. | mtilden@gmail.com | 1 | -1/+0 |
2011-12-27 | Oops, accidentally left debug print | mtilden@gmail.com | 1 | -1/+0 |
2011-12-27 | - Added basic ping handling. | mtilden@gmail.com | 5 | -10/+38 |
2011-12-27 | Slightly cleaner block change interactions static in header | mtilden@gmail.com | 2 | -2/+4 |
2011-12-27 | Set player interaction kicking to 5 interactions per .1 seconds to help with lag disconnects. Still need to change code to lessen the false positives. | admin@omencraft.com | 1 | -2/+2 |
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 | 5 | -12/+55 |
2011-12-26 | Players can switch worlds on the fly with the command /gotoworld [worldName]. This uses the function cPlayer::MoveToWorld() | faketruth | 10 | -90/+160 |
2011-12-26 | - improved Simulator system | lapayo94@gmail.com | 14 | -55/+277 |
2011-12-26 | - improved ClosestPlayerDetection (Really the closest now ;)) | lapayo94@gmail.com | 2 | -30/+46 |
2011-12-26 | Fixed the little check for max players. If somehow a player was able to connect and the number of players would exceed the max players, everybody is allowed in and the server will never be 'full'. It's fixed now | faketruth | 1 | -9/+9 |
2011-12-26 | - Linux compatible fixes including updated makefile | mtilden@gmail.com | 14 | -47/+72 |
2011-12-26 | - Added timer to cPlayer PlayerListItem because sending the packets like minecraft does (every tick per player) is 20 pps per client to each client and was causing Kicks for having too high of a packet queue | mtilden@gmail.com | 2 | -7/+17 |
2011-12-26 | - Default Notchian Ping (static until ping implemented through keepalive send/receive) | mtilden@gmail.com | 2 | -4/+12 |
2011-12-26 | - Scoreboard deleting moved to cClientHandle::~cClientHandle() with checks. Please test this every way you can with clients disconnecting from the internet, crashing, etc. It should work on all cases as every client gets called in this part to be 'Deleted' | mtilden@gmail.com | 1 | -6/+10 |
2011-12-26 | Moved the actual world generation from cChunk.cpp to a more isolated file cWorldGenerator.cpp | faketruth | 4 | -251/+274 |
2011-12-26 | - Cleaned up PLI Packet and its creation/sending and fixed bug of player not being removed on scoreboard (forgot to send color in the removal packet) | mtilden@gmail.com | 5 | -11/+22 |
2011-12-26 | Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speed | faketruth | 7 | -73/+104 |
2011-12-26 | - Make Color was using 2 extra characters which took 2 characters off the 16 max (including color codes) for scoreboard display | mtilden@gmail.com | 8 | -5/+80 |
2011-12-25 | - Fixed Bug #99 -> Mobs no longer bother you in creative mode | lapayo94@gmail.com | 40 | -1235/+347 |
2011-12-25 | - fixed the code from the last commit :) | lapayo94@gmail.com | 2 | -5/+7 |
2011-12-25 | - Fixed a critical bug, which caused players to not getting spawned on the others client | lapayo94@gmail.com | 2 | -84/+89 |
2011-12-25 | - Implemented function to check item category | lapayo94@gmail.com | 3 | -2/+43 |
2011-12-25 | Refactored both simulators (water and lava) to make them more flexible and easier to modify | lapayo94@gmail.com | 6 | -549/+382 |
2011-12-25 | Hold item is now dropped when inventory is closed | lapayo94@gmail.com | 4 | -8/+32 |
2011-12-25 | Code improvements | lapayo94@gmail.com | 8 | -5/+486 |
2011-12-25 | The missing file! cChunkGenerator.h/cpp | faketruth | 2 | -0/+195 |
2011-12-25 | - improved and simplified the door system (shorter, clearer) | lapayo94@gmail.com | 4 | -62/+85 |
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 | 10 | -82/+184 |
2011-12-24 | Very alpha water physic for pickups (The swim now) | lapayo94@gmail.com | 4 | -6/+168 |
2011-12-24 | Max. players and MOTD are now changeable in the settings.ini | lapayo94@gmail.com | 3 | -7/+42 |
2011-12-23 | Added thread names to cThread so when debugging in Visual Studio you actually know what thread you're looking at | faketruth | 5 | -9/+55 |
2011-12-22 | Digging leaves with shears now drops leaves | lapayo94@gmail.com | 7 | -11/+52 |
2011-12-22 | Fixes: | lapayo94@gmail.com | 10 | -18/+30 |
2011-12-21 | Missed a class in r94 ;) Sorry guys :D | lapayo94@gmail.com | 2 | -0/+96 |
2011-12-21 | - Crafting fixed in 1.0.0 | lapayo94@gmail.com | 42 | -275/+315 |
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-12 | Put view distance back to 13. Didn't mean to change that. | admin@omencraft.com | 1 | -1/+1 |
2011-11-11 | Found and fixed a bug not letting users place blocks in water or lava. | admin@omencraft.com | 2 | -3/+8 |
2011-11-10 | Fixed logging in underground bug this time. A hack, but it works. :D | admin@omencraft.com | 1 | -4/+4 |
2011-11-10 | Can now set gamemode via lua. | admin@omencraft.com | 5 | -4/+19 |
2011-11-10 | Some more changes to redstone. | admin@omencraft.com | 1 | -12/+14 |
2011-11-10 | Made block action sanity checks more robust, water buckets, lava buckets and empty buckets should all now work. | admin@omencraft.com | 6 | -26/+258 |
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 | 2 | -6/+11 |
2011-11-10 | 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.com | 3 | -5/+108 |
2011-11-10 | Storms were WAY too frequent. I toned them down. | admin@omencraft.com | 1 | -4/+4 |
2011-11-10 | Added random weather that persists per world. Also added SetWeather, GetWeather, and CastThunderbolt to lua bindings. | admin@omencraft.com | 5 | -20/+191 |
2011-11-09 | Added m_IP to player class and binding to get IP for LUA. (Probably should use m_pState) | admin@omencraft.com | 6 | -3/+79 |
2011-11-09 | bugfix to redstone, it can climb walls again. | admin@omencraft.com | 2 | -16/+43 |
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 | 6 | -108/+298 |
2011-11-08 | Fixed world time | faketruth | 2 | -1/+13 |
2011-11-08 | It's a Squirrel!! | faketruth | 11 | -31/+529 |
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 | 6 | -121/+238 |
2011-11-07 | More updates to cPiston.cpp. Piston action will now only be broadcasted to players who have the chunk with the moving piston loaded. | admin@omencraft.com | 1 | -2/+6 |
2011-11-07 | Added Sebi's changes to pistons and item drops. | admin@omencraft.com | 6 | -423/+172 |
2011-11-07 | Pistons now generate noise and animate when moving. | admin@omencraft.com | 3 | -4/+50 |
2011-11-07 | Added three new packets and cleaned up cPacket_Thunderbolt.cpp... cPacket_BlockAction, cPacket_Explosion, and cPacket_SoundEffect. | admin@omencraft.com | 8 | -50/+232 |
2011-11-06 | Redstone wire now updates correctly when added and removed. it also updates all currently programmed redstone items and wire circuits. Also cleaned up the mess I left of the code. | admin@omencraft.com | 3 | -194/+47 |
2011-11-06 | Redstone is now self aware. It's not quite as dumb as it used to be at any rate. Redstone wires have no range and understand they are supposed to stay on whenever there's an active torch touching it. (Need to add other power devices) | admin@omencraft.com | 3 | -42/+232 |
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 | 12 | -276/+523 |
2011-11-06 | Finished most of piston class. Pistons should work when a redstone current with wire is lit up or extinguished near them but don't yet. There'sa bug to kill. | admin@omencraft.com | 3 | -48/+408 |
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 | 2 | -22/+27 |
2011-11-05 | Added all the items up to Beta 1.9.5. Added pistons and piston class. | admin@omencraft.com | 5 | -18/+364 |
2011-11-04 | Added cRedstone to project file | faketruth | 2 | -7/+6 |
2011-11-04 | Changed use of deprecated function. | admin@omencraft.com | 1 | -14/+19 |
2011-11-04 | celeaning up the mess I made of cRedstone.h. >.> | admin@omencraft.com | 1 | -77/+0 |
2011-11-04 | Added (Probably incorrectly) a cRedstone class. Also, palcing a redstone torch will recursively light any redstone wire it's connected to. Removing a torch from an active wire will unlight the entire length. Class needs to be updated to make use of non deprecated function. Current deprecated function warning drastically slows redstone performance. | admin@omencraft.com | 5 | -25/+215 |
2011-11-03 | Fixed some redstone items and a bug that prevented floats from client to server packets reading correctly on 64 bit linux. | admin@omencraft.com | 5 | -14/+15 |
2011-11-03 | Added some redstone items. | admin@omencraft.com | 3 | -7/+54 |
2011-11-03 | Updated the thunderbolt packet. Lightning and rain can be tested with a workbench and a chest. >:) | admin@omencraft.com | 3 | -11/+42 |
2011-11-02 | Added New/Invaid State and Thunderbolt packets. For testing purposes it now rains whenever a player opens a workbench and stops when they pen a chest. The rain start/stop in only sent to the sole clientopening the items. | admin@omencraft.com | 6 | -7/+128 |
2011-11-02 | Fixed some "Entity was not found in any chunk!" warnings | faketruth | 8 | -28/+74 |
2011-11-02 | Fixed player spawn teleport postion. | admin@omencraft.com | 1 | -1/+2 |
2011-11-02 | Fixed crash when client only sends a space in the chat | faketruth | 1 | -0/+2 |
2011-11-02 | Changed world gamemode location to world.ini for world based gamemodes. | admin@omencraft.com | 1 | -2/+4 |
2011-11-01 | fixed player spawning in the ground. | admin@omencraft.com | 3 | -6/+5 |
2011-11-01 | Accidentally removed a line of code | faketruth | 1 | -1/+2 |
2011-11-01 | You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yet | faketruth | 16 | -165/+476 |
2011-11-01 | forogt to update all of cPlayer.cpp for player based gamemode. | admin@omencraft.com | 1 | -1/+1 |
2011-11-01 | Put in some sanity checks to ensure players don't interact with blocks too quickly. Changed gamemode to be player based. (MCServer crashes when picking up an item. Need to find and fix bug.) | admin@omencraft.com | 3 | -14/+56 |
2011-11-01 | Players can now place blocks in creative mode. The blocks players select from the creative mode inventory are not stored in the players' inventory. (I kind of like that) | admin@omencraft.com | 2 | -3/+4 |
2011-10-31 | denotch map converter works! :D | admin@omencraft.com | 1 | -8/+9 |
2011-10-31 | Player data is saved and loaded as human readable JSON now. | faketruth | 10 | -74/+317 |
2011-10-31 | Prepared some parts of the code for multi world support, I created lots of TODO's | faketruth | 40 | -206/+402 |
2011-10-30 | Changed cChunkMat.cpp back to normal. Made more changes to the denotch map converter. Testing cNBTData parser. | admin@omencraft.com | 1 | -5/+0 |
2011-10-29 | Added denotch map converter. Program currently reads the only mcr file in the region dir and writes the uncompressed chunk data in world/X0-Z0.pak. I compile in linux with "g++ cConvert.cpp -lz -o denotch" | admin@omencraft.com | 2 | -6/+11 |
2011-10-27 | Fixed a memory leak | faketruth | 1 | -0/+1 |
2011-10-26 | Made several recomended changes. Gamemode is now world based. Need to add it to player. | admin@omencraft.com | 11 | -19/+26 |
2011-10-26 | Moved GAMEMODE declaration to a single place... cPacket.h. Player can't take damage any more but can still sometimes die on spawn. Not sure why. Falling through the void does not kill you yet. | admin@omencraft.com | 3 | -8/+9 |
2011-10-26 | Creative mode now breaks blocks without providing block drops. Need to work with Player's Inventory for proper creative mode support. GAMEMODE is declared and set twice. | admin@omencraft.com | 5 | -5/+8 |
2011-10-26 | Added CreateInventoryAction packet for creative mode. Used cPacketEntityEquipment as template. Forced server into Creative Mode. Can't break blocks yet. Player can stil be damaged in creative mode and dying takes you back to survival mode. | admin@omencraft.com | 8 | -6/+81 |
2011-10-26 | Updated VS2010 project files | faketruth | 1 | -104/+43 |
2011-10-26 | Fixed bug in cMakeDir where it would only create directories named "world" | faketruth | 3 | -34/+16 |
2011-10-26 | added simple code for server side item durabilty on tool items that have durabilty. need to add block destroyed durability modifier. | admin@omencraft.com | 1 | -3/+70 |
2011-10-26 | git-svn-id: http://mc-server.googlecode.com/svn/trunk@10 0a769ca7-a7f5-676a-18bf-c427514a06d6 | admin@omencraft.com | 29 | -10/+1707 |
2011-10-25 | Using SSE instructions for noise (terrain generation) | faketruth | 3 | -9/+84 |
2011-10-23 | Abstracted sockets some more to ensure the same behavior over the entire program and on multiple platforms. | faketruth | 6 | -88/+165 |
2011-10-22 | Found something that calls a function when a segfault happens, might be useful. | faketruth | 1 | -4/+16 |
2011-10-21 | Compiles for linux | faketruth | 17 | -24/+63 |
2011-10-03 | MCServer c++ source files | faketruth | 233 | -0/+35759 |