]> git.lizzy.rs Git - minetest.git/history - src/client.cpp
Custom boxy nodes (stairs, slabs) and collision changes
[minetest.git] / src / client.cpp
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-05-19 Perttu AholaLog more stuff in Client::afterContentReceived()
2012-04-08 Perttu AholaAllow looping of local and positional sounds
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-29 Kahrladded PlayerSAO and RemotePlayer, removed ServerRemoteP...
2012-03-25 Perttu AholaSwitch sound randomizer postfixes from N.ogg to .N.ogg
2012-03-25 Perttu AholaAlmost support loading sounds from server
2012-03-25 Perttu AholaTexture cache -> Media cache WIP
2012-03-25 Jonathan NeuschäferCache textures by checksum
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-24 Perttu Aholac55sound continued
2012-03-24 Perttu Aholaceleron55's sound system initial framework
2012-03-21 Perttu AholaProfiler graph
2012-03-18 Perttu AholaDynamic sky, fog and cloud colors; sun and moon
2012-03-15 Perttu AholaMove ClientMap to clientmap.{h,cpp}
2012-03-15 Perttu AholaAdd Client::getEnv() and remove some unnecessary wrappers
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-03-10 KahrlChat console, including a number of rebases and modific...
2012-03-10 Perttu AholaInitial directory structure rework
2012-02-28 celeron55Merge pull request #46 from garrosh/master
2012-02-05 KahrlPlayers stay in environment even when dead, damage...
2012-01-22 KahrlClient-side prediction of inventory changes, and some...
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-03 Perttu AholaAdd missing checks to texture caching
2012-01-02 Perttu AholaUse free rather than delete for malloc'd memory
2012-01-02 Perttu AholaTexture cache on client (mostly made by sapier) (breaks...
2012-01-01 Perttu AholaAdd InvRef and InvStack (currently untested and unusable)
2011-12-02 Perttu AholaFix player double damage
2011-12-01 Perttu AholaRemove stuff made obsolete by making players more Activ...
2011-12-01 Perttu AholaPlayer-is-SAO WIP
2011-12-01 Perttu AholaFix deadlock if MeshUpdateThread asks new textures...
2011-11-29 KahrlCraftItem rework and Lua interface
2011-11-29 Perttu AholaCrafting definition in scripts
2011-11-29 Perttu AholaDo not expose CONTENT_* stuff in content_mapnode.h...
2011-11-29 Perttu AholaNode definition names
2011-11-29 Perttu AholaCut down content transfer verbosity
2011-11-29 Perttu AholaImprove loading screen and protocol
2011-11-29 Perttu AholaNode definitions transfer
2011-11-29 Perttu AholaProperly update textures in node definitions
2011-11-29 Perttu AholaSending of textures WIP
2011-11-29 Perttu AholaTool definition transfer to client
2011-11-29 Perttu AholaMake possible and do update textures in node definition...
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaAllocate MapBlock::m_node_metadata on heap to allow...
2011-11-07 KahrlMake Connection::Receive return the data via a SharedBu...
2011-10-20 Perttu AholaImprove Connection with threading and some kind of...
2011-10-18 Perttu AholaFix and tune block sending
2011-10-17 Perttu AholaDisplay RTT (round trip time, ping) on client status...
2011-10-16 Perttu AholaUse the logger; also, default to not showing much crap...
2011-10-15 Perttu AholaMake dungeon masters though and make oerkkis disappear...
2011-10-15 Perttu AholaHandle death and respawn better
2011-10-15 Perttu AholaImprove mobv2
2011-10-14 Perttu Aholamobv2
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-26 Perttu AholaMerge remote-tracking branch 'darkrose/master'
2011-09-22 Perttu AholaMake client report a newer version number to the server... 0.2.20110922_1
2011-09-22 darkroseadded locking chests - clean patch
2011-09-19 KahrlAdded sprite extruder
2011-09-08 Kahrlattempting to merge Queatz/the-wielded-tool and kahrl...
2011-09-07 KahrlCollected and moved existing camera infrastructure...
2011-09-07 KahrlRemoved unused camera_position and camera_direction...
2011-09-07 JacobFDisplay which tool the player is holding
2011-08-22 Perttu AholaFixed some protocol comment errors in clientserver...
2011-08-11 Giuseppe BilottaNotify other players of wielded item change
2011-08-11 Giuseppe BilottaClients inform server on wielded item
2011-08-11 Giuseppe BilottaKeep track of player item
2011-08-11 Giuseppe BilottaRefactor player's eye position coding
2011-08-05 Perttu Aholamerged delta and c55
2011-07-31 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-31 Perttu AholaFixed problem of server always receiving an empty passw...
2011-07-30 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-30 Perttu AholaAdded network protocol version number in protocol
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholauh, i guess this now merges the new delta stuff?
2011-07-23 Perttu Aholamerged some stuff from upstream while merging delta
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-22 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-21 Perttu AholaMerged minetest-delta a624fe549bc75855a170
2011-07-20 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-20 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-16 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-26 Perttu Aholamap unloading is now a whole lot better
2011-06-26 Perttu Aholafixed block unloading from memory (a better fix coming...
next