projects
/
oweals
/
minetest.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/minetest.git
2011-11-29
Perttu Ahola
Print errors from local log to chat
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add a third log output interface method
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Use log_deregister_thread in EmergeThread
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add log_remove_output and log_deregister_thread
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix mod dependency sort
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add depends.txt for mods/give_initial_stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Warn about unsatisfied dependencies
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Make blocks to be loaded from disk when the active...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix a random commented-out piece of lighting code,...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Optimize lighting by a tiny bit
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Sort mods by dependencies defined by modpath/depends...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix default value of visual in LuaEntityProperties
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Allow server-side teleporting
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix and tune player movement checks (make them very...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Kahrl
Add IDropAction and related stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Improve luaentity sprite functionality (and add some...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Comment out print("on_generated: ...") in Lua
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix liquid source backface culling (was not turned...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix player getting thrown underground after connecting
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Make map generator as much threaded as possible (not...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add on_generated hook
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Improve player movement speed checking
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Player movement speed and node access distance checking
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
If available, use local textures instead of those sent...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix TNT script
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Make lighting update occur immediately after ClientActi...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Reshape LuaEntityCAO implementation a bit and make...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Optimize active block modifier stuff (was left horribly...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Re-implement give_initial_stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Exception handling in Lua setting get
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Lua setting getter
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
remove get_nodedef
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
on_newplayer and on_respawnplayer callbacks
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
liquid_type -> liquidtype
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Make node definitions available to Lua
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Remove give_initial_stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Kahrl
Add node definitions in Lua and do not use content_mapn...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Modify CONTENT_AIR and CONTENT_IGNORE handling in noded...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix random node definition stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add builtin.lua
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
builtin.lua
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add object reference to Lua on_place/dig/punchnode...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix "warning: comparison between signed and unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Some node definitions in Lua
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Duplicate last tile image automatically to all for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Make map generator more responsive
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Print out number of blocks in memory at unload
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Don't allow placing CONTENT_IGNORE with Map::setNode...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Improve debug stack printing interface
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Make liquid_alternative_* to be strings
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Mode node definition loading from Lua (still not finish...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Store metadata as metadata name in node definition
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Set block modified flag when node metadata inventory...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add names to NodeMetadata
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add Lua node definition stuff (not complete)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add texture modifier [brighten and modify [toalpha...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Random Lua tweaks/fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Make object hit delay smaller for fun; actually it...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Relatively snappy object-ground collision detection
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
When digging a node, don't switch to punching an object...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Default to saving stuff more often to minimize lag...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Don't print 'Blocks modified by: ' in Map::timerUpdate...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Don't print all block saves to verbosestream; rather...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add reason parameter to setModified and print it out...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Improve LuaEntity velocity/acceleration handling (by...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Mess up with node definitions to make CONTENT_IGNORE...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Optimize map generator for the dynamic content ids...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Make added nodes give the corresponding NodeItem as...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix tool wear
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Falling sand and gravel
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Node place/dig Lua callbacks
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix crafted tools being a very tiny bit worn in default...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Remove crafting definitions from content_craft.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add classic crafting recipes to default/init.lua
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Catch SerializationError in CCraftDefManager::getCraftR...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add note about craft_get_result() not being used anymor...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Crafting definition in scripts
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Improve item serialization
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Allow inputting nodename of MaterialItem in ItemSpec...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix another silly mistake making CONTENT_IGNORE definit...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix silly misspelling in mapgen that made junglegrass...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Actually fill in the NewNameGetter names to allow map...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
MapNode constructor to allow ndef+name
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Initial node definition stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Fix camera MaterialItem draw logic
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Clean InventoryItem interface a bit
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Improved MaterialItem (stores nodename)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Do not expose CONTENT_* stuff in content_mapnode.h...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Node definition names
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Add name field to ContentFeatures
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Remove burn time definitions from FurnaceNodeMetadata
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Remove old comments
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Move cook result properly to ContentFeatures
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Remove node content-dependent stuff from map.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Remove content_mapnode.h and nodedef.h #includes
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Remove content dependencies from mapblock.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Remove #include <content_mapnode.h> from game.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Saner sized sapling
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Cut down content transfer verbosity
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Perttu Ahola
Cut down TextureSource verbosity
commit
|
commitdiff
|
tree
|
snapshot
next