1993 Commits

Author SHA1 Message Date
Perttu Ahola
4437b78a8a Add more media directories; mod/{textures,sounds,media} 2012-03-25 12:10:58 +03:00
Perttu Ahola
335f1cf600 Texture cache -> Media cache WIP 2012-03-25 11:51:33 +03:00
Jonathan Neuschäfer
eb952feb6f Cache textures by checksum 2012-03-25 11:51:00 +03:00
Perttu Ahola
ad32a66a14 Make event_manager.h build on MSVC 2012-03-25 04:06:45 +03:00
Perttu Ahola
a8fff6cab0 Build configuration fixes/improvements on Windows 2012-03-25 04:03:51 +03:00
Perttu Ahola
8a9e0e6746 Fix build on MinGW (as compared to Linux) 2012-03-24 23:16:09 +02:00
Perttu Ahola
026f4f2fc8 Lua API for playing sounds 2012-03-24 19:01:26 +02:00
Perttu Ahola
0719b6a71d Add sound.dig 2012-03-24 11:10:28 +02:00
Perttu Ahola
ace4557c42 Update doc/lua_api.txt 2012-03-24 04:32:31 +02:00
Perttu Ahola
c602655b31 Add sounds, tune things 2012-03-24 04:24:26 +02:00
Perttu Ahola
e4d6d22260 Digging and placing sounds 2012-03-24 04:24:26 +02:00
Perttu Ahola
753a1999e6 Add event manager and use it to trigger sounds 2012-03-24 04:24:26 +02:00
Perttu Ahola
c0ed8d9432 LocalPlayer::getStandingNodePos() 2012-03-24 04:24:26 +02:00
Perttu Ahola
cb281450b1 c55sound continued 2012-03-24 04:24:25 +02:00
Perttu Ahola
be0cb7499c Update/fix/improve config.h and cmake_config.h.in 2012-03-24 04:24:25 +02:00
Perttu Ahola
48359ec57f celeron55's sound system initial framework 2012-03-24 04:24:23 +02:00
Perttu Ahola
1979fa78ee Seriously WTF, LLVM/clang? 2012-03-23 00:45:18 +02:00
Perttu Ahola
20078e886f Fix filesys.cpp debug output to go into debug.txt 2012-03-23 00:05:32 +02:00
Perttu Ahola
111cb30b81 Remove useless clearing of the Z buffer 2012-03-22 22:15:38 +02:00
Perttu Ahola
9bcd6b4ece Install lua_api.txt and mapformat.txt in because awesome. 2012-03-22 17:08:32 +02:00
Perttu Ahola
0a6d4850d3 Update doc/lua_api.txt and doc/mapformat.txt even more 2012-03-22 17:02:40 +02:00
Perttu Ahola
c44341352a Describe format of nodes in doc/mapformat.txt 2012-03-22 16:12:33 +02:00
Perttu Ahola
0cf4449a15 Update doc/mapformat.txt 2012-03-22 15:54:12 +02:00
Perttu Ahola
2ff5da99d8 mapformat WIP 2012-03-22 14:11:20 +02:00
Perttu Ahola
e463ad2142 Add output levels --info and --trace (--verbose is now more verbose) 2012-03-22 14:10:37 +02:00
Perttu Ahola
20aa202832 Move headers from socket.h to socket.cpp 2012-03-22 13:41:50 +02:00
Perttu Ahola
1afc815031 Fix UDPSocket's debug output 2012-03-22 13:36:37 +02:00
Perttu Ahola
6f218f9b79 Log at info level when a banned client connects 2012-03-22 13:35:32 +02:00
Perttu Ahola
0e7bbd36f1 Add more information to lua_api.txt 2012-03-22 12:14:45 +02:00
Perttu Ahola
023545190c Update Lua API documentation and move it into doc/lua_api.txt 2012-03-22 11:41:40 +02:00
Perttu Ahola
cd051126b6 Goddamn MSVC pow overload ambiguities 2012-03-21 22:11:15 +02:00
Perttu Ahola
ed74da4092 Add ScopeProfilerType SPT_GRAPH_ADD 2012-03-21 15:38:24 +02:00
Perttu Ahola
5787c487ea Add different automatic profiler graph drawing style for relative-ish plots 2012-03-21 15:06:45 +02:00
Perttu Ahola
91e8a9bce6 Add more graph colors, add mainloop_dtime graph, make statustext fade away faster 2012-03-21 15:06:44 +02:00
Perttu Ahola
2af3b473ed Modify and clean main loop to allow measuring the proper times 2012-03-21 15:06:44 +02:00
Perttu Ahola
0f3d56fd8c Profiler graph 2012-03-21 15:06:41 +02:00
Perttu Ahola
fce33f5a38 Use atof() in mystof(), because istringstream>>float randomly causes a segfault on mingw 2012-03-21 02:16:22 +02:00
Perttu Ahola
62b0a03e28 Attempt to fix some minor memory leaks 2012-03-20 17:55:34 +02:00
Perttu Ahola
03b06fcb1d Call this 0.4.dev-20120320 2012-03-20 01:37:28 +02:00
Perttu Ahola
2c520b03c0 Remove .hgignore and .hgtags (mercurial isn't used anymore) 2012-03-20 01:28:23 +02:00
Perttu Ahola
8d1b4d20cf Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE builds 2012-03-20 01:19:47 +02:00
Perttu Ahola
5543053232 Fix mod paths 2012-03-20 01:07:02 +02:00
Perttu Ahola
c03c74f63e Fix for MSVC and move stuff around a bit in CMakeLists.txt and src/CMakeLists.txt 2012-03-20 01:06:58 +02:00
Perttu Ahola
56214c18b2 Update vc10 build script example in README.txt 2012-03-20 00:37:37 +02:00
Perttu Ahola
3437fef196 Move icon files to misc/ 2012-03-20 00:32:43 +02:00
Perttu Ahola
9d706a0632 Flatten share/ and user/ in the source and for the RUN_IN_PLACE build 2012-03-20 00:08:00 +02:00
Perttu Ahola
19ed3bb193 Move share/builtin.lua to share/builtin/builtin.lua 2012-03-19 21:37:27 +02:00
Perttu Ahola
895b970a10 Move client textures to the correct place 2012-03-19 21:34:21 +02:00
Perttu Ahola
1f56d71f19 Rework directory structure 2012-03-19 20:44:07 +02:00
Perttu Ahola
1ff20da5b6 Add the mod search path user/mods/gameid 2012-03-19 08:34:38 +02:00