2012-03-27 |
Perttu Ahola | Tune block fetching to clients on server |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Do post-mapgen lighting using the VoxelManipulator... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | voxalgo::clearLightAndCollectSources |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Implement propagateSunlight for VoxelManipulator |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix tree generation density for different mapgen chunk... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Post-mapgen lighting optimization |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Make mapgen generate stuff in chunks of 3^3 mapblocks |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Update minetest.conf.example and defaultsettings.cpp |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Increase vertical FOV on lower aspect ratios (<16:10) |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix minetest_game installation and don't fail if it... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix and extend minetest.after(time, func, param) |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Add minetest.after(time, func) |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Add default_grass_footstep.1.ogg as a test sound in... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Update version number to 0.4.dev-20120326 because much... 0.4.dev-20120326 |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Do a dumb-ass static string copy for const-incorrect... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Add games/minimal/game.conf |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Move games/minetest to games/minimal and update README.txt |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Prefer _game postfix in game names (to be squashed... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Support _game postfix in game names, taking it out... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Add game.conf check in subgame.cpp |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | New world removal GUI code |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Perttu Ahola | Better file/directory removal platform code and utilities |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Small fix to fs::GetDirListing when trying to list... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | MSVC build directory autodetection at startup |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Add OPENAL_DLL LIBOGG_DLL LIBVORBIS_DLL and LIBVORBISFI... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Fix cmake install script (mesetint -> minetest) |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Don't try to use sound if building only server |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Raise PROTOCOL_VERSION to 9, as this is not compatible... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Make server world selection not brain dead and use... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Change postfixes from N.ogg to .N.ogg in user/testsound... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Some serialization version stuff |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Initialize utility.h return values to 0 to make lazily... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Update doc/lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Switch sound randomizer postfixes from N.ogg to .N.ogg |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Sound loading from memory (by using a quick hack) |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Update/fix .gitignore |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Almost support loading sounds from server |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Add a variant of hex_encode |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Add removeStringEnd() |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Add more media directories; mod/{textures,sounds,media} |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Texture cache -> Media cache WIP |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Jonathan Neuschäfer | Cache textures by checksum |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Make event_manager.h build on MSVC |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Perttu Ahola | Build configuration fixes/improvements on Windows |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | Fix build on MinGW (as compared to Linux) |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | Lua API for playing sounds |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | Add sound.dig |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | Update doc/lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | Add sounds, tune things |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | Digging and placing sounds |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | Add event manager and use it to trigger sounds |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | LocalPlayer::getStandingNodePos() |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | c55sound continued |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | Update/fix/improve config.h and cmake_config.h.in |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Perttu Ahola | celeron55's sound system initial framework |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Seriously WTF, LLVM/clang? |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Fix filesys.cpp debug output to go into debug.txt |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Remove useless clearing of the Z buffer |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Install lua_api.txt and mapformat.txt in because awesome. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Update doc/lua_api.txt and doc/mapformat.txt even more |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Describe format of nodes in doc/mapformat.txt |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Update doc/mapformat.txt |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | mapformat WIP |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Add output levels --info and --trace (--verbose is... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Move headers from socket.h to socket.cpp |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Fix UDPSocket's debug output |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Log at info level when a banned client connects |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Add more information to lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Perttu Ahola | Update Lua API documentation and move it into doc/lua_a... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Perttu Ahola | Goddamn MSVC pow overload ambiguities |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Perttu Ahola | Add ScopeProfilerType SPT_GRAPH_ADD |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Perttu Ahola | Add different automatic profiler graph drawing style... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Perttu Ahola | Add more graph colors, add mainloop_dtime graph, make... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Perttu Ahola | Modify and clean main loop to allow measuring the prope... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Perttu Ahola | Profiler graph |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Perttu Ahola | Use atof() in mystof(), because istringstream>>float... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Perttu Ahola | Attempt to fix some minor memory leaks |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Call this 0.4.dev-20120320 0.4.dev-20120320 |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Fix various things being too fast to break by hand |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Remove .hgignore and .hgtags (mercurial isn't used... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Add mods/mesetint/mods_here.txt to be installed on... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Fix mod paths |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Fix for MSVC and move stuff around a bit in CMakeLists... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Update vc10 build script example in README.txt |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Move icon files to misc/ |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Flatten share/ and user/ in the source and for the... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Move share/builtin.lua to share/builtin/builtin.lua |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Move client textures to the correct place |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Rework directory structure |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Add the mod search path user/mods/gameid |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Make Lua error output in log clearer |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Do not error() on digprop_* calls but print a warning |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Perttu Ahola | Unknown nodes can be dug |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Perttu Ahola | Warn instead of completely removing minetest.digprop_wh... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Perttu Ahola | Remove minetest.digprop_whatever() Lua functions (becau... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Perttu Ahola | Update README.txt a bit |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Perttu Ahola | Update version to 0.4.dev-20120318 0.4.dev-20120318 |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Perttu Ahola | Attempt to fix build for MSVC |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Perttu Ahola | Fix getVisibleBrightness() to return sunlight visibilit... |
commit | commitdiff | tree | snapshot |
next |