Settings: Sanitize setting name everywhere, not just LuaSettings
[oweals/minetest.git] / src /
2014-12-10 kwolekrSettings: Sanitize setting name everywhere, not just...
2014-12-10 kwolekrRename and repurpose minetest.set_noiseparam_defaults...
2014-12-10 kwolekrSettings: Make setting entry group and values mutually...
2014-12-09 SmallJokerRewrite fs:GetDirListing(file) by kahrl
2014-12-09 SmallJokerIgnore .name directories and files
2014-12-09 Craig RobbinsIncrease performance of getLight() by at least 2x
2014-12-09 Pavel PuchkinFix builds failing on BSD-like (such as OSX) due to...
2014-12-09 kwolekrNoise: Update Noise::resizeNoiseBuf to account for...
2014-12-09 kwolekrBiomes: Make biome heat and humidity noise parameters...
2014-12-08 Craig RobbinsFix compiler warning (signed vs. unsigned)
2014-12-08 kwolekrOptimize noise implementations
2014-12-08 KahrlFix struct vs. class in forward declarations
2014-12-08 RealBadAngelFix lighting artifacts (Issue #1887).
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-12-08 RealBadAngelDisable loading .mtl files. Theyre not used anyway.
2014-12-08 MirceaKitsuneMake directional fog colors respect tonemap
2014-12-07 Craig RobbinsFix f6 debug/profiler display
2014-12-07 CalinouIncrease third person view distance
2014-12-07 Muhammad Rifqi Pri... Add space between client names in status text (client)
2014-12-07 RealBadAngelRestore finalColorBlend implementation in shaders.
2014-12-07 Craig RobbinsFix regression (increase/decrease viewing range with...
2014-12-07 kwolekrMapgen V5: Fix use of uninitialized value in ctor
2014-12-06 kwolekrSchematics: Fix minetest.place_schematic() when defined...
2014-12-06 kwolekrAdd minetest.clear_registered_biomes() api
2014-12-06 KahrlIgnore some mouse events sent from scrollbar to GUITable
2014-12-06 SmallJokerClose settings files and save them correctly
2014-12-06 sfan5Add workaround for failing clang build
2014-12-06 kwolekrRewrite generate notification mechanism
2014-12-06 Craig RobbinsPerformance of main client loop up to 2x faster In...
2014-12-05 Craig RobbinsAdd name of node 'pointed at' to debug
2014-12-05 SmallJokerFix MSVC build
2014-12-05 RealBadAngelRecalculate normals for mesh #0. Fix for issue #1902.
2014-12-04 Craig Robbins(INTERIM) Make sizes of the font in formspecs consisten...
2014-12-04 Craig RobbinsOptimise VoxelManipulator::copyFrom
2014-12-04 Craig RobbinsRight mouse button behaviour for craft/inventory If...
2014-12-04 kwolekrSettings: Various setting group fixes and enhancements
2014-12-04 paramatAdd definable node_stone to biome API, mgv5, mgv7....
2014-12-03 kwolekrSettings: Fix getNoiseParamsFromValue()
2014-12-02 kwolekrUse setting groups for NoiseParams
2014-12-01 sapierFix settings callback "call" lost on rebase
2014-12-01 Craig RobbinsFix node 0,0,0 being highlighted when enable_node_highl...
2014-12-01 Craig RobbinsFix build
2014-12-01 kwolekrLuaSettings: Sanitize setting name strings
2014-11-30 KahrlFix segfault at exit caused by non grabbed font
2014-11-30 kwolekrsettings: Add setting groups and multiline entries
2014-11-30 sapierMake hud use fontengine too
2014-11-30 ZeframScale form elements consistently
2014-11-30 sapierImplement proper font handling
2014-11-29 kwolekrnoise: Throw exception on noise allocation failure
2014-11-29 SmallJokerFix MSVC compiling error (argc/argv not available to...
2014-11-28 Craig RobbinsFix regression with command line --go option
2014-11-26 Ciaran GultnieksDon't corrupt stepheight when setting other properties
2014-11-26 KahrlWield: always obey anisotropic_filter setting, not...
2014-11-26 KahrlEMF_USE_MIP_MAPS was introduced in Irrlicht 1.8, don...
2014-11-26 Sokomineadded enable_build_where_you_stand option
2014-11-26 KahrlWieldmesh: don't force anisotropic filtering on, instea...
2014-11-26 rubenwardyOnly set the camera update keymap when using a debug...
2014-11-26 KodexkyFix Android main menu crash, and user data directory...
2014-11-26 CalinouIncrease step smoothing to fit 1:1 stairs (works well...
2014-11-25 Craig RobbinsFix client "double saving" simple singleplayer local...
2014-11-25 KodexKyFixes for Android build errors. Enable sensor landscape...
2014-11-22 RealBadAngelPort createForsythOptimizedMesh from Irrlicht 1.8
2014-11-22 Craig RobbinsFix regression with USE_REDIS (refactor_main)
2014-11-22 Craig Robbinsrefactor main.cpp
2014-11-22 Craig RobbinsFix smooth lighting (ambient occlusion)
2014-11-22 Pavel PuchkinFix compiling if no endian.h found
2014-11-21 Rafael Reilovaserialize.h: use machine native byte swapping if availa...
2014-11-21 Craig RobbinsOptimise functions from CNodeDefManager and VoxelManipu...
2014-11-21 Craig RobbinsOptimise getTileInfo()
2014-11-21 paramatMgv5 1 up 1 down overgeneration for biome surface conti...
2014-11-21 paramatMgv5 get ground level at point function. Fast spawn...
2014-11-20 ShadowNinjaSimplify loading of Android version of menu
2014-11-20 KodexkyFix raillike bug (currently manifests itself on Android...
2014-11-19 ShadowNinjaClean up rollback
2014-11-19 ShadowNinjaFix wallmounted mesh rotations
2014-11-19 sfan5Add (optional) client-side saving of server map to...
2014-11-19 KahrlRemove unused rangelim function (the macro still exists)
2014-11-15 Craig RobbinsFix double free bug when server is shut down
2014-11-15 kwolekrFix NoisePerlin3DEased return value
2014-11-14 kwolekrFix warnings and other misc. minor changes
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-11-13 SmallJokerAdd option 'eased' to NoiseParams
2014-11-13 kwolekrFix compilation under some Linux distributions
2014-11-13 kwolekrMapgen v7: Fix uninitialized spflags
2014-11-13 kwolekrAdd eased 3d point-value noise functions
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-13 RealBadAngelWielded fixes. Add shaders support.
2014-11-11 Craig RobbinsFix profiler values not being updated (F6) and not...
2014-11-10 KahrlServerlist: announce mg_name from map_meta.txt instead...
2014-11-10 Zeno-Merge pull request #1825 from Zeno-/control_key_cache
2014-11-10 Craig RobbinsCreate faster key cache for main game loop (client) 1825/head
2014-11-10 paramatTune cave noise scales to 6. Fix blobs spflag, now...
2014-11-08 KahrlImplement WieldMeshSceneNode which improves wield mesh...
2014-11-08 Craig RobbinsStop inserting empty lines at end of minetest.conf...
2014-11-08 Craig RobbinsFix regressions and minor improvements in refactor_the_game
2014-11-08 paramatAdd mgv5. New noise code, uses biome API. Eased 3d...
2014-11-08 RealBadAngelSpeed up removing a node (less block mesh updates).
2014-11-08 SmallJokerReplace setting unlimited_player_transfer_distance...
2014-11-03 Craig RobbinsAddress issues related to refactoring the_game
2014-11-02 KahrlFix regression: mouse wheel couldn't scroll from last...
next