| Commit message (Expand) | Author | Files | Lines |
2013-12-06 | Fixed bed leave animation | Tiger Wang | 1 | -1/+1 |
2013-12-06 | Fixed duplication glitch with QueueSetBlock | Tiger Wang | 7 | -16/+38 |
2013-12-06 | Added trapdoor cursor Y detection | Tiger Wang | 1 | -2/+0 |
2013-12-06 | Puking now uses GetEyeHeight() | Tiger Wang | 1 | -1/+1 |
2013-12-06 | Added pickup invalid item check | Tiger Wang | 1 | -0/+11 |
2013-12-06 | Re-implemented redstone duplicate checking | Tiger Wang | 1 | -0/+29 |
2013-12-06 | Fixed eating using wrong animation | Tiger Wang | 1 | -1/+1 |
2013-12-06 | Fixed trapdoors not overriding OnUse | Tiger Wang | 1 | -1/+1 |
2013-12-06 | Spawn eggs use IsGameMode() | Tiger Wang | 1 | -2/+2 |
2013-12-06 | Tools make a sound when breaking, fixes #266 | Tiger Wang | 2 | -2/+5 |
2013-12-06 | Cleaned up torch code and added comments | Tiger Wang | 1 | -31/+7 |
2013-12-06 | Removed another export and inline'd stuff | Tiger Wang | 1 | -5/+5 |
2013-12-06 | Removed exporting of a torch function | Tiger Wang | 1 | -3/+3 |
2013-12-06 | Updated comments for slabs | Tiger Wang | 1 | -5/+6 |
2013-12-06 | Fixed pickups spawning for BlockEntities | Tiger Wang | 1 | -1/+1 |
2013-12-05 | Added cPluginManager:GetCurrentPlugin() to Lua API. | madmaxoft | 1 | -7/+22 |
2013-12-05 | Merged if statements. | Samuel Barney | 1 | -7/+1 |
2013-12-05 | Finished Merge | Samuel Barney | 1 | -2/+2 |
2013-12-05 | ByteBuffer: Fixed optimization failures with threading checks. | madmaxoft | 1 | -1/+1 |
2013-12-04 | Hopefully fixed the sparc not being detected | Alexander Harkness | 1 | -1/+3 |
2013-12-04 | Lava can spawn fire. | madmaxoft | 5 | -8/+93 |
2013-12-04 | Fixed an error in cChunk's block ticking. | madmaxoft | 1 | -2/+2 |
2013-12-04 | Made suggested changes | Samuel Barney | 2 | -6/+11 |
2013-12-02 | Fire no longer goes out when on top of nether rack | Samuel Barney | 1 | -1/+6 |
2013-12-02 | Removed stray printf, again. | Samuel Barney | 1 | -1/+0 |
2013-12-02 | Switched to using provided ReadItem function. | Samuel Barney | 2 | -17/+12 |
2013-12-02 | Removed stray printf. | Samuel Barney | 1 | -1/+0 |
2013-12-02 | Fixed 1.7 slab and stair placement. | Samuel Barney | 1 | -0/+19 |
2013-12-01 | Fixed compiler warnings in LightingThread.cpp. | madmaxoft | 1 | -2/+2 |
2013-12-01 | Fixed linux compile errors and formatting in RedstoneSimulator.cpp | madmaxoft | 1 | -14/+26 |
2013-11-30 | DeadlockDetect is configurable now. | madmaxoft | 3 | -7/+15 |
2013-11-30 | Fixed compiler warnings in IsBiomeNoDownfall(). | madmaxoft | 1 | -1/+4 |
2013-11-30 | Fixed pistons extending | Tiger Wang | 1 | -0/+10 |
2013-11-30 | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 15 | -63/+117 |
2013-11-30 | Added IsBiomeNoDownfall() function. | madmaxoft | 3 | -103/+164 |
2013-11-30 | Explicitly set spawnpoint fixes. | madmaxoft | 1 | -20/+11 |
2013-11-30 | Removed redstone duplicate power checking | Tiger Wang | 1 | -2/+0 |
2013-11-30 | Improved piston direction checking | Tiger Wang | 1 | -62/+8 |
2013-11-30 | Added the real tick duration to the OnWorldTick hook. | madmaxoft | 8 | -17/+34 |
2013-11-30 | Grass doesn't spread to podzol or grassless dirt blocks. | madmaxoft | 1 | -2/+3 |
2013-11-30 | Added floor pattern for MegaTaiga biomes. | madmaxoft | 1 | -1/+10 |
2013-11-30 | Pistons no longer accept power through front face | Tiger Wang | 2 | -3/+96 |
2013-11-30 | Fixed thin snow CanBeAt checking | Tiger Wang | 1 | -1/+13 |
2013-11-30 | Properly fixed snow height, fixes #98 and #264 | Tiger Wang | 3 | -25/+53 |
2013-11-30 | Improved redstone speed and fixed a wire bug | Tiger Wang | 1 | -73/+83 |
2013-11-29 | Stairs reset meta when dropped, fixes #269 | Tiger Wang | 1 | -2/+22 |
2013-11-29 | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 5 | -3/+131 |
2013-11-29 | Removed unneeded CPP files | Tiger Wang | 11 | -221/+77 |
2013-11-29 | Implemented mesa biomes in DistortedHeightmap CompoGen. | madmaxoft | 3 | -21/+106 |
2013-11-29 | Fixed CheckerboardBiomeGen in negative coords. | madmaxoft | 1 | -2/+3 |
2013-11-29 | DistortedHeightmap: Improved speed, prepared for mesa biomes. | madmaxoft | 2 | -157/+424 |
2013-11-29 | Fixed an off-by-one error in cByteBuffer. | madmaxoft | 1 | -1/+1 |
2013-11-29 | Alpha-sorted BlockMetas, added red sand. | madmaxoft | 1 | -125/+128 |
2013-11-28 | Trees will generate in the new biomes. | madmaxoft | 2 | -14/+101 |
2013-11-28 | Added new biomes to old composition generator. | madmaxoft | 4 | -0/+145 |
2013-11-28 | Added new biomes to old height generators. | madmaxoft | 4 | -39/+179 |
2013-11-28 | Moved BiomeGen creation from INI file data to BioGen.cpp. | madmaxoft | 3 | -48/+74 |
2013-11-28 | Moved json includes to where they are really needed. | madmaxoft | 3 | -1/+2 |
2013-11-28 | BiomeVisualiser: Added the TwoLevel biome generator. | madmaxoft | 2 | -0/+229 |
2013-11-28 | Fixed a bug with TNT waking simulators | Tiger Wang | 1 | -2/+2 |
2013-11-28 | Improved TNT pickup randomisation | Tiger Wang | 1 | -1/+1 |
2013-11-27 | Made TNT pickups spawning chance 25% | Tiger Wang | 2 | -3/+3 |
2013-11-27 | Voronoi-related biomegens use the new cVoronoiMap class. | madmaxoft | 3 | -54/+29 |
2013-11-27 | Fixed a load of issues, clang autodetection works now. | Alexander Harkness | 1 | -1/+0 |
2013-11-27 | Added missing files for Voronoi map generation. | madmaxoft | 2 | -0/+140 |
2013-11-27 | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 12 | -12/+12 |
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 26 | -30/+30 |
2013-11-27 | Fixed some of tiger's derpyness. | Alexander Harkness | 9 | -11/+11 |
2013-11-26 | ANOTHER compile fix | Tiger Wang | 1 | -1/+1 |
2013-11-26 | Hopefully fixed last of the Linux compile errors | Tiger Wang | 5 | -5/+5 |
2013-11-26 | Compile fix again | Tiger Wang | 1 | -1/+1 |
2013-11-26 | Fixed Linux compile again | Tiger Wang | 1 | -1/+1 |
2013-11-26 | Fixed tolua++ files | Tiger Wang | 3 | -4/+4 |
2013-11-26 | Fixed loads more of them. | Alexander Harkness | 11 | -13/+13 |
2013-11-26 | Another | Alexander Harkness | 1 | -1/+1 |
2013-11-26 | And another. | Alexander Harkness | 1 | -1/+1 |
2013-11-26 | Fixed another. | Alexander Harkness | 1 | -1/+1 |
2013-11-26 | Fixed another one. | Alexander Harkness | 1 | -1/+1 |
2013-11-26 | Fixed a mis-include | Alexander Harkness | 1 | -1/+1 |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 24 | -27/+27 |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 48 | -59/+58 |
2013-11-24 | Moved SQLite, LuaExpat, and MD5 to /lib | Tiger Wang | 8 | -148557/+0 |
2013-11-24 | Moved source to src | Alexander Harkness | 469 | -0/+285880 |
2012-08-19 | Android: Moved Android stuff to the ~/trunk/Android/ folder! | faketruth | 1 | -267/+0 |
2012-08-19 | Android: Finally a log! :D | faketruth | 1 | -32/+44 |
2012-08-19 | Android: Showing last MCServer related logcat message | faketruth | 1 | -13/+63 |
2012-08-18 | Android: I'm probably using a lot of bad practices, but the app looks somewhat better now and polls the server status | faketruth | 1 | -9/+146 |
2012-08-18 | Android: Pressing back button sends stop command to server | faketruth | 1 | -9/+30 |
2012-08-16 | MCServer should run just fine on Android now :D | faketruth | 1 | -3/+13 |
2012-08-15 | Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! | faketruth | 1 | -0/+37 |