summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* bindings regenration logicTycho Bickerstaff2013-12-193-32240/+8
* added zlib and UITycho Bickerstaff2013-12-181-0/+11
* Merge branch 'master' into cmakeTycho Bickerstaff2013-12-1850-306/+1327
|\
| * Merge pull request #440 from mc-server/repeaterfixesMattes D2013-12-182-84/+77
| |\
| | * Fixed wire powering blocks beneathTiger Wang2013-12-181-1/+1
| | * Fixed bad repeater power queuing in corner caseTiger Wang2013-12-182-83/+76
| * | Merge pull request #442 from mc-server/Nether_WartMattes D2013-12-184-0/+110
| |\ \
| | * | Implented Nether Wart.STRWarrior2013-12-184-0/+110
| * | | Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-188-15/+51
| |/ /
| * / Removed offending tr1/memory header inclusion.madmaxoft2013-12-181-3/+0
| |/
| * Fixed player falling through the floor on spawn.madmaxoft2013-12-171-1/+5
| * cBlockArea: origin is initialized in the constructor and the loader.madmaxoft2013-12-171-0/+6
| * Fixed naming and initialization.madmaxoft2013-12-171-4/+12
| * Forgot to change one Vector3d to Vector3i.STRWarrior2013-12-171-1/+1
| * Renamed Pos to m_Pos.STRWarrior2013-12-171-3/+3
| * Using Recommendations.STRWarrior2013-12-171-10/+23
| * Made buckets work when the player does not 'look' at a block. This fixes #265STRWarrior2013-12-171-32/+53
| * Merge pull request #438 from mc-server/BoatsTiger Wang2013-12-165-14/+80
| |\
| | * Boats spawn on top of a block. not between 4 blocks.STRWarrior2013-12-161-1/+1
| | * Using suggestions for Boat placing.STRWarrior2013-12-161-1/+1
| | * Boats drop a boat pickup when destroyed by hand. You can now actualy use boats.STRWarrior2013-12-162-3/+33
| | * Added HandleSpeedFromAttachee so an entity can override the function.STRWarrior2013-12-162-4/+15
| | * You can spawn boats on water.STRWarrior2013-12-161-7/+32
| * | Fixed multiple inheritance in ToLua++.madmaxoft2013-12-168-36/+127
| * | Removed some old cRedstone remnantsTiger Wang2013-12-163-30/+0
| |/
| * Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-165-31/+48
| * Fixed multiple player spawn broadcasts.madmaxoft2013-12-161-3/+0
| * Server saves if a player is flying.STRWarrior2013-12-151-1/+3
| * Merge pull request #437 from mc-server/ShootTo_functionSTRWarrior2013-12-155-4/+49
| |\
| | * Exported to LuaSTRWarrior2013-12-152-10/+10
| | * Renamed ShootTo function to ForceSetSpeed.STRWarrior2013-12-152-3/+3
| | * This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-155-4/+49
| * | Fixed player spawning packet.madmaxoft2013-12-151-1/+1
| * | Fixed calling OnPlayerJoined() in the wrong place.madmaxoft2013-12-151-6/+1
| * | Merge pull request #433 from mc-server/redstoneimprovementsMattes D2013-12-151-1/+33
| |\ \
| | * | Implemented xoft's suggestionsTiger Wang2013-12-151-3/+16
| | * | Fixed wire repeater checkingTiger Wang2013-12-151-1/+1
| | * | Wires now power repeaters properlyTiger Wang2013-12-151-0/+7
| | * | Fixed the hopefully final wire self-powering bugTiger Wang2013-12-151-1/+13
| * | | Fixed indentation.madmaxoft2013-12-151-1/+1
| | |/ | |/|
| * | Moved reading flags to the protocol.STRWarrior2013-12-153-19/+23
| * | Exported Set and Get functions to Lua.STRWarrior2013-12-152-2/+136
| * | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-155-3/+90
| * | Merge pull request #432 from mc-server/Broadcast_EffectsMattes D2013-12-157-3/+92
| |\ \
| | * | cPlayer is using the broadcast functions.STRWarrior2013-12-151-3/+3
| | * | This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions.STRWarrior2013-12-156-0/+89
| * | | Fixed pre 1.7 clients crashing.STRWarrior2013-12-151-2/+2
| |/ /
| * | Merge pull request #431 from mc-server/Entity_EffectsMattes D2013-12-1415-4/+170
| |\ \
| | * | Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h.STRWarrior2013-12-145-4/+31
| | * | Added E_EFFECT_<Effect>STRWarrior2013-12-142-3/+32
| | * | Forgot to commit the ClientHandle.STRWarrior2013-12-142-0/+20
| | * | Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-148-1/+91
| * | | Added tolua++ redirection include.madmaxoft2013-12-141-0/+13
| * | | Removed leftover debugging messages from cProtocol172.madmaxoft2013-12-141-4/+0
| * | | Merge pull request #430 from mc-server/redstoneimprovementsMattes D2013-12-149-33/+162
| |\ \ \ | | |/ / | |/| / | | |/
| | * Potentially fixed debug assertsTiger Wang2013-12-141-5/+5
| | * Wires no longer power if a block cuts them offTiger Wang2013-12-141-23/+32
| | * Implemented note block playing and fixed wireTiger Wang2013-12-149-5/+125
* | | added zlibTycho Bickerstaff2013-12-111-1/+1
* | | moved generating to globsTycho Bickerstaff2013-12-111-1/+5
* | | added UI folderTycho Bickerstaff2013-12-111-1/+3
* | | moved Worldstorage to globsTycho Bickerstaff2013-12-111-1/+5
* | | Merge branch 'master' of github.com:mc-server/MCServer into cmakeTycho Bickerstaff2013-12-112-8/+7
|\| |
| * | Merge branch 'master' into quickfixsTycho Bickerstaff2013-12-1127-514/+603
| |\ \
| * | | fixed unused expression warnings in blockFireTycho Bickerstaff2013-12-101-7/+6
| * | | fixed comparison of thread handle to Null point rather than null handleTycho Bickerstaff2013-12-101-1/+1
* | | | moved entities to globsTycho Bickerstaff2013-12-111-1/+5
* | | | moved mobs to globsTycho Bickerstaff2013-12-111-1/+5
* | | | moved simulor to globsTycho Bickerstaff2013-12-111-1/+5
* | | | removed leakfinder form buildTycho Bickerstaff2013-12-111-1/+1
* | | | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-1127-514/+603
|\ \ \ \ | | |/ / | |/| |
| * | | Exported the cTNTEntitySTRWarrior2013-12-144-9/+85
| * | | Merge pull request #423 from mc-server/redstoneimprovementsMattes D2013-12-144-290/+158
| |\ \ \ | | | |/ | | |/|
| | * | Fixed compilating!Tiger Wang2013-12-141-5/+5
| | * | Improved player permissions loggingTiger Wang2013-12-141-1/+1
| | * | Fixes to redstone wire and torchesTiger Wang2013-12-143-21/+37
| | * | Groups.ini and Users.ini are now generatedTiger Wang2013-12-142-3/+25
| | * | Removed loads of unneeded code againTiger Wang2013-12-141-86/+60
| | * | Reduced loads of unneeded codeTiger Wang2013-12-141-188/+44
| * | | Merge branch 'master' of https://github.com/mc-server/MCServerSTRWarrior2013-12-146-194/+236
| |\| |
| | * | Merge pull request #419 from mc-server/redstoneloadingMattes D2013-12-132-3/+17
| | |\ \
| | | * | Improved redstone loading performanceTiger Wang2013-12-131-2/+10
| | | * | Fixed QueueSetBlock not sending to client changesTiger Wang2013-12-131-2/+1
| | | * | Redstone data is now loaded on chunk loadTiger Wang2013-12-132-0/+7
| | * | | Fixed threading issues affecting cProtocol172.madmaxoft2013-12-134-191/+219
| * | | | Fixed not getting XP from mobs.STRWarrior2013-12-142-1/+7
| |/ / /
| * / / Using "a_ClosestPlayer != NULL" in cExpOrb.STRWarrior2013-12-131-1/+1
| |/ /
| * | Unknown packet type extended to 32 bits.madmaxoft2013-12-122-4/+4
| * | Fixed protocol 1.7 recovery after unknown packet.madmaxoft2013-12-121-4/+0
| * | Fixed pistons being viable middle blockTiger Wang2013-12-111-0/+3
| * | Merge pull request #417 from mc-server/WorldUpdateMattes D2013-12-119-2/+99
| |\ \
| | * | HOOK_WORLD_STARTED now gets called when the CreateAndInitializeWorld function is used.STRWarrior2013-12-111-0/+1
| | * | Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.STRWarrior2013-12-119-2/+98
| * | | ExpOrbs now move.STRWarrior2013-12-111-4/+8
| * | | Provides a possible fix for repeater timingsTiger Wang2013-12-102-2/+2
| * | | added abort to DeadlockDetector to generate core dumps on failureTycho Bickerstaff2013-12-101-5/+2
| | |/ | |/|
* | | added tolua++ command and removed stackwalker from buildTycho Bickerstaff2013-12-103-6/+8
* | | more cmake changesTycho Bickerstaff2013-12-103-6/+15
* | | removed more accedentailly commited object filesTycho Bickerstaff2013-12-109-3985/+0
* | | removed accedentailly commited object filesTycho Bickerstaff2013-12-1027-0/+0
* | | more cmakeTycho Bickerstaff2013-12-1046-6/+4051
* | | more cmake stuffTycho Bickerstaff2013-12-103-2/+18
* | | started work on cmakeTycho Bickerstaff2013-12-104-0/+36
|/ /
* | Merge remote-tracking branch 'upstream/master'Tycho Bickerstaff2013-12-105-13/+96
|\|
| * Merge pull request #412 from mc-server/fixesMattes D2013-12-105-13/+96
| |\
| | * Readded initial lineTiger Wang2013-12-101-0/+1
| | * Fixed compile (alas, no more goto)Tiger Wang2013-12-101-11/+14
| | * Fixed Floody lava to stone fizzleTiger Wang2013-12-101-2/+16
| | * Added repeater delaysTiger Wang2013-12-102-1/+62
| | * Slight redstone wire performance improvementTiger Wang2013-12-101-1/+6
| | * Changed more FastSetBlocks to SetBlocksTiger Wang2013-12-101-3/+3
| | * Improved pickups spawning speed againTiger Wang2013-12-102-7/+6
* | | moved deafult action into deafult clause at src/Generating/DistortedHeightmap.cpp line 741Tycho Bickerstaff2013-12-081-2/+4
* | | reordered initalisation order at src/Generating/Cave.h line 73Tycho Bickerstaff2013-12-081-2/+2
|/ /
* | fixed warnings in src/Generating/BioGen.cppTycho Bickerstaff2013-12-081-1/+1
* | added default fallthrough clause to switch at line 178 of src/UI/Window.cppTycho Bickerstaff2013-12-081-0/+4
* | Reordered Listed Initalisation order in src/UI/Window.cppTycho Bickerstaff2013-12-081-2/+2
* | Removed unused variable ResultSlotTycho Bickerstaff2013-12-081-1/+0
* | Fix Undefined behavior at Bindings/LuaWindow line 32worktycho2013-12-091-1/+4
* | Fix Unused Variable Warning at FluidSimulator.cpp line 169 and 176worktycho2013-12-091-4/+3
* | Fixed warning unchecked enum value at Chunk.cpp line 841worktycho2013-12-091-2/+4
* | Fixed Warning Unhandeled enum values in switch as src/UI/SlotArea.cpp line 54worktycho2013-12-091-1/+4
|/
* Fixed angle normalization typo.madmaxoft2013-12-081-1/+1
* Fixed tolua++ compilation.madmaxoft2013-12-087-192/+5
* Fixed VS2008 compilation after those huge changes.madmaxoft2013-12-082-5/+7
* Merge pull request #408 from mc-server/SpawnPoint_FixMattes D2013-12-081-1/+1
|\
| * Now spawn points will not be in deep oceans or rivers etc.STRWarrior2013-12-081-1/+1
* | Readded redstone lamp handlerTiger Wang2013-12-081-0/+2
* | Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-0843-1251/+1348
|\|
| * Fixed normalizing large angles.madmaxoft2013-12-084-8/+51
| * Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-0841-1238/+1237
| * Fixed stationary water starting fires and flowing lava not.madmaxoft2013-12-081-2/+2
| * Added a SpawnFallingBlock function so plugins can make other blocks fall.STRWarrior2013-12-074-2/+93
* | Fixed tabcompletion packet, fixes #356Tiger Wang2013-12-081-8/+4
* | Fixed falling block metas, fixes #406Tiger Wang2013-12-081-1/+1
* | Bonemeal has particles, fixes #393Tiger Wang2013-12-082-3/+8
* | Console trims its commands before executing 'emTiger Wang2013-12-071-3/+3
* | Fixed water starting firesTiger Wang2013-12-071-1/+0
* | Improved piston animationsTiger Wang2013-12-071-4/+4
* | Fixed some new 1.7 client crash bugsTiger Wang2013-12-074-1/+37
* | Changed some FastSetBlocks to SetBlockTiger Wang2013-12-071-3/+3
* | Fixed trapdoors not togglingTiger Wang2013-12-073-17/+103
* | Added basic ender chestsTiger Wang2013-12-0710-14/+355
* | Renamed animation functionTiger Wang2013-12-0723-47/+82
* | Fixed bed leave animationTiger Wang2013-12-061-1/+1
* | Fixed duplication glitch with QueueSetBlockTiger Wang2013-12-067-16/+38
* | Added trapdoor cursor Y detectionTiger Wang2013-12-061-2/+0
* | Puking now uses GetEyeHeight()Tiger Wang2013-12-061-1/+1
* | Added pickup invalid item checkTiger Wang2013-12-061-0/+11
* | Re-implemented redstone duplicate checkingTiger Wang2013-12-061-0/+29
* | Fixed eating using wrong animationTiger Wang2013-12-061-1/+1
* | Fixed trapdoors not overriding OnUseTiger Wang2013-12-061-1/+1
* | Spawn eggs use IsGameMode()Tiger Wang2013-12-061-2/+2
* | Tools make a sound when breaking, fixes #266Tiger Wang2013-12-062-2/+5
* | Cleaned up torch code and added commentsTiger Wang2013-12-061-31/+7
* | Removed another export and inline'd stuffTiger Wang2013-12-061-5/+5
* | Removed exporting of a torch functionTiger Wang2013-12-061-3/+3
* | Updated comments for slabsTiger Wang2013-12-061-5/+6
* | Fixed pickups spawning for BlockEntitiesTiger Wang2013-12-061-1/+1
|/
* Merge pull request #394 from SamJBarney/masterMattes D2013-12-062-4/+8
|\
| * Merged if statements.Samuel Barney2013-12-051-7/+1
| * Finished MergeSamuel Barney2013-12-051-2/+2
| * Merge branch 'master' of https://github.com/mc-server/MCServerSamuel Barney2013-12-057-10/+97
| |\
| * | Made suggested changesSamuel Barney2013-12-042-6/+11
| * | Fire no longer goes out when on top of nether rackSamuel Barney2013-12-021-1/+6
* | | Added cPluginManager:GetCurrentPlugin() to Lua API.madmaxoft2013-12-051-7/+22
| |/ |/|
* | ByteBuffer: Fixed optimization failures with threading checks.madmaxoft2013-12-051-1/+1
* | Hopefully fixed the sparc not being detectedAlexander Harkness2013-12-041-1/+3
* | Lava can spawn fire.madmaxoft2013-12-045-8/+93
* | Fixed an error in cChunk's block ticking.madmaxoft2013-12-041-2/+2
|/
* Removed stray printf, again.Samuel Barney2013-12-021-1/+0
* Switched to using provided ReadItem function.Samuel Barney2013-12-022-17/+12
* Removed stray printf.Samuel Barney2013-12-021-1/+0
* Fixed 1.7 slab and stair placement.Samuel Barney2013-12-021-0/+19
* Fixed compiler warnings in LightingThread.cpp.madmaxoft2013-12-011-2/+2
* Fixed linux compile errors and formatting in RedstoneSimulator.cppmadmaxoft2013-12-011-14/+26
* DeadlockDetect is configurable now.madmaxoft2013-11-303-7/+15
* Fixed compiler warnings in IsBiomeNoDownfall().madmaxoft2013-11-301-1/+4
* Merge pull request #387 from mc-server/trapdoorsMattes D2013-11-3020-330/+431
|\
| * Fixed pistons extendingTiger Wang2013-11-301-0/+10
| * Removed redstone duplicate power checkingTiger Wang2013-11-301-2/+0
| * Improved piston direction checkingTiger Wang2013-11-301-62/+8
| * Pistons no longer accept power through front faceTiger Wang2013-11-302-3/+96
| * Fixed thin snow CanBeAt checkingTiger Wang2013-11-301-1/+13
| * Properly fixed snow height, fixes #98 and #264Tiger Wang2013-11-303-25/+53
| * Improved redstone speed and fixed a wire bugTiger Wang2013-11-301-73/+83
| * Stairs reset meta when dropped, fixes #269Tiger Wang2013-11-291-2/+22
| * Implemented trapdoors, fixes #43 and #105Tiger Wang2013-11-295-3/+131
| * Removed unneeded CPP filesTiger Wang2013-11-2911-221/+77
* | Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-3015-63/+117
* | Added IsBiomeNoDownfall() function.madmaxoft2013-11-303-103/+164
* | Explicitly set spawnpoint fixes.madmaxoft2013-11-301-20/+11
* | Added the real tick duration to the OnWorldTick hook.madmaxoft2013-11-308-17/+34
* | Grass doesn't spread to podzol or grassless dirt blocks.madmaxoft2013-11-301-2/+3
* | Added floor pattern for MegaTaiga biomes.madmaxoft2013-11-301-1/+10
* | Implemented mesa biomes in DistortedHeightmap CompoGen.madmaxoft2013-11-293-21/+106
* | Fixed CheckerboardBiomeGen in negative coords.madmaxoft2013-11-291-2/+3
* | DistortedHeightmap: Improved speed, prepared for mesa biomes.madmaxoft2013-11-292-157/+424
* | Fixed an off-by-one error in cByteBuffer.madmaxoft2013-11-291-1/+1
* | Alpha-sorted BlockMetas, added red sand.madmaxoft2013-11-291-125/+128
* | Trees will generate in the new biomes.madmaxoft2013-11-282-14/+101
* | Added new biomes to old composition generator.madmaxoft2013-11-284-0/+145
* | Added new biomes to old height generators.madmaxoft2013-11-284-39/+179
* | Moved BiomeGen creation from INI file data to BioGen.cpp.madmaxoft2013-11-283-48/+74
* | Moved json includes to where they are really needed.madmaxoft2013-11-283-1/+2
* | BiomeVisualiser: Added the TwoLevel biome generator.madmaxoft2013-11-282-0/+229
|/
* Fixed a bug with TNT waking simulatorsTiger Wang2013-11-281-2/+2
* Improved TNT pickup randomisationTiger Wang2013-11-281-1/+1
* Made TNT pickups spawning chance 25%Tiger Wang2013-11-272-3/+3
* Merged master into redstonefixesTiger Wang2013-11-27465-0/+138834
|\
| * Voronoi-related biomegens use the new cVoronoiMap class.madmaxoft2013-11-273-54/+29
| * Fixed a load of issues, clang autodetection works now.Alexander Harkness2013-11-271-1/+0
| * Added missing files for Voronoi map generation.madmaxoft2013-11-272-0/+140
| * Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-2712-12/+12
| * Fixed the remaining derpsAlexander Harkness2013-11-2726-30/+30
| * Fixed some of tiger's derpyness.Alexander Harkness2013-11-279-11/+11
| * ANOTHER compile fixTiger Wang2013-11-261-1/+1
| * Hopefully fixed last of the Linux compile errorsTiger Wang2013-11-265-5/+5
| * Compile fix againTiger Wang2013-11-261-1/+1
| * Fixed Linux compile againTiger Wang2013-11-261-1/+1
| * Fixed tolua++ filesTiger Wang2013-11-263-4/+4
| * Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-2618-6/+268
| |\ | |/ |/|
| * Merge branch 'master' into foldermove2Alexander Harkness2013-11-261-3/+0
| |\ | |/ |/|
| * Fixed loads more of them.Alexander Harkness2013-11-2611-13/+13
| * AnotherAlexander Harkness2013-11-261-1/+1
| * And another.Alexander Harkness2013-11-261-1/+1
| * Fixed another.Alexander Harkness2013-11-261-1/+1
| * Fixed another one.Alexander Harkness2013-11-261-1/+1
| * Fixed a mis-includeAlexander Harkness2013-11-261-1/+1
| * Further attempts to fix compileTiger Wang2013-11-2524-27/+27
| * Attempt to fix compilationTiger Wang2013-11-2448-59/+58
| * Moved SQLite, LuaExpat, and MD5 to /libTiger Wang2013-11-248-148557/+0
| * Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-2466-1497/+2365
| |\ | |/ |/|
| * Moved source to srcAlexander Harkness2013-11-24469-0/+285880
|/
* Android: Moved Android stuff to the ~/trunk/Android/ folder!faketruth2012-08-191-267/+0
* Android: Finally a log! :Dfaketruth2012-08-191-32/+44
* Android: Showing last MCServer related logcat messagefaketruth2012-08-191-13/+63
* Android: I'm probably using a lot of bad practices, but the app looks somewhat better now and polls the server statusfaketruth2012-08-181-9/+146
* Android: Pressing back button sends stop command to serverfaketruth2012-08-181-9/+30
* MCServer should run just fine on Android now :Dfaketruth2012-08-161-3/+13
* Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!faketruth2012-08-151-0/+37