]> git.lizzy.rs Git - dragonfireclient.git/history - src
Translated using Weblate (French)
[dragonfireclient.git] / src /
2015-11-08 est31Don't compile pcgrandom on Windows
2015-11-07 BlockMenAdd support for audio feedback if placing node failed
2015-11-06 est31Add server side ncurses terminal
2015-11-05 kwolekrSchematics: Add core.place_schematic_on_vmanip API
2015-11-04 est31Fix time progressing too fast
2015-11-04 est31Time: use locks again
2015-11-03 est31Time: Remove serverside getter, and use atomic operations
2015-11-03 est31Atomic: cleanup and add more operations
2015-11-03 est31Only go fast in autorun if fast move is enabled
2015-11-03 kwolekrSilence 'unused typedef' warning for STATIC_ASSERT()
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-11-02 gregorycuSpeed up saving of profiling data by 27x
2015-11-02 est31Rename and move basicmacros.h to util/basic_macros.h
2015-11-02 KahrlPrint --videomodes response to standard output, too
2015-11-01 Perttu AholaPrint direct command line responses to standard output...
2015-11-01 kwolekrFix Lua scripting synchronization
2015-11-01 kwolekrFix Noise compiled under clang >= 3.7.x with -O2 or...
2015-10-31 ShadowNinjaFix server crashing on Lua errors
2015-10-31 ShadowNinjaFix clang warning
2015-10-31 kwolekrFix C++11 compatibility
2015-10-29 Duane RobertsonWoW-style Autorun
2015-10-29 paramatfindSpawnPos: Add setting for max height above water...
2015-10-29 paramatMgfractal: Add filler depth noise
2015-10-28 kwolekrAdd STATIC_ASSERT() macro and use it
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-10-27 est31Environment: Time of day fixes and add serverside getter
2015-10-27 PilzAdamFix missing #include
2015-10-27 kwolekrMove basic, non-numeric macros from util/numeric.h...
2015-10-26 BlockMenFix jittering sounds on entities (fixes #2974)
2015-10-26 BlockMenFix typo
2015-10-26 kwolekrSAPI: Fix seed parameter truncation for LuaPseudoRandom...
2015-10-26 kwolekrSAPI: Move core.get_us_time() to Util module
2015-10-26 est31Remove some abort() calls
2015-10-26 kwolekrSAPI: Throw runtime error instead of if l_get_mapgen_ob...
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-10-25 est31Correct comment in l_util.cpp
2015-10-25 BlockMenAdd option to disable backface culling for models
2015-10-25 PilzAdamEscape " in generated settings_translation_file.cpp
2015-10-24 est31Fix out of bounds vector write in Logger::addOutput...
2015-10-24 paramatMgfractal: Independent iterations and scale parameters
2015-10-24 est31Small logging refactor and additional options
2015-10-24 PilzAdamImprove Lua settings menu
2015-10-24 kwolekrFix compilation under MSVC and remove unnecessary condi...
2015-10-24 BlockMenFix on_rightclick() being called directly after placing...
2015-10-24 cheapieImprove rollback database indexing
2015-10-24 est31Flush rollback log more often
2015-10-24 kwolekrFix some threading things and add additional thread...
2015-10-23 paramatDecoration API: Add flag for placement on liquid surface
2015-10-19 Jun Zhanginit_log_streams: check if log_filename is empty.
2015-10-18 paramatABMs: Make catch-up behaviour optional
2015-10-18 KahrlSettings tab: double click opens/closes trees
2015-10-18 KahrlSettings tab: don't autoscroll when toggling "Show...
2015-10-18 est31Remove wstrgettext
2015-10-17 KahrlFix GUITable selection issues with trees
2015-10-17 PilzAdamNew settings tab contain all possible settings
2015-10-17 RuiFix == to =
2015-10-17 kwolekrFix missing include on AIX
2015-10-17 kwolekrRefactor Thread class to improve readability and portab...
2015-10-17 kwolekrRefactor thread utility interface
2015-10-16 est31Fix crash regression when invsize formspec gets used
2015-10-15 est31Fix enforcing of nametag hiding
2015-10-15 kwolekrAdd BufReader and vector-based serialization methods
2015-10-15 ShadowNinjaClean up gettext initialization
2015-10-15 ShadowNinjaUse warningstream for deprecated field messages and...
2015-10-15 ShadowNinjaRemove explicit syslog printing for uncaught exceptions...
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-10-14 ShadowNinjaLower log level for benign socket errors
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-10-14 ShadowNinjaRefactor logging
2015-10-12 KahrlFix how address is logged when a wrong password is...
2015-10-11 paramatMgfractal: Independant offset and slice params for...
2015-10-10 paramatFractal mapgen: Fix mysterious bug
2015-10-10 est31Clear list rings when loading a new formspec
2015-10-09 paramatMapgen: Use mapgen-specific names for constants in...
2015-10-07 paramatFractal mapgen: Add seabed and large pseudorandom caves
2015-10-06 paramatMapgen: Add 4D fractal mapgen
2015-10-05 paramatMgv5: getGroundLevelAtPoint searches a larger range
2015-10-04 est31Add new ContentParamType2 "CPT2_DEGROTATE"
2015-10-04 kwolekrAllow setting chunksize in core.set_mapgen_params
2015-10-04 kwolekrHide mapgens from main menu not intended for end users
2015-10-04 kwolekrAdd emerge completion callback mechanism
2015-10-04 kwolekrRemove redundant code in player interact handler
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width...
2015-10-03 ShadowNinjaFix MinGW 32-bit build
2015-10-02 Duane RobertsonAdd get_biome_id(biome_name) callback
2015-10-02 SmallJokerAdd environment variable MINETEST_WORLD_PATH
2015-10-02 paramatMapnode: Replace rotateAlongYAxis with improved version
2015-09-30 est31Fix some SRP issues
2015-09-29 est31Some map border related fixes
2015-09-28 KahrlDon't serialize StaticObjectList with > 65535 objects
2015-09-26 paramatDecorations: Remove error message 'chunksize not divisa...
2015-09-26 est31Abort at uncatched exceptions
2015-09-26 est31Fix redis erroring on non found blocks
2015-09-26 Christof KaufmannFix falling through nodes on world load (fixes #2784)
2015-09-26 netinetwalkerredis: throw error if block request failed
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-09-23 Loic BlotSave and remove player by pointer
2015-09-22 paramatMapnode: Add rotateAlongYAxisFull supporting 24 facedirs
2015-09-19 est31Various style cleanups + unused code removal
next