aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reset block usage timer on client only if it is very probably drawnPerttu Ahola2011-11-081-3/+3
* Possible fix to bases of islands/hills getting culled out too earlyPerttu Ahola2011-11-031-2/+2
* Tune occlusion culling a bit morePerttu Ahola2011-11-031-1/+1
* Tune occlusion culling a bitPerttu Ahola2011-11-031-12/+14
* Very simple occlusion cullingPerttu Ahola2011-11-031-14/+84
* occlusion culling fix, a little reshaping of map rendering for more useful pr...Perttu Ahola2011-11-021-75/+107
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-0/+2
* Try to tune fog to work well on high-end machines alsoPerttu Ahola2011-10-181-6/+6
* Tune map rendering and related diagnosticsPerttu Ahola2011-10-181-17/+56
* Add /clearobjectsPerttu Ahola2011-10-181-146/+52
* Add some rendering statistics to profilerPerttu Ahola2011-10-171-0/+14
* Fix chest not working after walked away and came backPerttu Ahola2011-10-171-3/+15
* Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola2011-10-161-14/+14
* Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola2011-10-161-96/+95
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-7/+11
* Merge remote-tracking branch 'marktraceur/master'Perttu Ahola2011-09-261-0/+1
|\
| * Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...Mark Holmquist2011-09-231-0/+1
* | Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-261-2/+34
|\ \
| * | trying something else... also replaced M_PI by PI everywhereKahrl2011-09-081-1/+1
| * | Collected and moved existing camera infrastructure from game.cpp to camera.cp...Kahrl2011-09-081-2/+5
| * | Removed unused camera_position and camera_direction fields from Client. Moved...Kahrl2011-09-071-0/+29
| |/
* | remove content_* things from map.cppdarkrose2011-09-231-14/+1
* | added locking chests - clean patchdarkrose2011-09-221-2/+17
|/
* Remove block file from disk when saved to databasePerttu Ahola2011-09-061-0/+3
* Speed up periodical map unloading by moving beginSave() and endSave() to oute...Perttu Ahola2011-09-061-2/+2
* Merge remote-tracking branch 'queatz/sqlite-map'Perttu Ahola2011-09-061-9/+243
|\
| * These numbers were well exceeding 2^32...JacobF2011-09-041-4/+5
| * Initial sqlite3 maps.JacobF2011-09-021-9/+242
* | allow specifying a fixed seed in the config file for generating the map (fixe...Kahrl2011-09-061-4/+11
|/
* Hopefully fix 'dangling water'Giuseppe Bilotta2011-08-221-1/+2
* Flowing lava updates lightingPerttu Ahola2011-08-221-1/+9
* Optimize for viscosity 1Giuseppe Bilotta2011-08-161-2/+2
* Viscous fluidsGiuseppe Bilotta2011-08-161-6/+29
* Make sure all neighbors of changed fluids are activatedGiuseppe Bilotta2011-08-161-13/+1
* Let the liquids flow in the openGiuseppe Bilotta2011-08-161-13/+0
* Ensure air neighbors to liquids that can flow are enqueued for transformationGiuseppe Bilotta2011-08-161-1/+7
* Ensure param2 is set correctly in transformLiquidsGiuseppe Bilotta2011-08-161-4/+4
* Use defines for liquid levelsGiuseppe Bilotta2011-08-161-4/+4
* transformLiquid: small optimization and whitespace cleanupGiuseppe Bilotta2011-08-161-18/+11
* small fix to transformLiquidsPerttu Ahola2011-08-151-6/+5
* Some obvious errors in the new fluid flow managementGiuseppe Bilotta2011-08-051-3/+4
* * fix for broken waterPerttu Ahola2011-08-031-2/+2
* Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-301-53/+114
|\
| * and now fixed a bug in removing that debug outputPerttu Ahola2011-07-241-0/+1
| * removed a remaining debug printPerttu Ahola2011-07-241-2/+3
| * Added a mapblock analyzing function for debugging use and fixed remaining map...Perttu Ahola2011-07-241-1/+20
| * merged fix to decapitated trees; other bugs now existsPerttu Ahola2011-07-241-17/+57
| |\
| | * Attempt to fix the big bug. Now server either stops sending map or mapgen sta...Perttu Ahola2011-07-211-15/+55
| * | merged the content type extension and deltaPerttu Ahola2011-07-231-3/+5
| |\ \
| | * | switched to old transformLiquids, new one is not readyPerttu Ahola2011-07-231-207/+216