Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵ | Perttu Ahola | 2011-11-29 |
| | | | | wrapper in old code | ||
* | Node definition names | Perttu Ahola | 2011-11-29 |
| | |||
* | Remove node content-dependent stuff from map.cpp | Perttu Ahola | 2011-11-29 |
| | |||
* | GameDef compiles | Perttu Ahola | 2011-11-29 |
| | |||
* | Create framework for getting rid of global definitions of ↵ | Perttu Ahola | 2011-11-29 |
| | | | | node/tool/item/whatever types | ||
* | Allocate MapBlock::m_node_metadata on heap to allow less header bloat | Perttu Ahola | 2011-11-29 |
| | |||
* | Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuff | Perttu Ahola | 2011-11-29 |
| | |||
* | Reset block usage timer on client only if it is very probably drawn | Perttu Ahola | 2011-11-08 |
| | |||
* | Possible fix to bases of islands/hills getting culled out too early | Perttu Ahola | 2011-11-03 |
| | |||
* | Tune occlusion culling a bit more | Perttu Ahola | 2011-11-03 |
| | |||
* | Tune occlusion culling a bit | Perttu Ahola | 2011-11-03 |
| | |||
* | Very simple occlusion culling | Perttu Ahola | 2011-11-03 |
| | |||
* | occlusion culling fix, a little reshaping of map rendering for more useful ↵ | Perttu Ahola | 2011-11-02 |
| | | | | profiler output and dynamic profiler text size | ||
* | Improve Connection with threading and some kind of congestion control | Perttu Ahola | 2011-10-20 |
| | |||
* | Try to tune fog to work well on high-end machines also | Perttu Ahola | 2011-10-18 |
| | |||
* | Tune map rendering and related diagnostics | Perttu Ahola | 2011-10-18 |
| | |||
* | Add /clearobjects | Perttu Ahola | 2011-10-18 |
| | |||
* | Add some rendering statistics to profiler | Perttu Ahola | 2011-10-17 |
| | |||
* | Fix chest not working after walked away and came back | Perttu Ahola | 2011-10-17 |
| | |||
* | Fix map delete on windows (concatenate paths correctly with / or \ depending ↵ | Perttu Ahola | 2011-10-16 |
| | | | | on OS) | ||
* | Use the logger; also, default to not showing much crap in console. Use ↵ | Perttu Ahola | 2011-10-16 |
| | | | | --info-on-stderr to enable crap. | ||
* | Header file tweaking; mainly for speed | Perttu Ahola | 2011-10-12 |
| | |||
* | Merge remote-tracking branch 'marktraceur/master' | Perttu Ahola | 2011-09-26 |
|\ | |||
| * | Adding (most) of the sapling functionality. It has yet to work, since ↵ | Mark Holmquist | 2011-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 Ahola | 2011-09-26 |
|\ \ | |||
| * | | trying something else... also replaced M_PI by PI everywhere | Kahrl | 2011-09-08 |
| | | | |||
| * | | Collected and moved existing camera infrastructure from game.cpp to ↵ | Kahrl | 2011-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. ↵ | Kahrl | 2011-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.cpp | darkrose | 2011-09-23 |
| | | |||
* | | added locking chests - clean patch | darkrose | 2011-09-22 |
|/ | |||
* | Remove block file from disk when saved to database | Perttu Ahola | 2011-09-06 |
| | |||
* | Speed up periodical map unloading by moving beginSave() and endSave() to ↵ | Perttu Ahola | 2011-09-06 |
| | | | | outer loop in Map::timerUpdate() | ||
* | Merge remote-tracking branch 'queatz/sqlite-map' | Perttu Ahola | 2011-09-06 |
|\ | |||
| * | These numbers were well exceeding 2^32... | JacobF | 2011-09-04 |
| | | |||
| * | Initial sqlite3 maps. | JacobF | 2011-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 ↵ | Kahrl | 2011-09-06 |
|/ | | | | (fixed_map_seed) | ||
* | Hopefully fix 'dangling water' | Giuseppe Bilotta | 2011-08-22 |
| | | | | | If a block has (at least visible) liquids, the block below should also be flowed in. | ||
* | Flowing lava updates lighting | Perttu Ahola | 2011-08-22 |
| | |||
* | Optimize for viscosity 1 | Giuseppe Bilotta | 2011-08-16 |
| | |||
* | Viscous fluids | Giuseppe Bilotta | 2011-08-16 |
| | |||
* | Make sure all neighbors of changed fluids are activated | Giuseppe Bilotta | 2011-08-16 |
| | | | | | This should fix the remaining cases of fluid not advancing or not retreating. | ||
* | Let the liquids flow in the open | Giuseppe Bilotta | 2011-08-16 |
| | | | | No need to curb their spread artificially. | ||
* | Ensure air neighbors to liquids that can flow are enqueued for transformation | Giuseppe Bilotta | 2011-08-16 |
| | |||
* | Ensure param2 is set correctly in transformLiquids | Giuseppe Bilotta | 2011-08-16 |
| | |||
* | Use defines for liquid levels | Giuseppe Bilotta | 2011-08-16 |
| | |||
* | transformLiquid: small optimization and whitespace cleanup | Giuseppe Bilotta | 2011-08-16 |
| | |||
* | small fix to transformLiquids | Perttu Ahola | 2011-08-15 |
| | |||
* | Some obvious errors in the new fluid flow management | Giuseppe Bilotta | 2011-08-05 |
| | |||
* | * fix for broken water | Perttu Ahola | 2011-08-03 |
| | |||
* | Merge remote-tracking branch 'origin/upstream' | Nils Dagsson Moskopp | 2011-07-30 |
|\ |