Add chat_font_size setting (#9736)
[oweals/minetest.git] / src /
2020-05-24 SmallJokerAdd chat_font_size setting (#9736)
2020-05-24 sfan5Fix two bugs in content_cao
2020-05-24 sfan5Fix constant re-queueing of emerges that will always...
2020-05-24 sfan5Fix documentation of emergequeue_limit settings
2020-05-23 sfan5Optimize particlespawner sending by not sending to...
2020-05-23 sfan5Implement spawning particles with node texture appearance
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
2020-05-23 AwkorModernize include guards and add missing ones (#9898)
2020-05-22 Lejo1Check for valid base64 before decoding (#9904)
2020-05-22 SmallJokerMacOS: Fix environ not being found
2020-05-22 sfan5Cleanup of particle & particlespawner structures and...
2020-05-20 VitaliyCache liquid alternative IDs (#8053)
2020-05-20 ParamatAllow more than 255 biomes, document new maximum (...
2020-05-20 sfan5Stop wasting memory on identical textures when texture...
2020-05-20 sfan5CSM: Fix crashing minetest.get_item_def()
2020-05-19 WuzzyRework functionality of leveled nodes (#9852)
2020-05-19 LoneWolfHTAdd ability to scale HUD text (#9814)
2020-05-18 sfan5Add missing sao->isGone() checks
2020-05-17 sfan5content_mapblock: Move static initialization out of...
2020-05-17 sfan5Client: Add sum and average to packetcounter
2020-05-17 rubenwardyAdd core.open_url() to main menu API (#8592)
2020-05-16 ANANDMake automatic_rotate relative, allow setting rotation...
2020-05-16 sfan5Log protocol ver on mismatched client connect too
2020-05-14 ParamatAdd new Mapgen V7 floatland implementation (#9296)
2020-05-14 sfan5network: Replace a fatal_error with just error logging
2020-05-14 sfan5CSM: Bugfixes to camera:get_pos() and camera:get_fov()
2020-05-14 TheTermosCollision detection - #9343 follow-up (#9764)
2020-05-14 SmallJokerAdd chat_log_level setting (#9223)
2020-05-11 Lars MüllerDamage texture modifier (#9833)
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-05-09 TheTermosColor gradient for default and 'regular' type sky ...
2020-05-09 Paul OuelletteAlways use same default tabheader height (#9319)
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-07 sfan5Fix Server triggering wrong errors if environment init...
2020-05-06 Jozef BehranGet rid of non-ascii characters in the debug display...
2020-05-06 v-robFormSpec: Add universal style selector `*` (#9718)
2020-05-06 MaksimAndroid: porting_android.cpp refactoring (#9687)
2020-05-06 sfan5Expose collided objects in moveresult
2020-05-05 sfan5Fix crash when exiting server during running mapgen
2020-05-05 sfan5Fix thread safety of PcgRandom use in BiomeGen
2020-05-05 sfan5Fix remaining issues with mapgen scriptapi
2020-05-05 sfan5Give the Mapgen on each EmergeThread its own Biome...
2020-05-05 sfan5Allow ObjDefManager instances to be cloned
2020-05-05 sfan5Server: Improve some log messages (#9820)
2020-05-05 Loïc BlotFix broken client if openal cannot be opened (#9804)
2020-05-05 SmallJokerSky API: Rename *_tint to fog_*_tint for consistency
2020-05-05 SmallJokerRename moveresult speed to velocity
2020-05-04 WuzzyChange default keys for cam/minimap to C/V (#9779)
2020-05-02 Hugues RossAdd 'content_offset' and 'padding' style properties...
2020-05-02 LejoAuto delete MetaData when = 0 (#8770)
2020-05-02 ANANDset_fov: Add support for time-based transitions (#9705)
2020-05-01 sfan5Allow connection info to be missing from minetest.get_p...
2020-05-01 LejoGive the online lua mainmenu also the client_list and...
2020-04-29 JuozasFix gettext detection and locale building (#9772)
2020-04-29 Loic BlotAdd MetricsBackend with prometheus counter support
2020-04-28 ANANDFix breath_bar scaling; delay breath_bar hiding by...
2020-04-27 sfan5Expose collision information to LuaEntity on_step
2020-04-27 k.h.laiRemove /LTCG from when compiling with clang-cl (#9765)
2020-04-27 sfan5Fix detection of in-place path_locale when RUN_IN_PLACE=0
2020-04-27 sfan5Add STATIC_LOCALEDIR to BUILD_INFO and move it to versi...
2020-04-27 Loïc BlotForbid object:attach(obj, ...) (#9762)
2020-04-27 SmallJokerScript: Enforce type checks if not nil (#9748)
2020-04-27 sfan5Fix truncation warning for F1000_MIN, F1000_MAX
2020-04-27 sfan5script: Put getGuiEngine() inside a client-only #ifdef
2020-04-27 sfan5script: Fix add_entity returning unusable ref if object...
2020-04-27 Loïc BlotAdd PostgreSQL authentication backend (#9756)
2020-04-26 sfan5Remove unused lookup table from noise.cpp
2020-04-26 sfan5Fix mapgen settings in minetest.conf being ignored...
2020-04-26 theviper121Fix UpdateBonePosition() breaking animations (#9577)
2020-04-25 v-robAdd `animated_image` to clickthrough elements (#9724)
2020-04-25 sfan5mapblock_mesh: Optimize a few things (#9713)
2020-04-25 Paul OuelletteEnsure game is shutdown if server throws exception...
2020-04-25 Pierre-Yves RolloSimplify how parseElement splits element string (#9726)
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-23 luk3yxAdd LevelDB auth database. (#9476)
2020-04-23 SmallJokerCamera: Fix shootline line offsets II (#9730)
2020-04-22 MaksimAndroid: add OpenGL ES 2 support (#9715)
2020-04-21 HybridDogFix configuration caching in log_deprecated (#9697)
2020-04-20 sfan5Improve protocol-level receiving code (#9617)
2020-04-19 sfan5Fix alias handling of get_content_id (#9712)
2020-04-19 Danila ShutovReuse object_shader for "wielditem" and "item" entity...
2020-04-18 sfan5script: Move SAO usability check so that it covers...
2020-04-18 DSFormspec: allow lists to change size and existence...
2020-04-18 DSApply a scrollbar's default value to scroll containers...
2020-04-18 HybridDogserverpackethandler: Reduce pkt->getPeerId() invocation...
2020-04-17 MaksimAndroid: fix handling non-latin characters on older...
2020-04-17 WuzzyRename "subgame" to "game" in 2 error messages (#9680)
2020-04-16 Loïc BlotAdd an option to disable unittest build, & disable...
2020-04-16 Loïc BlotDrop -Wabi useless flag (#9676)
2020-04-16 MaksimAndroid: fix formspec input for AArch64 devices (#9685)
2020-04-16 SmallJokerCamera: Fix shooting line offsets (#9681)
2020-04-16 sfan5Swap out -ffast-math for a safe subset of optimization...
2020-04-16 Loïc BlotOptimize get_objects_inside_radius calls (#9671)
2020-04-15 MaksimAndroid: add Android Studio support, completely redone...
2020-04-15 sfan5Fix parsing JSON with large integers (#9674)
2020-04-15 Loïc BlotVerify database connection on interval (#9665)
2020-04-14 sfan5scriptapi: Some small optimizations to value pushing...
2020-04-14 SmallJokerPostgreSQL: Fix listAllLoadableBlocks returning the...
2020-04-14 Hugues RossRefactor texture overrides and add new features (#9600)
2020-04-13 WuzzyRemove sound menu and show proper msgs if sound is...
next