Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -0/+9 |
| | |||||
* | Added neighbor specification in the OnNeighborChanged() block callback. | Mattes D | 2015-07-01 | 1 | -1/+1 |
| | | | | | Fixes the OnNeighborChanged endless recursion with large melon / pumpkin fields. Fixes #2213. | ||||
* | Rebased version of Code | Samuel Barney | 2015-06-22 | 1 | -9/+0 |
| | |||||
* | Added basic support for loading village prefabs from files. | Mattes D | 2015-06-20 | 1 | -0/+3 |
| | |||||
* | Externalized cPrefabPiecePool self-test. | Mattes D | 2015-06-19 | 9 | -0/+626 |
| | |||||
* | Fix clang 3.6 flags to only be used in clang 3.6 | tycho | 2015-05-24 | 1 | -1/+4 |
| | |||||
* | Disable -Werror for warnings in tests. | tycho | 2015-05-24 | 3 | -14/+3 |
| | |||||
* | Fix tests | tycho | 2015-05-23 | 1 | -2/+3 |
| | |||||
* | Fix tests | tycho | 2015-05-19 | 1 | -0/+7 |
| | |||||
* | Network tests: Fixed clang warnings. | Mattes D | 2015-02-20 | 3 | -3/+3 |
| | |||||
* | Exported cServerHandle and cNetwork:Listen to Lua. | Mattes D | 2015-02-04 | 1 | -0/+1 |
| | | | | Also added an example to the NetworkTest plugin. | ||||
* | Added network termination called at app exit. | Mattes D | 2015-01-27 | 3 | -3/+38 |
| | | | | This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor. | ||||
* | cNetwork: Renamed callback to OnConnected() | Mattes D | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | cNetwork: Added link creation callback. | Mattes D | 2015-01-22 | 2 | -11/+48 |
| | | | | This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data. | ||||
* | cNetwork: Changed listening API. | Mattes D | 2015-01-22 | 1 | -22/+28 |
| | | | | The link-callbacks for each new accepted link are now received from the OnIncomingConnection listen-callback. | ||||
* | cNetwork: Added error message to error callbacks. | Mattes D | 2015-01-22 | 3 | -8/+8 |
| | |||||
* | cNetwork: Fixed race conditions with lookups; proper shutdown. | Mattes D | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | cNetwork: Split the main cpp file into several files. | Mattes D | 2015-01-22 | 1 | -2/+22 |
| | |||||
* | cNetwork: Split cNetworkSingleton to a separate file. | Mattes D | 2015-01-22 | 1 | -1/+12 |
| | |||||
* | cNetwork: Added an OnError callback for listening servers. | Mattes D | 2015-01-22 | 1 | -0/+5 |
| | | | | The callback receives the error details. | ||||
* | cNetwork: Added multithreading protection. | Mattes D | 2015-01-22 | 1 | -1/+7 |
| | |||||
* | cNetwork: Implemented connection shutdown and close. | Mattes D | 2015-01-22 | 1 | -1/+15 |
| | |||||
* | cNetwork: Fixed Linux compilation. | Mattes D | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | cNetwork: Implemented link address getting. | Mattes D | 2015-01-22 | 1 | -4/+4 |
| | |||||
* | cNetwork: Implemented basic server functionality. | Mattes D | 2015-01-22 | 1 | -1/+67 |
| | |||||
* | cNetwork: Implemented IP-to-hostname lookup. | Mattes D | 2015-01-22 | 1 | -3/+16 |
| | |||||
* | cNetwork: Implemented HostnameToIP lookups. | Mattes D | 2015-01-22 | 4 | -3/+115 |
| | |||||
* | Extracted Google connection test | Tycho | 2015-01-22 | 3 | -0/+100 |
| | |||||
* | Removed test | Tiger Wang | 2014-12-13 | 3 | -176/+0 |
| | |||||
* | Fixed compilation? | Tiger Wang | 2014-11-01 | 1 | -3/+4 |
| | |||||
* | Update creatable.cpp | worktycho | 2014-09-27 | 1 | -0/+1 |
| | |||||
* | Fix accedental c++11 | Tycho | 2014-09-17 | 1 | -6/+7 |
| | |||||
* | Added first test to show the object can be created | Tycho | 2014-09-17 | 3 | -0/+173 |
| | |||||
* | CopyBlocks test: decreased the test size. | madmaxoft | 2014-09-01 | 1 | -2/+2 |
| | | | | It just needlessly ate up test time; there's no need for such rigorous testing once the test started succeeding. | ||||
* | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 2014-06-16 | 5 | -14/+80 |
| | |||||
* | Reduced the number of cChunkData::CopyBlockTypes() tests, added progress. | Mattes D | 2014-05-30 | 1 | -7/+16 |
| | |||||
* | Fix bugs in test | Tycho | 2014-05-30 | 1 | -3/+5 |
| | |||||
* | Added a cChunkData::CopyBlockTypes() unit test. | Mattes D | 2014-05-30 | 2 | -0/+68 |
| | |||||
* | Fixed cChunkData nibble copying. | madmaxoft | 2014-05-30 | 1 | -4/+4 |
| | |||||
* | Test failures are reported verbosely and into the debug console on Win. | madmaxoft | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Fixed test return values. | madmaxoft | 2014-05-30 | 2 | -38/+41 |
| | |||||
* | Fixed wrong block sizes for copying / setting. | madmaxoft | 2014-05-29 | 1 | -16/+16 |
| | |||||
* | Fixed test compilation. | madmaxoft | 2014-05-29 | 2 | -16/+16 |
| | |||||
* | Fixed test globals to work with precompiled headers | Tycho | 2014-05-27 | 5 | -143/+4 |
| | |||||
* | inject TestGlobals.h correctly | Tycho | 2014-05-24 | 2 | -2/+3 |
| | |||||
* | Implemented style changes | Tycho | 2014-05-24 | 3 | -176/+87 |
| | |||||
* | Renamed cChunkBuffer to cChunkData | Tycho | 2014-05-21 | 6 | -20/+20 |
| | |||||
* | C++11 | Tycho | 2014-05-17 | 1 | -0/+8 |
| | |||||
* | fixed assignment bugs and Skylight bug | Tycho | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Fix assignment operators test | worktycho | 2014-05-17 | 1 | -3/+3 |
| | |||||
* | Add test for zeros | worktycho | 2014-05-17 | 1 | -0/+35 |
| | |||||
* | Add tests for assignment operator | worktycho | 2014-05-17 | 1 | -0/+11 |
| | |||||
* | Rewrote array copies test | worktycho | 2014-05-17 | 1 | -36/+51 |
| | | | | Moved each patten test into its own scope to test all unallocated section code paths. Moved 0's around so that they test the allocated sections code paths. | ||||
* | Added some more tests | Tycho | 2014-05-11 | 2 | -116/+242 |
| | |||||
* | Added several more testsfor arrays and coordinates | Tycho | 2014-05-11 | 2 | -1/+5 |
| | |||||
* | test 0 values | Tycho | 2014-05-11 | 1 | -0/+45 |
| | |||||
* | Cerated array copy tests for block and skylight | Tycho | 2014-05-11 | 1 | -0/+36 |
| | |||||
* | Fixed a bug in writting zeros to a non-allocated section | Tycho | 2014-05-11 | 1 | -93/+111 |
| | |||||
* | Fixed stupid buffer overflow in array setblocks | Tycho | 2014-05-10 | 1 | -8/+8 |
| | |||||
* | Add arries copies tests | Tycho | 2014-05-10 | 1 | -0/+53 |
| | |||||
* | Added new test | Tycho | 2014-05-10 | 1 | -0/+4 |
| | |||||
* | Added some more tests | Tycho | 2014-05-10 | 2 | -6/+100 |
| | |||||
* | Maybe coverage working? | Tycho | 2014-05-10 | 2 | -0/+151 |
| | |||||
* | cCHunkBuffer that compiles with TestGlobals.h | Tycho | 2014-05-03 | 3 | -1/+14 |
| | |||||
* | Added Testing capability | Tycho | 2014-04-27 | 3 | -0/+19 |
| | |||||
* | Moved some files. | Alexander Harkness | 2013-12-21 | 5 | -0/+604 |