aboutsummaryrefslogtreecommitdiff
path: root/src/collision.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-24Add event manager and use it to trigger soundsPerttu Ahola15-14/+388
2012-03-24LocalPlayer::getStandingNodePos()Perttu Ahola2-0/+10
2012-03-24c55sound continuedPerttu Ahola9-52/+266
2012-03-24Update/fix/improve config.h and cmake_config.h.inPerttu Ahola2-29/+28
2012-03-24celeron55's sound system initial frameworkPerttu Ahola12-0/+548
2012-03-23Seriously WTF, LLVM/clang?Perttu Ahola1-3/+8
2012-03-23Fix filesys.cpp debug output to go into debug.txtPerttu Ahola1-16/+17
2012-03-22Remove useless clearing of the Z bufferPerttu Ahola1-5/+0
2012-03-22Install lua_api.txt and mapformat.txt in because awesome.Perttu Ahola1-0/+2
2012-03-22Update doc/lua_api.txt and doc/mapformat.txt even morePerttu Ahola2-10/+54
2012-03-22Describe format of nodes in doc/mapformat.txtPerttu Ahola1-0/+17
2012-03-22Update doc/mapformat.txtPerttu Ahola1-29/+358
2012-03-22mapformat WIPPerttu Ahola1-4/+69
2012-03-22Add output levels --info and --trace (--verbose is now more verbose)Perttu Ahola5-9/+34
2012-03-22Move headers from socket.h to socket.cppPerttu Ahola2-25/+27
2012-03-22Fix UDPSocket's debug outputPerttu Ahola1-2/+4
2012-03-22Log at info level when a banned client connectsPerttu Ahola1-3/+7
2012-03-22Add more information to lua_api.txtPerttu Ahola1-8/+65
2012-03-22Update Lua API documentation and move it into doc/lua_api.txtPerttu Ahola2-440/+667
2012-03-21Goddamn MSVC pow overload ambiguitiesPerttu Ahola1-1/+1
2012-03-21Add ScopeProfilerType SPT_GRAPH_ADDPerttu Ahola1-1/+5
2012-03-21Add different automatic profiler graph drawing style for relative-ish plotsPerttu Ahola1-4/+24
2012-03-21Add more graph colors, add mainloop_dtime graph, make statustext fade away fa...Perttu Ahola1-4/+8
2012-03-21Modify and clean main loop to allow measuring the proper timesPerttu Ahola1-101/+55
2012-03-21Profiler graphPerttu Ahola3-41/+215
2012-03-21Use atof() in mystof(), because istringstream>>float randomly causes a segfau...Perttu Ahola1-5/+8
2012-03-20Attempt to fix some minor memory leaksPerttu Ahola2-2/+13
2012-03-20Call this 0.4.dev-20120320Perttu Ahola1-1/+1
2012-03-20Fix various things being too fast to break by handPerttu Ahola1-7/+7
2012-03-20Remove .hgignore and .hgtags (mercurial isn't used anymore)Perttu Ahola2-26/+0
2012-03-20Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE buildsPerttu Ahola3-0/+5
2012-03-20Fix mod pathsPerttu Ahola3-23/+17
2012-03-20Fix for MSVC and move stuff around a bit in CMakeLists.txt and src/CMakeLists...Perttu Ahola2-5/+6
2012-03-20Update vc10 build script example in README.txtPerttu Ahola1-1/+12
2012-03-20Move icon files to misc/Perttu Ahola5-3/+3
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola122-43/+57
2012-03-19Move share/builtin.lua to share/builtin/builtin.luaPerttu Ahola2-1/+2
2012-03-19Move client textures to the correct placePerttu Ahola10-3/+3
2012-03-19Rework directory structurePerttu Ahola110-26/+18
2012-03-19Add the mod search path user/mods/gameidPerttu Ahola1-0/+3
2012-03-19Make Lua error output in log clearerPerttu Ahola1-4/+7
2012-03-19Do not error() on digprop_* calls but print a warningPerttu Ahola1-1/+2
2012-03-19Unknown nodes can be dugPerttu Ahola1-0/+2
2012-03-19Warn instead of completely removing minetest.digprop_whatever() Lua functionsPerttu Ahola1-0/+15
2012-03-19Remove minetest.digprop_whatever() Lua functions (because they are useless now)Perttu Ahola1-71/+0
2012-03-19Update README.txt a bitPerttu Ahola1-1/+4
2012-03-18Update version to 0.4.dev-20120318Perttu Ahola1-1/+1
2012-03-18Attempt to fix build for MSVCPerttu Ahola2-10/+10
2012-03-18Fix getVisibleBrightness() to return sunlight visibility correctly even if no...Perttu Ahola1-0/+1
2012-03-18Make some things diggable by hand by using a special group oddly_breakable_by...Perttu Ahola1-14/+15