1
0
Fork 0
mirror of https://github.com/dragonfireclient/dragonfireclient.git synced 2025-01-15 02:09:53 -05:00

Commit graph

  • c04f4a7d73 Tune generation responsiveness and cheat inhibition on server Perttu Ahola 2012-02-03 02:22:36 +0200
  • f5e46ba7fc Increase maximum generate distance now that generation might actually keep up with it Perttu Ahola 2012-01-31 20:27:00 +0200
  • 8609af54fc Remove usage of mapgen::add_random_objects(block) Perttu Ahola 2012-01-31 20:26:08 +0200
  • 9a4ef87859 Remove no-op mapgen::add_random_objects Perttu Ahola 2012-01-30 19:22:05 +0200
  • a57f4c23d8 Fix inexistent_top_provides_sunlight heuristic in make_block and remove clitch-causing optimization Perttu Ahola 2012-01-27 14:54:42 +0200
  • d629f4d2fb Remove some debug output Perttu Ahola 2012-01-27 14:53:54 +0200
  • 6f20a73782 Tune block fetching to clients on server Perttu Ahola 2012-01-27 14:12:12 +0200
  • 8cb7badd63 Do post-mapgen lighting using the VoxelManipulator-based functions (causes glitches currently) Perttu Ahola 2012-01-27 14:10:10 +0200
  • 0f3c2f6541 voxalgo::clearLightAndCollectSources Perttu Ahola 2012-01-27 13:24:06 +0200
  • 56496ad5d8 Implement propagateSunlight for VoxelManipulator Perttu Ahola 2012-01-27 12:58:52 +0200
  • e15dca2a9f Fix tree generation density for different mapgen chunk sizes Perttu Ahola 2012-01-27 04:16:44 +0200
  • a32706bc26 Post-mapgen lighting optimization Perttu Ahola 2012-01-27 04:02:42 +0200
  • bdcca4767c Make mapgen generate stuff in chunks of 3^3 mapblocks Perttu Ahola 2012-01-27 01:40:57 +0200
  • 38f4dbfb51 Update minetest.conf.example and defaultsettings.cpp Perttu Ahola 2012-03-27 18:51:21 +0300
  • a374b1a6a3 Increase vertical FOV on lower aspect ratios (<16:10) Perttu Ahola 2012-03-27 18:39:21 +0300
  • 0ff94978f5 Fix minetest_game installation and don't fail if it doesn't exist Perttu Ahola 2012-03-27 17:33:51 +0300
  • fa24e6b995 Fix and extend minetest.after(time, func, param) Perttu Ahola 2012-03-27 08:17:42 +0300
  • 37b64ff616 Add minetest.after(time, func) Perttu Ahola 2012-03-27 00:37:31 +0300
  • a2fd8d1db1 Add default_grass_footstep.1.ogg as a test sound in minimal Perttu Ahola 2012-03-27 00:36:31 +0300
  • 684b004751 Update version number to 0.4.dev-20120326 because much has changed from the previous one Perttu Ahola 2012-03-27 00:07:25 +0300
  • cbe11fc7aa Do a dumb-ass static string copy for const-incorrect old versions of ov_fopen Perttu Ahola 2012-03-27 00:06:26 +0300
  • d01387a82f Add games/minimal/game.conf Perttu Ahola 2012-03-26 23:50:24 +0300
  • 862d76b617 Move games/minetest to games/minimal and update README.txt Perttu Ahola 2012-03-26 23:18:17 +0300
  • bd9912213f Prefer _game postfix in game names (to be squashed to the previous commit) Perttu Ahola 2012-03-26 23:17:29 +0300
  • 814ada538a Support _game postfix in game names, taking it out to make the gameid Perttu Ahola 2012-03-26 23:16:02 +0300
  • 53f7eef052 Add game.conf check in subgame.cpp Perttu Ahola 2012-03-26 23:02:12 +0300
  • 405347769a New world removal GUI code Perttu Ahola 2012-03-26 02:19:41 +0300
  • 5b31d32da8 Better file/directory removal platform code and utilities Perttu Ahola 2012-03-26 00:21:38 +0300
  • dcef5183f7 Small fix to fs::GetDirListing when trying to list an inexistent directory Perttu Ahola 2012-03-25 23:16:53 +0300
  • 728d01ef4b MSVC build directory autodetection at startup Perttu Ahola 2012-03-25 23:10:09 +0300
  • 0557df8d06 Add OPENAL_DLL LIBOGG_DLL LIBVORBIS_DLL and LIBVORBISFILE_DLL to be used optionally when installing Perttu Ahola 2012-03-25 22:50:09 +0300
  • 3a9753b85f Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS Perttu Ahola 2012-03-25 22:07:34 +0300
  • 8e6ac5c263 Fix cmake install script (mesetint -> minetest) Perttu Ahola 2012-03-25 21:41:37 +0300
  • 188b303991 Don't try to use sound if building only server Perttu Ahola 2012-03-25 21:10:25 +0300
  • 836595313c Raise PROTOCOL_VERSION to 9, as this is not compatible with earlier versions Perttu Ahola 2012-03-25 20:36:02 +0300
  • 6779036d25 Make server world selection not brain dead and use gameid 'minetest' instead of 'mesetint' Perttu Ahola 2012-03-25 20:29:56 +0300
  • 4fb6c07535 Change postfixes from N.ogg to .N.ogg in user/testsounds/ loader Perttu Ahola 2012-03-25 18:51:05 +0300
  • f01c988094 Some serialization version stuff Perttu Ahola 2012-03-25 18:45:27 +0300
  • 677456d319 Initialize utility.h return values to 0 to make lazily error-checked deserialization code work less chaotically Perttu Ahola 2012-03-25 17:09:19 +0300
  • f022af66da Update doc/lua_api.txt Perttu Ahola 2012-03-25 16:22:02 +0300
  • 98c40f5ee6 Switch sound randomizer postfixes from N.ogg to .N.ogg Perttu Ahola 2012-03-25 16:21:34 +0300
  • db0928add3 Sound loading from memory (by using a quick hack) Perttu Ahola 2012-03-25 15:52:43 +0300
  • a9a923e4da Update/fix .gitignore Perttu Ahola 2012-03-25 15:52:08 +0300
  • 1cac1de3b2 Almost support loading sounds from server Perttu Ahola 2012-03-25 14:47:51 +0300
  • 524c78a8d6 Add a variant of hex_encode Perttu Ahola 2012-03-25 14:03:22 +0300
  • e71262463f Add removeStringEnd() Perttu Ahola 2012-03-25 12:48:14 +0300
  • 26666bb36f Add more media directories; mod/{textures,sounds,media} Perttu Ahola 2012-03-25 12:10:58 +0300
  • f801e16b78 Texture cache -> Media cache WIP Perttu Ahola 2012-03-25 11:50:29 +0300
  • 4bf5065a9c Cache textures by checksum Jonathan Neuschäfer 2012-02-08 11:49:24 +0100
  • 04085cad3c Make event_manager.h build on MSVC Perttu Ahola 2012-03-25 04:06:43 +0300
  • c8997e48c0 Build configuration fixes/improvements on Windows Perttu Ahola 2012-03-25 04:03:51 +0300
  • 77621568fd Fix build on MinGW (as compared to Linux) Perttu Ahola 2012-03-24 23:16:09 +0200
  • 601d1936c9 Lua API for playing sounds Perttu Ahola 2012-03-24 19:01:26 +0200
  • 06e93f8d95 Add sound.dig Perttu Ahola 2012-03-24 11:10:28 +0200
  • 74780134f2 Update doc/lua_api.txt Perttu Ahola 2012-03-24 04:31:38 +0200
  • 93219e3b9d Add sounds, tune things Perttu Ahola 2012-03-24 03:28:08 +0200
  • 77120a021d Digging and placing sounds Perttu Ahola 2012-03-24 00:33:58 +0200
  • 6c14025b2d Add event manager and use it to trigger sounds Perttu Ahola 2012-03-23 20:23:03 +0200
  • e53794868e LocalPlayer::getStandingNodePos() Perttu Ahola 2012-03-23 17:33:22 +0200
  • 8c2f3bb378 c55sound continued Perttu Ahola 2012-03-23 15:29:30 +0200
  • 0ac2ce7dea Update/fix/improve config.h and cmake_config.h.in Perttu Ahola 2012-03-23 14:01:14 +0200
  • c301e3c82a celeron55's sound system initial framework Perttu Ahola 2012-03-23 12:05:17 +0200
  • 9dd78a8a45 Seriously WTF, LLVM/clang? Perttu Ahola 2012-03-23 00:44:43 +0200
  • ede1674d6a Fix filesys.cpp debug output to go into debug.txt Perttu Ahola 2012-03-23 00:05:32 +0200
  • c3f2b24a9a Remove useless clearing of the Z buffer Perttu Ahola 2012-03-22 22:15:38 +0200
  • b91bba1ab2 Install lua_api.txt and mapformat.txt in because awesome. Perttu Ahola 2012-03-22 17:08:32 +0200
  • fbc22f91d5 Update doc/lua_api.txt and doc/mapformat.txt even more Perttu Ahola 2012-03-22 17:02:40 +0200
  • 424b36d469 Describe format of nodes in doc/mapformat.txt Perttu Ahola 2012-03-22 16:12:33 +0200
  • 8070f9485b Update doc/mapformat.txt Perttu Ahola 2012-03-22 15:54:12 +0200
  • c353709f7e mapformat WIP Perttu Ahola 2012-03-22 13:36:56 +0200
  • c13691a8e6 Add output levels --info and --trace (--verbose is now more verbose) Perttu Ahola 2012-03-22 14:10:24 +0200
  • 2671b9af1b Move headers from socket.h to socket.cpp Perttu Ahola 2012-03-22 13:41:50 +0200
  • 7d0ad0f521 Fix UDPSocket's debug output Perttu Ahola 2012-03-22 13:36:37 +0200
  • 9bd75d5668 Log at info level when a banned client connects Perttu Ahola 2012-03-22 13:35:32 +0200
  • fde676a43a Add more information to lua_api.txt Perttu Ahola 2012-03-22 12:14:04 +0200
  • 2469ce6067 Update Lua API documentation and move it into doc/lua_api.txt Perttu Ahola 2012-03-22 11:41:40 +0200
  • ef0ec31554 Goddamn MSVC pow overload ambiguities Perttu Ahola 2012-03-21 22:11:15 +0200
  • da4f51332f Add ScopeProfilerType SPT_GRAPH_ADD Perttu Ahola 2012-03-21 15:38:24 +0200
  • 194258b479 Add different automatic profiler graph drawing style for relative-ish plots Perttu Ahola 2012-03-21 15:05:51 +0200
  • fa416e7116 Add more graph colors, add mainloop_dtime graph, make statustext fade away faster Perttu Ahola 2012-03-21 14:09:32 +0200
  • 71b2e0e002 Modify and clean main loop to allow measuring the proper times Perttu Ahola 2012-03-21 13:31:47 +0200
  • 7d1ac4d1f6 Profiler graph Perttu Ahola 2012-03-21 03:33:02 +0200
  • 2f2ef80ec2 Use atof() in mystof(), because istringstream>>float randomly causes a segfault on mingw Perttu Ahola 2012-03-21 02:16:22 +0200
  • c0530921ff Attempt to fix some minor memory leaks Perttu Ahola 2012-03-20 17:55:34 +0200
  • 94f1ab4da3 Call this 0.4.dev-20120320 Perttu Ahola 2012-03-20 01:37:28 +0200
  • 3f75b748cf Fix various things being too fast to break by hand Perttu Ahola 2012-03-20 01:36:53 +0200
  • 8181b68531 Remove .hgignore and .hgtags (mercurial isn't used anymore) Perttu Ahola 2012-03-20 01:28:23 +0200
  • 2de91f11fb Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE builds Perttu Ahola 2012-03-20 01:19:47 +0200
  • 50621ffe85 Fix mod paths Perttu Ahola 2012-03-20 01:06:44 +0200
  • db4911f956 Fix for MSVC and move stuff around a bit in CMakeLists.txt and src/CMakeLists.txt Perttu Ahola 2012-03-20 00:52:53 +0200
  • 2a325de7aa Update vc10 build script example in README.txt Perttu Ahola 2012-03-20 00:37:37 +0200
  • b9cc0a7976 Move icon files to misc/ Perttu Ahola 2012-03-20 00:11:08 +0200
  • 97b693052c Flatten share/ and user/ in the source and for the RUN_IN_PLACE build Perttu Ahola 2012-03-19 23:54:56 +0200
  • 19ed3bb193 Move share/builtin.lua to share/builtin/builtin.lua Perttu Ahola 2012-03-19 21:37:27 +0200
  • 895b970a10 Move client textures to the correct place Perttu Ahola 2012-03-19 21:34:21 +0200
  • 1f56d71f19 Rework directory structure Perttu Ahola 2012-03-19 20:44:07 +0200
  • 1ff20da5b6 Add the mod search path user/mods/gameid Perttu Ahola 2012-03-19 08:34:38 +0200
  • 5ef78cd815 Make Lua error output in log clearer Perttu Ahola 2012-03-19 08:23:48 +0200
  • 9101b680c0 Do not error() on digprop_* calls but print a warning Perttu Ahola 2012-03-19 08:23:11 +0200
  • d24c56fd4b Unknown nodes can be dug Perttu Ahola 2012-03-19 08:16:17 +0200