aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-171/+90
* Add missing checks to texture cachingPerttu Ahola2012-01-041-2/+15
* Use free rather than delete for malloc'd memoryPerttu Ahola2012-01-021-1/+1
* Texture cache on client (mostly made by sapier) (breaks network compatibility)Perttu Ahola2012-01-021-0/+181
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-021-0/+29
* Fix player double damagePerttu Ahola2011-12-021-1/+3
* Remove stuff made obsolete by making players more ActiveObject-like and raise...Perttu Ahola2011-12-011-283/+0
* Player-is-SAO WIPPerttu Ahola2011-12-011-1/+4
* Fix deadlock if MeshUpdateThread asks new textures while it is being stopped ...Perttu Ahola2011-12-011-5/+20
* CraftItem rework and Lua interfaceKahrl2011-11-291-77/+57
* Crafting definition in scriptsPerttu Ahola2011-11-291-0/+5
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola2011-11-291-10/+0
* Node definition namesPerttu Ahola2011-11-291-1/+8
* Cut down content transfer verbosityPerttu Ahola2011-11-291-5/+3
* Improve loading screen and protocolPerttu Ahola2011-11-291-34/+59
* Node definitions transferPerttu Ahola2011-11-291-1/+27
* Properly update textures in node definitionsPerttu Ahola2011-11-291-7/+16
* Sending of textures WIPPerttu Ahola2011-11-291-0/+57
* Tool definition transfer to clientPerttu Ahola2011-11-291-1/+18
* Make possible and do update textures in node definitions after late texture a...Perttu Ahola2011-11-291-0/+3
* GameDef compilesPerttu Ahola2011-11-291-17/+41
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-11/+17
* Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola2011-11-291-0/+1
* Make Connection::Receive return the data via a SharedBuffer reference, so the...Kahrl2011-11-071-3/+2
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-15/+8
* Fix and tune block sendingPerttu Ahola2011-10-191-1/+1
* Display RTT (round trip time, ping) on client status textPerttu Ahola2011-10-171-0/+7
* Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola2011-10-161-68/+71
* Make dungeon masters though and make oerkkis disappear when they get to you (...Perttu Ahola2011-10-151-1/+1
* Handle death and respawn betterPerttu Ahola2011-10-151-1/+31
* Improve mobv2Perttu Ahola2011-10-151-2/+34
* mobv2Perttu Ahola2011-10-151-249/+6
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-6/+8
* Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-261-13/+9
|\
| * Added sprite extruderKahrl2011-09-191-8/+0
| * attempting to merge Queatz/the-wielded-tool and kahrl/viewbobbing, something ...Kahrl2011-09-081-0/+8
| |\
| | * Display which tool the player is holdingJacobF2011-09-071-0/+8
| * | Collected and moved existing camera infrastructure from game.cpp to camera.cp...Kahrl2011-09-081-12/+2
| * | Removed unused camera_position and camera_direction fields from Client. Moved...Kahrl2011-09-071-4/+10
| |/
* | Merge remote-tracking branch 'darkrose/master'Perttu Ahola2011-09-261-1/+2
|\ \
| * | added locking chests - clean patchdarkrose2011-09-221-1/+2
| |/
* / Make client report a newer version number to the server than 2011-07-31 does ...Perttu Ahola2011-09-221-1/+1
|/
* Fixed some protocol comment errors in clientserver.h and elsewherePerttu Ahola2011-08-221-1/+1
* Notify other players of wielded item changeGiuseppe Bilotta2011-08-111-0/+41
* Clients inform server on wielded itemGiuseppe Bilotta2011-08-111-0/+24
* Keep track of player itemGiuseppe Bilotta2011-08-111-0/+8
* Refactor player's eye position codingGiuseppe Bilotta2011-08-111-1/+3
* Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-311-1/+1
|\
| * Fixed problem of server always receiving an empty password from the clientPerttu Ahola2011-07-311-1/+1
* | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-301-2/+6
|\|