projects
/
oweals
/
minetest.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix wrong names for parallax settings in config example.
[oweals/minetest.git]
/
src
/
2013-12-21
RealBadAngel
Bugfix to get_all_craft_recipes.
tree
|
commitdiff
2013-12-19
Kahrl
Check for denied access in itemdef/nodedef/media fetch...
tree
|
commitdiff
2013-12-18
ShadowNinja
Don't throw a error when writing JSON fails
tree
|
commitdiff
2013-12-18
Kahrl
Log guilty node name when allow_metadata_inventory_move...
tree
|
commitdiff
2013-12-18
ShadowNinja
Add 'minetest.write_json'
tree
|
commitdiff
2013-12-18
ShadowNinja
Handle LuaErrors in Lua -> C++ calls on LuaJIT
tree
|
commitdiff
2013-12-17
BlockMen
Fix formspec field labels
tree
|
commitdiff
2013-12-16
sapier
Fix broken httpfetch due to SimpleThread removal
tree
|
commitdiff
2013-12-16
BlockMen
Fix MSVC compiling issue
tree
|
commitdiff
2013-12-15
sapier
Reduce cloud coloring for colored fog and cloud mode
tree
|
commitdiff
2013-12-15
PilzAdam
Remove an unused function and include from client.cpp
tree
|
commitdiff
2013-12-15
sapier
Add setting to disable direction dependent fog and...
tree
|
commitdiff
2013-12-15
MirceaKitsune
Directional fog + horizon colors, based on sun & moon...
tree
|
commitdiff
2013-12-15
sapier
Replace SimpleThread by JThread now implementing same...
tree
|
commitdiff
2013-12-14
BlockMen
Add alpha setting to font shadow
tree
|
commitdiff
2013-12-14
kwolekr
Update mapgen params in ServerMap after Mapgen init
tree
|
commitdiff
2013-12-14
kwolekr
Handle Lua errors in on_generate callbacks instead...
tree
|
commitdiff
2013-12-14
kwolekr
Add map feature generation notify Lua API
tree
|
commitdiff
2013-12-13
ShadowNinja
Remove support for optdepends.txt
tree
|
commitdiff
2013-12-13
Kahrl
Don't call curl_global_init twice
tree
|
commitdiff
2013-12-13
sapier
Replace any direct curl usage by httpfetch
tree
|
commitdiff
2013-12-13
Kahrl
Use httpfetch_async in serverlist announce code
tree
|
commitdiff
2013-12-13
Kahrl
Implement urlencode and urldecode
tree
|
commitdiff
2013-12-13
Kahrl
Rewrite client media download and support hash-based...
tree
|
commitdiff
2013-12-13
Kahrl
Implement httpfetch module and initialize it from main()
tree
|
commitdiff
2013-12-13
Ilya Zhuravlev
Fix a bug in GenericCAO GENERIC_CMD_UPDATE_POSITION...
tree
|
commitdiff
2013-12-12
stujones11
Make line_of_sight return blocking node position
tree
|
commitdiff
2013-12-12
kaeza
Add 'on_prejoinplayer' callback
tree
|
commitdiff
2013-12-12
Ilya Zhuravlev
Add configurable font shadow.
1049/head
tree
|
commitdiff
2013-12-11
sapier
Implement search tab and version picker
tree
|
commitdiff
2013-12-09
PilzAdam
Check if width, height or start index of a list[] is...
tree
|
commitdiff
2013-12-09
RealBadAngel
Optimize shaders code. Add settings at compile time.
tree
|
commitdiff
2013-12-09
kwolekr
Mapgen Indev: Fix segfault in cave generation due to...
tree
|
commitdiff
2013-12-08
Novatux
Fix shaders on some GPUs
1041/head
tree
|
commitdiff
2013-12-08
kwolekr
Fix leak and possible segfault in minetest.set_mapgen_p...
606/head
tree
|
commitdiff
2013-12-08
kwolekr
EmergeManager: Fix Lua mapgen override param handling
tree
|
commitdiff
2013-12-08
kwolekr
Dungeongen: Create dungeon gen tuneables; add desert...
tree
|
commitdiff
2013-12-08
ShadowNinja
Move script_run_callbacks to Lua
tree
|
commitdiff
2013-12-07
ShadowNinja
Fix paralax occlusion setting
tree
|
commitdiff
2013-12-06
sapier
Fix win32 jthread implementation
1040/head
tree
|
commitdiff
2013-12-05
sweetbomber
Improve (re)spawn, add cache_block_before_spawn and...
tree
|
commitdiff
2013-12-03
PilzAdam
Use a table in set_physics_override()
tree
|
commitdiff
2013-12-03
PilzAdam
Add sneak and sneak_glitch to set_physics_override()
tree
|
commitdiff
2013-12-03
Sfan5
Fix LevelDB maps
tree
|
commitdiff
2013-12-03
RealBadAngel
Shaders rework.
tree
|
commitdiff
2013-12-03
PilzAdam
Dont move item back when not clicking on a slot
1034/head
tree
|
commitdiff
2013-12-03
proller
Rename names -> can_see_far_names in announce
tree
|
commitdiff
2013-12-03
sapier
Fix broken async locking in release build
tree
|
commitdiff
2013-12-03
proller
Remove link to #, add unlimited_player_transfer_distanc...
tree
|
commitdiff
2013-12-01
Sfan5
Fix MinGW build
tree
|
commitdiff
2013-12-01
sapier
Cleanup jthread and fix win32 build
1029/head
tree
|
commitdiff
2013-12-01
kwolekr
Cavegen: Fix possible out-of-bounds heightmap access
tree
|
commitdiff
2013-12-01
kwolekr
Decoration: Add schematic Y-slice probability support
tree
|
commitdiff
2013-11-30
sapier
Fix log threadname lookup handling not beeing threadsafe
1028/head
tree
|
commitdiff
2013-11-30
ShadowNinja
Add error handler to async step
tree
|
commitdiff
2013-11-30
ShadowNinja
Optimize table creation
tree
|
commitdiff
2013-11-30
Novatux
Add minetest.swap_node
tree
|
commitdiff
2013-11-30
Ilya Zhuravlev
Fix MSVC build.
tree
|
commitdiff
2013-11-30
kwolekr
LuaVoxelManip: Add area parameters back to calc_lightin...
tree
|
commitdiff
2013-11-30
kwolekr
LuaVoxelManip: Add get_light_data() and set_light_data()
tree
|
commitdiff
2013-11-30
MetaDucky
Fixed potential NULL pointer and leak when setting...
tree
|
commitdiff
2013-11-30
kwolekr
Cavegen: Respect is_ground_content MapNode setting...
tree
|
commitdiff
2013-11-30
sapier
Fix broken thread stop handling
1026/head
tree
|
commitdiff
2013-11-29
sapier
Fix old gcc build
tree
|
commitdiff
2013-11-29
sapier
Fix modstore/favourites hang by adding asynchronous...
977/head
tree
|
commitdiff
2013-11-28
sapier
Split server/client port setting to avoid port number...
846/head
tree
|
commitdiff
2013-11-28
ShadowNinja
Don't use variable length arrays
tree
|
commitdiff
2013-11-27
ShadowNinja
Rollback fixes and get_node_actions
1001/head
tree
|
commitdiff
2013-11-27
Mario Barrera
SQLite rollback
tree
|
commitdiff
2013-11-24
sapier
Fix line_of_sight (AGAIN)
tree
|
commitdiff
2013-11-24
kwolekr
Don't continue trying to deserialize blank block data
tree
|
commitdiff
2013-11-23
Kahrl
Fix invalid escape sequence in database migration code
tree
|
commitdiff
2013-11-22
Kahrl
Fix crash when pressing Enter key in formspec menu
tree
|
commitdiff
2013-11-21
kwolekr
Fix possible implicit conversion of NULL to std::string
tree
|
commitdiff
2013-11-21
kwolekr
LuaVoxelManip: Update parameter index of set_lighting()
tree
|
commitdiff
2013-11-21
kwolekr
Mapgen V6: Respect water_level setting
tree
|
commitdiff
2013-11-19
MetaDucky
fix gettext compile issues under win32
tree
|
commitdiff
2013-11-17
kwolekr
Fix issue #1009 (minetest.get_connected_players() retur...
tree
|
commitdiff
2013-11-17
PilzAdam
Increase liquid_loop_max to 10000 again
tree
|
commitdiff
2013-11-17
Perttu Ahola
Revert patch 58f036ad1 that causes object duplication...
tree
|
commitdiff
2013-11-17
sapier
Fix Result of processed Request was written to invalid...
tree
|
commitdiff
2013-11-17
sapier
Add missing RequestQueue doc
tree
|
commitdiff
2013-11-17
sapier
Fix multicaller support in RequestQueue
tree
|
commitdiff
2013-11-17
kwolekr
Do the same for LevelDB interface
tree
|
commitdiff
2013-11-17
kwolekr
Handle blank blocks in database
tree
|
commitdiff
2013-11-17
kwolekr
Revert "Don't use msvc libs for mingw build"
tree
|
commitdiff
2013-11-17
kwolekr
Prevent shaders from being created when disabled
tree
|
commitdiff
2013-11-17
sapier
Don't use msvc libs for mingw build
tree
|
commitdiff
2013-11-17
kwolekr
Decoration: Stop DecoSimple::resolveNodeNames from...
tree
|
commitdiff
2013-11-17
kwolekr
Actually fix weather
tree
|
commitdiff
2013-11-16
sapier
Fix invalid listname and listsize not handled correctly...
tree
|
commitdiff
2013-11-16
MetaDucky
fixed array limit check when reading Lua specialtiles...
tree
|
commitdiff
2013-11-15
ShadowNinja
Pass a errfunc to lua_pcall to get a traceback
995/head
tree
|
commitdiff
2013-11-14
BlockMen
Fix formspec background padding when clipped
tree
|
commitdiff
2013-11-14
proller
Improved default settings for floatland perlin noise...
tree
|
commitdiff
2013-11-12
Sfan5
Fix compiling with 32bit MinGW
tree
|
commitdiff
2013-11-11
sapier
Fix invalid usage of temporary object in mainmenu json...
tree
|
commitdiff
2013-11-11
sapier
Disable localization workaround in server
tree
|
commitdiff
2013-11-11
sapier
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
tree
|
commitdiff
2013-11-10
sapier
Fix "TODO read modinfo" in modmanager to improve ui...
tree
|
commitdiff
next