Move buttons upwards to accommodate for new configure keys button in the
[oweals/minetest.git] / src /
2014-10-18 Craig RobbinsMove buttons upwards to accommodate for new configure...
2014-10-18 RealBadAngelAdd meshnode drawtype.
2014-10-09 KahrlMake sure PRECISION_SECONDS corresponds to the integer 0
2014-10-09 KahrlFix unit reported by TimeTaker (was always ms)
2014-10-08 Craig RobbinsFix use of unitialized variables in mouse button handling
2014-10-07 MushidenAdd in-game key change menu
2014-10-07 ShadowNinjaFix object reference pushing functions when called...
2014-10-05 BlockMenAdd [colorize modifier 1711/head
2014-10-03 kwolekrFix special tile backspace culling
2014-10-03 RealBadAngelBugfix: dont highlight (0,0,0) when theres no node...
2014-10-03 RealBadAngelFix broken plantlike drawtype.
2014-10-03 kwolekrFix misc. style issues
2014-10-03 kwolekrClean up nodedef.cpp
2014-10-02 BlockMenAdd optional framed glasslike drawtype 1694/head
2014-10-01 ShadowNinjaMake players check inventory modification properly 1535/head
2014-10-01 ShadowNinjaOnly set player dirty flag if values change
2014-10-01 ShadowNinjaSimplify player modification checks
2014-10-01 sapierFix android build using hardcoded path for data instead...
2014-09-28 BlockMenStandardize tooltip row detection
2014-09-28 BlockMenFix multilined description in tooltips (fixes #1688)
2014-09-25 sapierFix totally messed up 3d modes interlaced/topbottom...
2014-09-25 sapierFix chat lines not word wrapped correct
2014-09-22 KahrlFix command line parsing
2014-09-22 ShadowNinjaFix build with redis
2014-09-21 TriBlade9Add firelike drawtype
2014-09-21 ShadowNinjaFix GCC reorder warning
2014-09-21 sruz25Add inventory right click drag and drop
2014-09-21 ShadowNinjaFix locking bugs and make inventory deserialization...
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-21 ShadowNinjaFix Settings locking
2014-09-21 ShadowNinjaUse const references for Settings methods
2014-09-21 Craig RobbinsMake getters of the Settings class const
2014-09-21 BlockMenAllow taking screenshots of formspecs and move message... 1672/head
2014-09-20 ShadowNinjaAdd compression API 1633/head
2014-09-20 donat_bMake config compatible with C++11
2014-09-19 ShadowNinjaUse configured bind_address for HTTPFetch 1634/head
2014-09-19 ShadowNinjaReduce indentation of HTTPFetchOngoing
2014-09-19 TriBlade9Added configurable selectionbox width. Min width =...
2014-09-18 RealBadAngelBugfix: don't highlight air nodes.
2014-09-17 RealBadAngelNode highlighting.
2014-09-14 KahrlFix typo in comment in chat.cpp
2014-09-12 ShadowNinjaSimplify and optimize schematic replacements
2014-09-06 sapierLog unhandled exceptions in connectionthreads to errors...
2014-09-06 sapierFix access to invalid data on reception of packet with...
2014-09-03 BlockMenChange screenshot colorformat properly
2014-09-03 BlockMenDon't save alpha channel in screenshots (fixes #1451)
2014-09-01 kwolekrAdd LuaVoxelManip methods: get_node_at() and set_node_at()
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-09-01 kwolekrSave previously generated blocks on Mapgen blitback
2014-08-28 sapierFix only one texture being updated on window resize...
2014-08-28 sapierFix interlaced 3d mode second image being flipped on...
2014-08-25 RealBadAngelAllow use all 6 faces for special tiles.
2014-08-23 sapierAdd lua exception handling test code 1579/head
2014-08-23 KahrlFix LuaJIT exception wrapper
2014-08-23 Craig RobbinsFix seg fault if popping from empty stack (L-system...
2014-08-22 sapierAdd video driver selection to settings menu (based... 1495/head
2014-08-22 sapierFix chat messages capturing mouse interactions for... 1574/head
2014-08-22 SmallJokerUse pause_fps_max also on multiplayer
2014-08-22 sfan5Add ^[mask texture modifier
2014-08-22 SmallJokerReduce time of red screen when damaged
2014-08-22 Selatban.cpp refactoring
2014-08-22 sapierFix to to too two times
2014-08-22 sapierAdd player name length checks 1572/head
2014-08-22 sapierFix "ghost" blocks if block update is "on wire" while... 1475/head
2014-08-22 sapierImprove timeout calculation
2014-08-21 RealBadAngelPass light sources in blue channel of vertex color...
2014-08-21 sapierDon't call a player event without having player to...
2014-08-19 sapierMod profiling support
2014-08-16 sapierMake scrollbar scale according to DPI and scaling factor 1491/head
2014-08-16 RealBadAngelLet lighting be done only CPU side. Remove finalColorBl...
2014-08-16 sapierRevert "Fix inventory items blinking on item preloading"
2014-08-16 sapierFix inventory items blinking on item preloading 1304/head 1553/head
2014-08-16 selatRemove temporary file at safeWriteToFile()
2014-08-16 sapierAdd sqlite3 backend hack for android
2014-08-15 SmallJokerFix the *CDP display
2014-08-14 RealBadAngelMake faces shading correct for all possible modes.
2014-08-09 KahrlMove #includes from version.h to version.cpp
2014-08-05 ShadowNinjaDisable preload_item_visuals by default 1536/head
2014-07-30 Craig RobbinsFix issue 1527
2014-07-29 sfan5Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove...
2014-07-29 sfan5Rework texture generating code, add texture grouping...
2014-07-25 sfan5Don't include cmake_config_githash.h into files that...
2014-07-24 RealBadAngelDont display interior of glasslike_framed node when...
2014-07-24 RealBadAngelAllow full circle rotation with 2degs step for plantlik...
2014-07-21 RealBadAngelAdd rotation for plantlike drawtype.
2014-07-20 RealBadAngelBugfix in makeCuboid - apply rotations to all faces...
2014-07-17 RealBadAngelSpeedup mapblock_mesh
2014-07-17 RealBadAngelFix texture glitches for plants with visual scale ...
2014-07-17 RealBadAngelFix texture hack in fences.
2014-07-16 sapierFix error handling on inconsistent client ready message
2014-07-16 ZeframMake tooltip_show_delay=0 work
2014-07-16 ZeframPermit non-integer sizes for item_image[]
2014-07-16 sapierFix flipped textures for drawtype "glasslike"
2014-07-16 sapierAdd srollbar formspec element 1391/head
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-12 prollerRemove indev mapgen
2014-07-12 prollerRemove math mapgen
2014-07-07 RealBadAngelFaces shading fixes
2014-07-07 kwolekrDon't copy back already generated blocks on map generation
2014-07-07 kwolekrDon't unload blocks if save failed
next