]> git.lizzy.rs Git - dragonfireclient.git/history - src
[CSM] Move `.list_players` and `.disconnect` to builtin. (#5550)
[dragonfireclient.git] / src /
2017-04-10 Loïc BlotClang-format fix for Android
2017-04-10 Loïc BlotClang-format styles fixes since previous commit
2017-04-10 Loic BlotClang format: fix LINT on old PR which doesn't have...
2017-04-10 number ZeroHard-coded undersampling.
2017-04-09 Vincent GlizeLocalPlayer api lua
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-04-08 red-001Move chat command handling code from C++ to Lua (#5528)
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2017-04-08 Loic Blotcode style fix on src/script/cpp_api/s_client.h
2017-04-08 Vincent Glize[CSM] Add event on_connect player API lua (#5540)
2017-04-07 Loic BlotPass clang-format on 14 trivial header files fixes
2017-04-07 rubenwardyFix signed/unsigned conversion warning
2017-04-07 SmallJokerCavegen: Fix non-constant array initializer error for...
2017-04-07 SmallJokerSettings: Update documentation (#5534)
2017-04-07 Loic BlotClang-format: fix some header files and remove them...
2017-04-07 adridoWindows: Skip cmd for release builds (#5416)
2017-04-07 Auke KokFix "error: ‘playerSAO’ was not declared"
2017-04-07 EkdohibsFix spacing
2017-04-07 EkdohibsFix problems when overriding the hand:
2017-04-07 rubenwardyAdd Joystick type detection and Xbox controller support
2017-04-07 presstabstartFix multiple death messages (#5305)
2017-04-06 orwell96Show media download progress in percent on progress...
2017-04-06 Loïc BlotLINT: Switch whitelist check from egrep to awk
2017-04-06 red-001[CSM] Add function to get the server protocol version...
2017-04-06 Loïc BlotClang-format continuation indent fixes + .gitignore...
2017-04-06 Loic BlotMove LINT process in dedicated shell & fix
2017-04-06 red-001[CSM] Add support for positional audio. (#5516)
2017-04-05 Loïc BlotMemleak fix: LocalPlayer object was not deleted
2017-04-05 paramatMapgen: Remove '#include treegen.h' from non-mgv6 mapgens
2017-04-04 ParamatMapgenBasic: Add lava source as commonly used content...
2017-04-04 Loïc BlotClient handlers: Remove useless stringstream usage...
2017-04-04 red-001[CSM] Add local node meta reference. (#5508)
2017-04-03 paramatCavegen/Mgv5/Mgv7: Add optional giant caverns
2017-04-02 Loïc BlotUpdate embedded jsoncpp from unk version to 0.10.6...
2017-04-01 Loïc BlotClang-format: trivial fix on some headers (#5495)
2017-04-01 red-001[CSM] Add function and chat command to disconnect from...
2017-04-01 number ZeroSignlike, glasslike drawtypes: Fix inverted textures
2017-04-01 SmallJokermapgen: Fix segfault when selecting invalid mapgen...
2017-03-31 Loic BlotFix clang-format Columns Width
2017-03-31 kilbithWieldmesh: Natural orientation depending on pitch ...
2017-03-30 adridoWindows: Set window icon (#5486)
2017-03-30 paramatParamtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL
2017-03-29 Loïc Blotl_minimap: don't show minimap if configuration doesn...
2017-03-29 Loïc BlotAdd CPP11 header to define nullptr & constexpr (#5471)
2017-03-29 sfan5Sneak: Fix sneaking on free-floating lower-half slabs
2017-03-28 sfan5Sneak: Fix stair lower step bug and ladder in 1x1 hole...
2017-03-27 Loïc BlotPostgreSQL: fix delete block
2017-03-27 paramatMap generation limit: Make per-world
2017-03-27 Diego MartínezPathfinder: Send errors to `warningstream`.
2017-03-26 Loic BlotFix mismatch struct/class for GameUIFlags
2017-03-26 sfan5Sneak: Replicate sneak ladder in new code, is optional
2017-03-26 red-001Change command prefix to "." and add "help" command.
2017-03-26 number ZeroAdd mesh generation delay
2017-03-25 Loïc BlotAdd clang format & skip build if no source file modifie...
2017-03-24 SmallJokerTile.cpp: Fix MSVC build broken by 072bbba
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-03-22 bigfoot547[CSM] Add function to get player names in range (#5435)
2017-03-20 number ZeroContent_mapblock.cpp: Refactor
2017-03-20 Ben DeutschRefactored client event if-else cascade to switch statement
2017-03-20 paramatMap generation limit: Rewrite
2017-03-19 sfan5Fix /shutdown or ^C no longer causing server exit
2017-03-19 Loïc BlotRefactor Game class (part 2) (#5422)
2017-03-19 red-001Block access to the `io` library
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2017-03-18 ShadowNinjaServer list cleanup
2017-03-18 WuzzyShow itemstring as tooltip if no item description
2017-03-18 Loic BlotTOGGLE_CHAT keymap should togglechat not HUD
2017-03-17 Loïc BlotReduce memory & function cost of Game class functions...
2017-03-17 zeuneravoid crashing when accessing mapgen early (#5384)
2017-03-17 Loïc Blot[CSM] Fix minimap problems (#5405)
2017-03-17 Loïc Blot[CSM] Add core.get_timeofday & core.get_day_count env...
2017-03-16 Loïc BlotFix indentation problem since merge resolution
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-16 Loïc BlotAdd ModStorageAPI to client side modding (#5396)
2017-03-16 paramatGet biome list: Downgrade missing biome message to...
2017-03-16 sfan5Sneak: Fix various problems with sneaking
2017-03-15 Lars HofhanslUse true distance for block priority.
2017-03-13 red-001Add `get_wielded_item`
2017-03-13 nerzhul[CSM] Add enable_client_modding param (default: false)
2017-03-13 red-001[CSM] Add `on_punchnode` callback
2017-03-13 red-001[CSM] Add `get_node` and `get_node_or_nil`
2017-03-13 red-001[CSM] Add `on_dignode` callback (#5140)
2017-03-13 Loic Blot[CSM] storage + fixes
2017-03-13 red-001[CSM] Improve security for client-sided mods (#5100)
2017-03-13 Loïc Blot[CSM] implement client side mod loading (#5123)
2017-03-13 red-001[CSM] Add local formspecs. (#5094)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-03-13 red-001[CSM] Add client-sided chat commands (#5092)
2017-03-13 Loïc Blot[CSM] Add on_death, on_hp_modification & oh_damage_take...
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2017-03-13 Loic Blot[CSM] Client side modding
2017-03-13 kilbithGUI: Allow texture packs to customize the progress...
2017-03-12 Lars HofhanslEnable server side occlusion culling by default.
2017-03-12 Lars HofhanslAllow server side occlusion culling.
2017-03-12 Auke KokDo not increase breath if at full breath.
2017-03-11 sfan5database-redis: Support password authentication
2017-03-11 paramatClimb speed: Increase default setting from 2 to 3
2017-03-11 number ZeroMinimap: Optimise
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2017-03-10 kilbithGUI: Convert loading screen's progress bar to image...
next