aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-03-24Add sounds, tune thingsPerttu Ahola
2012-03-24Digging and placing soundsPerttu Ahola
2012-03-24Add event manager and use it to trigger soundsPerttu Ahola
2012-03-24LocalPlayer::getStandingNodePos()Perttu Ahola
2012-03-24c55sound continuedPerttu Ahola
2012-03-24Update/fix/improve config.h and cmake_config.h.inPerttu Ahola
2012-03-24celeron55's sound system initial frameworkPerttu Ahola
2012-03-23Seriously WTF, LLVM/clang?Perttu Ahola
2012-03-23Fix filesys.cpp debug output to go into debug.txtPerttu Ahola
2012-03-22Remove useless clearing of the Z bufferPerttu Ahola
2012-03-22Add output levels --info and --trace (--verbose is now more verbose)Perttu Ahola
2012-03-22Move headers from socket.h to socket.cppPerttu Ahola
2012-03-22Fix UDPSocket's debug outputPerttu Ahola
2012-03-22Log at info level when a banned client connectsPerttu Ahola
2012-03-21Goddamn MSVC pow overload ambiguitiesPerttu Ahola
2012-03-21Add ScopeProfilerType SPT_GRAPH_ADDPerttu Ahola
2012-03-21Add different automatic profiler graph drawing style for relative-ish plotsPerttu Ahola
2012-03-21Add more graph colors, add mainloop_dtime graph, make statustext fade away ↵Perttu Ahola
faster
2012-03-21Modify and clean main loop to allow measuring the proper timesPerttu Ahola
2012-03-21Profiler graphPerttu Ahola
2012-03-21Use atof() in mystof(), because istringstream>>float randomly causes a ↵Perttu Ahola
segfault on mingw
2012-03-20Attempt to fix some minor memory leaksPerttu Ahola
2012-03-20Fix mod pathsPerttu Ahola
2012-03-20Fix for MSVC and move stuff around a bit in CMakeLists.txt and ↵Perttu Ahola
src/CMakeLists.txt
2012-03-20Move icon files to misc/Perttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola
2012-03-19Move share/builtin.lua to share/builtin/builtin.luaPerttu Ahola
2012-03-19Move client textures to the correct placePerttu Ahola
2012-03-19Rework directory structurePerttu Ahola
2012-03-19Add the mod search path user/mods/gameidPerttu Ahola
2012-03-19Make Lua error output in log clearerPerttu Ahola
2012-03-19Unknown nodes can be dugPerttu Ahola
2012-03-18Attempt to fix build for MSVCPerttu Ahola
2012-03-18Fix getVisibleBrightness() to return sunlight visibility correctly even if ↵Perttu Ahola
not much of world has been loaded
2012-03-18Fix old world search path for non-run-in-place buildPerttu Ahola
2012-03-18Disable word wrap in vertical texts in main menuPerttu Ahola
2012-03-18Fix installation in cmake project filesPerttu Ahola
2012-03-18"or" -> "||" in content_mapblock.cppPerttu Ahola
2012-03-18Fix and tune starsPerttu Ahola
2012-03-18Do not clear address in main menu if starting a singleplayer game by double ↵Perttu Ahola
clicking the world
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-15Revert old 4BS/s walk speed for nowPerttu Ahola
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵Kahrl
light, removed footprints
2012-03-15Tune main menuPerttu Ahola
2012-03-15Create main menu tab "Settings" for client settingsPerttu Ahola
2012-03-15Fix click areas of singleplayer checkboxesPerttu Ahola
2012-03-15Fix initial moving of mouse above the "exit to menu" button in singleplayer modePerttu Ahola
2012-03-15Fix and improve Server's privilege get/settersPerttu Ahola