Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Experimental-ish rollback functionality | Perttu Ahola | 2012-07-27 |
| | |||
* | Implement node timers | darkrose | 2012-07-23 |
| | |||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | WIP node metadata, node timers | Kahrl | 2012-06-03 |
| | |||
* | Area-based MapEditEvent ignore and that put to use for on_generate too | Perttu Ahola | 2012-03-29 |
| | |||
* | Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update ↵ | Perttu Ahola | 2012-03-29 |
| | | | | until it is actually needed | ||
* | Move ClientMap to clientmap.{h,cpp} | Perttu Ahola | 2012-03-16 |
| | |||
* | MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵ | Kahrl | 2012-03-15 |
| | | | | light, removed footprints | ||
* | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | 2012-01-22 |
| | | | | | | | | - 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. | ||
* | Replace old active block random node modifying things with actual ↵ | Perttu Ahola | 2011-11-29 |
| | | | | ActiveBlockModifiers | ||
* | Clean mapnode.h and fix other files accordingly | 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 | ||
* | Add /clearobjects | Perttu Ahola | 2011-10-18 |
| | |||
* | Fix chest not working after walked away and came back | Perttu Ahola | 2011-10-17 |
| | |||
* | Merge branch 'view_bobbing_and_vielded_tool' | Perttu Ahola | 2011-09-26 |
|\ | |||
| * | 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. | ||
* | | added locking chests - clean patch | darkrose | 2011-09-22 |
|/ | |||
* | 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 | ||
* | Fixed objects being sometimes not able to be stored statically in a block ↵ | Perttu Ahola | 2011-07-01 |
| | | | | when block has been unloaded | ||
* | map unloading is now a whole lot better | Perttu Ahola | 2011-06-27 |
| | |||
* | fixed block unloading from memory (a better fix coming next) | Perttu Ahola | 2011-06-26 |
| | |||
* | even more code refactoring | Perttu Ahola | 2011-06-26 |
| | |||
* | more reorganizing of map code | Perttu Ahola | 2011-06-26 |
| | |||
* | cleaned map stuff | Perttu Ahola | 2011-06-26 |
| | |||
* | moved mapgen stuff around abit | Perttu Ahola | 2011-06-25 |
| | |||
* | New map generator added (and SQLite, messed up the commits at that time...) ↵ | Perttu Ahola | 2011-06-25 |
| | | | | (import from temporary git repo) | ||
* | farmesh is now usable. | Perttu Ahola | 2011-06-18 |
| | |||
* | ...and the map part of that | Perttu Ahola | 2011-06-05 |
| | |||
* | Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks ↵ | Perttu Ahola | 2011-05-31 |
| | | | | while no players are near it. | ||
* | New map directory structure that avoids map size being limited by filesystem | Ciaran Gultnieks | 2011-05-18 |
| | |||
* | random comment updates | Perttu Ahola | 2011-04-30 |
| | |||
* | Optimized map saving and sending (server-side) | Perttu Ahola | 2011-04-26 |
| | |||
* | Some work-in-progress in hp and mobs and a frightening amount of random fixes. | Perttu Ahola | 2011-04-21 |
| | |||
* | fixed warnings reported by cppcheck | Perttu Ahola | 2011-04-11 |
| | |||
* | better support for old maps | Perttu Ahola | 2011-04-10 |
| | |||
* | Map generation is now properly threaded and doesn't block block placement ↵ | Perttu Ahola | 2011-04-10 |
| | | | | and other stuff. | ||
* | a commit before starting to reorganize the map loading/generation logic | Perttu Ahola | 2011-04-10 |
| | |||
* | initial workings of the furnace | Perttu Ahola | 2011-04-05 |
| | |||
* | Node metadata framework | Perttu Ahola | 2011-04-04 |
| | |||
* | commit before some more radical changes | Perttu Ahola | 2011-04-03 |
| | |||
* | Revert mapgen to best working version (2) | Perttu Ahola | 2011-04-03 |
| | |||
* | Mapgen is better now. Not a lot, but a bit! | Perttu Ahola | 2011-04-02 |
| | |||
* | commit before some radical changes | Perttu Ahola | 2011-04-02 |
| | |||
* | mapgen work-in-progress | Perttu Ahola | 2011-03-02 |
| | |||
* | tweaked mapgen | Perttu Ahola | 2011-02-28 |
| |