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