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
/
script.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
1
-2
/
+2
2013-02-21
Introduced Script::Context
Erik Schilling
1
-8
/
+17
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
1
-2
/
+1
2012-03-16
Fixed fastRemoveOne when the element isn't found
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
1
-1
/
+5
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
1
-1
/
+41
2012-03-03
Added further missing callbacks
Erik Schilling
1
-2
/
+16
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
1
-2
/
+0
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
1
-0
/
+2
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
1
-90
/
+0
2011-11-07
Merged three global script states into one
Thorbjørn Lindeijer
1
-14
/
+20
2011-10-23
Added function to determine the script engine by the file name extension
jurkan
1
-0
/
+18
2011-04-27
Added a simple crafting system
Philipp Sehmisch
1
-0
/
+14
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-3
/
+3
2010-08-22
Pass a script name to Lua for proper reporting of error locations
Thorbjørn Lindeijer
1
-2
/
+2
2010-08-22
Rename some stuff to conform to naming conventions
Thorbjørn Lindeijer
1
-7
/
+7
2010-07-23
Added a simple sanity check to avoid a gameserver crash at login.
Yohann Ferreira
1
-5
/
+11
2010-07-09
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
1
-0
/
+30
2010-05-29
Only skip the UTF-8 BOM for Lua scripts
Thorbjørn Lindeijer
1
-3
/
+12
2010-05-16
Changed and split up the default location for loading data
Thorbjørn Lindeijer
1
-4
/
+4
2010-04-25
Added a Byte Order Mask (BOM) filter to the ResourceManager.
Bertram
1
-1
/
+2
2010-04-11
Implemented global event function call to on_chr_death
Philipp Sehmisch
1
-0
/
+17
2010-04-11
Added global lua event script (only on_being_death_accept for now)
Philipp Sehmisch
1
-0
/
+1
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
-4
/
+5
2009-01-31
Added on_remove callback to lua API
Philipp Sehmisch
1
-1
/
+1
2009-01-17
Made script error reports more informative and readable
Philipp Sehmisch
1
-1
/
+5
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-07-07
Implemented death listener for scripting engine.
Philipp Sehmisch
1
-0
/
+5
2008-05-19
Implemented NPC names. Implemented the theoretical possibility to have named ...
Philipp Sehmisch
1
-1
/
+2
2007-10-27
Made it compile with GCC 4.3
Guillaume Melquiond
1
-0
/
+1
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
1
-3
/
+2
2007-08-20
Prevented access to uninitialized engines.
Guillaume Melquiond
1
-5
/
+8
2007-08-15
Added helper functions for loading files and NPCs as scripts. Put Lua helpers...
Guillaume Melquiond
1
-1
/
+24
2007-08-14
Made it possible to load scripts from strings instead of files.
Guillaume Melquiond
1
-7
/
+2
2007-08-09
Added new scripting interface and Lua engine.
Guillaume Melquiond
1
-0
/
+67