Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • stable-0.2
  • stable-0.3
  • stable-0.4
  • 0.4.15
  • 0.4.14
  • 0.4.13
  • 0.5.0-dev
  • 0.4.12
  • 0.4.11
  • 0.4.10
  • 0.4.9
  • 0.4.8
  • 0.4.7-MSVC
  • 0.4.7
  • 0.4.6
  • 0.4.5
  • 0.4.4
  • 0.4.3
  • 0.4.2-rc1
  • 0.4.1
  • 0.4.0
  • 0.4.dev-20120606
  • 0.4.dev-20120603
24 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.08Sep7642131Aug3025242322161514131211811218532131Jul302925242324232221201918171615141311942127Jun26252322201918171687543212131May3029302924232223trying something else... also replaced M_PI by PI everywhereattempting to merge Queatz/the-wielded-tool and kahrl/viewbobbing, something doesn't work right yetminor view bobbing improvementsmake it slightly less annoying :o)Implemented view bobbing (testing simple lemniscate shape)Commented out debug statements againCollected and moved existing camera infrastructure from game.cpp to 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. 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.Display which tool the player is holdingNote about texture atlasAdd note about trans_table_19.Remove block file from disk when saved to databasePause in unloaded territory instead of collideMake Connection::Send cancel silently if peer doesn't exist.Update version number to something more proper for this stage of development (0.2.201109xx_dev)Speed up periodical map unloading by moving beginSave() and endSave() to outer loop in Map::timerUpdate()Merge remote-tracking branch 'queatz/sqlite-map'Fix bug in posix file/directory removal wrapper, as pointed out by kahrlFix some texture stuff: remove item_fence.png, use fence.png, remove inexisting cactus.png from texture atlas (replace with nothing because cactus is rare)allow specifying a fixed seed in the config file for generating the map (fixed_map_seed)Now SAOs will reflect changes to their temporary inventory objectCull empty lines...Files to database converterThese numbers were well exceeding 2^32...Initial sqlite3 maps.Furnace was crashing stuff againMerge branch 'master' of /media/Field/Software/minetest-queatz/minetest-sqlite/.. into sqlite-mapUpdate to SQLite 3.7.7.1* Furnace would say it was overloaded when it had a non-cookable sourceMerge remote-tracking branch 'queatz/furnace-fix'Updated changelogIf there was no source item in a furnace it would cause a segmentation fault.Merge remote-tracking branch 'kahrl/dissector'Merge remote-tracking branch 'queatz/mmb10'Merge remote-tracking branch 'queatz/furnace-is-not-blackhole'Merge remote-tracking branch 'queatz/furnace-is-not-out-nor-can-rat-escape'Merge remote-tracking branch 'queatz/privs'Merged 2 branches because they relied on each other.dissector branch: fix for doc/protocol.txt: CONTROLTYPE_DISCO is 3dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h
Loading