index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-11
Removed deprecated NPC helper functions
Thorbjørn Lindeijer
8
-68
/
+68
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
1
-2
/
+0
2012-03-05
Added @effect command
Erik Schilling
1
-0
/
+1
2012-03-03
Made some global Lua variables local
Thorbjørn Lindeijer
2
-47
/
+46
2012-03-03
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
7
-9
/
+22
2012-03-03
Added further missing callbacks
Erik Schilling
2
-0
/
+5
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
1
-4
/
+4
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
1
-6
/
+11
2012-03-02
A bunch of cleanups to example Lua scripts
Thorbjørn Lindeijer
10
-181
/
+126
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
7
-7
/
+9
2012-02-25
Merged the example client and server data
Thorbjørn Lindeijer
187
-1
/
+1
2012-02-05
Moved @announce permission to GM group
Thorbjørn Lindeijer
1
-1
/
+1
2012-02-04
Simplified merchant.lua
Thorbjørn Lindeijer
1
-80
/
+85
2012-02-02
Added a way to specify the min and max attributes values.
Yohann Ferreira
1
-22
/
+135
2012-01-31
Use a full user data object for MapObject references
Thorbjørn Lindeijer
1
-0
/
+10
2012-01-22
Added announce(text [, sender]) lua function
Erik Schilling
1
-0
/
+1
2012-01-18
Added the chr_get_inventory and chr_get_equipment functions.
Yohann Ferreira
1
-0
/
+28
2012-01-18
Fixed the chr_inv_count function to handle equipment.
Yohann Ferreira
1
-2
/
+11
2012-01-02
Made all beings capable of having a gender
Erik Schilling
4
-10
/
+11
2012-01-02
Made do_npc_close to be called by default after the end of the talk function
Erik Schilling
8
-11
/
+1
2011-12-04
Added @skills command which lists all skills
Erik Schilling
1
-0
/
+1
2011-11-13
Added the background parameter values to the equip.xml file.
Yohann Ferreira
1
-10
/
+10
2011-11-07
Merged three global script states into one
Thorbjørn Lindeijer
1
-0
/
+17
2011-11-02
Added @permissions command
Erik Schilling
1
-0
/
+1
2011-10-19
Merge branch 'master' of github.com:mana/manaserv
Yohann Ferreira
1
-7
/
+12
2011-10-19
Prevent server crash by not having beings talk after spawn for now
Thorbjørn Lindeijer
1
-7
/
+12
2011-09-28
Added a default skill id getter in the skill manager.
Yohann Ferreira
1
-1
/
+1
2011-09-28
Fixed the items.xml file
Yohann Ferreira
1
-14
/
+17
2011-09-28
Added the chr_get_level script function.
Yohann Ferreira
1
-0
/
+1
2011-09-15
Added chatcommand to get position of a character.
Erik Schilling
1
-0
/
+1
2011-09-12
Changed specials.xml to reflect the current capabilities
Philipp Sehmisch
1
-3
/
+4
2011-09-01
Added chatcommand to get position of a character.
Erik Schilling
1
-0
/
+1
2011-08-30
As requested, changed the trigger 'existence' to 'in-inventory'.
Yohann Ferreira
1
-9
/
+9
2011-08-30
Merge branch 'equipment-fix'
Yohann Ferreira
1
-10
/
+29
2011-08-30
Synced the equip.xml file to the latest changes.
Yohann Ferreira
1
-10
/
+29
2011-08-25
Merge branch 'equipment-fix' of github.com:Bertram25/manaserv
Yohann Ferreira
15
-12
/
+415
2011-08-25
Updated specials.xml to better illustrate the features which are currently
unknown
1
-3
/
+4
2011-08-19
Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...
Yohann Ferreira
15
-12
/
+408
2011-08-19
Added boots and pants to play with on the test map.
Yohann Ferreira
13
-11
/
+363
2011-08-19
Used the client base to make a final bugfix on the server code.
Yohann Ferreira
5
-2
/
+46
2011-08-18
Added LUA function for changing anger of monsters.
Erik Schilling
1
-1
/
+4
2011-08-18
Added LUA function for changing anger of monsters.
Erik Schilling
1
-1
/
+4
2011-08-11
Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...
Yohann Ferreira
1
-9
/
+16
2011-08-10
Made chr_inv_count and npc_trade capable of taking a name or an id.
Erik Schilling
1
-3
/
+4
2011-08-04
Merge branch 'master' of git://gitorious.org/mana/manaserv
Yohann Ferreira
1
-1
/
+1
2011-08-04
Allowed names of items and monsters in scripts - part 1.
Erik Schilling
1
-1
/
+1
2011-08-04
Merge branch 'master' of git://gitorious.org/mana/manaserv
Yohann Ferreira
3
-8
/
+17
2011-08-03
Unified the lua.cpp documentation.
Yohann Ferreira
2
-8
/
+8
2011-08-03
Added monster_remove lua function.
Erik Schilling
1
-0
/
+9
2011-07-27
Reworked the way equip slot info are loaded in a more logical way.
Yohann Ferreira
1
-9
/
+16
[next]