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

Commit graph

  • 67997af67f src/environment.cpp: Fix NULL pointer dereference Břetislav Štec 2015-08-01 14:07:12 +0200
  • 79e2647556 src/network/connection.h: Fix race condition Břetislav Štec 2015-08-01 13:53:15 +0200
  • c39a85a88d Android: Add githash header to spare rebuilds after new commits est31 2015-07-31 16:38:36 +0200
  • 7919318be7 tests: Log exceptions thrown inside of unit tests kwolekr 2015-07-31 23:29:51 -0400
  • cfed682d04 Dungeon generation: Fix code style issues in dungeongen.cpp paramat 2015-07-31 01:10:53 +0100
  • e29b61ecd4 Android: speed up rebuild, and prevent race condition fail est31 2015-07-31 05:52:34 +0200
  • 7217fd32eb Fix 0.4.11 githash for android est31 2015-07-31 04:51:57 +0200
  • 05fe9ab2d4 Small SendableMediaAnnouncement cleanup Loic Blot 2015-07-30 23:14:05 +0200
  • eb3aac20c8 Android: fix horrible libiconv build est31 2015-07-29 11:54:27 +0200
  • f97c2702a2 Android: Fix minor makefile bugs est31 2015-07-29 15:22:51 +0200
  • ca63f7f10d Precalculate mapblock relative size. This permit to remove many s16 calculs on runtime nerzhul 2015-07-29 10:49:40 +0200
  • 88a6b9f52d Fixed minimap memory leak Břetislav Štec 2015-07-19 01:35:47 +0200
  • 9bc0241e44 Extend CMake variable descriptions SmallJoker 2015-07-27 11:53:19 +0200
  • f336d3ffb6 Fix srp.cpp:815 leak est31 2015-07-27 07:44:48 +0200
  • c30a2d6854 Add AreaStore data structure est31 2015-07-11 02:24:00 +0200
  • 454a290370 Fix MSVC number conversion warning SmallJoker 2015-07-22 10:11:34 +0200
  • ffd0ef16c4 Fix FSAA dropdown option reset after changing another dropdown option jeanpatrick.guerrero@gmail.com 2015-07-25 12:40:01 +0200
  • fa1096ec49 Fix minetest.get_(all)_craft_recipe(s) regression est31 2015-07-25 07:54:56 +0200
  • 4e6971e593 Cleanup server addparticle(spawner) by merge two identical functions. Loic Blot 2015-07-25 11:56:24 +0200
  • a8c5841140 Remove drivers dropdown in the settings tab kilbith 2015-07-24 21:21:24 +0200
  • 288302a1f0 Fix documentation of dedicated_server_loop est31 2015-07-24 23:11:19 +0200
  • 5bde7798e9 Check output of mpz_set_str and fix leak on error condition est31 2015-07-24 21:38:40 +0200
  • aab7c83d02 Remove some old dead code. Fix some Clang warnings in SRP (ng->N... will always evaluate to true. Loic Blot 2015-07-24 21:03:50 +0200
  • 2eb329cc63 Bump protocol to 26 est31 2015-07-24 20:28:00 +0200
  • 5dc9df8bbe Update my name Novatux 2015-07-24 12:03:56 +0200
  • 3b50b2766a Optional reconnect functionality est31 2015-07-17 16:40:41 +0200
  • 1e0e85f82e Fix issues with light of attached CAOs RealBadAngel 2015-07-23 04:35:13 +0200
  • 4eacce5e2f Add note that chat messages can be marked as handled. Robert Zenz 2015-07-21 21:43:01 +0200
  • 8b472fdc05 Conf.example: Update mgv7 noise parameters paramat 2015-07-22 02:20:05 +0100
  • d569c91f48 Mgv7: Use density noise + density gradient for mountain terrain paramat 2015-07-15 02:31:14 +0100
  • 60350699c7 Add wielded (and CAOs) shader RealBadAngel 2015-07-21 23:56:41 +0200
  • 5b0c719171 Fix crash in mainmenu when loaded subgame does not have a "menu" directory sfan5 2015-07-21 21:55:58 +0200
  • 254dbe7abd Clarify docs for auth.cpp method est31 2015-07-21 18:03:59 +0200
  • a57d83b46a Ask auth handler to create auth when a default password is set est31 2015-07-21 17:57:57 +0200
  • 403e6e6c9c Document game main menu image system est31 2015-07-21 17:17:46 +0200
  • 8994913259 Allow random menu images for subgames sfan5 2015-07-18 14:31:34 +0200
  • fa7fe510d9 Remove profiler.h include where it's not needed. Remove some unreachable and very old code Loic Blot 2015-07-20 23:30:43 +0200
  • 5ebb4237e2 Added get_player_velocity() method. Fixes #1176 Elia Argentieri 2015-06-25 14:57:10 +0200
  • 7bbb9b066a MoveItemSomewhere double bugfix est31 2015-07-19 02:27:12 +0200
  • 4046f3e302 Cavegen: Mgv6: No small caves entirely above ground paramat 2015-07-18 20:37:04 +0100
  • e47f390e0d Refactor particle code to remove the while loops TeTpaAka 2015-07-18 11:52:39 +0200
  • 1076bbd03e Update toolchain_mingw64.cmake Rui 2015-07-11 15:58:13 +0900
  • 74d8fdbd95 Add antialiasing UI setting Mark Schreiber 2015-06-28 01:25:38 -0700
  • c5c609ce3d Add ability to specify coordinates for /spawnentity Marcin 2015-06-25 18:14:01 +0200
  • dd2e08e117 Make acc and vel deprecated in add_particle and search for acceleration and velocity instead TeTpaAka 2015-06-22 23:21:14 +0200
  • 162af5fe32 Fix a typo in comment of CMakeLists.txt D Laboratory 2015-07-16 15:15:29 +0800
  • 5b9c8dfbd2 Change texture pack description file name ExcaliburZero 2015-07-15 13:21:27 -0400
  • 8d03301138 Fix invisible player when the attached entity is removed TeTpaAka 2015-07-03 12:31:34 +0200
  • 9c76f379ac Display an access denied message when client detects a server timeout Kahrl 2015-07-17 08:51:07 +0200
  • 2c359da836 Run updatepo.sh est31 2015-07-17 07:24:10 +0200
  • b4f166fb45 Translated using Weblate (Turkish) Michal Čihař 2015-07-14 16:48:28 +0200
  • 5c7b7caec9 Translated using Weblate (Japanese) Rui 2015-07-11 13:46:56 +0200
  • f4667dfd26 Translated using Weblate (Japanese) sfan5 2015-07-09 15:56:35 +0200
  • a2f35da6b6 Translated using Weblate (Korean) Tae Lim Kook 2015-07-08 23:31:00 +0200
  • fa53bb77d9 Translated using Weblate (Japanese) Tae Lim Kook 2015-07-08 23:33:04 +0200
  • 4872f1cfd1 Translated using Weblate (French) Jean-Patrick G 2015-07-08 11:41:31 +0200
  • 3ff5e458b6 Translated using Weblate (Italian) Michal Čihař 2015-07-07 14:43:59 +0200
  • bf7174f3f9 Server kicks: make messages configurable, cache wstring est31 2015-07-17 06:30:21 +0200
  • f9dbec6edf Kick players when shutting down server and there is a crash due to a Lua stack exception nerzhul 2015-07-16 17:37:46 +0200
  • 655fc6010f Fix relief mapping issues RealBadAngel 2015-07-16 15:36:48 +0200
  • b30e8d8ec6 Make serialization error message translatable Kahrl 2015-07-14 18:20:50 +0200
  • 8ac0cf500f connection.cpp: remove unused constructor Loic Blot 2015-07-14 17:56:55 +0200
  • 515e7028ac Increase limit of serialized long strings kwolekr 2015-07-14 03:22:16 -0400
  • 5006ce8260 Remove raw message output on AOM deserialization failure kwolekr 2015-07-13 23:29:29 -0400
  • 6f07f79c2f Add more robust error checking to deSerialize*String routines kwolekr 2015-07-11 17:48:05 -0400
  • b411b6f36f Minimal: Remove recently added unnecessary nodes paramat 2015-07-13 20:25:22 +0100
  • 66ea356e68 Mgv6/treegen: (Re)Add fallback nodes for compatibility with subgames paramat 2015-07-13 01:17:54 +0100
  • c3dead719a Fix remnant bugs on mainmenu jp 2015-07-04 17:53:00 +0200
  • 1a1774a105 Fix damage flash when damage disabled kwolekr 2015-07-10 15:58:32 -0400
  • 8eb272cea3 Misc. minor fixes kwolekr 2015-07-08 11:53:02 -0400
  • e6f0178e83 Little coding style fix on porting.h Loic Blot 2015-07-10 19:04:05 +0200
  • cb8978fb1d Settings: pass name to callbacks by reference est31 2015-07-09 08:23:08 +0200
  • 4ece2b9e32 Update clouds enable_3d_clouds when setting changed est31 2015-07-09 08:07:59 +0200
  • 13e100e1d8 Windows: Fix some warnings. Diego Martinez 2015-07-08 16:18:11 -0300
  • b51738177e Biome API decorations: 'spawnby' searches a 3D neighbourhood paramat 2015-07-08 20:01:29 +0100
  • 39439cbd3d Add new leaves style - simple (glasslike drawtype) RealBadAngel 2015-07-08 11:20:07 +0200
  • b0784ba871 Use UTF-8 instead of narrow est31 2015-07-07 05:55:07 +0200
  • e234d8b378 Clean-up Minimap code kwolekr 2015-07-08 00:45:24 -0400
  • ba15c98e4d Mgv7: Auto-set lowest mountain generation level paramat 2015-07-05 00:56:31 +0100
  • d92d376148 Client: better m_proto_ver initialisation est31 2015-07-05 21:05:07 +0200
  • a93838707a Use minetest logging facilities for irrlicht log output ShadowNinja 2015-07-05 00:53:38 +0200
  • d786a272c0 Mgv7: Lower base of mountain generation to -112 and define constant paramat 2015-07-03 22:47:31 +0100
  • 64dc053209 Fix endless loop since grandparent commit est31 2015-07-04 19:43:46 +0200
  • c53520aa31 Fix attempt to start a world when no world is selected/created jeanpatrick.guerrero@gmail.com 2015-07-04 15:08:32 +0200
  • 96989e0a6a Craftdef: Use numbers instead of iterators est31 2015-07-04 16:21:37 +0200
  • 87b9cdab07 Fix missing check for 0 in craft replacements TeTpaAka 2015-07-04 11:28:09 +0200
  • 7b171ea2be Fix code style from recent commits and add misc. optimizations kwolekr 2015-07-02 23:14:30 -0400
  • 0a0378fece Set server_announce to world.mt and respect modes when changing subgame Sokomine 2015-07-02 16:26:09 +0200
  • 8a85e5e58d Shaders fixes and cleanup relief mapping code. RealBadAngel 2015-07-02 21:36:45 +0200
  • 75d2cfef5c Fix world.mt not written when selecting mode Sokomine 2015-07-01 18:56:27 +0200
  • 2e44873ac9 Inventory manager style cleanup and further checks est31 2015-07-01 17:03:02 +0200
  • b2160bcecd Disable mesh cache by default est31 2015-07-01 13:49:48 +0200
  • c0dafa1c10 Cavegen: Cleanup code. Define constant for MGV7_LAVA_DEPTH paramat 2015-06-30 14:31:54 +0100
  • d75009a758 Add android tools environment to gitignore est31 2015-07-01 04:12:55 +0200
  • 9e3e6dc5ec Make m_blocks_cache private est31 2015-06-30 21:34:23 +0200
  • 370a33686a Defer minimap update when shape changed est31 2015-06-30 21:14:28 +0200
  • 842579eb8c Close keybind settings menu with esc est31 2015-06-30 21:04:06 +0200
  • 29b0dc89e6 Fix single click world select est31 2015-06-30 19:58:06 +0200
  • 85f3d575ec Fix bugs in mainmenu jeanpatrick.guerrero@gmail.com 2015-06-29 15:41:05 +0200
  • 91f95fd4df Biome API: Increase heat and humidity noise spreads to 1000 paramat 2015-06-30 06:32:52 +0100