summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)Author
2011-11-29Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola
2011-11-29Generic NodeMetadata text inputPerttu Ahola
2011-11-29Generalize selection boxesPerttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-11-02occlusion culling fix, a little reshaping of map rendering for more useful pr...Perttu Ahola
2011-10-18Try to tune fog to work well on high-end machines alsoPerttu Ahola
2011-10-18Tune map rendering and related diagnosticsPerttu Ahola
2011-10-18Fix client profiler print intervalPerttu Ahola
2011-10-17F2 toggles profiler display in clientPerttu Ahola
2011-10-17Display RTT (round trip time, ping) on client status textPerttu Ahola
2011-10-17Add some rendering statistics to profilerPerttu Ahola
2011-10-16Some more profiler stuff to get the hang on what really uses CPUPerttu Ahola
2011-10-16Improve debug profiler usage for investigating CPU usage of serverPerttu Ahola
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola
2011-10-16Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola
2011-10-15Handle death and respawn betterPerttu Ahola
2011-10-15Improve mobv2Perttu Ahola
2011-10-15mobv2Perttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-09-26Fix single-frame lag in camera yaw/pitch, tune view bobbing and add wielded t...Perttu Ahola
2011-09-21Create a separate scene manager for the wielded tool. This fixes the glitchyn...Kahrl
2011-09-20Digging animationKahrl
2011-09-19Added sprite extruderKahrl
2011-09-15Made wielded tool move slightly (and smoothly) during view bobbing. Making th...Kahrl
2011-09-08trying something else... also replaced M_PI by PI everywhereKahrl
2011-09-08attempting to merge Queatz/the-wielded-tool and kahrl/viewbobbing, something ...Kahrl
2011-09-08Implemented view bobbing (testing simple lemniscate shape)Kahrl
2011-09-08Collected and moved existing camera infrastructure from game.cpp to camera.cp...Kahrl
2011-09-07Removed unused camera_position and camera_direction fields from Client. Moved...Kahrl
2011-09-07Display which tool the player is holdingJacobF
2011-08-23Inventory transparency; very loosely based on sapier's commits.Perttu Ahola
2011-08-22Merge remote-tracking branch 'oblomov/me_cmd'Perttu Ahola
2011-08-22Merge remote-tracking branch 'oblomov/new_input'Perttu Ahola
2011-08-22Introduce hotkey for calling up a command windowGiuseppe Bilotta
2011-08-22Remove distinction between /# and / commandsGiuseppe Bilotta
2011-08-22Overhaul the input systemGiuseppe Bilotta
2011-08-15lava!Perttu Ahola
2011-08-12added ipban supportConstantin Wenger
2011-08-11Keep track of player itemGiuseppe Bilotta
2011-08-11Refactor player's eye position codingGiuseppe Bilotta
2011-08-05merged delta and c55Perttu Ahola
2011-08-03Fixed farmesh to such that it was a long time ago.Perttu Ahola
2011-08-01Fixed a few problems in the ladder update, and changed the speed to account f...Mark Holmquist
2011-08-01Added ladders--they don't have any use yet, thoughMark Holmquist
2011-07-30Server configuration is now written when "/#setting whatever = whatever" is i...Perttu Ahola
2011-07-30Rats are now eatable. Also made their selection box move smoothly.Perttu Ahola
2011-07-30Removed remaining -delta referencesPerttu Ahola
2011-07-23Made hotbar a bit smallerPerttu Ahola
2011-07-23merged the content type extension and deltaPerttu Ahola
2011-07-23extended content-type rangePerttu Ahola