1
0
Fork 0
mirror of https://github.com/dragonfireclient/dragonfireclient.git synced 2025-01-11 08:29:52 -05:00

Commit graph

  • 337c02c0f0 Don't compile pcgrandom on Windows est31 2015-11-08 18:16:20 +0100
  • f9e394a466 Improve LuaVoxelManip documentation kwolekr 2015-11-07 03:27:33 -0500
  • 2a12579fab Add support for audio feedback if placing node failed BlockMen 2015-10-24 12:28:35 +0200
  • 578649bd15 Document ENABLE_CURSES in README.txt Kahrl 2015-11-06 23:05:40 +0100
  • 2ec1eee090 Conf.example, settingtypes: Improve mgfractal documentation paramat 2015-11-06 08:38:01 +0000
  • 5e507c9829 Add server side ncurses terminal est31 2015-07-25 07:43:32 +0200
  • 1384108f8c Schematics: Add core.place_schematic_on_vmanip API kwolekr 2015-11-04 03:33:12 -0500
  • 732cabee19 Settingtypes: Correct documentation for mgfractal paramat 2015-11-04 23:07:29 +0000
  • c75ab52115 Fix time progressing too fast est31 2015-11-04 06:44:55 +0100
  • 64049cf72a Mgfractal: Add documentation to conf.example and settingtypes paramat 2015-11-04 02:18:37 +0000
  • 8f03995604 Time: use locks again est31 2015-11-04 03:07:32 +0100
  • f9b09368f0 Time: Remove serverside getter, and use atomic operations est31 2015-11-03 08:56:56 +0100
  • abc354a5d0 Atomic: cleanup and add more operations est31 2015-11-03 13:09:23 +0100
  • 1550ab3c5d Only go fast in autorun if fast move is enabled est31 2015-11-03 15:29:52 +0100
  • 6ba4f3775e Silence 'unused typedef' warning for STATIC_ASSERT() kwolekr 2015-11-03 01:03:33 -0500
  • c2b5da735e Add callback parameter for core.emerge_area() kwolekr 2015-10-30 02:48:37 -0400
  • 5c3546e459 Speed up saving of profiling data by 27x gregorycu 2015-11-02 14:17:44 +1100
  • eabfe091b5 Rename and move basicmacros.h to util/basic_macros.h est31 2015-10-31 03:06:36 +0100
  • 8f49358153 Print --videomodes response to standard output, too Kahrl 2015-11-02 02:46:36 +0100
  • 3285bf73b9 Print direct command line responses to standard output instead of using the log system Perttu Ahola 2015-11-02 00:10:09 +0200
  • 52e5b513ed Fix Lua scripting synchronization kwolekr 2015-10-31 16:31:43 -0400
  • d198e420ec Fix Noise compiled under clang >= 3.7.x with -O2 or higher kwolekr 2015-11-01 11:16:18 -0500
  • 9269a0ecc7 Fix server crashing on Lua errors ShadowNinja 2015-10-29 14:48:10 -0400
  • b872df6ef6 Fix clang warning ShadowNinja 2015-10-29 23:10:05 -0400
  • fdede60034 Fix C++11 compatibility kwolekr 2015-10-31 02:38:23 -0400
  • 482c4d69b0 minetest. to core. Rui914 2015-10-31 08:35:27 +0900
  • b6dfae0221 WoW-style Autorun Duane Robertson 2015-09-28 13:59:03 -0500
  • c0a7c670a4 findSpawnPos: Add setting for max height above water level paramat 2015-10-29 00:17:48 +0000
  • 182b3fd283 Mgfractal: Add filler depth noise paramat 2015-10-28 22:58:39 +0000
  • 688556a5d1 Add STATIC_ASSERT() macro and use it kwolekr 2015-10-27 22:27:32 -0400
  • c56d7fe0eb Add DISABLE_CLASS_COPY macro (and use it) kwolekr 2015-10-27 02:51:43 -0400
  • ca8e56c15a Environment: Time of day fixes and add serverside getter est31 2015-10-27 21:03:59 +0100
  • c406438b95 Fix missing #include PilzAdam 2015-10-27 15:55:34 +0100
  • 27eed1389b Move basic, non-numeric macros from util/numeric.h to basicmacros.h kwolekr 2015-10-27 01:50:46 -0400
  • 8a6e921cb8 Fix jittering sounds on entities (fixes #2974) BlockMen 2015-08-12 17:13:19 +0200
  • 2c25107c31 Fix typo BlockMen 2015-10-26 15:14:22 +0100
  • bc0318d2fc SAPI: Fix seed parameter truncation for LuaPseudoRandom constructor kwolekr 2015-10-26 04:01:01 -0400
  • 306b067091 SAPI: Move core.get_us_time() to Util module kwolekr 2015-10-26 03:45:55 -0400
  • 5f342aa015 Remove some abort() calls est31 2015-10-26 04:13:27 +0100
  • d69ef6acd3 SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorrect thread kwolekr 2015-10-25 23:12:59 -0400
  • 54f1267c2c SAPI: Mark all Lua API functions requiring envlock kwolekr 2015-10-25 00:45:18 -0400
  • 3936a5e3f7 Correct comment in l_util.cpp est31 2015-10-26 00:12:39 +0100
  • eba5f7cd6c Fix parameter passing to gettext call PilzAdam 2015-10-25 19:14:07 +0100
  • eb92bfb030 Check if hitter has inventory when punching item BlockMen 2015-10-25 18:15:31 +0100
  • df2c474d19 Credits: Remove my name Rui 2015-10-24 17:30:36 +0900
  • 50ba7e114d Add option to disable backface culling for models BlockMen 2015-09-28 20:49:38 +0200
  • 6907c3e40a Escape " in generated settings_translation_file.cpp PilzAdam 2015-10-25 10:56:58 +0100
  • 1f76808e4f Fix out of bounds vector write in Logger::addOutput(ILogOutput *out) est31 2015-10-25 00:01:57 +0200
  • 7d5c736531 Fix setting comments PilzAdam 2015-10-24 23:11:21 +0200
  • 9ee0d376d4 Don't allow games or mods to add secure. settings PilzAdam 2015-10-24 22:31:54 +0200
  • e2fc8f7dda Mgfractal: Independent iterations and scale parameters paramat 2015-10-23 23:02:10 +0100
  • 49bda7f98d Android: statically load iconv library est31 2015-10-24 20:44:07 +0200
  • e46fa22003 Run updatepo.sh est31 2015-10-24 20:29:11 +0200
  • 85c6b5fd06 Better gettext support for protocol version mismatch messages est31 2015-10-05 01:52:41 +0200
  • 2f19abd704 Small logging refactor and additional options est31 2015-10-24 12:52:14 +0200
  • 6f2d9de769 Improve Lua settings menu PilzAdam 2015-10-18 10:41:52 +0200
  • 2d207afe8e Fix compilation under MSVC and remove unnecessary conditional function prototype kwolekr 2015-10-24 13:31:42 -0400
  • 127b9aed09 Fix on_rightclick() being called directly after placing node BlockMen 2015-10-23 23:38:21 +0200
  • 380e1504eb Improve rollback database indexing cheapie 2015-10-23 23:52:45 -0500
  • f9eb31f317 Flush rollback log more often est31 2015-10-24 08:20:42 +0200
  • 964be640cb Fix some threading things and add additional thread unittests kwolekr 2015-10-17 22:42:48 -0400
  • 59fa117d13 Decoration API: Add flag for placement on liquid surface paramat 2015-10-21 08:51:59 +0100
  • c32847838d Add more ways to pass data to check_player_privs Robert Zenz 2015-09-03 21:28:38 +0200
  • 37c1e20127 Translated using Weblate (Portuguese (Brazil)) Leonardo 2015-10-15 04:11:56 +0200
  • 16d208e1dd Translated using Weblate (Japanese) Rui 2015-10-05 08:20:24 +0200
  • 1ac19c6dcf Translated using Weblate (German) est31 2015-10-05 02:00:34 +0200
  • df80b1ae5a init_log_streams: check if log_filename is empty. Jun Zhang 2015-10-19 11:47:14 +0800
  • 3b9f99e0d6 ABMs: Make catch-up behaviour optional paramat 2015-10-13 05:17:33 +0100
  • 2364449d7a Settings tab: double click opens/closes trees Kahrl 2015-10-18 11:03:59 +0200
  • ba9d7215ec Settings tab: don't autoscroll when toggling "Show technical names" Kahrl 2015-10-18 10:42:44 +0200
  • 6b0cae5a9d Remove wstrgettext est31 2015-10-18 02:29:06 +0200
  • f3d82567c9 Display sane output for empty descriptions est31 2015-10-18 02:18:10 +0200
  • c4d1862344 Fix GUITable selection issues with trees Kahrl 2015-10-17 23:34:45 +0200
  • 6b408248a1 Re-add "file" type for --add-location for xgettext call est31 2015-10-17 22:19:04 +0200
  • 006ef5b4a5 New settings tab contain all possible settings PilzAdam 2015-10-15 21:32:31 +0200
  • 06e5d0f5c5 Fix == to = Rui 2015-10-17 19:23:07 +0900
  • 6ba9d6545d Fix missing include on AIX kwolekr 2015-10-17 01:16:17 -0400
  • 765a834cd0 Refactor Thread class to improve readability and portability kwolekr 2015-10-16 23:43:29 -0400
  • 6be74d17df Refactor thread utility interface kwolekr 2015-10-16 21:12:30 -0400
  • 836486a98e Fix crash regression when invsize formspec gets used est31 2015-10-17 01:01:12 +0200
  • b600bc30a9 Fix enforcing of nametag hiding est31 2015-10-15 23:46:03 +0200
  • 5d88501a57 Compress textures and fonts Maksim Gamarnik 2015-10-15 01:45:59 -0400
  • 1a5b4b38f3 Add BufReader and vector-based serialization methods kwolekr 2015-08-06 00:26:18 -0400
  • e067ceacb8 Clean up gettext initialization ShadowNinja 2015-10-15 00:45:56 -0400
  • 7b8d372947 Use warningstream for deprecated field messages and refactor log_deprecated ShadowNinja 2015-10-15 01:08:18 -0400
  • 659922fd30 Remove explicit syslog printing for uncaught exceptions on Android ShadowNinja 2015-10-15 00:23:29 -0400
  • 6f2d785d0f Rename macros with two leading underscores ShadowNinja 2015-10-14 02:39:30 -0400
  • 6f4d6cb574 Always use errorstream for DEBUG_EXCEPTION_HANDLER ShadowNinja 2015-10-14 02:33:04 -0400
  • 4236792b87 Lower log level for benign socket errors ShadowNinja 2015-10-14 02:21:41 -0400
  • 96cc5b34fe Use warningstream for log messages with WARNING ShadowNinja 2015-10-14 01:26:03 -0400
  • 2139d7d45f Refactor logging ShadowNinja 2015-10-13 03:57:44 -0400
  • e0b57c1140 Fix how address is logged when a wrong password is supplied Kahrl 2015-10-12 21:25:11 +0200
  • 7f2cefa093 Localize digprop_err function Rui 2015-10-11 21:10:26 +0900
  • bda2f56503 Mgfractal: Independant offset and slice params for mandelbrot and julia paramat 2015-10-11 18:11:09 +0100
  • 3a4bcf35a1 Fractal mapgen: Fix mysterious bug paramat 2015-10-10 20:56:29 +0100
  • 41d896d5c2 Clear list rings when loading a new formspec est31 2015-10-10 17:07:53 +0200
  • 7504cdcfbf Mapgen: Use mapgen-specific names for constants in headers paramat 2015-10-08 05:17:25 +0100
  • 706e7cebea Fractal mapgen: Add seabed and large pseudorandom caves paramat 2015-10-07 02:05:03 +0100
  • d152b55971 Android/Mapgen: Add fractal mapgen file to android makefiles paramat 2015-10-06 22:14:44 +0100
  • 8edc8a14e4 Correct SRP documentation est31 2015-10-06 19:08:53 +0200