]> git.lizzy.rs Git - dragonfireclient.git/history - src/client
Add on_flood() callback.
[dragonfireclient.git] / src / client /
2017-04-21 Dániel JuhászSoft node overlay (#5186)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-18 Auke KokReorder TileSpec. (#5591)
2017-04-18 EkdohibsFix always using the xbox layout (reported by coverity).
2017-04-17 Loic BlotRemove an unused variable in Android Build
2017-04-16 Loïc BlotAndroid progressbar fix (#5601)
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-04-07 rubenwardyFix signed/unsigned conversion warning
2017-04-07 rubenwardyAdd Joystick type detection and Xbox controller support
2017-04-06 Loïc BlotLINT: Switch whitelist check from egrep to awk
2017-04-01 Loïc BlotClang-format: trivial fix on some headers (#5495)
2017-03-30 adridoWindows: Set window icon (#5486)
2017-03-26 red-001Change command prefix to "." and add "help" command.
2017-03-24 SmallJokerTile.cpp: Fix MSVC build broken by 072bbba
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-02-16 red-001Fix a small regression caused by e2ad76f.
2017-02-09 red-001No longer auto-generate a 'guest####' player name when...
2017-02-06 Auke KokPrevent SIGFPE on entity tile loading issue. (#5178)
2017-01-30 sapierAdd multiply texture modifier
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-02 Luke Puchner-HardmanAdded "[sheet" to the texture special commands.
2017-01-02 sfan5Move TileAnimation code to seperate file
2016-12-26 sfan5Irrlicht 1.9 support
2016-09-15 Thomas--SAdd an [invert:<mode> texture modifier
2016-09-14 sfan5Allow escaping of texture names when passed as an argum...
2016-08-20 est31Also support X11 icon for minetest copies installed...
2016-08-12 Thomas--SAdd an [opacity:<r> texture modifier. Makes the base...
2016-08-10 Esteban I. Ruiz... Add zoom, tweakable with zoom_fov, default key: Z ...
2016-07-05 est31Finally set a window icon on X11
2016-07-03 est31Remove top left minetest watermark
2016-06-03 est31Initial Gamepad support
2016-06-03 est31Input related generalisations
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-05-26 est31Tell irrlicht if we handle a key or not.
2016-05-09 SmallJokerAdd [resize texture modifier Resizes the texture to...
2016-04-25 SmallJokertile.cpp: Automatically upscale lower resolution texture
2016-04-07 kwolekrRe-add and disable blit_with_interpolate_overlay
2016-04-05 Samuel SiebFix compiler warnings from "Add an option to colorize...
2016-04-03 Samuel SiebAdd an option to colorize to respect the destination...
2016-03-20 ShadowNinjaClean up Strfnd
2016-03-15 est31Fix two reconnect bugs
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2016-01-23 RealBadAngelFix texture tear issue
2016-01-09 Dalai FelintoNew 3D Mode: Pageflip
2015-11-02 KahrlPrint --videomodes response to standard output, too
2015-10-17 kwolekrRefactor thread utility interface
2015-10-14 ShadowNinjaRefactor logging
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading
2015-08-20 RealBadAngeltileable flags are needed also without shaders because...
2015-08-20 RealBadAngelRemove use of engine sent texture tiling flags - theyre...
2015-08-05 RealBadAngelFix tiling issues for PLANTLIKE and FIRELIKE with FSAA
2015-08-02 Břetislav Štecsrc/client/tile.cpp: Fix reference counting
2015-07-23 est31Optional reconnect functionality
2015-07-21 RealBadAngelAdd wielded (and CAOs) shader
2015-07-16 RealBadAngelFix relief mapping issues
2015-07-10 kwolekrMisc. minor fixes
2015-07-08 est31Use UTF-8 instead of narrow
2015-07-04 ShadowNinjaUse minetest logging facilities for irrlicht log output
2015-06-27 RealBadAngelAdd minimap feature
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-27 sfan5Revert the upper-case PROJECT_NAME nonsense that was...
2015-04-26 Aaron SuenFix fast leaves with texture_clean_transparent enabled.
2015-04-17 est31Refactor around translatePassword
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-04-01 Aaron SuenClean scaling pre-filter for formspec/HUD.
2015-03-31 Aaron SuenMove texture_min_size even further down the pipe. Now...
2015-03-29 Craig RobbinsMake sure g_timegetter is initalised before running...
2015-03-28 ShadowNinjaChange error_message from wstring to string
2015-03-27 ShadowNinjaClean up and tweak build system
2015-03-23 Aaron SuenFix for sun/moon tonemaps: don't upscale 1px images.
2015-03-21 Aaron SuenFix composite textures with texture_min_size. Moved...
2015-03-21 Aaron SuenConfigurable automatic texture scaling and filtering...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-03-05 BlockMenFix some rendering glitches
2015-02-21 Loic BlotUse proper CMakeLists.txt for network and client direct...
2015-02-14 Loic BlotRe-apply 4a6582c13c36cab457b78f32338c6bb4ab9ea58b broke...
2015-02-12 Loic Blotmain.cpp rework * Move ClientLauncher class to a dedica...