[project @ 2002-07-15 21:01:51 by unknown_lamer]
authorunknown_lamer <unknown>
Mon, 15 Jul 2002 21:01:51 +0000 (21:01 +0000)
committerunknown_lamer <unknown>
Mon, 15 Jul 2002 21:01:51 +0000 (21:01 +0000)
commite07b6b46d151a91fc107e632cbfb63e804e58885
tree7f64f5042539ebdc6caa294cb76ef333a979feee
parent439869bf80bc560dbecfd16ce058da0932e26030
[project @ 2002-07-15 21:01:51 by unknown_lamer]

User functions are now all stored in a map and the userFunctionStruct
data type is gone as part of the new unification. userFunction now
protects it's scmFunc if it was passed so you can use lambda's in a
bot:addcommand now. The docs are slightly (not really) better and I've
started to add lower level message sending commands to the scripting
interface. Looks like it's almost time for 2.1.0 to be released.
15 files changed:
ChangeLog
NEWS
TODO
bobot++.info
bobot++.texinfo
scripts/bobot-utils.scm
scripts/hello
source/Bot.C
source/Bot.H
source/Interp.C
source/Parser.C
source/Parser.H
source/ScriptCommands.C
source/ScriptCommands.H
source/UserCommands.C