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
2013-05-03
Made member function tables available as a globals
Thorbjørn Lindeijer
1
-0
/
+5
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
2
-8
/
+6
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
4
-14
/
+14
2013-04-27
Fixed typo in script docs
Erik Schilling
1
-1
/
+1
2013-04-15
Forgot to rename npc_message in some docs
Thorbjørn Lindeijer
1
-11
/
+11
2013-04-15
Fixed small script documentation error
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-15
Fixed error message
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-15
Dropped the & from the Lua function tables
Thorbjørn Lindeijer
1
-149
/
+149
2013-04-15
Moved functions to entity members where appropriate
Thorbjørn Lindeijer
1
-465
/
+575
2013-04-14
Simplified some script function names
Thorbjørn Lindeijer
1
-39
/
+38
2013-04-14
Removed NPC and character parameters from NPC functions
Thorbjørn Lindeijer
2
-64
/
+69
2013-04-14
Use a full user data for Entity references
Thorbjørn Lindeijer
4
-89
/
+47
2013-04-12
Fixed too long lua documentation
Erik Schilling
1
-21
/
+46
2013-04-12
Moved Actor into an Component
Erik Schilling
1
-39
/
+46
2013-04-11
Converted Being into a Component
Erik Schilling
8
-182
/
+203
2013-04-11
Converted the Character class into a component
Erik Schilling
5
-85
/
+99
2013-04-03
Moved the Monster class to a Component
Erik Schilling
3
-21
/
+25
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
3
-34
/
+43
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
7
-45
/
+74
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
5
-23
/
+12
2013-01-09
Micro-optimizations for pushing strings to Lua
Thorbjørn Lindeijer
4
-37
/
+29
2013-01-09
Added support for Lua 5.2
Thorbjørn Lindeijer
3
-1
/
+23
2013-01-08
Added script binds for getting attack information
Erik Schilling
2
-8
/
+155
2013-01-07
Set the current map when executing being callbacks
Thorbjørn Lindeijer
1
-0
/
+2
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-08-05
Fixed the atinit function
Erik Schilling
1
-0
/
+1
2012-07-21
Fixed an error message and inlined some one-liners
Thorbjørn Lindeijer
2
-30
/
+29
2012-07-21
Removed raiseScriptError
Thorbjørn Lindeijer
3
-37
/
+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-11
Made sure the map is set for trigger scripts
Erik Schilling
1
-0
/
+1
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
2
-24
/
+0
2012-05-06
Don't send NPC text as fixed-length string
Thorbjørn Lindeijer
1
-3
/
+2
2012-05-06
Some small optimizations in Lua helper functions
Thorbjørn Lindeijer
1
-6
/
+3
2012-04-04
Adding monster::on_damage callback
Stefan Beller
1
-0
/
+9
[next]