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
/
luascript.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
1
-5
/
+3
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
1
-1
/
+1
2013-04-14
Use a full user data for Entity references
Thorbjørn Lindeijer
1
-6
/
+3
2013-04-11
Converted Being into a Component
Erik Schilling
1
-3
/
+3
2013-04-11
Converted the Character class into a component
Erik Schilling
1
-6
/
+8
2013-02-21
Introduced Script::Context
Erik Schilling
1
-10
/
+15
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-2
/
+0
2013-01-09
Micro-optimizations for pushing strings to Lua
Thorbjørn Lindeijer
1
-1
/
+1
2013-01-09
Added support for Lua 5.2
Thorbjørn Lindeijer
1
-0
/
+4
2013-01-07
Set the current map when executing being callbacks
Thorbjørn Lindeijer
1
-0
/
+2
2012-08-05
Fixed the atinit function
Erik Schilling
1
-0
/
+1
2012-07-11
Made sure the map is set for trigger scripts
Erik Schilling
1
-0
/
+1
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
1
-6
/
+6
2012-04-04
Enhanced special support
Erik Schilling
1
-1
/
+4
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
1
-2
/
+11
2012-03-11
Added callbacks for map/worldvar changes
Erik Schilling
1
-3
/
+5
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
1
-48
/
+135
2012-03-07
Added a function that returns the current map or raises an error
Thorbjørn Lindeijer
1
-0
/
+2
2012-03-03
Removed the last direct call to global script function
Thorbjørn Lindeijer
1
-11
/
+0
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
1
-35
/
+46
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
1
-0
/
+20
2012-03-02
Simplified some of the Lua backend
Thorbjørn Lindeijer
1
-3
/
+1
2011-11-07
Merged three global script states into one
Thorbjørn Lindeijer
1
-33
/
+0
2011-04-27
Added a simple crafting system
Philipp Sehmisch
1
-0
/
+38
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
1
-1
/
+1
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-2
/
+2
2010-08-22
Pass a script name to Lua for proper reporting of error locations
Thorbjørn Lindeijer
1
-5
/
+5
2010-08-22
Rename some stuff to conform to naming conventions
Thorbjørn Lindeijer
1
-8
/
+8
2010-08-22
Print out a backtrace when a Lua error is raised
Thorbjørn Lindeijer
1
-19
/
+19
2010-08-22
Print out the actual error message in case of a syntax error
Thorbjørn Lindeijer
1
-3
/
+7
2010-07-09
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
1
-0
/
+11
2010-04-11
Implemented handler for on_chr_death and put the loading of the global script...
Philipp Sehmisch
1
-0
/
+11
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-8
/
+8
2009-01-31
Added on_remove callback to lua API
Philipp Sehmisch
1
-1
/
+10
2009-01-22
Reduced the size of lua.cpp by putting the class LuaScript and the utility fu...
Philipp Sehmisch
1
-0
/
+150