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
/
lua.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-11
Converted Being into a Component
Erik Schilling
1
-147
/
+170
2013-04-11
Converted the Character class into a component
Erik Schilling
1
-69
/
+81
2013-04-03
Moved the Monster class to a Component
Erik Schilling
1
-14
/
+19
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
1
-1
/
+1
2013-04-02
Moved fighting code into a component
Erik Schilling
1
-2
/
+3
2013-03-25
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
1
-27
/
+37
2013-03-25
Changed Effect to a component of Actor
Thorbjørn Lindeijer
1
-1
/
+1
2013-03-25
Changed Item to a component of Actor
Thorbjørn Lindeijer
1
-9
/
+5
2013-03-25
Changed SpawnArea and TriggerArea to components of Entity
Thorbjørn Lindeijer
1
-4
/
+8
2013-02-24
Documented all lua binds directly in the source
Erik Schilling
1
-1341
/
+2201
2013-02-21
Introduced Script::Context
Erik Schilling
1
-8
/
+2
2013-02-04
Moved attribute (re)calculation to the scripts
Erik Schilling
1
-0
/
+26
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-1
/
+5
2013-01-09
Micro-optimizations for pushing strings to Lua
Thorbjørn Lindeijer
1
-32
/
+24
2013-01-09
Added support for Lua 5.2
Thorbjørn Lindeijer
1
-0
/
+9
2013-01-08
Added script binds for getting attack information
Erik Schilling
1
-7
/
+146
2012-08-10
Fixed item_drop insertion of object
Erik Schilling
1
-3
/
+2
2012-08-05
Fixed wrong error raising in lua.cpp
Erik Schilling
1
-2
/
+2
2012-08-05
Removed old warnings and documentation from chr_inv_change.
Erik Schilling
1
-7
/
+3
2012-07-21
Removed raiseScriptError
Thorbjørn Lindeijer
1
-22
/
+24
2012-07-17
Added lua binds for issuing request of quest variable + bind for trying to re...
Erik Schilling
1
-2
/
+67
2012-07-17
Added script binds to get full monster anger list + drop anger of monsters
Erik Schilling
1
-0
/
+17
2012-07-17
Added lua bind to send text effect particle to clients
Erik Schilling
1
-0
/
+13
2012-07-17
Made chr_get_level capable of retrieving skill levels
Erik Schilling
1
-3
/
+12
2012-07-14
Fixed the get_beings_in_rectangle function.
Erik Schilling
1
-1
/
+2
2012-07-10
Made kill count script bind capable of taking the monster name as argument
Erik Schilling
1
-2
/
+2
2012-07-08
Added bind for setting login callback
Erik Schilling
1
-0
/
+8
2012-07-07
Added script bind for getting specy id of a monster handle
Erik Schilling
1
-0
/
+12
2012-05-20
Removed no longer needed code
Erik Schilling
1
-16
/
+0
2012-05-06
Don't send NPC text as fixed-length string
Thorbjørn Lindeijer
1
-3
/
+2
2012-04-04
Adding monster::on_damage callback
Stefan Beller
1
-0
/
+9
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
1
-2
/
+2
2012-04-04
Enhanced special support
Erik Schilling
1
-2
/
+138
2012-03-17
Made skill related function capable of taking the skill name as parameter
Erik Schilling
1
-5
/
+14
2012-03-17
Added map update function, moved schedules there to keep map context
Erik Schilling
1
-2
/
+15
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
1
-36
/
+24
2012-03-11
Added callbacks for map/worldvar changes
Erik Schilling
1
-0
/
+22
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
1
-82
/
+55
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
1
-134
/
+46
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
1
-572
/
+159
2012-03-03
Removed the last direct call to global script function
Thorbjørn Lindeijer
1
-12
/
+15
[next]