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
2010-08-22
Pass a script name to Lua for proper reporting of error locations
Thorbjørn Lindeijer
4
-9
/
+12
2010-08-22
Rename some stuff to conform to naming conventions
Thorbjørn Lindeijer
4
-26
/
+25
2010-08-22
Print out a backtrace when a Lua error is raised
Thorbjørn Lindeijer
2
-20
/
+26
2010-08-22
Print out the actual error message in case of a syntax error
Thorbjørn Lindeijer
1
-3
/
+7
2010-08-21
Perform more detailed argument checking in Lua functions
Thorbjørn Lindeijer
1
-154
/
+101
2010-07-30
Merge branch 'master' of gitorious.org:mana/manaserv
Yohann Ferreira
1
-5
/
+11
2010-07-23
Added a simple sanity check to avoid a gameserver crash at login.
Yohann Ferreira
1
-5
/
+11
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-58
/
+21
2010-07-09
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
5
-1
/
+122
2010-05-30
Copied basic Lua libs back from tmwserv-data and added dummy data
Thorbjørn Lindeijer
1
-2
/
+1
2010-05-29
Only skip the UTF-8 BOM for Lua scripts
Thorbjørn Lindeijer
2
-4
/
+13
2010-05-28
Modified the npc_trade() lua function to permit selling the whole player inve...
Yohann Ferreira
3
-14
/
+89
2010-05-21
Added a package loader that goes through the resource manager
Thorbjørn Lindeijer
1
-0
/
+25
2010-05-20
Removed unused parameter from being_get_speed Lua function
Thorbjørn Lindeijer
1
-4
/
+4
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 handler for on_chr_death and put the loading of the global script...
Philipp Sehmisch
3
-2
/
+19
2010-04-11
Implemented global event function call to on_chr_death
Philipp Sehmisch
2
-0
/
+22
2010-04-11
Added global lua event script (only on_being_death_accept for now)
Philipp Sehmisch
2
-0
/
+3
2010-03-13
Add methods to get and set being speed
Jonathan Kolberg
1
-1
/
+35
2010-02-25
Added script bindings for healing characters and other beings.
Philipp Sehmisch
1
-0
/
+34
2010-02-07
Update Copyright date for Manaserv.
Bertram
7
-7
/
+7
2010-01-17
Added some missing headers, and added some missing files to Makefile.am
Chuck Miller
1
-0
/
+2
2010-01-16
Prevented segmentation fault when calling the lua set_quest_var function with...
Philipp Sehmisch
1
-1
/
+6
2010-01-08
Added script binding for checking the kill count for each monster so that uni...
Philipp Sehmisch
1
-0
/
+29
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
7
-49
/
+42
2009-12-06
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
3
-7
/
+7
2009-12-06
Moved rectangle intersection to the Rectangle class
Thorbjørn Lindeijer
1
-1
/
+1
2009-10-26
Added optional optimal level mechanic which reduces exp gain of certain sourc...
Philipp Sehmisch
1
-1
/
+6
2009-10-24
Rebranding tmwserv to manaserv
Thorbjørn Lindeijer
2
-49
/
+49
2009-10-14
lua_tofloat doesn't exist in Lua 5.1
Jared Adams
1
-3
/
+4
2009-10-15
Speed code unification part 1: Made the server accept speed values in tiles p...
Bertram
1
-1
/
+2
2009-10-13
Add script bindings for being directions
Jared Adams
1
-2
/
+44
2009-10-13
Add being action getter and setter
Jared Adams
1
-0
/
+42
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
1
-1
/
+0
2009-10-03
Some cleanup
Thorbjørn Lindeijer
1
-7
/
+2
2009-09-27
Added script bindings and netcode for creating being-bound effects.
Philipp Sehmisch
1
-5
/
+26
2009-09-16
Allow for basic scripted monsters
Chuck Miller
1
-0
/
+26
2009-08-25
Made the STL container -> LUA table wrappers more flexible.
Philipp Sehmisch
2
-19
/
+28
2009-07-18
Change status effects to prevent duplication
Jared Adams
1
-1
/
+52
2009-07-17
Adds scripted status effects
Chuck Miller
1
-0
/
+39
2009-07-12
Allow npc_choice to take tables of strings
Jared Adams
1
-3
/
+21
2009-07-03
Makes Skills non hard coded
Chuck Miller
1
-11
/
+1
2009-05-24
Fixed a few code style issues
Bjørn Lindeijer
1
-4
/
+7
2009-05-24
Fixed compilation problem with GCC 4.4
Bjørn Lindeijer
1
-0
/
+1
2009-05-05
tmwserv - Warp fix
Blue
1
-3
/
+21
2009-05-03
Segfault correction lua
Blue
1
-0
/
+5
2009-05-01
tmwserv NPC String input
Blue
1
-4
/
+21
2009-05-01
Mysql backend, lua and NPC handler
Blue
1
-0
/
+47
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
5
-31
/
+34
[prev]
[next]