index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
scripting
/
lua.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduced Script::Context
Erik Schilling
2013-02-21
1
-8
/
+2
*
Moved attribute (re)calculation to the scripts
Erik Schilling
2013-02-04
1
-0
/
+26
*
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
2013-01-09
1
-1
/
+5
*
Micro-optimizations for pushing strings to Lua
Thorbjørn Lindeijer
2013-01-09
1
-32
/
+24
*
Added support for Lua 5.2
Thorbjørn Lindeijer
2013-01-09
1
-0
/
+9
*
Added script binds for getting attack information
Erik Schilling
2013-01-08
1
-7
/
+146
*
Fixed item_drop insertion of object
Erik Schilling
2012-08-10
1
-3
/
+2
*
Fixed wrong error raising in lua.cpp
Erik Schilling
2012-08-05
1
-2
/
+2
*
Removed old warnings and documentation from chr_inv_change.
Erik Schilling
2012-08-05
1
-7
/
+3
*
Removed raiseScriptError
Thorbjørn Lindeijer
2012-07-21
1
-22
/
+24
*
Added lua binds for issuing request of quest variable + bind for trying to re...
Erik Schilling
2012-07-17
1
-2
/
+67
*
Added script binds to get full monster anger list + drop anger of monsters
Erik Schilling
2012-07-17
1
-0
/
+17
*
Added lua bind to send text effect particle to clients
Erik Schilling
2012-07-17
1
-0
/
+13
*
Made chr_get_level capable of retrieving skill levels
Erik Schilling
2012-07-17
1
-3
/
+12
*
Fixed the get_beings_in_rectangle function.
Erik Schilling
2012-07-14
1
-1
/
+2
*
Made kill count script bind capable of taking the monster name as argument
Erik Schilling
2012-07-10
1
-2
/
+2
*
Added bind for setting login callback
Erik Schilling
2012-07-08
1
-0
/
+8
*
Added script bind for getting specy id of a monster handle
Erik Schilling
2012-07-07
1
-0
/
+12
*
Removed no longer needed code
Erik Schilling
2012-05-20
1
-16
/
+0
*
Don't send NPC text as fixed-length string
Thorbjørn Lindeijer
2012-05-06
1
-3
/
+2
*
Adding monster::on_damage callback
Stefan Beller
2012-04-04
1
-0
/
+9
*
Renamed Thing to Entity
Thorbjørn Lindeijer
2012-04-04
1
-2
/
+2
*
Enhanced special support
Erik Schilling
2012-04-04
1
-2
/
+138
*
Made skill related function capable of taking the skill name as parameter
Erik Schilling
2012-03-17
1
-5
/
+14
*
Added map update function, moved schedules there to keep map context
Erik Schilling
2012-03-17
1
-2
/
+15
*
Added chr_kick() lua bind
Erik Schilling
2012-03-14
1
-2
/
+16
*
Added being_get_mapid lua bind
Erik Schilling
2012-03-14
1
-2
/
+18
*
Added get_character_by_name lua bind
Erik Schilling
2012-03-14
1
-0
/
+18
*
Added script bind to set walkmask for beings
Erik Schilling
2012-03-13
1
-0
/
+42
*
Removed "mana." from script function documentation
Thorbjørn Lindeijer
2012-03-11
1
-102
/
+99
*
Register Lua script API functions into the global namespace
Thorbjørn Lindeijer
2012-03-11
1
-2
/
+3
*
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
2012-03-11
1
-36
/
+24
*
Added callbacks for map/worldvar changes
Erik Schilling
2012-03-11
1
-0
/
+22
*
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
2012-03-10
1
-82
/
+55
*
Fixed compile
Thorbjørn Lindeijer
2012-03-07
1
-1
/
+1
*
Added a function that returns the current map or raises an error
Thorbjørn Lindeijer
2012-03-07
1
-134
/
+46
*
Added lua function for getting pvp status of map
Erik Schilling
2012-03-05
1
-0
/
+13
*
Added possibility to make a being attack an other being
Erik Schilling
2012-03-05
1
-7
/
+33
*
Improved Lua API argument checking
Thorbjørn Lindeijer
2012-03-05
1
-572
/
+159
*
Removed the last direct call to global script function
Thorbjørn Lindeijer
2012-03-03
1
-12
/
+15
*
Improved handling of item and monster class parameters
Thorbjørn Lindeijer
2012-03-03
1
-152
/
+29
*
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
2012-03-03
1
-30
/
+81
*
Added further missing callbacks
Erik Schilling
2012-03-03
1
-0
/
+97
*
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
2012-03-02
1
-0
/
+32
*
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
2012-03-02
1
-0
/
+26
*
Simplified some of the Lua backend
Thorbjørn Lindeijer
2012-03-02
1
-67
/
+29
*
Added a generic Lua user data cache
Thorbjørn Lindeijer
2012-02-03
1
-2
/
+2
*
Use a full user data object for MapObject references
Thorbjørn Lindeijer
2012-01-31
1
-46
/
+20
*
Fixed some lua_newtable/createtable usage
Thorbjørn Lindeijer
2012-01-30
1
-2
/
+2
*
Fixed use of checkstring method in the script functions
Erik Schilling
2012-01-25
1
-4
/
+7
[next]