aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)Author
2012-01-22Inventory menu (with dragging) improved. Crafting is now handled via a IACTIO...Kahrl
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl
2012-01-02Fix server sending stuff before textures have been sentPerttu Ahola
2011-12-11Extend load screen maximum timePerttu Ahola
2011-12-03Show infotext for unknown nodesPerttu Ahola
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Print errors from local log to chatPerttu Ahola
2011-11-29Add IDropAction and related stuffKahrl
2011-11-29Make object hit delay smaller for fun; actually it should be roughly zero and...Perttu Ahola
2011-11-29When digging a node, don't switch to punching an object without raising buttonPerttu Ahola
2011-11-29Remove #include <content_mapnode.h> from game.cppPerttu Ahola
2011-11-29Improve loading screen and protocolPerttu Ahola
2011-11-29Fix flowing water being always opaquePerttu Ahola
2011-11-29Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola
2011-11-29Better node texture generationPerttu Ahola
2011-11-29Properly update textures in node definitionsPerttu Ahola
2011-11-29Modify mod and texture directory hierarchiesPerttu Ahola
2011-11-29Move tool definitions to scriptPerttu Ahola
2011-11-29Tool definition transfer to clientPerttu Ahola
2011-11-29Make fence post selection box smaller and create code to allow node placement...Perttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola
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