oweals/minetest.git
13 years agoRemove usage of mapgen::add_random_objects(block)
Perttu Ahola [Tue, 31 Jan 2012 18:26:08 +0000 (20:26 +0200)]
Remove usage of mapgen::add_random_objects(block)

13 years agoRemove no-op mapgen::add_random_objects
Perttu Ahola [Mon, 30 Jan 2012 17:22:05 +0000 (19:22 +0200)]
Remove no-op mapgen::add_random_objects

13 years agoFix inexistent_top_provides_sunlight heuristic in make_block and remove clitch-causin...
Perttu Ahola [Fri, 27 Jan 2012 12:54:42 +0000 (14:54 +0200)]
Fix inexistent_top_provides_sunlight heuristic in make_block and remove clitch-causing optimization

13 years agoRemove some debug output
Perttu Ahola [Fri, 27 Jan 2012 12:53:54 +0000 (14:53 +0200)]
Remove some debug output

13 years agoTune block fetching to clients on server
Perttu Ahola [Fri, 27 Jan 2012 12:12:12 +0000 (14:12 +0200)]
Tune block fetching to clients on server

13 years agoDo post-mapgen lighting using the VoxelManipulator-based functions (causes glitches...
Perttu Ahola [Fri, 27 Jan 2012 12:10:10 +0000 (14:10 +0200)]
Do post-mapgen lighting using the VoxelManipulator-based functions (causes glitches currently)

13 years agovoxalgo::clearLightAndCollectSources
Perttu Ahola [Fri, 27 Jan 2012 11:24:06 +0000 (13:24 +0200)]
voxalgo::clearLightAndCollectSources

13 years agoImplement propagateSunlight for VoxelManipulator
Perttu Ahola [Fri, 27 Jan 2012 10:58:52 +0000 (12:58 +0200)]
Implement propagateSunlight for VoxelManipulator

13 years agoFix tree generation density for different mapgen chunk sizes
Perttu Ahola [Fri, 27 Jan 2012 02:16:44 +0000 (04:16 +0200)]
Fix tree generation density for different mapgen chunk sizes

13 years agoPost-mapgen lighting optimization
Perttu Ahola [Fri, 27 Jan 2012 02:02:42 +0000 (04:02 +0200)]
Post-mapgen lighting optimization

13 years agoMake mapgen generate stuff in chunks of 3^3 mapblocks
Perttu Ahola [Thu, 26 Jan 2012 23:40:57 +0000 (01:40 +0200)]
Make mapgen generate stuff in chunks of 3^3 mapblocks

13 years agoUpdate minetest.conf.example and defaultsettings.cpp
Perttu Ahola [Tue, 27 Mar 2012 15:51:21 +0000 (18:51 +0300)]
Update minetest.conf.example and defaultsettings.cpp

13 years agoIncrease vertical FOV on lower aspect ratios (<16:10)
Perttu Ahola [Tue, 27 Mar 2012 15:39:21 +0000 (18:39 +0300)]
Increase vertical FOV on lower aspect ratios (<16:10)

13 years agoFix minetest_game installation and don't fail if it doesn't exist
Perttu Ahola [Tue, 27 Mar 2012 14:33:51 +0000 (17:33 +0300)]
Fix minetest_game installation and don't fail if it doesn't exist

13 years agoFix and extend minetest.after(time, func, param)
Perttu Ahola [Tue, 27 Mar 2012 05:17:42 +0000 (08:17 +0300)]
Fix and extend minetest.after(time, func, param)

13 years agoAdd minetest.after(time, func)
Perttu Ahola [Mon, 26 Mar 2012 21:37:31 +0000 (00:37 +0300)]
Add minetest.after(time, func)

13 years agoAdd default_grass_footstep.1.ogg as a test sound in minimal
Perttu Ahola [Mon, 26 Mar 2012 21:36:31 +0000 (00:36 +0300)]
Add default_grass_footstep.1.ogg as a test sound in minimal

13 years agoUpdate version number to 0.4.dev-20120326 because much has changed from the previous one 0.4.dev-20120326
Perttu Ahola [Mon, 26 Mar 2012 21:07:25 +0000 (00:07 +0300)]
Update version number to 0.4.dev-20120326 because much has changed from the previous one

13 years agoDo a dumb-ass static string copy for const-incorrect old versions of ov_fopen
Perttu Ahola [Mon, 26 Mar 2012 21:06:26 +0000 (00:06 +0300)]
Do a dumb-ass static string copy for const-incorrect old versions of ov_fopen

13 years agoAdd games/minimal/game.conf
Perttu Ahola [Mon, 26 Mar 2012 20:50:24 +0000 (23:50 +0300)]
Add games/minimal/game.conf

13 years agoMove games/minetest to games/minimal and update README.txt
Perttu Ahola [Mon, 26 Mar 2012 20:18:17 +0000 (23:18 +0300)]
Move games/minetest to games/minimal and update README.txt

13 years agoPrefer _game postfix in game names (to be squashed to the previous commit)
Perttu Ahola [Mon, 26 Mar 2012 20:17:29 +0000 (23:17 +0300)]
Prefer _game postfix in game names (to be squashed to the previous commit)

13 years agoSupport _game postfix in game names, taking it out to make the gameid
Perttu Ahola [Mon, 26 Mar 2012 20:16:02 +0000 (23:16 +0300)]
Support _game postfix in game names, taking it out to make the gameid

13 years agoAdd game.conf check in subgame.cpp
Perttu Ahola [Mon, 26 Mar 2012 20:02:12 +0000 (23:02 +0300)]
Add game.conf check in subgame.cpp

13 years agoNew world removal GUI code
Perttu Ahola [Sun, 25 Mar 2012 23:19:41 +0000 (02:19 +0300)]
New world removal GUI code

13 years agoBetter file/directory removal platform code and utilities
Perttu Ahola [Sun, 25 Mar 2012 21:21:38 +0000 (00:21 +0300)]
Better file/directory removal platform code and utilities

13 years agoSmall fix to fs::GetDirListing when trying to list an inexistent directory
Perttu Ahola [Sun, 25 Mar 2012 20:16:53 +0000 (23:16 +0300)]
Small fix to fs::GetDirListing when trying to list an inexistent directory

13 years agoMSVC build directory autodetection at startup
Perttu Ahola [Sun, 25 Mar 2012 20:10:09 +0000 (23:10 +0300)]
MSVC build directory autodetection at startup

13 years agoAdd OPENAL_DLL LIBOGG_DLL LIBVORBIS_DLL and LIBVORBISFILE_DLL to be used optionally...
Perttu Ahola [Sun, 25 Mar 2012 19:50:09 +0000 (22:50 +0300)]
Add OPENAL_DLL LIBOGG_DLL LIBVORBIS_DLL and LIBVORBISFILE_DLL to be used optionally when installing

13 years agoAdd OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS
Perttu Ahola [Sun, 25 Mar 2012 19:07:34 +0000 (22:07 +0300)]
Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS

13 years agoFix cmake install script (mesetint -> minetest)
Perttu Ahola [Sun, 25 Mar 2012 18:41:37 +0000 (21:41 +0300)]
Fix cmake install script (mesetint -> minetest)

13 years agoDon't try to use sound if building only server
Perttu Ahola [Sun, 25 Mar 2012 18:10:25 +0000 (21:10 +0300)]
Don't try to use sound if building only server

13 years agoRaise PROTOCOL_VERSION to 9, as this is not compatible with earlier versions
Perttu Ahola [Sun, 25 Mar 2012 17:36:02 +0000 (20:36 +0300)]
Raise PROTOCOL_VERSION to 9, as this is not compatible with earlier versions

13 years agoMake server world selection not brain dead and use gameid 'minetest' instead of ...
Perttu Ahola [Sun, 25 Mar 2012 17:29:56 +0000 (20:29 +0300)]
Make server world selection not brain dead and use gameid 'minetest' instead of 'mesetint'

13 years agoChange postfixes from N.ogg to .N.ogg in user/testsounds/ loader
Perttu Ahola [Sun, 25 Mar 2012 15:51:05 +0000 (18:51 +0300)]
Change postfixes from N.ogg to .N.ogg in user/testsounds/ loader

13 years agoSome serialization version stuff
Perttu Ahola [Sun, 25 Mar 2012 15:45:27 +0000 (18:45 +0300)]
Some serialization version stuff

13 years agoInitialize utility.h return values to 0 to make lazily error-checked deserialization...
Perttu Ahola [Sun, 25 Mar 2012 14:09:19 +0000 (17:09 +0300)]
Initialize utility.h return values to 0 to make lazily error-checked deserialization code work less chaotically

13 years agoUpdate doc/lua_api.txt
Perttu Ahola [Sun, 25 Mar 2012 13:22:02 +0000 (16:22 +0300)]
Update doc/lua_api.txt

13 years agoSwitch sound randomizer postfixes from N.ogg to .N.ogg
Perttu Ahola [Sun, 25 Mar 2012 13:21:34 +0000 (16:21 +0300)]
Switch sound randomizer postfixes from N.ogg to .N.ogg

13 years agoSound loading from memory (by using a quick hack)
Perttu Ahola [Sun, 25 Mar 2012 12:52:43 +0000 (15:52 +0300)]
Sound loading from memory (by using a quick hack)

13 years agoUpdate/fix .gitignore
Perttu Ahola [Sun, 25 Mar 2012 12:52:08 +0000 (15:52 +0300)]
Update/fix .gitignore

13 years agoAlmost support loading sounds from server
Perttu Ahola [Sun, 25 Mar 2012 11:47:51 +0000 (14:47 +0300)]
Almost support loading sounds from server

13 years agoAdd a variant of hex_encode
Perttu Ahola [Sun, 25 Mar 2012 11:03:22 +0000 (14:03 +0300)]
Add a variant of hex_encode

13 years agoAdd removeStringEnd()
Perttu Ahola [Sun, 25 Mar 2012 09:48:14 +0000 (12:48 +0300)]
Add removeStringEnd()

13 years agoAdd more media directories; mod/{textures,sounds,media}
Perttu Ahola [Sun, 25 Mar 2012 09:10:58 +0000 (12:10 +0300)]
Add more media directories; mod/{textures,sounds,media}

13 years agoTexture cache -> Media cache WIP
Perttu Ahola [Sun, 25 Mar 2012 08:50:29 +0000 (11:50 +0300)]
Texture cache -> Media cache WIP

13 years agoCache textures by checksum
Jonathan Neuschäfer [Wed, 8 Feb 2012 10:49:24 +0000 (11:49 +0100)]
Cache textures by checksum

13 years agoMake event_manager.h build on MSVC
Perttu Ahola [Sun, 25 Mar 2012 01:06:43 +0000 (04:06 +0300)]
Make event_manager.h build on MSVC

13 years agoBuild configuration fixes/improvements on Windows
Perttu Ahola [Sun, 25 Mar 2012 01:03:51 +0000 (04:03 +0300)]
Build configuration fixes/improvements on Windows

13 years agoFix build on MinGW (as compared to Linux)
Perttu Ahola [Sat, 24 Mar 2012 21:16:09 +0000 (23:16 +0200)]
Fix build on MinGW (as compared to Linux)

13 years agoLua API for playing sounds
Perttu Ahola [Sat, 24 Mar 2012 17:01:26 +0000 (19:01 +0200)]
Lua API for playing sounds

13 years agoAdd sound.dig
Perttu Ahola [Sat, 24 Mar 2012 09:10:28 +0000 (11:10 +0200)]
Add sound.dig

13 years agoUpdate doc/lua_api.txt
Perttu Ahola [Sat, 24 Mar 2012 02:31:38 +0000 (04:31 +0200)]
Update doc/lua_api.txt

13 years agoAdd sounds, tune things
Perttu Ahola [Sat, 24 Mar 2012 01:28:08 +0000 (03:28 +0200)]
Add sounds, tune things

13 years agoDigging and placing sounds
Perttu Ahola [Fri, 23 Mar 2012 22:33:58 +0000 (00:33 +0200)]
Digging and placing sounds

13 years agoAdd event manager and use it to trigger sounds
Perttu Ahola [Fri, 23 Mar 2012 18:23:03 +0000 (20:23 +0200)]
Add event manager and use it to trigger sounds

13 years agoLocalPlayer::getStandingNodePos()
Perttu Ahola [Fri, 23 Mar 2012 15:33:22 +0000 (17:33 +0200)]
LocalPlayer::getStandingNodePos()

13 years agoc55sound continued
Perttu Ahola [Fri, 23 Mar 2012 13:29:30 +0000 (15:29 +0200)]
c55sound continued

13 years agoUpdate/fix/improve config.h and cmake_config.h.in
Perttu Ahola [Fri, 23 Mar 2012 12:01:14 +0000 (14:01 +0200)]
Update/fix/improve config.h and cmake_config.h.in

13 years agoceleron55's sound system initial framework
Perttu Ahola [Fri, 23 Mar 2012 10:05:17 +0000 (12:05 +0200)]
celeron55's sound system initial framework

13 years agoSeriously WTF, LLVM/clang?
Perttu Ahola [Thu, 22 Mar 2012 22:44:43 +0000 (00:44 +0200)]
Seriously WTF, LLVM/clang?

13 years agoFix filesys.cpp debug output to go into debug.txt
Perttu Ahola [Thu, 22 Mar 2012 22:05:32 +0000 (00:05 +0200)]
Fix filesys.cpp debug output to go into debug.txt

13 years agoRemove useless clearing of the Z buffer
Perttu Ahola [Thu, 22 Mar 2012 20:15:38 +0000 (22:15 +0200)]
Remove useless clearing of the Z buffer

13 years agoInstall lua_api.txt and mapformat.txt in because awesome.
Perttu Ahola [Thu, 22 Mar 2012 15:08:32 +0000 (17:08 +0200)]
Install lua_api.txt and mapformat.txt in  because awesome.

13 years agoUpdate doc/lua_api.txt and doc/mapformat.txt even more
Perttu Ahola [Thu, 22 Mar 2012 15:02:40 +0000 (17:02 +0200)]
Update doc/lua_api.txt and doc/mapformat.txt even more

13 years agoDescribe format of nodes in doc/mapformat.txt
Perttu Ahola [Thu, 22 Mar 2012 14:12:33 +0000 (16:12 +0200)]
Describe format of nodes in doc/mapformat.txt

13 years agoUpdate doc/mapformat.txt
Perttu Ahola [Thu, 22 Mar 2012 13:54:12 +0000 (15:54 +0200)]
Update doc/mapformat.txt

13 years agomapformat WIP
Perttu Ahola [Thu, 22 Mar 2012 11:36:56 +0000 (13:36 +0200)]
mapformat WIP

13 years agoAdd output levels --info and --trace (--verbose is now more verbose)
Perttu Ahola [Thu, 22 Mar 2012 12:10:24 +0000 (14:10 +0200)]
Add output levels --info and --trace (--verbose is now more verbose)

13 years agoMove headers from socket.h to socket.cpp
Perttu Ahola [Thu, 22 Mar 2012 11:41:50 +0000 (13:41 +0200)]
Move headers from socket.h to socket.cpp

13 years agoFix UDPSocket's debug output
Perttu Ahola [Thu, 22 Mar 2012 11:36:37 +0000 (13:36 +0200)]
Fix UDPSocket's debug output

13 years agoLog at info level when a banned client connects
Perttu Ahola [Thu, 22 Mar 2012 11:35:32 +0000 (13:35 +0200)]
Log at info level when a banned client connects

13 years agoAdd more information to lua_api.txt
Perttu Ahola [Thu, 22 Mar 2012 10:14:04 +0000 (12:14 +0200)]
Add more information to lua_api.txt

13 years agoUpdate Lua API documentation and move it into doc/lua_api.txt
Perttu Ahola [Thu, 22 Mar 2012 09:41:40 +0000 (11:41 +0200)]
Update Lua API documentation and move it into doc/lua_api.txt

13 years agoGoddamn MSVC pow overload ambiguities
Perttu Ahola [Wed, 21 Mar 2012 20:11:15 +0000 (22:11 +0200)]
Goddamn MSVC pow overload ambiguities

13 years agoAdd ScopeProfilerType SPT_GRAPH_ADD
Perttu Ahola [Wed, 21 Mar 2012 13:38:24 +0000 (15:38 +0200)]
Add ScopeProfilerType SPT_GRAPH_ADD

13 years agoAdd different automatic profiler graph drawing style for relative-ish plots
Perttu Ahola [Wed, 21 Mar 2012 13:05:51 +0000 (15:05 +0200)]
Add different automatic profiler graph drawing style for relative-ish plots

13 years agoAdd more graph colors, add mainloop_dtime graph, make statustext fade away faster
Perttu Ahola [Wed, 21 Mar 2012 12:09:32 +0000 (14:09 +0200)]
Add more graph colors, add mainloop_dtime graph, make statustext fade away faster

13 years agoModify and clean main loop to allow measuring the proper times
Perttu Ahola [Wed, 21 Mar 2012 11:31:47 +0000 (13:31 +0200)]
Modify and clean main loop to allow measuring the proper times

13 years agoProfiler graph
Perttu Ahola [Wed, 21 Mar 2012 01:33:02 +0000 (03:33 +0200)]
Profiler graph

13 years agoUse atof() in mystof(), because istringstream>>float randomly causes a segfault on...
Perttu Ahola [Wed, 21 Mar 2012 00:16:22 +0000 (02:16 +0200)]
Use atof() in mystof(), because istringstream>>float randomly causes a segfault on mingw

13 years agoAttempt to fix some minor memory leaks
Perttu Ahola [Tue, 20 Mar 2012 15:55:34 +0000 (17:55 +0200)]
Attempt to fix some minor memory leaks

13 years agoCall this 0.4.dev-20120320 0.4.dev-20120320
Perttu Ahola [Mon, 19 Mar 2012 23:37:28 +0000 (01:37 +0200)]
Call this 0.4.dev-20120320

13 years agoFix various things being too fast to break by hand
Perttu Ahola [Mon, 19 Mar 2012 23:36:53 +0000 (01:36 +0200)]
Fix various things being too fast to break by hand

13 years agoRemove .hgignore and .hgtags (mercurial isn't used anymore)
Perttu Ahola [Mon, 19 Mar 2012 23:28:23 +0000 (01:28 +0200)]
Remove .hgignore and .hgtags (mercurial isn't used anymore)

13 years agoAdd mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE builds
Perttu Ahola [Mon, 19 Mar 2012 23:19:47 +0000 (01:19 +0200)]
Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE builds

13 years agoFix mod paths
Perttu Ahola [Mon, 19 Mar 2012 23:06:44 +0000 (01:06 +0200)]
Fix mod paths

13 years agoFix for MSVC and move stuff around a bit in CMakeLists.txt and src/CMakeLists.txt
Perttu Ahola [Mon, 19 Mar 2012 22:52:53 +0000 (00:52 +0200)]
Fix for MSVC and move stuff around a bit in CMakeLists.txt and src/CMakeLists.txt

13 years agoUpdate vc10 build script example in README.txt
Perttu Ahola [Mon, 19 Mar 2012 22:37:37 +0000 (00:37 +0200)]
Update vc10 build script example in README.txt

13 years agoMove icon files to misc/
Perttu Ahola [Mon, 19 Mar 2012 22:11:08 +0000 (00:11 +0200)]
Move icon files to misc/

13 years agoFlatten share/ and user/ in the source and for the RUN_IN_PLACE build
Perttu Ahola [Mon, 19 Mar 2012 21:54:56 +0000 (23:54 +0200)]
Flatten share/ and user/ in the source and for the RUN_IN_PLACE build

13 years agoMove share/builtin.lua to share/builtin/builtin.lua
Perttu Ahola [Mon, 19 Mar 2012 19:37:27 +0000 (21:37 +0200)]
Move share/builtin.lua to share/builtin/builtin.lua

13 years agoMove client textures to the correct place
Perttu Ahola [Mon, 19 Mar 2012 19:34:21 +0000 (21:34 +0200)]
Move client textures to the correct place

13 years agoRework directory structure
Perttu Ahola [Mon, 19 Mar 2012 18:44:07 +0000 (20:44 +0200)]
Rework directory structure

13 years agoAdd the mod search path user/mods/gameid
Perttu Ahola [Mon, 19 Mar 2012 06:34:38 +0000 (08:34 +0200)]
Add the mod search path user/mods/gameid

13 years agoMake Lua error output in log clearer
Perttu Ahola [Mon, 19 Mar 2012 06:23:48 +0000 (08:23 +0200)]
Make Lua error output in log clearer

13 years agoDo not error() on digprop_* calls but print a warning
Perttu Ahola [Mon, 19 Mar 2012 06:23:11 +0000 (08:23 +0200)]
Do not error() on digprop_* calls but print a warning

13 years agoUnknown nodes can be dug
Perttu Ahola [Mon, 19 Mar 2012 06:16:17 +0000 (08:16 +0200)]
Unknown nodes can be dug

13 years agoWarn instead of completely removing minetest.digprop_whatever() Lua functions
Perttu Ahola [Sun, 18 Mar 2012 22:29:41 +0000 (00:29 +0200)]
Warn instead of completely removing minetest.digprop_whatever() Lua functions

13 years agoRemove minetest.digprop_whatever() Lua functions (because they are useless now)
Perttu Ahola [Sun, 18 Mar 2012 22:20:50 +0000 (00:20 +0200)]
Remove minetest.digprop_whatever() Lua functions (because they are useless now)