summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Collapse)Author
2012-03-18Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola
2012-03-16Move ClientMap to clientmap.{h,cpp}Perttu Ahola
2012-03-15Add Client::getEnv() and remove some unnecessary wrappersPerttu Ahola
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl
light, removed footprints
2012-03-15Fix initial moving of mouse above the "exit to menu" button in singleplayer modePerttu Ahola
2012-03-15Add "simple singleplayer mode"; Fix a number of GUI thingsPerttu Ahola
2012-03-12Make finish quicktune and leave it unused (as intended)Perttu Ahola
2012-03-11command-line/world game selectionPerttu Ahola
2012-03-11Limit crack update speedPerttu Ahola
2012-03-11When mouse button is held down in air, show continuous animationPerttu Ahola
2012-03-11Improve command-line parametersPerttu Ahola
2012-03-10Tune "Connecting to server" and "Waiting content" screensPerttu Ahola
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
Defaults modified from original: alpha=200, key=F10
2012-03-10Starting the game in the pause menu is lame, don't do it\!Perttu Ahola
2012-03-10Initial directory structure reworkPerttu Ahola
2012-03-10Fix and tune things, add tool "recharge" animation, add dummyballPerttu Ahola
2012-03-10ClientActiveObject::debugInfoText()Perttu Ahola
2012-03-10Damage groups WIPPerttu Ahola
2012-03-10Don't draw cracks when digging is impossiblePerttu Ahola
2012-03-10Digging time groups WIPPerttu Ahola
2012-02-06Tune brightness stuff and fog colorPerttu Ahola
2012-02-06Fix calculating if block is in viewing range; fix fog and default minimum ↵Perttu Ahola
accordingly
2012-02-01Page up/down: don't display the old value, it was a little confusingKahrl
2012-02-01Page up and down change the minimum viewing rangeKahrl
2012-02-01Show the top line too when only chat, but not HUD is shownKahrl
2012-02-01F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler ↵Kahrl
pages
2012-01-22Inventory menu (with dragging) improved. Crafting is now handled via a ↵Kahrl
IACTION_CRAFT inventory action.
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
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 ↵Perttu Ahola
and hit damage should be calculated from the amount of time since last punch, limited to a maximum value
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 ↵Perttu Ahola
placement to the side of a static box
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola