index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scripting
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
6
-22
/
+22
2012-04-04
Enhanced special support
Erik Schilling
6
-46
/
+162
2012-03-17
Made skill related function capable of taking the skill name as parameter
Erik Schilling
3
-5
/
+27
2012-03-17
Added map update function, moved schedules there to keep map context
Erik Schilling
1
-2
/
+15
2012-03-16
Fixed fastRemoveOne when the element isn't found
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-14
Added chr_kick() lua bind
Erik Schilling
1
-2
/
+16
2012-03-14
Added being_get_mapid lua bind
Erik Schilling
1
-2
/
+18
2012-03-14
Added get_character_by_name lua bind
Erik Schilling
1
-0
/
+18
2012-03-13
Added script bind to set walkmask for beings
Erik Schilling
1
-0
/
+42
2012-03-11
Removed "mana." from script function documentation
Thorbjørn Lindeijer
1
-102
/
+99
2012-03-11
Register Lua script API functions into the global namespace
Thorbjørn Lindeijer
1
-2
/
+3
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
5
-40
/
+54
2012-03-11
Added callbacks for map/worldvar changes
Erik Schilling
2
-3
/
+27
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
7
-154
/
+341
2012-03-07
Fixed compile
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-07
Added a function that returns the current map or raises an error
Thorbjørn Lindeijer
5
-136
/
+80
2012-03-05
Added lua function for getting pvp status of map
Erik Schilling
1
-0
/
+13
2012-03-05
Added possibility to make a being attack an other being
Erik Schilling
1
-7
/
+33
2012-03-05
Improved Lua API argument checking
Thorbjørn Lindeijer
3
-580
/
+194
2012-03-03
Removed the last direct call to global script function
Thorbjørn Lindeijer
4
-32
/
+15
2012-03-03
Improved handling of item and monster class parameters
Thorbjørn Lindeijer
3
-163
/
+108
2012-03-03
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
2
-37
/
+97
2012-03-03
Added further missing callbacks
Erik Schilling
5
-6
/
+154
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
5
-46
/
+108
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
7
-22
/
+81
2012-03-02
Simplified some of the Lua backend
Thorbjørn Lindeijer
2
-70
/
+30
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
4
-107
/
+168
2012-02-03
Added a generic Lua user data cache
Thorbjørn Lindeijer
3
-9
/
+106
2012-01-31
Use a full user data object for MapObject references
Thorbjørn Lindeijer
3
-53
/
+84
2012-01-30
Fixed some lua_newtable/createtable usage
Thorbjørn Lindeijer
2
-5
/
+5
2012-01-25
Fixed use of checkstring method in the script functions
Erik Schilling
1
-4
/
+7
2012-01-22
Added announce(text [, sender]) lua function
Erik Schilling
1
-4
/
+18
2012-01-18
Added the chr_get_inventory and chr_get_equipment functions.
Yohann Ferreira
1
-0
/
+137
2012-01-18
Fixed the chr_inv_count function to handle equipment.
Yohann Ferreira
1
-6
/
+11
2012-01-16
Made the lua item_drop script function returns whether it succeeded.
Yohann Ferreira
1
-4
/
+4
2012-01-16
Added several script warnings on errors.
Yohann Ferreira
1
-7
/
+10
2012-01-10
Random small fixes linked to lua c++ scripting functions.
Yohann Ferreira
1
-10
/
+39
2012-01-10
Added unequip lua script functions.
Yohann Ferreira
1
-0
/
+65
2012-01-10
Added equip lua script functions.
Yohann Ferreira
1
-0
/
+71
2012-01-02
Made all beings capable of having a gender
Erik Schilling
1
-17
/
+21
2011-11-07
Merged three global script states into one
Thorbjørn Lindeijer
4
-59
/
+29
2011-11-01
Merge github.com:mana/manaserv
Yohann Ferreira
3
-1
/
+20
2011-10-23
Added function to determine the script engine by the file name extension
jurkan
2
-0
/
+19
2011-10-22
Fixed the get_level doxygen documentation.
Yohann Ferreira
1
-1
/
+1
2011-10-22
Added the chr_get_level script function.
Yohann Ferreira
1
-0
/
+18
2011-10-22
Added the chr_set_gender() script function.
Yohann Ferreira
1
-0
/
+20
2011-10-19
Merge branch 'master' of github.com:mana/manaserv
Yohann Ferreira
3
-4
/
+156
2011-10-19
Made get_beings_in_circle capable of taking a being as argument.
Erik Schilling
1
-3
/
+16
2011-10-15
Added script bindings for reading map objects
Erik Schilling
3
-1
/
+140
2011-09-28
Added the chr_set_gender() script function.
Yohann Ferreira
1
-0
/
+20
[prev]
[next]