| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ForEachChunkProvider' into GeneratingBenchmark | Tycho | 2014-01-20 | 4 | -17/+23 |
|\ |
|
| * | Seperated BlockArea From World | Tycho | 2014-01-20 | 4 | -14/+20 |
* | | Merge branch 'master' into GeneratingBenchmark | Tycho | 2014-01-20 | 43 | -490/+1360 |
|\ \
| |/
|/| |
|
| * | Changed the cWorld::ScheduleTask() signature. | madmaxoft | 2014-01-19 | 3 | -151/+181 |
| * | cLuaState can now check function params. | madmaxoft | 2014-01-19 | 2 | -0/+37 |
| * | Merge pull request #569 from worktycho/EnchantmentsFix | Mattes D | 2014-01-19 | 8 | -88/+120 |
| |\ |
|
| * \ | Merge pull request #565 from mc-server/commandblockfixes | Mattes D | 2014-01-19 | 11 | -5/+151 |
| |\ \ |
|
| | * | | Removed unneeded paramters | Tiger Wang | 2014-01-19 | 9 | -15/+23 |
| | * | | Changed SendBlockEntity format slightly | Tiger Wang | 2014-01-19 | 9 | -42/+55 |
| | * | | Implemented MC|Brand response | Tiger Wang | 2014-01-19 | 1 | -3/+9 |
| | * | | Improved command blocks | Tiger Wang | 2014-01-19 | 11 | -5/+124 |
| * | | | Rewritten SocketThreads for proper shutdown scenario. | madmaxoft | 2014-01-19 | 8 | -178/+189 |
| * | | | Merge pull request #551 from worktycho/schedular | Mattes D | 2014-01-19 | 1 | -6/+2 |
| |\ \ \ |
|
| | * | | | Fixed iterators bug | Tycho | 2014-01-18 | 1 | -2/+1 |
| | * | | | switched to using m_WorldAge rather than m_TickID | Tycho | 2014-01-18 | 2 | -9/+3 |
| | * | | | Increased tick count to long | Tycho | 2014-01-17 | 2 | -3/+3 |
| | * | | | Implemented xsofts suggestion for a saturating counter in the scheduler | Tycho | 2014-01-17 | 2 | -5/+8 |
| * | | | | SocketThreads: Removed unused code. | madmaxoft | 2014-01-19 | 2 | -53/+3 |
| * | | | | Merge pull request #559 from mc-server/SpawnMobParticles | Mattes D | 2014-01-19 | 1 | -3/+0 |
| |\ \ \ \ |
|
| | * | | | | Removed the particles when a mob spawns. | STRWarrior | 2014-01-18 | 1 | -3/+0 |
| * | | | | | Exported cFloater to the Lua API. | STRWarrior | 2014-01-19 | 2 | -3/+8 |
| * | | | | | Fixed compiler error. | STRWarrior | 2014-01-18 | 1 | -3/+3 |
| | |_|/ /
| |/| | | |
|
| * | | | | Merge pull request #557 from xdot/master | Mattes D | 2014-01-18 | 19 | -62/+592 |
| |\ \ \ \ |
|
| | * | | | | Command block fixes | andrew | 2014-01-18 | 3 | -43/+17 |
| | * | | | | Merge branch 'master' of https://github.com/mc-server/MCServer | andrew | 2014-01-18 | 3 | -3/+150 |
| | |\| | | |
|
| | * | | | | Parse the MC|AdvCdm plugin message | andrew | 2014-01-18 | 4 | -1/+70 |
| | * | | | | Command blocks: Execute() | andrew | 2014-01-18 | 5 | -18/+42 |
| | * | | | | Command block (de)serialization | andrew | 2014-01-18 | 6 | -21/+122 |
| | * | | | | Basic command block implementation | andrew | 2014-01-18 | 11 | -33/+395 |
| * | | | | | HTTP connections aren't kept alive unless explicitly enabled. | madmaxoft | 2014-01-18 | 4 | -37/+58 |
| | |/ / /
| |/| | | |
|
| * | | | | Alpha-sorted the finishers. | madmaxoft | 2014-01-18 | 1 | -4/+4 |
| * | | | | Merged branch 'NetherFinish'. | madmaxoft | 2014-01-18 | 3 | -3/+150 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Fixed errors. | STRWarrior | 2014-01-18 | 2 | -2/+2 |
| | * | | | Renamed cFinishGenNetherSprinkleFoliage to cFinishGenNetherClumpFoliage. Fixed typo's | STRWarrior | 2014-01-18 | 3 | -10/+10 |
| | * | | | Some tweaks. | STRWarrior | 2014-01-18 | 1 | -5/+18 |
| | * | | | Fixed bug where only brown mushrooms would spawn. | STRWarrior | 2014-01-18 | 1 | -3/+3 |
| | * | | | It now actualy works. | STRWarrior | 2014-01-18 | 1 | -20/+42 |
| | * | | | First attempt at creating a clumb version NetherFinisher. | STRWarrior | 2014-01-17 | 2 | -22/+63 |
| | * | | | Added cFinishGenNetherSprinkleFoliage. | STRWarrior | 2014-01-10 | 3 | -2/+73 |
* | | | | | Added Inifile and OSSupport Linking | Tycho | 2014-01-19 | 1 | -0/+2 |
| |_|_|/
|/| | | |
|
* | | | | Switched EnchantmentSerilizer to namespace | Tycho | 2014-01-19 | 7 | -17/+23 |
* | | | | Spilt Writing of Enchantments to seperate class | Tycho | 2014-01-19 | 8 | -90/+116 |
|/ / / |
|
* | | | Merge pull request #552 from worktycho/c++11 | Mattes D | 2014-01-17 | 1 | -4/+0 |
|\ \ \ |
|
| * | | | Changed std to c++11 in clang to fix va_copy issues | Tycho | 2014-01-17 | 1 | -4/+0 |
| | |/
| |/| |
|
* / | | Added user setting compression factor | Tycho | 2014-01-17 | 10 | -22/+33 |
|/ / |
|
* | | Merge pull request #534 from mc-server/SpawnMinecart | Mattes D | 2014-01-17 | 7 | -11/+62 |
|\ \ |
|
| * | | Changed GetContent function. | STRWarrior | 2014-01-16 | 1 | -1/+1 |
| * | | Fixed server crash. | STRWarrior | 2014-01-12 | 1 | -1/+1 |
| * | | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 2014-01-12 | 7 | -17/+18 |
| * | | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 2014-01-12 | 7 | -10/+33 |
| * | | Added cWorld::SpawnMinecart. | STRWarrior | 2014-01-12 | 2 | -0/+27 |
* | | | Fixed SIGABRT_COMPAT on other architectures. | madmaxoft | 2014-01-17 | 1 | -0/+2 |
* | | | Removed internal cEntity::GetRot() usage. | madmaxoft | 2014-01-17 | 23 | -43/+43 |
* | | | Merge remote-tracking branch 'origin/customnames' | madmaxoft | 2014-01-17 | 38 | -115/+201 |
|\ \ \ |
|
| * | | | Changed newline character because of issues | Tiger Wang | 2014-01-16 | 2 | -4/+13 |
| * | | | Removed CustomCopy() | Tiger Wang | 2014-01-16 | 2 | -24/+1 |
| * | | | Really did what xoft wanted | Tiger Wang | 2014-01-16 | 1 | -5/+8 |
| * | | | Fixed #535 | Tiger Wang | 2014-01-16 | 1 | -1/+1 |
| * | | | Removed obsoleted functions | Tiger Wang | 2014-01-16 | 34 | -74/+67 |
| * | | | Possibly did what xoft wanted | Tiger Wang | 2014-01-16 | 3 | -10/+25 |
| * | | | Merge remote-tracking branch 'origin/master' into customnames | Tiger Wang | 2014-01-16 | 9 | -75/+90 |
| |\ \ \ |
|
| * | | | | OBSOLETE'd obsolete functions | Tiger Wang | 2014-01-15 | 1 | -2/+2 |
| * | | | | Implemented custom names and lore | Tiger Wang | 2014-01-15 | 4 | -35/+107 |
| * | | | | Implemented Ctrl-Q drop stack | Tiger Wang | 2014-01-15 | 3 | -3/+20 |
* | | | | | Protocol 1.7: More output on unknown packets / protocol states. | madmaxoft | 2014-01-17 | 1 | -4/+21 |
* | | | | | Fixed block break packet number | Tiger Wang | 2014-01-16 | 1 | -1/+1 |
* | | | | | Fixed #535 | Tiger Wang | 2014-01-16 | 1 | -1/+1 |
* | | | | | Fixed SIGPIPE on cSocket::Send(). | madmaxoft | 2014-01-16 | 3 | -12/+13 |
* | | | | | Protocol 1.7: Unknown packets are dumped to log in Debug mode. | madmaxoft | 2014-01-16 | 1 | -1/+14 |
* | | | | | Disabled excessive entity-related logging in Debug mode. | madmaxoft | 2014-01-16 | 2 | -3/+26 |
* | | | | | Fixed whitespace in previous commit. | madmaxoft | 2014-01-16 | 1 | -1/+1 |
* | | | | | Finished exporting cWorld:ScheduleTask() to Lua API. | madmaxoft | 2014-01-16 | 1 | -1/+15 |
| |/ / /
|/| | | |
|
* | | | | CMake: Fixed output paths for all MSVC versions. | madmaxoft | 2014-01-16 | 1 | -7/+9 |
* | | | | Added packet diagnostics to 1.7 protocol. | madmaxoft | 2014-01-16 | 2 | -30/+40 |
* | | | | Yet another attempt at VarArgs. | madmaxoft | 2014-01-16 | 1 | -10/+15 |
* | | | | Another VarArgs fix. | madmaxoft | 2014-01-16 | 6 | -39/+37 |
|/ / / |
|
* | | | Using a 2nd argument instead of va_copy(). | madmaxoft | 2014-01-15 | 6 | -30/+42 |
* | | | Fixed varargs modification. | madmaxoft | 2014-01-15 | 1 | -1/+5 |
* | | | Furnace minecarts now stop being active after a while. | STRWarrior | 2014-01-15 | 2 | -2/+19 |
* | | | First implementation for furnace minecarts. | STRWarrior | 2014-01-15 | 2 | -1/+23 |
* | | | Merge pull request #542 from worktycho/schedular | Mattes D | 2014-01-15 | 3 | -4/+121 |
|\ \ \ |
|
| * | | | added cWorld::ScheduleTask Function | Tycho | 2014-01-14 | 3 | -4/+121 |
* | | | | Merge pull request #538 from mc-server/minecarts | Mattes D | 2014-01-15 | 9 | -176/+469 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Yes newline at end of file :D | Tiger Wang | 2014-01-14 | 1 | -1/+5 |
| * | | | Final improvements to Minecarts | Tiger Wang | 2014-01-13 | 3 | -93/+292 |
| * | | | Detaching improvements | Tiger Wang | 2014-01-13 | 4 | -4/+34 |
| * | | | Fixed wire, rail, and pressure plate unpowering | Tiger Wang | 2014-01-13 | 1 | -3/+4 |
| * | | | Fixed settings plugin generation after IniFile | Tiger Wang | 2014-01-12 | 1 | -3/+3 |
| * | | | Multiple enhancements and fixes to minecarts | Tiger Wang | 2014-01-12 | 4 | -132/+191 |
* | | | | CMake: Added postfix for profiled exe | madmaxoft | 2014-01-14 | 1 | -0/+4 |
* | | | | Removed shutdown() from socket closing. | madmaxoft | 2014-01-13 | 1 | -4/+0 |
* | | | | Added handshake processing to protocol 1.7. | madmaxoft | 2014-01-13 | 2 | -2/+29 |
* | | | | Generating the bindings outputs a message at the end. | madmaxoft | 2014-01-13 | 1 | -0/+8 |
* | | | | cCreeper is no longer available in API. | madmaxoft | 2014-01-13 | 3 | -14/+1 |
* | | | | CMake: Removed leftover debugging output. | madmaxoft | 2014-01-13 | 1 | -1/+0 |
* | | | | CMake: Added resources to windows projects. | madmaxoft | 2014-01-13 | 1 | -1/+14 |
* | | | | Added a generic .user file for MSVC. | madmaxoft | 2014-01-13 | 1 | -0/+167 |
* | | | | Moved the win resources into a separate subfolder. | madmaxoft | 2014-01-12 | 5 | -0/+22 |
* | | | | CMake generates Bindings when not existant (win) | madmaxoft | 2014-01-12 | 1 | -0/+10 |
|/ / / |
|
* | | | Merge pull request #529 from mc-server/derpstonerefactor | Alexander Harkness | 2014-01-12 | 10 | -331/+265 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fixed rails powering | Tiger Wang | 2014-01-11 | 1 | -0/+2 |
| * | | Did some stuff with the vectors | Tiger Wang | 2014-01-11 | 1 | -32/+17 |
| * | | Fixed a door bug and reduced code | Tiger Wang | 2014-01-11 | 1 | -19/+1 |
| * | | Renamed g_TorchPlaceable... | Tiger Wang | 2014-01-11 | 6 | -71/+71 |
| * | | Fixed doors, fixes #453 | Tiger Wang | 2014-01-10 | 1 | -38/+8 |
| * | | Major refactoring of redstone | Tiger Wang | 2014-01-10 | 4 | -186/+181 |
* | | | Disabled a useless MSVC warning in Bindings.cpp. | madmaxoft | 2014-01-12 | 1 | -0/+6 |
* | | | Merge pull request #532 from mc-server/LuaStateErrorHandler | Mattes D | 2014-01-12 | 5 | -252/+130 |
|\ \ \ |
|
| * | | | Lua errors display stack trace. | madmaxoft | 2014-01-11 | 2 | -3/+27 |
| * | | | Removed internal methods from public cLuaState interface. | madmaxoft | 2014-01-11 | 3 | -119/+103 |
| * | | | Removed an unused file. | madmaxoft | 2014-01-11 | 2 | -130/+0 |
* | | | | Merge pull request #527 from derouinw/biomessplit | Mattes D | 2014-01-11 | 8 | -222/+241 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Globals.h needs to be first include | Bill Derouin | 2014-01-10 | 1 | -1/+1 |
| * | | | Include Biome enum in ChunkDef | Bill Derouin | 2014-01-10 | 1 | -2/+1 |
| * | | | Added newlines at ends of files | Bill Derouin | 2014-01-10 | 2 | -2/+2 |
| * | | | Fixed missing externals | Bill Derouin | 2014-01-10 | 1 | -1/+2 |
| * | | | Move biome definition to separate files | Bill Derouin | 2014-01-09 | 8 | -222/+241 |
* | | | | Removed unused variables. | madmaxoft | 2014-01-11 | 1 | -2/+0 |
* | | | | Merge pull request #530 from mc-server/GeneratorDecouple | Mattes D | 2014-01-11 | 10 | -50/+188 |
|\ \ \ \ |
|
| * | | | | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 2014-01-10 | 10 | -50/+188 |
* | | | | | Fixed glowstone drop count | andrew | 2014-01-11 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Fixed generator adding values to ini file. | madmaxoft | 2014-01-10 | 2 | -1/+3 |
* | | | | Merge pull request #520 from mc-server/SoulSand | Mattes D | 2014-01-10 | 2 | -1/+17 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Fixed recurring pattern. | STRWarrior | 2014-01-10 | 1 | -1/+1 |
| * | | Fixed chunk borders. | STRWarrior | 2014-01-09 | 1 | -3/+3 |
| * | | Speed-up. I got about 40 extra ch/s | STRWarrior | 2014-01-08 | 1 | -9/+14 |
| * | | WormNestCaves now remove soul sand. | STRWarrior | 2014-01-08 | 1 | -0/+1 |
| * | | NetherGen: Now generates SoulSand. | STRWarrior | 2014-01-08 | 1 | -1/+11 |
| |/ |
|
* | | Exported cClientHandle::SendPluginMessage() to Lua. | madmaxoft | 2014-01-09 | 1 | -0/+30 |
* | | Fixed wrong packet number for PluginMessage packet. | madmaxoft | 2014-01-09 | 1 | -1/+1 |
* | | Added cClientHandle::SendPluginMessage(). | madmaxoft | 2014-01-09 | 9 | -0/+50 |
* | | Composition generator creating moved to a separate function. | madmaxoft | 2014-01-09 | 2 | -61/+83 |
* | | Height generator creating moved info HeiGen.cpp. | madmaxoft | 2014-01-09 | 3 | -54/+82 |
* | | Merge pull request #517 from derouinw/master | Mattes D | 2014-01-09 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | A couple touchups | Bill Derouin | 2014-01-08 | 1 | -2/+3 |
| * | Add missing plugin error | Bill Derouin | 2014-01-07 | 1 | -0/+12 |
* | | Fixed AppendVPrintf() handling for large strings. | madmaxoft | 2014-01-08 | 1 | -6/+4 |
* | | Graceful shutdown on SIGTERM | Tiger Wang | 2014-01-07 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #516 from mc-server/favicon | Alexander Harkness | 2014-01-07 | 4 | -18/+8 |
|\ |
|
| * | Fixed favicons | Tiger Wang | 2014-01-07 | 4 | -18/+8 |
* | | Plugin messages are received and handed to plugins. | madmaxoft | 2014-01-07 | 8 | -2/+68 |
|/ |
|
* | Merge pull request #514 from derouinw/master | Mattes D | 2014-01-07 | 3 | -0/+20 |
|\ |
|
| * | Avoid making copies of favicon string | Bill Derouin | 2014-01-07 | 2 | -2/+2 |
| * | A few more touch ups | Bill Derouin | 2014-01-07 | 2 | -12/+2 |
| * | A few touch ups | Bill Derouin | 2014-01-07 | 2 | -2/+5 |
| * | Removed unused line | Bill Derouin | 2014-01-07 | 1 | -1/+0 |
| * | Implement favicon for 1.7.2 | Bill Derouin | 2014-01-07 | 4 | -0/+28 |
* | | Disabled an unneeded MSVC warning. | madmaxoft | 2014-01-07 | 1 | -4/+7 |
* | | Removed a debugging log output in cPluginManager:AddHook(). | madmaxoft | 2014-01-07 | 1 | -1/+0 |
* | | More MSVC warning fixes. | madmaxoft | 2014-01-07 | 9 | -11/+11 |
* | | LuaState can push strings with embedded NULs. | madmaxoft | 2014-01-07 | 1 | -1/+1 |
* | | Fixed a few MSVC warnings. | madmaxoft | 2014-01-07 | 8 | -18/+21 |
* | | Added Base64Encode(). | madmaxoft | 2014-01-07 | 2 | -0/+51 |
* | | Disabled the type conversion MSVC warning. | madmaxoft | 2014-01-06 | 1 | -1/+3 |
* | | Fixed a few MSVC warnings. | madmaxoft | 2014-01-06 | 11 | -16/+12 |
|/ |
|
* | Merge pull request #511 from mc-server/CmakeOutput | Mattes D | 2014-01-06 | 1 | -1/+1 |
|\ |
|
| * | Output dir set to $/MCServer. | madmaxoft | 2014-01-06 | 1 | -1/+1 |
* | | Merge pull request #509 from Diusrex/master | Mattes D | 2014-01-06 | 7 | -5/+87 |
|\ \ |
|
| * | | Added fake functions into cCriticalSection because of the change to ASSERT | Diusrex | 2014-01-05 | 1 | -0/+5 |
| * | | Changed the release version of ASSERT. | Diusrex | 2014-01-05 | 1 | -1/+1 |
| * | | Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h | Diusrex | 2014-01-05 | 5 | -3/+68 |
| * | | Making all of the useful level 4 warnings be active. | Diusrex | 2014-01-05 | 1 | -1/+13 |
* | | | Exported cWorld::BroadcastBlockAction(). | madmaxoft | 2014-01-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fixed wrong enqueueing. | madmaxoft | 2014-01-06 | 1 | -2/+9 |
|/ |
|
* | Fixed cPluginManager:AddHook() binding. | madmaxoft | 2014-01-05 | 1 | -6/+13 |
* | Fixed a race condition in the cQueue class. | madmaxoft | 2014-01-05 | 1 | -59/+86 |
* | Fixed Documentation | Tycho | 2014-01-03 | 1 | -4/+2 |
* | derp | Tycho | 2014-01-03 | 1 | -1/+1 |
* | actual fix | Tycho | 2014-01-03 | 1 | -2/+9 |
* | fixed failure to return a value from Remove | Tycho | 2014-01-03 | 1 | -1/+1 |
* | implement xsofts recommendations | Tycho Bickerstaff | 2014-01-03 | 1 | -9/+15 |
* | Merge branch 'master' into threadsafequeue | Tycho Bickerstaff | 2014-01-02 | 7 | -29/+80 |
|\ |
|
| * | Merge pull request #479 from mc-server/cmake-win | Mattes D | 2014-01-02 | 2 | -18/+30 |
| |\ |
|
| | * | Added support for out-of-source builds. | madmaxoft | 2013-12-28 | 2 | -18/+30 |
| * | | More memory alignment fixes. | madmaxoft | 2014-01-02 | 2 | -6/+6 |
| * | | Fixed unaligned memory access in FastNBT. | madmaxoft | 2014-01-02 | 3 | -5/+44 |
* | | | added documentation | Tycho Bickerstaff | 2014-01-02 | 1 | -7/+45 |
* | | | fixed a few remaining issues with worldstorage | Tycho Bickerstaff | 2014-01-02 | 2 | -24/+6 |
* | | | rewrote queue not to use promises for waits | Tycho Bickerstaff | 2014-01-02 | 6 | -121/+24 |
* | | | Merge branch 'master' into threadsafequeue | Tycho Bickerstaff | 2013-12-31 | 10 | -3/+117 |
|\| | |
|
| * | | merged changes from upstream | Tycho Bickerstaff | 2013-12-31 | 9 | -3/+112 |
| |\ \ |
|
| | * \ | Merge branch 'FishingHook' | madmaxoft | 2014-01-01 | 8 | -1/+110 |
| | |\ \ |
|
| | | * | | OnPlayerFishing doesn't have a const cItems anymore | STRWarrior | 2014-01-01 | 5 | -5/+5 |
| | | * | | implemented the recommendations Xoft gave. | STRWarrior | 2013-12-31 | 7 | -12/+25 |
| | | * | | Implented OnPlayerFishing and OnPlayerFished. | STRWarrior | 2013-12-30 | 6 | -1/+97 |
| | * | | | Fixed GetPhysicalRAMUsage on Linux | andrew | 2014-01-01 | 1 | -2/+2 |
| * | | | | Merge branch 'master' into cmake-fixes | Tycho Bickerstaff | 2013-12-31 | 14 | -16/+56 |
| |\| | | |
|
| * | | | | fixed bad merge | Tycho Bickerstaff | 2013-12-22 | 1 | -4/+0 |
| * | | | | merged in more warning fixes | Tycho Bickerstaff | 2013-12-22 | 2 | -3/+2 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | merged in changes | Tycho Bickerstaff | 2013-12-22 | 3 | -2/+12 |
| |\ \ \ \ |
|
| * | | | | | merged in warnings changes | Tycho Bickerstaff | 2013-12-22 | 26 | -93/+94 |
| * | | | | | fixed accedental commit | Tycho Bickerstaff | 2013-12-22 | 1 | -2/+1 |
| * | | | | | fixed rdynamic as its not acctually needed a cmake handles it, looks like the problem was caused by the linux linker accepting the option twice and the os x linker not | Tycho Bickerstaff | 2013-12-22 | 2 | -1/+33 |
* | | | | | | fogot to add promise classes | Tycho Bickerstaff | 2013-12-31 | 2 | -0/+92 |
* | | | | | | clean up code for patching | Tycho Bickerstaff | 2013-12-31 | 3 | -3/+5 |
* | | | | | | Merge branch 'master' into threadsafequeue | Tycho Bickerstaff | 2013-12-31 | 20 | -91/+69 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | removed unneccisary cast | Tycho Bickerstaff | 2013-12-31 | 1 | -1/+2 |
| * | | | | | fixed warnings in LineBlockTracer.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -1/+0 |
| * | | | | | fixed warnings in LightingThread.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -0/+1 |
| * | | | | | take Z axis into account when calculating neighboors in LightingThread::ChunkReady | Tycho Bickerstaff | 2013-12-31 | 1 | -1/+1 |
| * | | | | | fixed warnings in World.cpp | Tycho Bickerstaff | 2013-12-31 | 4 | -6/+34 |
| * | | | | | fixxed warnings in Server.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -0/+5 |
| * | | | | | fixed warnings in Inventory.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -2/+2 |
| * | | | | | fixed warnings in bytebuffer.cpp | Tycho Bickerstaff | 2013-12-31 | 2 | -4/+4 |
| * | | | | | fixed ClientHandle warnings | Tycho Bickerstaff | 2013-12-31 | 1 | -0/+1 |
| * | | | | | fixed warnings in webadmin.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -0/+3 |
| * | | | | | fixed warnings in BlockArea.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -0/+2 |
| * | | | | | Fixed a cPlayer::IsGameModeAdventure. It was determined based off of gmCreate rather than gmAdventure. | Morgan Redshaw | 2013-12-31 | 1 | -2/+2 |
| | |_|/ /
| |/| | | |
|
| * | | | | Fixed compilation in VC2008. | madmaxoft | 2013-12-30 | 6 | -75/+13 |
| | |/ /
| |/| | |
|
* | | | | refactored chunk Queue to seperate class | Tycho Bickerstaff | 2013-12-31 | 7 | -124/+162 |
* | | | | added link dependency between WorldStorage and OSSupport | Tycho Bickerstaff | 2013-12-22 | 1 | -0/+2 |
* | | | | Merge branch 'master' into threadsafequeue | Tycho Bickerstaff | 2013-12-22 | 24 | -29/+92 |
|\| | | |
|
| * | | | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2013-12-22 | 16 | -39/+100 |
| * | | | Merge branch 'master' of github.com:mc-server/MCServer | Tycho Bickerstaff | 2013-12-22 | 60 | -233/+1990 |
| |\| | |
|
| * | | | Chunk is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 4 | -6/+5 |
| * | | | fixed hidden bug with furnaces ignoring time burnt | Tycho Bickerstaff | 2013-12-21 | 1 | -1/+1 |
| * | | | Root is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 8 | -30/+32 |
| * | | | Piston is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 5 | -6/+6 |
| * | | | ChunkSender is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 6 | -9/+10 |
* | | | | Merge remote-tracking branch 'upstream/master' into threadsafequeue | Tycho Bickerstaff | 2013-12-22 | 60 | -233/+1990 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Added HOOK_PLUGINS_LOADED. | madmaxoft | 2013-12-29 | 6 | -3/+64 |
| * | | | Merge pull request #481 from MikeHunsinger/master | Mattes D | 2013-12-29 | 2 | -3/+49 |
| |\ \ \ |
|
| | * | | | Added function to create Tall Birch tree in BirchTreeForest biomes | Mike Hunsinger | 2013-12-29 | 2 | -3/+49 |
| | | |/
| | |/| |
|
| * / | | Fixed a (valid) warning in RCONServer. | madmaxoft | 2013-12-28 | 1 | -0/+3 |
| |/ / |
|
| * | | Merge branch 'master' into cmake-win | madmaxoft | 2013-12-27 | 2 | -4/+56 |
| |\ \ |
|
| | * | | Server now handles death messages | Tiger Wang | 2013-12-26 | 1 | -0/+16 |
| | * | | Merge pull request #472 from mc-server/Extreme_Hills_M | Mattes D | 2013-12-26 | 1 | -4/+40 |
| | |\ \ |
|
| | | * | | Simplefied Extreme Hills M pattern select. | STRWarrior | 2013-12-26 | 1 | -11/+3 |
| | | * | | Extreme Hills M biomes now generate gravel, stone and grass patterns. | STRWarrior | 2013-12-25 | 1 | -2/+10 |
| | | * | | Changed tbGravel. Vanilla has 3 layers of gravel and then stone. | STRWarrior | 2013-12-25 | 1 | -3/+3 |
| | | * | | Normal extreme hills (plus) now generate a stone/grass pattern. | STRWarrior | 2013-12-25 | 1 | -2/+20 |
| | | * | | Re-added empty line. | STRWarrior | 2013-12-25 | 1 | -0/+1 |
| | | * | | This generates gravel in Extreme Hills M biomes. | STRWarrior | 2013-12-25 | 2 | -3/+20 |
| * | | | | Made cmake compilation possible on Windows. | madmaxoft | 2013-12-27 | 4 | -21/+27 |
| * | | | | Added proper precompiled headers for MSVC. | madmaxoft | 2013-12-26 | 1 | -48/+47 |
| |/ / / |
|
| * | | | cBlockArea: Fixed writing full-height areas. | madmaxoft | 2013-12-26 | 1 | -2/+2 |
| * | | | Merge pull request #461 from mc-server/repeaters | Mattes D | 2013-12-26 | 7 | -47/+314 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Moved increment operator to back of variables | Tiger Wang | 2013-12-26 | 1 | -9/+9 |
| | * | | Fixed rails not updating with diagonals | Tiger Wang | 2013-12-25 | 1 | -0/+34 |
| | * | | Braced up some code | Tiger Wang | 2013-12-25 | 1 | -0/+2 |
| | * | | Used IsGamemodeCreative() function | Tiger Wang | 2013-12-25 | 1 | -1/+1 |
| | * | | Fixed comments in main.cpp and Player.cpp | Tiger Wang | 2013-12-24 | 2 | -2/+2 |
| | * | | Implemented stone and wooden pressure plates | Tiger Wang | 2013-12-24 | 2 | -3/+105 |
| | * | | Improved knockback animation | Tiger Wang | 2013-12-24 | 1 | -3/+3 |
| | * | | Improved player fall particle positions | Tiger Wang | 2013-12-23 | 1 | -5/+2 |
| | * | | Provides an enhancement to daylight sensors | Tiger Wang | 2013-12-23 | 1 | -2/+27 |
| | * | | Clarified some code in Player.cpp | Tiger Wang | 2013-12-23 | 1 | -2/+5 |
| | * | | Fixed a comment in Entity.cpp | Tiger Wang | 2013-12-23 | 1 | -1/+1 |
| | * | | Added some comments in main.cpp | Tiger Wang | 2013-12-23 | 1 | -1/+1 |
| | * | | Daylight sensor sensing enhancement | Tiger Wang | 2013-12-23 | 1 | -9/+11 |
| | * | | A fix for daylight sensors | Tiger Wang | 2013-12-22 | 1 | -2/+3 |
| | * | | Implemented knockback and critical hit | Tiger Wang | 2013-12-22 | 1 | -4/+21 |
| | * | | Added many event catchers | Tiger Wang | 2013-12-22 | 2 | -20/+78 |
| | * | | Implemented fall particles | Tiger Wang | 2013-12-22 | 1 | -3/+18 |
| | * | | Daylight sensors | Tiger Wang | 2013-12-22 | 1 | -2/+1 |
| | * | | Fixed them again, confound it | Tiger Wang | 2013-12-22 | 1 | -9/+21 |
| * | | | Merge pull request #471 from mc-server/Fishing_Catapult | Mattes D | 2013-12-25 | 3 | -38/+206 |
| |\ \ \ |
|
| | * | | | Fixed Parentheses. | STRWarrior | 2013-12-25 | 1 | -2/+2 |
| | * | | | You are now able to sweep mobs to your position using fishing rods. | STRWarrior | 2013-12-25 | 3 | -38/+206 |
| * | | | | Merge branch 'fixes&features' of git://github.com/tonibm19/MCServer | madmaxoft | 2013-12-25 | 2 | -9/+64 |
| |\ \ \ \ |
|
| | * | | | | (Hopefully) fixed if conditions | tonibm19 | 2013-12-25 | 1 | -4/+1 |
| | * | | | | Implemented xoft suggestion (partly) | tonibm19 | 2013-12-25 | 1 | -25/+29 |
| | * | | | | BLOCKTYPE... | tonibm19 | 2013-12-24 | 1 | -2/+2 |
| | * | | | | Fixed compilation | tonibm19 | 2013-12-24 | 1 | -29/+9 |
| | * | | | | Implemented xoft suggestion | tonibm19 | 2013-12-24 | 1 | -7/+11 |
| | * | | | | Using BLOCKTYPE instead of int | tonibm19 | 2013-12-24 | 1 | -2/+2 |
| | * | | | | Fixed comments | tonibm19 | 2013-12-24 | 1 | -8/+8 |
| | * | | | | Changed a little how detection works and added comments. | tonibm19 | 2013-12-24 | 1 | -28/+31 |
| | * | | | | Storing Y -1 and -2 blocks in a variable | tonibm19 | 2013-12-24 | 1 | -5/+7 |
| | * | | | | Using parenthesis | tonibm19 | 2013-12-24 | 1 | -8/+8 |
| | * | | | | Fixed a possible crash | tonibm19 | 2013-12-24 | 1 | -39/+42 |
| | * | | | | Improved iron golem detection algorithm | tonibm19 | 2013-12-23 | 1 | -3/+16 |
| | * | | | | Some fixes (SEE DESC) | tonibm19 | 2013-12-23 | 1 | -0/+6 |
| | * | | | | You can now spawn iron golems. | tonibm19 | 2013-12-23 | 1 | -3/+20 |
| * | | | | | Fixed block area height check. | madmaxoft | 2013-12-25 | 1 | -2/+2 |
| * | | | | | Preliminary mobile entity saving | Tiger Wang | 2013-12-25 | 4 | -13/+790 |
| | |/ / /
| |/| | | |
|
| * | | | | Merge pull request #469 from mc-server/Android_Update | Tiger Wang | 2013-12-24 | 2 | -3/+9 |
| |\ \ \ \ |
|
| | * | | | | Fixed getting configure button going to port 0. | STRWarrior | 2013-12-24 | 2 | -3/+9 |
| | |/ / / |
|
| * | | | | removed the function def also | Alexander Harkness | 2013-12-24 | 1 | -1/+0 |
| * | | | | Finally removed the function. | Alexander Harkness | 2013-12-24 | 1 | -6/+0 |
| * | | | | fixed compile? | Alexander Harkness | 2013-12-24 | 1 | -1/+1 |
| * | | | | finally removed them all? | Alexander Harkness | 2013-12-24 | 1 | -1/+1 |
| * | | | | updated another file... | Alexander Harkness | 2013-12-24 | 1 | -4/+4 |
| * | | | | Updated MakeColour's defenition in the header. | Alexander Harkness | 2013-12-24 | 1 | -9/+9 |
| * | | | | Update as per xoft's instructions. | Alexander Harkness | 2013-12-24 | 1 | -1/+1 |
| * | | | | Update chat colours | Alexander Harkness | 2013-12-24 | 1 | -3/+2 |
| * | | | | Replaced esCreeper with esMonster. | madmaxoft | 2013-12-23 | 3 | -4/+7 |
| |/ / / |
|
| * | | | Fixed bug where snowgolems could replace non-solid blocks to snow blocks. | STRWarrior | 2013-12-22 | 1 | -1/+3 |
| * | | | Snow golems die in hot biomes and leave a snow trail. | STRWarrior | 2013-12-22 | 2 | -0/+18 |
| * | | | You can spawn snow golems with snow blocks and pumpkins. | STRWarrior | 2013-12-22 | 1 | -0/+15 |
| * | | | EnderDragons and SnowGolems are able to spawn. | STRWarrior | 2013-12-22 | 1 | -0/+2 |
| * | | | Fixed cacus breaking when next to any non-air block. | STRWarrior | 2013-12-22 | 1 | -1/+1 |
| * | | | Made the lure enchantment work. | STRWarrior | 2013-12-22 | 1 | -1/+1 |
| * | | | Fixed signedness warning in cItemGrid. | madmaxoft | 2013-12-22 | 2 | -4/+4 |
| * | | | Fixed compiler warning. | STRWarrior | 2013-12-22 | 1 | -1/+1 |
| * | | | Fishing underground is slower and fishing while raining is faster. | STRWarrior | 2013-12-22 | 1 | -0/+15 |
| * | | | Fixed compiler warnings. | STRWarrior | 2013-12-22 | 1 | -2/+2 |
| * | | | Countdown time is between 100 and 900 ticks. | STRWarrior | 2013-12-22 | 1 | -1/+1 |
| * | | | Fishing now uses a countdown instead of a random number each tick. | STRWarrior | 2013-12-22 | 2 | -12/+29 |
| * | | | Implented BroadcastParticleEffect | STRWarrior | 2013-12-22 | 17 | -2/+122 |
| * | | | Using regular assignments. | STRWarrior | 2013-12-21 | 1 | -6/+6 |
| * | | | Once again better Y direction for the items given when fishing. | STRWarrior | 2013-12-21 | 1 | -2/+2 |
| * | | | You are now able to get different items from fishing. | STRWarrior | 2013-12-21 | 1 | -2/+108 |
| * | | | Bindings regen script updated. | madmaxoft | 2013-12-21 | 1 | -11/+6 |
| * | | | Floater now dissapears when the player doesn't have an fishing rod equipped. | STRWarrior | 2013-12-21 | 2 | -0/+32 |
| | |/
| |/| |
|
* / | | basic threadsafe queue interface | Tycho Bickerstaff | 2013-12-21 | 2 | -0/+34 |
|/ / |
|
* | | Merge branch 'cmake' of github.com:worktycho/MCServer into cmake | Tycho Bickerstaff | 2013-12-21 | 2 | -5/+25 |
|\ \ |
|
| * | | added precompiled headers | tycho | 2013-12-20 | 1 | -13/+24 |
| * | | fixed include of math on windows | tycho | 2013-12-20 | 2 | -1/+10 |
* | | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-21 | 26 | -174/+221 |
|\ \ \
| |/ /
|/| | |
|
| * | | You could now only get fish from non-source blocks. Fixed it. | STRWarrior | 2013-12-21 | 1 | -1/+1 |
| * | | Fixed bug where you could pickup the floater only to get one spawned instantly or the other way around. | STRWarrior | 2013-12-21 | 1 | -0/+5 |
| * | | Fixed bug where you could get fish from non-source blocks. | STRWarrior | 2013-12-21 | 1 | -1/+1 |
| |/ |
|
| * | Fixed repeaters delay, maybe | Tiger Wang | 2013-12-20 | 3 | -12/+41 |
| * | Merge branch 'master' of https://github.com/mc-server/MCServer | STRWarrior | 2013-12-20 | 9 | -97/+92 |
| |\ |
|
| | * | Fixed the rest of constructor reorders. | madmaxoft | 2013-12-20 | 9 | -97/+92 |
| * | | Increased the range an Floater can shoot to. | STRWarrior | 2013-12-20 | 1 | -1/+1 |
| |/ |
|
| * | Fish now actualy jumps to the player instead of a few block bellow them. | STRWarrior | 2013-12-20 | 1 | -1/+1 |
| * | Fixed bug where the floater could pop in the water while you could already get a fish. | STRWarrior | 2013-12-20 | 1 | -2/+2 |
| * | More reordering fixes. | madmaxoft | 2013-12-20 | 3 | -7/+16 |
| * | Fixed a typo in cBlockArea merging code. | madmaxoft | 2013-12-20 | 1 | -2/+1 |
| * | Sorted a few constructors to remove warnings. | madmaxoft | 2013-12-20 | 10 | -49/+57 |
| * | Fixed minor warnings. | madmaxoft | 2013-12-20 | 2 | -5/+7 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-20 | 39 | -97/+114 |
|\| |
|
| * | Fixed warnings in HTTP parser. | madmaxoft | 2013-12-20 | 4 | -5/+15 |
| * | Attempt at fixing cChunkDef::Height signedness. | madmaxoft | 2013-12-20 | 4 | -21/+24 |
| * | Properly fixed warnings in cFastRandom. | madmaxoft | 2013-12-20 | 1 | -4/+4 |
| * | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 28 | -62/+66 |
| * | Fixed melon and pumpkin growing. | madmaxoft | 2013-12-20 | 1 | -1/+1 |
| * | Fixed missing parenthesis. | madmaxoft | 2013-12-20 | 1 | -4/+4 |
* | | Merge branch 'cmake' of github.com:worktycho/MCServer into cmake | Tycho Bickerstaff | 2013-12-19 | 1 | -6/+16 |
|\ \ |
|
| * | | fixed include paths on windows and added build dir to gitignore | tycho | 2013-12-20 | 1 | -0/+2 |
| * | | fixed compile errors with headers and math library | tycho | 2013-12-20 | 1 | -6/+15 |
| * | | Merge branch 'master' into cmake | tycho | 2013-12-20 | 12 | -26/+276 |
| |\ \ |
|
| * | | | fixed multiprocessing on windows and removed redundend compile of headers | tycho | 2013-12-20 | 1 | -1/+0 |
* | | | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-19 | 2 | -21/+21 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fixed clang warnings in Noise.cpp. | madmaxoft | 2013-12-20 | 1 | -20/+20 |
| * | | | Fixed assertion during dirt block OnUpdate() | Tiger Wang | 2013-12-20 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-19 | 12 | -26/+276 |
|\| |
| |/
|/| |
|
| * | Merge pull request #450 from mc-server/redstonefixes | Mattes D | 2013-12-19 | 6 | -26/+94 |
| |\ |
|
| | * | Fixed PlayerAbilities and creative | Tiger Wang | 2013-12-19 | 3 | -13/+24 |
| | * | Fixed 1.7 arm swing animation | Tiger Wang | 2013-12-19 | 1 | -1/+23 |
| | * | Fixed dust from being placed on nonsolids | Tiger Wang | 2013-12-19 | 2 | -1/+6 |
| | * | Fixed repeaters not updating power | Tiger Wang | 2013-12-19 | 1 | -11/+41 |
| * | | Fixed #include in Floater.cpp. | STRWarrior | 2013-12-19 | 1 | -1/+1 |
| * | | The floater now actualy dives under water. | STRWarrior | 2013-12-19 | 1 | -1/+1 |
| * | | You can get fish from fishing :D. Only one type of fish though. | STRWarrior | 2013-12-19 | 1 | -12/+27 |
| * | | Implented cItemFishingRodHandler. | STRWarrior | 2013-12-19 | 2 | -0/+65 |
| * | | Implented IsFishing, SetIsFishing and GetFloaterID(). | STRWarrior | 2013-12-19 | 2 | -0/+12 |
| * | | Added cFloater class. | STRWarrior | 2013-12-19 | 3 | -0/+90 |
* | | | fixed a number of windows issues | tycho | 2013-12-19 | 1 | -13/+28 |
* | | | added md5 as a dependency for bindings | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+2 |
* | | | added expat as lua bindings dependincy | Tycho Bickerstaff | 2013-12-19 | 2 | -2/+2 |
* | | | added all cpp files to bindings | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+4 |
* | | | moved HTTPServer to globs | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+5 |
* | | | added pthread linking code to OSSupport | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+4 |
* | | | moved protocol to glob | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+5 |
* | | | added blocks and blockentities | Tycho Bickerstaff | 2013-12-19 | 3 | -2/+18 |
* | | | linked in lua | Tycho Bickerstaff | 2013-12-19 | 1 | -1/+1 |
* | | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-19 | 3 | -14/+41 |
|\| | |
|
| * | | Disconnection message no longer shown if ping | Tiger Wang | 2013-12-18 | 1 | -5/+8 |
| * | | Prettified command error messages | Tiger Wang | 2013-12-18 | 2 | -9/+23 |
| * | | The "<>" of a player name is now coloured | Tiger Wang | 2013-12-18 | 1 | -1/+1 |
| * | | Fixed 1.7 player disconnection not calling hook | Tiger Wang | 2013-12-18 | 1 | -4/+14 |
| |/ |
|
* | | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 1 | -8/+2 |
* | | bindings regenration logic | Tycho Bickerstaff | 2013-12-19 | 3 | -32240/+8 |
* | | added zlib and UI | Tycho Bickerstaff | 2013-12-18 | 1 | -0/+11 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-18 | 50 | -306/+1327 |
|\| |
|
| * | Merge pull request #440 from mc-server/repeaterfixes | Mattes D | 2013-12-18 | 2 | -84/+77 |
| |\ |
|
| | * | Fixed wire powering blocks beneath | Tiger Wang | 2013-12-18 | 1 | -1/+1 |
| | * | Fixed bad repeater power queuing in corner case | Tiger Wang | 2013-12-18 | 2 | -83/+76 |
| * | | Merge pull request #442 from mc-server/Nether_Wart | Mattes D | 2013-12-18 | 4 | -0/+110 |
| |\ \ |
|
| | * | | Implented Nether Wart. | STRWarrior | 2013-12-18 | 4 | -0/+110 |
| * | | | Renamed back EntityAnimation to PlayerAnimation | Tiger Wang | 2013-12-18 | 8 | -15/+51 |
| |/ / |
|
| * / | Removed offending tr1/memory header inclusion. | madmaxoft | 2013-12-18 | 1 | -3/+0 |
| |/ |
|
| * | Fixed player falling through the floor on spawn. | madmaxoft | 2013-12-17 | 1 | -1/+5 |
| * | cBlockArea: origin is initialized in the constructor and the loader. | madmaxoft | 2013-12-17 | 1 | -0/+6 |
| * | Fixed naming and initialization. | madmaxoft | 2013-12-17 | 1 | -4/+12 |
| * | Forgot to change one Vector3d to Vector3i. | STRWarrior | 2013-12-17 | 1 | -1/+1 |
| * | Renamed Pos to m_Pos. | STRWarrior | 2013-12-17 | 1 | -3/+3 |
| * | Using Recommendations. | STRWarrior | 2013-12-17 | 1 | -10/+23 |
| * | Made buckets work when the player does not 'look' at a block. This fixes #265 | STRWarrior | 2013-12-17 | 1 | -32/+53 |
| * | Merge pull request #438 from mc-server/Boats | Tiger Wang | 2013-12-16 | 5 | -14/+80 |
| |\ |
|
| | * | Boats spawn on top of a block. not between 4 blocks. | STRWarrior | 2013-12-16 | 1 | -1/+1 |
| | * | Using suggestions for Boat placing. | STRWarrior | 2013-12-16 | 1 | -1/+1 |
| | * | Boats drop a boat pickup when destroyed by hand. You can now actualy use boats. | STRWarrior | 2013-12-16 | 2 | -3/+33 |
| | * | Added HandleSpeedFromAttachee so an entity can override the function. | STRWarrior | 2013-12-16 | 2 | -4/+15 |
| | * | You can spawn boats on water. | STRWarrior | 2013-12-16 | 1 | -7/+32 |
| * | | Fixed multiple inheritance in ToLua++. | madmaxoft | 2013-12-16 | 8 | -36/+127 |
| * | | Removed some old cRedstone remnants | Tiger Wang | 2013-12-16 | 3 | -30/+0 |
| |/ |
|
| * | Fixed cClientHandle::Tick() being called from two threads. | madmaxoft | 2013-12-16 | 5 | -31/+48 |
| * | Fixed multiple player spawn broadcasts. | madmaxoft | 2013-12-16 | 1 | -3/+0 |
| * | Server saves if a player is flying. | STRWarrior | 2013-12-15 | 1 | -1/+3 |
| * | Merge pull request #437 from mc-server/ShootTo_function | STRWarrior | 2013-12-15 | 5 | -4/+49 |
| |\ |
|
| | * | Exported to Lua | STRWarrior | 2013-12-15 | 2 | -10/+10 |
| | * | Renamed ShootTo function to ForceSetSpeed. | STRWarrior | 2013-12-15 | 2 | -3/+3 |
| | * | This adds a function that allows you to 'shoot' a player towards a direction. | STRWarrior | 2013-12-15 | 5 | -4/+49 |
| * | | Fixed player spawning packet. | madmaxoft | 2013-12-15 | 1 | -1/+1 |
| * | | Fixed calling OnPlayerJoined() in the wrong place. | madmaxoft | 2013-12-15 | 1 | -6/+1 |
| * | | Merge pull request #433 from mc-server/redstoneimprovements | Mattes D | 2013-12-15 | 1 | -1/+33 |
| |\ \ |
|
| | * | | Implemented xoft's suggestions | Tiger Wang | 2013-12-15 | 1 | -3/+16 |
| | * | | Fixed wire repeater checking | Tiger Wang | 2013-12-15 | 1 | -1/+1 |
| | * | | Wires now power repeaters properly | Tiger Wang | 2013-12-15 | 1 | -0/+7 |
| | * | | Fixed the hopefully final wire self-powering bug | Tiger Wang | 2013-12-15 | 1 | -1/+13 |
| * | | | Fixed indentation. | madmaxoft | 2013-12-15 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Moved reading flags to the protocol. | STRWarrior | 2013-12-15 | 3 | -19/+23 |
| * | | Exported Set and Get functions to Lua. | STRWarrior | 2013-12-15 | 2 | -2/+136 |
| * | | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function | STRWarrior | 2013-12-15 | 5 | -3/+90 |
| * | | Merge pull request #432 from mc-server/Broadcast_Effects | Mattes D | 2013-12-15 | 7 | -3/+92 |
| |\ \ |
|
| | * | | cPlayer is using the broadcast functions. | STRWarrior | 2013-12-15 | 1 | -3/+3 |
| | * | | This adds the cWorld::BroadcastEntityEffect and cWorld::BroadcastRemoveEntityEffect functions. | STRWarrior | 2013-12-15 | 6 | -0/+89 |
| * | | | Fixed pre 1.7 clients crashing. | STRWarrior | 2013-12-15 | 1 | -2/+2 |
| |/ / |
|
| * | | Merge pull request #431 from mc-server/Entity_Effects | Mattes D | 2013-12-14 | 15 | -4/+170 |
| |\ \ |
|
| | * | | Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h. | STRWarrior | 2013-12-14 | 5 | -4/+31 |
| | * | | Added E_EFFECT_<Effect> | STRWarrior | 2013-12-14 | 2 | -3/+32 |
| | * | | Forgot to commit the ClientHandle. | STRWarrior | 2013-12-14 | 2 | -0/+20 |
| | * | | Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison. | STRWarrior | 2013-12-14 | 8 | -1/+91 |
| * | | | Added tolua++ redirection include. | madmaxoft | 2013-12-14 | 1 | -0/+13 |
| * | | | Removed leftover debugging messages from cProtocol172. | madmaxoft | 2013-12-14 | 1 | -4/+0 |
| * | | | Merge pull request #430 from mc-server/redstoneimprovements | Mattes D | 2013-12-14 | 9 | -33/+162 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Potentially fixed debug asserts | Tiger Wang | 2013-12-14 | 1 | -5/+5 |
| | * | Wires no longer power if a block cuts them off | Tiger Wang | 2013-12-14 | 1 | -23/+32 |
| | * | Implemented note block playing and fixed wire | Tiger Wang | 2013-12-14 | 9 | -5/+125 |
* | | | added zlib | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+1 |
* | | | moved generating to globs | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+5 |
* | | | added UI folder | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+3 |
* | | | moved Worldstorage to globs | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+5 |
* | | | Merge branch 'master' of github.com:mc-server/MCServer into cmake | Tycho Bickerstaff | 2013-12-11 | 2 | -8/+7 |
|\| | |
|
| * | | Merge branch 'master' into quickfixs | Tycho Bickerstaff | 2013-12-11 | 27 | -514/+603 |
| |\ \ |
|
| * | | | fixed unused expression warnings in blockFire | Tycho Bickerstaff | 2013-12-10 | 1 | -7/+6 |
| * | | | fixed comparison of thread handle to Null point rather than null handle | Tycho Bickerstaff | 2013-12-10 | 1 | -1/+1 |
* | | | | moved entities to globs | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+5 |
* | | | | moved mobs to globs | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+5 |
* | | | | moved simulor to globs | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+5 |
* | | | | removed leakfinder form build | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+1 |
* | | | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-11 | 27 | -514/+603 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Exported the cTNTEntity | STRWarrior | 2013-12-14 | 4 | -9/+85 |
| * | | | Merge pull request #423 from mc-server/redstoneimprovements | Mattes D | 2013-12-14 | 4 | -290/+158 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Fixed compilating! | Tiger Wang | 2013-12-14 | 1 | -5/+5 |
| | * | | Improved player permissions logging | Tiger Wang | 2013-12-14 | 1 | -1/+1 |
| | * | | Fixes to redstone wire and torches | Tiger Wang | 2013-12-14 | 3 | -21/+37 |
| | * | | Groups.ini and Users.ini are now generated | Tiger Wang | 2013-12-14 | 2 | -3/+25 |
| | * | | Removed loads of unneeded code again | Tiger Wang | 2013-12-14 | 1 | -86/+60 |
| | * | | Reduced loads of unneeded code | Tiger Wang | 2013-12-14 | 1 | -188/+44 |
| * | | | Merge branch 'master' of https://github.com/mc-server/MCServer | STRWarrior | 2013-12-14 | 6 | -194/+236 |
| |\| | |
|
| | * | | Merge pull request #419 from mc-server/redstoneloading | Mattes D | 2013-12-13 | 2 | -3/+17 |
| | |\ \ |
|
| | | * | | Improved redstone loading performance | Tiger Wang | 2013-12-13 | 1 | -2/+10 |
| | | * | | Fixed QueueSetBlock not sending to client changes | Tiger Wang | 2013-12-13 | 1 | -2/+1 |
| | | * | | Redstone data is now loaded on chunk load | Tiger Wang | 2013-12-13 | 2 | -0/+7 |
| | * | | | Fixed threading issues affecting cProtocol172. | madmaxoft | 2013-12-13 | 4 | -191/+219 |
| * | | | | Fixed not getting XP from mobs. | STRWarrior | 2013-12-14 | 2 | -1/+7 |
| |/ / / |
|
| * / / | Using "a_ClosestPlayer != NULL" in cExpOrb. | STRWarrior | 2013-12-13 | 1 | -1/+1 |
| |/ / |
|
| * | | Unknown packet type extended to 32 bits. | madmaxoft | 2013-12-12 | 2 | -4/+4 |
| * | | Fixed protocol 1.7 recovery after unknown packet. | madmaxoft | 2013-12-12 | 1 | -4/+0 |
| * | | Fixed pistons being viable middle block | Tiger Wang | 2013-12-11 | 1 | -0/+3 |
| * | | Merge pull request #417 from mc-server/WorldUpdate | Mattes D | 2013-12-11 | 9 | -2/+99 |
| |\ \ |
|
| | * | | HOOK_WORLD_STARTED now gets called when the CreateAndInitializeWorld function is used. | STRWarrior | 2013-12-11 | 1 | -0/+1 |
| | * | | Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins. | STRWarrior | 2013-12-11 | 9 | -2/+98 |
| * | | | ExpOrbs now move. | STRWarrior | 2013-12-11 | 1 | -4/+8 |
| * | | | Provides a possible fix for repeater timings | Tiger Wang | 2013-12-10 | 2 | -2/+2 |
| * | | | added abort to DeadlockDetector to generate core dumps on failure | Tycho Bickerstaff | 2013-12-10 | 1 | -5/+2 |
| | |/
| |/| |
|
* | | | added tolua++ command and removed stackwalker from build | Tycho Bickerstaff | 2013-12-10 | 3 | -6/+8 |
* | | | more cmake changes | Tycho Bickerstaff | 2013-12-10 | 3 | -6/+15 |
* | | | removed more accedentailly commited object files | Tycho Bickerstaff | 2013-12-10 | 9 | -3985/+0 |
* | | | removed accedentailly commited object files | Tycho Bickerstaff | 2013-12-10 | 27 | -0/+0 |
* | | | more cmake | Tycho Bickerstaff | 2013-12-10 | 46 | -6/+4051 |
* | | | more cmake stuff | Tycho Bickerstaff | 2013-12-10 | 3 | -2/+18 |
* | | | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 4 | -0/+36 |
|/ / |
|
* | | Merge remote-tracking branch 'upstream/master' | Tycho Bickerstaff | 2013-12-10 | 5 | -13/+96 |
|\| |
|
| * | Merge pull request #412 from mc-server/fixes | Mattes D | 2013-12-10 | 5 | -13/+96 |
| |\ |
|
| | * | Readded initial line | Tiger Wang | 2013-12-10 | 1 | -0/+1 |
| | * | Fixed compile (alas, no more goto) | Tiger Wang | 2013-12-10 | 1 | -11/+14 |
| | * | Fixed Floody lava to stone fizzle | Tiger Wang | 2013-12-10 | 1 | -2/+16 |
| | * | Added repeater delays | Tiger Wang | 2013-12-10 | 2 | -1/+62 |
| | * | Slight redstone wire performance improvement | Tiger Wang | 2013-12-10 | 1 | -1/+6 |
| | * | Changed more FastSetBlocks to SetBlocks | Tiger Wang | 2013-12-10 | 1 | -3/+3 |
| | * | Improved pickups spawning speed again | Tiger Wang | 2013-12-10 | 2 | -7/+6 |
* | | | moved deafult action into deafult clause at src/Generating/DistortedHeightmap.cpp line 741 | Tycho Bickerstaff | 2013-12-08 | 1 | -2/+4 |
* | | | reordered initalisation order at src/Generating/Cave.h line 73 | Tycho Bickerstaff | 2013-12-08 | 1 | -2/+2 |
|/ / |
|
* | | fixed warnings in src/Generating/BioGen.cpp | Tycho Bickerstaff | 2013-12-08 | 1 | -1/+1 |
* | | added default fallthrough clause to switch at line 178 of src/UI/Window.cpp | Tycho Bickerstaff | 2013-12-08 | 1 | -0/+4 |
* | | Reordered Listed Initalisation order in src/UI/Window.cpp | Tycho Bickerstaff | 2013-12-08 | 1 | -2/+2 |
* | | Removed unused variable ResultSlot | Tycho Bickerstaff | 2013-12-08 | 1 | -1/+0 |
* | | Fix Undefined behavior at Bindings/LuaWindow line 32 | worktycho | 2013-12-09 | 1 | -1/+4 |
* | | Fix Unused Variable Warning at FluidSimulator.cpp line 169 and 176 | worktycho | 2013-12-09 | 1 | -4/+3 |
* | | Fixed warning unchecked enum value at Chunk.cpp line 841 | worktycho | 2013-12-09 | 1 | -2/+4 |
* | | Fixed Warning Unhandeled enum values in switch as src/UI/SlotArea.cpp line 54 | worktycho | 2013-12-09 | 1 | -1/+4 |
|/ |
|
* | Fixed angle normalization typo. | madmaxoft | 2013-12-08 | 1 | -1/+1 |
* | Fixed tolua++ compilation. | madmaxoft | 2013-12-08 | 7 | -192/+5 |
* | Fixed VS2008 compilation after those huge changes. | madmaxoft | 2013-12-08 | 2 | -5/+7 |
* | Merge pull request #408 from mc-server/SpawnPoint_Fix | Mattes D | 2013-12-08 | 1 | -1/+1 |
|\ |
|
| * | Now spawn points will not be in deep oceans or rivers etc. | STRWarrior | 2013-12-08 | 1 | -1/+1 |
* | | Readded redstone lamp handler | Tiger Wang | 2013-12-08 | 1 | -0/+2 |
* | | Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeatures | Tiger Wang | 2013-12-08 | 43 | -1251/+1348 |
|\| |
|
| * | Fixed normalizing large angles. | madmaxoft | 2013-12-08 | 4 | -8/+51 |
| * | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 41 | -1238/+1237 |
| * | Fixed stationary water starting fires and flowing lava not. | madmaxoft | 2013-12-08 | 1 | -2/+2 |
| * | Added a SpawnFallingBlock function so plugins can make other blocks fall. | STRWarrior | 2013-12-07 | 4 | -2/+93 |
* | | Fixed tabcompletion packet, fixes #356 | Tiger Wang | 2013-12-08 | 1 | -8/+4 |
* | | Fixed falling block metas, fixes #406 | Tiger Wang | 2013-12-08 | 1 | -1/+1 |
* | | Bonemeal has particles, fixes #393 | Tiger Wang | 2013-12-08 | 2 | -3/+8 |
* | | Console trims its commands before executing 'em | Tiger Wang | 2013-12-07 | 1 | -3/+3 |
* | | Fixed water starting fires | Tiger Wang | 2013-12-07 | 1 | -1/+0 |
* | | Improved piston animations | Tiger Wang | 2013-12-07 | 1 | -4/+4 |
* | | Fixed some new 1.7 client crash bugs | Tiger Wang | 2013-12-07 | 4 | -1/+37 |
* | | Changed some FastSetBlocks to SetBlock | Tiger Wang | 2013-12-07 | 1 | -3/+3 |
* | | Fixed trapdoors not toggling | Tiger Wang | 2013-12-07 | 3 | -17/+103 |
* | | Added basic ender chests | Tiger Wang | 2013-12-07 | 10 | -14/+355 |
* | | Renamed animation function | Tiger Wang | 2013-12-07 | 23 | -47/+82 |
* | | Fixed bed leave animation | Tiger Wang | 2013-12-06 | 1 | -1/+1 |
* | | Fixed duplication glitch with QueueSetBlock | Tiger Wang | 2013-12-06 | 7 | -16/+38 |
* | | Added trapdoor cursor Y detection | Tiger Wang | 2013-12-06 | 1 | -2/+0 |
* | | Puking now uses GetEyeHeight() | Tiger Wang | 2013-12-06 | 1 | -1/+1 |
* | | Added pickup invalid item check | Tiger Wang | 2013-12-06 | 1 | -0/+11 |
* | | Re-implemented redstone duplicate checking | Tiger Wang | 2013-12-06 | 1 | -0/+29 |
* | | Fixed eating using wrong animation | Tiger Wang | 2013-12-06 | 1 | -1/+1 |
* | | Fixed trapdoors not overriding OnUse | Tiger Wang | 2013-12-06 | 1 | -1/+1 |
* | | Spawn eggs use IsGameMode() | Tiger Wang | 2013-12-06 | 1 | -2/+2 |
* | | Tools make a sound when breaking, fixes #266 | Tiger Wang | 2013-12-06 | 2 | -2/+5 |
* | | Cleaned up torch code and added comments | Tiger Wang | 2013-12-06 | 1 | -31/+7 |
* | | Removed another export and inline'd stuff | Tiger Wang | 2013-12-06 | 1 | -5/+5 |
* | | Removed exporting of a torch function | Tiger Wang | 2013-12-06 | 1 | -3/+3 |
* | | Updated comments for slabs | Tiger Wang | 2013-12-06 | 1 | -5/+6 |
* | | Fixed pickups spawning for BlockEntities | Tiger Wang | 2013-12-06 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #394 from SamJBarney/master | Mattes D | 2013-12-06 | 2 | -4/+8 |
|\ |
|
| * | Merged if statements. | Samuel Barney | 2013-12-05 | 1 | -7/+1 |
| * | Finished Merge | Samuel Barney | 2013-12-05 | 1 | -2/+2 |
| * | Merge branch 'master' of https://github.com/mc-server/MCServer | Samuel Barney | 2013-12-05 | 7 | -10/+97 |
| |\ |
|
| * | | Made suggested changes | Samuel Barney | 2013-12-04 | 2 | -6/+11 |
| * | | Fire no longer goes out when on top of nether rack | Samuel Barney | 2013-12-02 | 1 | -1/+6 |
* | | | Added cPluginManager:GetCurrentPlugin() to Lua API. | madmaxoft | 2013-12-05 | 1 | -7/+22 |
| |/
|/| |
|
* | | ByteBuffer: Fixed optimization failures with threading checks. | madmaxoft | 2013-12-05 | 1 | -1/+1 |
* | | Hopefully fixed the sparc not being detected | Alexander Harkness | 2013-12-04 | 1 | -1/+3 |
* | | Lava can spawn fire. | madmaxoft | 2013-12-04 | 5 | -8/+93 |
* | | Fixed an error in cChunk's block ticking. | madmaxoft | 2013-12-04 | 1 | -2/+2 |
|/ |
|
* | Removed stray printf, again. | Samuel Barney | 2013-12-02 | 1 | -1/+0 |
* | Switched to using provided ReadItem function. | Samuel Barney | 2013-12-02 | 2 | -17/+12 |
* | Removed stray printf. | Samuel Barney | 2013-12-02 | 1 | -1/+0 |
* | Fixed 1.7 slab and stair placement. | Samuel Barney | 2013-12-02 | 1 | -0/+19 |
* | Fixed compiler warnings in LightingThread.cpp. | madmaxoft | 2013-12-01 | 1 | -2/+2 |
* | Fixed linux compile errors and formatting in RedstoneSimulator.cpp | madmaxoft | 2013-12-01 | 1 | -14/+26 |
* | DeadlockDetect is configurable now. | madmaxoft | 2013-11-30 | 3 | -7/+15 |
* | Fixed compiler warnings in IsBiomeNoDownfall(). | madmaxoft | 2013-11-30 | 1 | -1/+4 |
* | Merge pull request #387 from mc-server/trapdoors | Mattes D | 2013-11-30 | 20 | -330/+431 |
|\ |
|
| * | Fixed pistons extending | Tiger Wang | 2013-11-30 | 1 | -0/+10 |
| * | Removed redstone duplicate power checking | Tiger Wang | 2013-11-30 | 1 | -2/+0 |
| * | Improved piston direction checking | Tiger Wang | 2013-11-30 | 1 | -62/+8 |
| * | Pistons no longer accept power through front face | Tiger Wang | 2013-11-30 | 2 | -3/+96 |
| * | Fixed thin snow CanBeAt checking | Tiger Wang | 2013-11-30 | 1 | -1/+13 |
| * | Properly fixed snow height, fixes #98 and #264 | Tiger Wang | 2013-11-30 | 3 | -25/+53 |
| * | Improved redstone speed and fixed a wire bug | Tiger Wang | 2013-11-30 | 1 | -73/+83 |
| * | Stairs reset meta when dropped, fixes #269 | Tiger Wang | 2013-11-29 | 1 | -2/+22 |
| * | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 2013-11-29 | 5 | -3/+131 |
| * | Removed unneeded CPP files | Tiger Wang | 2013-11-29 | 11 | -221/+77 |
* | | Changed cBlockHandler->OnUpdate() to use cChunk directly. | madmaxoft | 2013-11-30 | 15 | -63/+117 |
* | | Added IsBiomeNoDownfall() function. | madmaxoft | 2013-11-30 | 3 | -103/+164 |
* | | Explicitly set spawnpoint fixes. | madmaxoft | 2013-11-30 | 1 | -20/+11 |
* | | Added the real tick duration to the OnWorldTick hook. | madmaxoft | 2013-11-30 | 8 | -17/+34 |
* | | Grass doesn't spread to podzol or grassless dirt blocks. | madmaxoft | 2013-11-30 | 1 | -2/+3 |
* | | Added floor pattern for MegaTaiga biomes. | madmaxoft | 2013-11-30 | 1 | -1/+10 |
* | | Implemented mesa biomes in DistortedHeightmap CompoGen. | madmaxoft | 2013-11-29 | 3 | -21/+106 |
* | | Fixed CheckerboardBiomeGen in negative coords. | madmaxoft | 2013-11-29 | 1 | -2/+3 |
* | | DistortedHeightmap: Improved speed, prepared for mesa biomes. | madmaxoft | 2013-11-29 | 2 | -157/+424 |
* | | Fixed an off-by-one error in cByteBuffer. | madmaxoft | 2013-11-29 | 1 | -1/+1 |
* | | Alpha-sorted BlockMetas, added red sand. | madmaxoft | 2013-11-29 | 1 | -125/+128 |
* | | Trees will generate in the new biomes. | madmaxoft | 2013-11-28 | 2 | -14/+101 |
* | | Added new biomes to old composition generator. | madmaxoft | 2013-11-28 | 4 | -0/+145 |
* | | Added new biomes to old height generators. | madmaxoft | 2013-11-28 | 4 | -39/+179 |
* | | Moved BiomeGen creation from INI file data to BioGen.cpp. | madmaxoft | 2013-11-28 | 3 | -48/+74 |
* | | Moved json includes to where they are really needed. | madmaxoft | 2013-11-28 | 3 | -1/+2 |
* | | BiomeVisualiser: Added the TwoLevel biome generator. | madmaxoft | 2013-11-28 | 2 | -0/+229 |
|/ |
|
* | Fixed a bug with TNT waking simulators | Tiger Wang | 2013-11-28 | 1 | -2/+2 |
* | Improved TNT pickup randomisation | Tiger Wang | 2013-11-28 | 1 | -1/+1 |
* | Made TNT pickups spawning chance 25% | Tiger Wang | 2013-11-27 | 2 | -3/+3 |
* | Merged master into redstonefixes | Tiger Wang | 2013-11-27 | 465 | -0/+138834 |
|\ |
|
| * | Voronoi-related biomegens use the new cVoronoiMap class. | madmaxoft | 2013-11-27 | 3 | -54/+29 |
| * | Fixed a load of issues, clang autodetection works now. | Alexander Harkness | 2013-11-27 | 1 | -1/+0 |
| * | Added missing files for Voronoi map generation. | madmaxoft | 2013-11-27 | 2 | -0/+140 |
| * | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2013-11-27 | 12 | -12/+12 |
| * | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 26 | -30/+30 |
| * | Fixed some of tiger's derpyness. | Alexander Harkness | 2013-11-27 | 9 | -11/+11 |
| * | ANOTHER compile fix | Tiger Wang | 2013-11-26 | 1 | -1/+1 |
| * | Hopefully fixed last of the Linux compile errors | Tiger Wang | 2013-11-26 | 5 | -5/+5 |
| * | Compile fix again | Tiger Wang | 2013-11-26 | 1 | -1/+1 |
| * | Fixed Linux compile again | Tiger Wang | 2013-11-26 | 1 | -1/+1 |
| * | Fixed tolua++ files | Tiger Wang | 2013-11-26 | 3 | -4/+4 |
| * | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-26 | 18 | -6/+268 |
| |\
| |/
|/| |
|
| * | Merge branch 'master' into foldermove2 | Alexander Harkness | 2013-11-26 | 1 | -3/+0 |
| |\
| |/
|/| |
|
| * | Fixed loads more of them. | Alexander Harkness | 2013-11-26 | 11 | -13/+13 |
| * | Another | Alexander Harkness | 2013-11-26 | 1 | -1/+1 |
| * | And another. | Alexander Harkness | 2013-11-26 | 1 | -1/+1 |
| * | Fixed another. | Alexander Harkness | 2013-11-26 | 1 | -1/+1 |
| * | Fixed another one. | Alexander Harkness | 2013-11-26 | 1 | -1/+1 |
| * | Fixed a mis-include | Alexander Harkness | 2013-11-26 | 1 | -1/+1 |
| * | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 24 | -27/+27 |
| * | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 48 | -59/+58 |
| * | Moved SQLite, LuaExpat, and MD5 to /lib | Tiger Wang | 2013-11-24 | 8 | -148557/+0 |
| * | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 66 | -1497/+2365 |
| |\
| |/
|/| |
|
| * | Moved source to src | Alexander Harkness | 2013-11-24 | 469 | -0/+285880 |
|/ |
|
* | Android: Moved Android stuff to the ~/trunk/Android/ folder! | faketruth | 2012-08-19 | 1 | -267/+0 |
* | Android: Finally a log! :D | faketruth | 2012-08-19 | 1 | -32/+44 |
* | Android: Showing last MCServer related logcat message | faketruth | 2012-08-19 | 1 | -13/+63 |
* | Android: I'm probably using a lot of bad practices, but the app looks somewhat better now and polls the server status | faketruth | 2012-08-18 | 1 | -9/+146 |
* | Android: Pressing back button sends stop command to server | faketruth | 2012-08-18 | 1 | -9/+30 |
* | MCServer should run just fine on Android now :D | faketruth | 2012-08-16 | 1 | -3/+13 |
* | Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! | faketruth | 2012-08-15 | 1 | -0/+37 |