index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
serverobject.cpp
Commit message (
Collapse
)
Author
Age
*
Attempt to fix a problem with the factory mappings of objects residing in ↵
Perttu Ahola
2011-07-16
|
|
|
|
different source files than the prototype objects that fill them in
*
reorganized a lot of stuff and modified mapgen and objects slightly while ↵
Perttu Ahola
2011-06-26
|
|
|
|
doing it
*
Preliminary "active block" stuff + set up test code to grow grass.
Perttu Ahola
2011-05-22
|
*
updated menu a bit, and some other small fixes
Perttu Ahola
2011-04-24
|
*
Some work-in-progress in hp and mobs and a frightening amount of random fixes.
Perttu Ahola
2011-04-21
|
*
fixed problem with vc++ build crashing at startup
Perttu Ahola
2011-04-11
|
*
fixed the object update interval thingy
Perttu Ahola
2011-04-10
|
*
better support for old maps
Perttu Ahola
2011-04-10
|
*
a commit before starting to reorganize the map loading/generation logic
Perttu Ahola
2011-04-10
|
*
new-style rats are now generated in the map
Perttu Ahola
2011-04-10
|
*
implemented rats in new system to verify that it works
Perttu Ahola
2011-04-10
|
*
items now fall by gravity... also some other random updating
Perttu Ahola
2011-04-10
|
*
new object system
Perttu Ahola
2011-04-10
|
*
Some progress on transitioning from MapBlockObject to ActiveObject.
Perttu Ahola
2011-04-08
|
*
Removed lua stuff
Perttu Ahola
2011-04-03
|
*
updated scripting api a bit
Perttu Ahola
2011-02-23
|
|
|
|
|
|
--HG-- rename : data/luaobjects/test/client.lua => data/scripts/objects/test/client.lua rename : data/luaobjects/test/server.lua => data/scripts/objects/test/server.lua
*
mainly work on object scripting api
Perttu Ahola
2011-02-23
|
*
some tidying
Perttu Ahola
2011-02-21
|
*
preliminary lua scripting framework for objects
Perttu Ahola
2011-02-21
|
*
Temporary commit; lots of test code and stuff
Perttu Ahola
2011-02-21