summaryrefslogtreecommitdiff
path: root/src/map.cpp
Commit message (Collapse)AuthorAge
...
* Possible fix to bases of islands/hills getting culled out too earlyPerttu Ahola2011-11-03
|
* Tune occlusion culling a bit morePerttu Ahola2011-11-03
|
* Tune occlusion culling a bitPerttu Ahola2011-11-03
|
* Very simple occlusion cullingPerttu Ahola2011-11-03
|
* occlusion culling fix, a little reshaping of map rendering for more useful ↵Perttu Ahola2011-11-02
| | | | profiler output and dynamic profiler text size
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-20
|
* Try to tune fog to work well on high-end machines alsoPerttu Ahola2011-10-18
|
* Tune map rendering and related diagnosticsPerttu Ahola2011-10-18
|
* Add /clearobjectsPerttu Ahola2011-10-18
|
* Add some rendering statistics to profilerPerttu Ahola2011-10-17
|
* Fix chest not working after walked away and came backPerttu Ahola2011-10-17
|
* Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola2011-10-16
| | | | on OS)
* Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola2011-10-16
| | | | --info-on-stderr to enable crap.
* Header file tweaking; mainly for speedPerttu Ahola2011-10-12
|
* Merge remote-tracking branch 'marktraceur/master'Perttu Ahola2011-09-26
|\
| * Adding (most) of the sapling functionality. It has yet to work, since ↵Mark Holmquist2011-09-23
| | | | | | | | MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest.
* | Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-26
|\ \
| * | trying something else... also replaced M_PI by PI everywhereKahrl2011-09-08
| | |
| * | Collected and moved existing camera infrastructure from game.cpp to ↵Kahrl2011-09-08
| | | | | | | | | | | | camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant.
| * | Removed unused camera_position and camera_direction fields from Client. ↵Kahrl2011-09-07
| |/ | | | | | | Moved ClientEnvironment::drawPostFx to ClientMap::renderPostFx -- this will make the camera management classes easier to write, as ClientMap already knows the camera position but ClientEnvironment doesn't and has to be told about it. This also eliminates the need for Client::getEnv(). Made the post effect color a content feature defined in content_mapnode.h.
* | remove content_* things from map.cppdarkrose2011-09-23
| |
* | added locking chests - clean patchdarkrose2011-09-22
|/
* Remove block file from disk when saved to databasePerttu Ahola2011-09-06
|
* Speed up periodical map unloading by moving beginSave() and endSave() to ↵Perttu Ahola2011-09-06
| | | | outer loop in Map::timerUpdate()
* Merge remote-tracking branch 'queatz/sqlite-map'Perttu Ahola2011-09-06
|\
| * These numbers were well exceeding 2^32...JacobF2011-09-04
| |
| * Initial sqlite3 maps.JacobF2011-09-02
| | | | | | | | | | * The map will reside in world/map.sqlite * It will load from the sectors folder but will not save there
* | allow specifying a fixed seed in the config file for generating the map ↵Kahrl2011-09-06
|/ | | | (fixed_map_seed)
* Hopefully fix 'dangling water'Giuseppe Bilotta2011-08-22
| | | | | If a block has (at least visible) liquids, the block below should also be flowed in.
* Flowing lava updates lightingPerttu Ahola2011-08-22
|
* Optimize for viscosity 1Giuseppe Bilotta2011-08-16
|
* Viscous fluidsGiuseppe Bilotta2011-08-16
|
* Make sure all neighbors of changed fluids are activatedGiuseppe Bilotta2011-08-16
| | | | | This should fix the remaining cases of fluid not advancing or not retreating.
* Let the liquids flow in the openGiuseppe Bilotta2011-08-16
| | | | No need to curb their spread artificially.
* Ensure air neighbors to liquids that can flow are enqueued for transformationGiuseppe Bilotta2011-08-16
|
* Ensure param2 is set correctly in transformLiquidsGiuseppe Bilotta2011-08-16
|
* Use defines for liquid levelsGiuseppe Bilotta2011-08-16
|
* transformLiquid: small optimization and whitespace cleanupGiuseppe Bilotta2011-08-16
|
* small fix to transformLiquidsPerttu Ahola2011-08-15
|
* Some obvious errors in the new fluid flow managementGiuseppe Bilotta2011-08-05
|
* * fix for broken waterPerttu Ahola2011-08-03
|
* Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-30
|\
| * and now fixed a bug in removing that debug outputPerttu Ahola2011-07-24
| |
| * removed a remaining debug printPerttu Ahola2011-07-24
| |
| * Added a mapblock analyzing function for debugging use and fixed remaining ↵Perttu Ahola2011-07-24
| | | | | | | | mapgen bugs
| * merged fix to decapitated trees; other bugs now existsPerttu Ahola2011-07-24
| |\
| | * Attempt to fix the big bug. Now server either stops sending map or mapgen ↵Perttu Ahola2011-07-21
| | | | | | | | | | | | starts generating CONTENT_IGNORE.
| * | merged the content type extension and deltaPerttu Ahola2011-07-23
| |\ \
| | * | switched to old transformLiquids, new one is not readyPerttu Ahola2011-07-23
| | | |
| | * | merged some stuff from upstream while merging deltaPerttu Ahola2011-07-23
| | |\ \