index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
lua
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-04
Moved attribute (re)calculation to the scripts
Erik Schilling
1
-1
/
+3
2012-08-05
Fixed the atinit function
Erik Schilling
1
-4
/
+8
2012-03-30
Fixed Lua error reporting for NPC scripts
Thorbjørn Lindeijer
1
-3
/
+4
2012-03-17
Added map update function, moved schedules there to keep map context
Erik Schilling
1
-13
/
+31
2012-03-13
Added some convenience wrappers to libmana.lua
Thorbjørn Lindeijer
1
-0
/
+25
2012-03-11
Register Lua script API functions into the global namespace
Thorbjørn Lindeijer
2
-26
/
+26
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
1
-40
/
+2
2012-03-11
Removed deprecated NPC helper functions
Thorbjørn Lindeijer
1
-9
/
+0
2012-03-11
Added callbacks for map/worldvar changes
Erik Schilling
1
-0
/
+44
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
1
-256
/
+12
2012-03-05
Added lua function for getting pvp status of map
Erik Schilling
1
-0
/
+4
2012-03-03
Made some global Lua variables local
Thorbjørn Lindeijer
1
-46
/
+47
2012-03-03
Added further missing callbacks
Erik Schilling
1
-0
/
+11
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
1
-21
/
+16
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
1
-2
/
+2
2012-01-02
Made all beings capable of having a gender
Erik Schilling
1
-2
/
+2
2012-01-02
Made do_npc_close to be called by default after the end of the talk function
Erik Schilling
1
-1
/
+6
2011-10-22
Officially added the being gender to the protocol.
Yohann Ferreira
1
-0
/
+1
2011-06-27
Added Lua function for logging.
Ablu
1
-0
/
+7
2011-03-11
Simplified check_schedule a bit
Thorbjørn Lindeijer
1
-14
/
+9
2011-03-10
Avoid running newly scheduled jobs by using a fixed time point.
Yohann Ferreira
1
-1
/
+2
2011-02-20
Fixed the check_schedule() lua function.
Yohann Ferreira
1
-0
/
+5
2011-02-11
Added the schedule_per_date() lua function.
Yohann Ferreira
1
-0
/
+11
2011-02-11
Fix basic money handling using the ATTR_GP attribute.
Yohann Ferreira
1
-3
/
+5
2011-02-11
Synced the libmana-constants.lua file with the current protocol.
Yohann Ferreira
1
-59
/
+68
2011-02-08
Implemented LUA binding to get the gender of a character
Philipp Sehmisch
1
-0
/
+3
2010-05-30
Copied basic Lua libs back from tmwserv-data and added dummy data
Thorbjørn Lindeijer
3
-0
/
+654