index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
activeobject.h
Age
Commit message (
Expand
)
Author
2021-01-21
Removed some obsolete code (#10562)
Zughy
2020-10-04
Add First Person Attachments (#10360)
Jordan Snelling
2020-05-29
Clean up CAO nametag handling and remove deprecated AO_CMD
sfan5
2020-04-10
Drop genericobject.{cpp,h} (#9629)
Loïc Blot
2019-10-29
Change some usages of "deprecated" to "obsolete" (#9062)
random-geek
2019-07-29
ContentCAO: Fix broken attachments on join (#8701)
SmallJoker
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-07-07
Expose getPointedThing to Lua
Dániel Juhász
2017-05-20
Various code cleanup & little performance improvement on HTTP download (#5772)
Loïc Blot
2017-04-19
Fix various variables passed by copy instead of const ref (#5610)
Loïc Blot
2017-01-11
Performance fix + SAO factorization
Rogier
2015-02-17
Ignore old entities from 0.3.
Novatux
2015-02-17
SAO: re-add old ActiveObjectTypes for a future migration layer
Loic Blot
2015-02-17
SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObje...
Loic Blot
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-07-20
Add an option to disable object <-> object collision for Lua entities
PilzAdam
2013-03-28
Closed add object <-> object collision handling
sapier
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-06-17
Optimize headers
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2011-11-29
Scripting WIP
Perttu Ahola
2011-06-26
reorganized a lot of stuff and modified mapgen and objects slightly while doi...
Perttu Ahola
2011-04-21
Some work-in-progress in hp and mobs and a frightening amount of random fixes.
Perttu Ahola
2011-04-10
items now fall by gravity... also some other random updating
Perttu Ahola
2011-04-08
Some progress on transitioning from MapBlockObject to ActiveObject.
Perttu Ahola
2011-04-03
Removed lua stuff
Perttu Ahola
2011-02-21
Temporary commit; lots of test code and stuff
Perttu Ahola