aboutsummaryrefslogtreecommitdiff
path: root/src/client.h
AgeCommit message (Expand)Author
2014-01-06Create new instance of mesh every time it's required (Solves #703)Perttu Ahola
2013-12-15Replace SimpleThread by JThread now implementing same featuressapier
2013-12-13Rewrite client media download and support hash-based remote downloadKahrl
2013-11-30Add minetest.swap_nodeNovatux
2013-09-15Always use builtin JThread librarykwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Remove farmeshKahrl
2013-07-20Add set_breath and get_breath to lua API.RealBadAngel
2013-06-23Add support for IPv6proller
2013-06-19Add drowningPilzAdam
2013-05-13Add progress bar to item visuals preloadingZeg9
2013-04-25Generalize hud_builtin_enable into hud_set_flagskwolekr
2013-04-24Added support to disable built-in HUD elementsDiego Martínez
2013-04-23Added offset support for HUD itemsDiego Martínez
2013-04-23Added support for alignment in HUD itemsDiego Martínez
2013-04-18Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr
2013-04-18Lua HUDJonathon Anderson
2013-04-05Fix nick completionPilzAdam
2013-03-23Allow spawning particles from the server, from luaJeija
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-01-14Add particlesJeija
2013-01-07Fix buttons not working for Lua-triggered formspecssapier
2013-01-02Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from luasapier
2012-12-17Make m_media_fetch_threads to contain MediaFetchThread* instead of MediaFetch...Ilya Zhuravlev
2012-12-16Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev
2012-12-02ShaderSource and silly example shadersKahrl
2012-11-26Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola
2012-07-24Detached inventoriesPerttu Ahola
2012-07-22minetest.register_on_player_receive_fields()Perttu Ahola
2012-06-17Optimize headersPerttu Ahola
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-06-03Implement sign using form field protocolPerttu Ahola
2012-03-31Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola
2012-03-25Almost support loading sounds from serverPerttu Ahola
2012-03-25Texture cache -> Media cache WIPPerttu Ahola
2012-03-25Cache textures by checksumJonathan Neuschäfer
2012-03-24Lua API for playing soundsPerttu Ahola
2012-03-24Add event manager and use it to trigger soundsPerttu Ahola
2012-03-24c55sound continuedPerttu Ahola
2012-03-24celeron55's sound system initial frameworkPerttu Ahola
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 light,...Kahrl
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
2012-01-22Client-side prediction of inventory changes, and some inventory menu fixesKahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl