summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed leftover strings to Cuberite / Server, as needed.Mattes D2016-01-012-3/+3
| | | | Also upgraded the user setting file for MSVC to 2013.
* Added a Json parser and serializer to Lua API.Mattes D2015-12-241-0/+9
|
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-191-3/+3
|
* Working coverage buildtycho2015-12-181-0/+4
|
* blockheight mechanismGargaj2015-12-131-0/+9
|
* Added PieceStructures generator.Mattes D2015-12-011-0/+4
|
* Fixed and improved restartingTiger Wang2015-08-201-0/+1
| | | | | Restarts are now an actual, close-as-possible to application exit+reopen.
* Improved mapsTiger Wang2015-07-141-0/+9
|
* Added neighbor specification in the OnNeighborChanged() block callback.Mattes D2015-07-011-1/+1
| | | | | Fixes the OnNeighborChanged endless recursion with large melon / pumpkin fields. Fixes #2213.
* Rebased version of CodeSamuel Barney2015-06-221-9/+0
|
* Added basic support for loading village prefabs from files.Mattes D2015-06-201-0/+3
|
* Externalized cPrefabPiecePool self-test.Mattes D2015-06-199-0/+626
|
* Fix clang 3.6 flags to only be used in clang 3.6tycho2015-05-241-1/+4
|
* Disable -Werror for warnings in tests.tycho2015-05-243-14/+3
|
* Fix teststycho2015-05-231-2/+3
|
* Fix teststycho2015-05-191-0/+7
|
* Network tests: Fixed clang warnings.Mattes D2015-02-203-3/+3
|
* Exported cServerHandle and cNetwork:Listen to Lua.Mattes D2015-02-041-0/+1
| | | | Also added an example to the NetworkTest plugin.
* Added network termination called at app exit.Mattes D2015-01-273-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 D2015-01-221-1/+1
|
* cNetwork: Added link creation callback.Mattes D2015-01-222-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 D2015-01-221-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 D2015-01-223-8/+8
|
* cNetwork: Fixed race conditions with lookups; proper shutdown.Mattes D2015-01-221-0/+1
|
* cNetwork: Split the main cpp file into several files.Mattes D2015-01-221-2/+22
|
* cNetwork: Split cNetworkSingleton to a separate file.Mattes D2015-01-221-1/+12
|
* cNetwork: Added an OnError callback for listening servers.Mattes D2015-01-221-0/+5
| | | | The callback receives the error details.
* cNetwork: Added multithreading protection.Mattes D2015-01-221-1/+7
|
* cNetwork: Implemented connection shutdown and close.Mattes D2015-01-221-1/+15
|
* cNetwork: Fixed Linux compilation.Mattes D2015-01-221-1/+1
|
* cNetwork: Implemented link address getting.Mattes D2015-01-221-4/+4
|
* cNetwork: Implemented basic server functionality.Mattes D2015-01-221-1/+67
|
* cNetwork: Implemented IP-to-hostname lookup.Mattes D2015-01-221-3/+16
|
* cNetwork: Implemented HostnameToIP lookups.Mattes D2015-01-224-3/+115
|
* Extracted Google connection testTycho2015-01-223-0/+100
|
* Removed testTiger Wang2014-12-133-176/+0
|
* Fixed compilation?Tiger Wang2014-11-011-3/+4
|
* Update creatable.cppworktycho2014-09-271-0/+1
|
* Fix accedental c++11Tycho2014-09-171-6/+7
|
* Added first test to show the object can be createdTycho2014-09-173-0/+173
|
* CopyBlocks test: decreased the test size.madmaxoft2014-09-011-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/MCServerTycho2014-06-165-14/+80
|
* Reduced the number of cChunkData::CopyBlockTypes() tests, added progress.Mattes D2014-05-301-7/+16
|
* Fix bugs in testTycho2014-05-301-3/+5
|
* Added a cChunkData::CopyBlockTypes() unit test.Mattes D2014-05-302-0/+68
|
* Fixed cChunkData nibble copying.madmaxoft2014-05-301-4/+4
|
* Test failures are reported verbosely and into the debug console on Win.madmaxoft2014-05-301-1/+1
|
* Fixed test return values.madmaxoft2014-05-302-38/+41
|
* Fixed wrong block sizes for copying / setting.madmaxoft2014-05-291-16/+16
|
* Fixed test compilation.madmaxoft2014-05-292-16/+16
|
* Fixed test globals to work with precompiled headersTycho2014-05-275-143/+4
|
* inject TestGlobals.h correctlyTycho2014-05-242-2/+3
|
* Implemented style changesTycho2014-05-243-176/+87
|
* Renamed cChunkBuffer to cChunkDataTycho2014-05-216-20/+20
|
* C++11Tycho2014-05-171-0/+8
|
* fixed assignment bugs and Skylight bugTycho2014-05-171-1/+1
|
* Fix assignment operators testworktycho2014-05-171-3/+3
|
* Add test for zerosworktycho2014-05-171-0/+35
|
* Add tests for assignment operatorworktycho2014-05-171-0/+11
|
* Rewrote array copies testworktycho2014-05-171-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 testsTycho2014-05-112-116/+242
|
* Added several more testsfor arrays and coordinatesTycho2014-05-112-1/+5
|
* test 0 valuesTycho2014-05-111-0/+45
|
* Cerated array copy tests for block and skylightTycho2014-05-111-0/+36
|
* Fixed a bug in writting zeros to a non-allocated sectionTycho2014-05-111-93/+111
|
* Fixed stupid buffer overflow in array setblocksTycho2014-05-101-8/+8
|
* Add arries copies testsTycho2014-05-101-0/+53
|
* Added new testTycho2014-05-101-0/+4
|
* Added some more testsTycho2014-05-102-6/+100
|
* Maybe coverage working?Tycho2014-05-102-0/+151
|
* cCHunkBuffer that compiles with TestGlobals.hTycho2014-05-033-1/+14
|
* Added Testing capabilityTycho2014-04-273-0/+19
|
* Moved some files.Alexander Harkness2013-12-215-0/+604