aboutsummaryrefslogtreecommitdiff
path: root/src/test.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean unit test outputPerttu Ahola2012-03-101-5/+9
|
* Digging time groups WIPPerttu Ahola2012-03-101-10/+2
|
* Remove unnecessary delays from large data transfer unit testPerttu Ahola2012-01-241-2/+2
|
* Fix "illegal escape sequence" in MSVC (actually not illegal)Perttu Ahola2012-01-221-1/+3
|
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-3/+0
| | | | | | | | - Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-121-8/+190
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* Add reason parameter to setModified and print it out to verbosestream when ↵Perttu Ahola2011-11-291-3/+3
| | | | saving block
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola2011-11-291-1/+1
| | | | wrapper in old code
* Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola2011-11-291-1/+1
|
* Better node texture generationPerttu Ahola2011-11-291-1/+1
|
* GameDef compilesPerttu Ahola2011-11-291-81/+25
|
* Make Connection::Receive return the data via a SharedBuffer reference, so ↵Kahrl2011-11-071-26/+26
| | | | | | | | the caller doesn't have to choose the right buffer size in advance. Conflicts: src/test.cpp
* Add new Connection test in test.cpp in case needed in the future (commented ↵Perttu Ahola2011-11-071-6/+15
| | | | out), improve comments in test.cpp a bit
* Infinite packet flood test for debugging the new network layerPerttu Ahola2011-11-071-3/+39
|
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-6/+42
|
* Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola2011-10-161-69/+70
| | | | --info-on-stderr to enable crap.
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-0/+1
|
* extended content-type rangePerttu Ahola2011-07-231-17/+17
|
* added an unit test for the Settings thingy (the python ConfigParser -like thing)Perttu Ahola2011-07-221-0/+33
|
* more reorganizing of map codePerttu Ahola2011-06-261-2/+9
|
* cleaned map stuffPerttu Ahola2011-06-261-4/+5
|
* New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola2011-06-251-2/+13
| | | | (import from temporary git repo)
* Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵Perttu Ahola2011-06-171-0/+1
| | | | stuff from material.cpp to content_mapnode.{h,cpp}
* Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola2011-04-211-8/+8
|
* Modified block mesh generation to have clearer input and output. Instead of ↵Perttu Ahola2011-04-031-4/+4
| | | | being a messy object oriented cludge, it now is a messy cludge with separate parameters.
* Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola2011-02-151-1/+1
|
* mapgen stuffPerttu Ahola2011-02-051-133/+1
|
* forgot old water unit testsPerttu Ahola2011-01-241-0/+2
|
* fine-tuning of map generator and server and stuff.Perttu Ahola2011-01-171-1/+1
|
* Initial commit of mapgen v.2. Lacks configuration and saving to disk.Perttu Ahola2011-01-161-4/+22
|
* generate-time lighting optimizationPerttu Ahola2011-01-151-1/+1
|
* working goodPerttu Ahola2010-12-261-2/+2
|
* some work-in-progressPerttu Ahola2010-12-221-8/+1
|
* before daynight mesh cachePerttu Ahola2010-12-181-21/+28
|
* settings manager: better default setting handling and updating config file ↵Perttu Ahola2010-12-141-4/+4
| | | | and command line parsing
* in before messing with face drawing orientationPerttu Ahola2010-12-141-3/+4
|
* commit before content-tile separationPerttu Ahola2010-12-131-2/+62
|
* random stuff and different node lightingPerttu Ahola2010-12-131-1/+2
|
* working nicelyPerttu Ahola2010-12-131-14/+18
|
* starting to separate "material" to "content" and "tile"Perttu Ahola2010-12-121-1/+3
|
* commit before some radicallish changes to water behaviorPerttu Ahola2010-12-111-12/+65
|
* some work-in-progress water stuffPerttu Ahola2010-12-011-7/+48
|
* license stuffPerttu Ahola2010-11-291-0/+19
| | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt
* sitä sun tätä tekeillä, toimii kivastiPerttu Ahola2010-11-291-1/+41
|
* Initial filesPerttu Ahola2010-11-271-0/+920