2012-03-29 |
Perttu Ahola | Modify minimal/give_initial_stuff to always give stuff |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Rework tool_capabilities a bit (maxwear->uses, scale... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Try a default day+night length of 20 minutes instead... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Perttu Ahola | Generate beaches |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Generate blobs of dirt and gravel in stone |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Remove unnecessary debug output |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Area-based MapEditEvent ignore and that put to use... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Reduce EnvRef:set_node() time tenfold by postponing... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Fix on_generate minp/maxp (was broken due to chunkymapgen) |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Add EnvRef:set_node() |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Add range option to PseudoRandom:next() |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Add blockseed to on_generated |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Default to having fancy trees and 3d clouds turned on |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Add minetest.is_singleplayer() |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | doc/lua_api.txt: minetest.get_worldpath(modname) -... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | Correctly lock mutexes when the server sends MapEditEve... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Perttu Ahola | No occlusion culling when free_move is on and camera... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Make mapgen use mapgen_* node aliases rather than the... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Add PseudoRandom in Lua API |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune skybox |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Try to make background/fog/sky color selection work... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Set default minimum viewing range of 35 nodes |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Unrelated, but anyway: tune light levels again |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune caves |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix deep ground cave generation a bit |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix mapgen block_is_underground heuristic |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune mapgen |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Set default maximum viewing range to a bit more than... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Re-implement and re-tune mapgen v2 |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Tune generation responsiveness and cheat inhibition... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Increase maximum generate distance now that generation... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Remove usage of mapgen::add_random_objects(block) |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Remove no-op mapgen::add_random_objects |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Fix inexistent_top_provides_sunlight heuristic in make_... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Perttu Ahola | Remove some debug output |
commit | commitdiff | tree | snapshot |
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 |
next |