index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
17
-480
/
+455
2012-03-10
Removed space before ;
Erik Schilling
1
-1
/
+1
2012-03-07
Fixed compile
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-07
Added a function that returns the current map or raises an error
Thorbjørn Lindeijer
5
-136
/
+80
2012-03-07
Updated Doxyfile to Doxygen 1.7.4
Thorbjørn Lindeijer
1
-45
/
+79
2012-03-05
Added @effect command
Erik Schilling
2
-0
/
+49
2012-03-05
Added lua function for getting pvp status of map
Erik Schilling
3
-2
/
+19
2012-03-05
Added possibility to make a being attack an other being
Erik Schilling
4
-35
/
+61
2012-03-05
Improved Lua API argument checking
Thorbjørn Lindeijer
3
-580
/
+194
2012-03-04
SQLite: Added a timeout for trying to acquire a database lock
Thorbjørn Lindeijer
1
-0
/
+4
2012-03-03
Removed the last direct call to global script function
Thorbjørn Lindeijer
6
-39
/
+30
2012-03-03
Improved handling of item and monster class parameters
Thorbjørn Lindeijer
3
-163
/
+108
2012-03-03
Made some global Lua variables local
Thorbjørn Lindeijer
3
-93
/
+93
2012-03-03
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
20
-136
/
+263
2012-03-03
Added further missing callbacks
Erik Schilling
12
-20
/
+238
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
11
-80
/
+139
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
10
-33
/
+125
2012-03-02
Simplified some of the Lua backend
Thorbjørn Lindeijer
2
-70
/
+30
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
28
-277
/
+271
2012-02-28
Fixed bug with erasing the last status effect
Thorbjørn Lindeijer
1
-3
/
+9
2012-02-28
Removed unnessecary second check for same condition
Erik Schilling
1
-65
/
+62
2012-02-27
Prevent calculating movement of being further if it does not move
Erik Schilling
1
-0
/
+4
2012-02-27
Fixed compilation again + some more code cleanup
Erik Schilling
5
-20
/
+21
2012-02-26
Some random code cleanup
Erik Schilling
1
-33
/
+25
2012-02-26
Renamed some iterators + fixed one TODO (stored guilds in a map)
Erik Schilling
2
-46
/
+23
2012-02-25
Merged the example client and server data
Thorbjørn Lindeijer
190
-11
/
+6
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-03
Added a generic Lua user data cache
Thorbjørn Lindeijer
3
-9
/
+106
2012-02-03
Clear the gid flags before processing them
Thorbjørn Lindeijer
3
-13
/
+22
2012-02-02
Added a way to specify the min and max attributes values.
Yohann Ferreira
10
-103
/
+264
2012-01-31
Use a full user data object for MapObject references
Thorbjørn Lindeijer
4
-53
/
+94
2012-01-30
Fixed some lua_newtable/createtable usage
Thorbjørn Lindeijer
2
-5
/
+5
2012-01-29
Removed unused createRandomPassword function
Thorbjørn Lindeijer
4
-101
/
+0
2012-01-25
Fixed use of checkstring method in the script functions
Erik Schilling
1
-4
/
+7
2012-01-22
Added announce(text [, sender]) lua function
Erik Schilling
2
-4
/
+19
2012-01-22
Removed logging of chat
Erik Schilling
2
-15
/
+0
2012-01-21
Made @announce fully functional
Erik Schilling
5
-47
/
+40
2012-01-18
Added the chr_get_inventory and chr_get_equipment functions.
Yohann Ferreira
2
-0
/
+165
2012-01-18
Fixed the chr_inv_count function to handle equipment.
Yohann Ferreira
4
-18
/
+59
2012-01-16
Made the lua item_drop script function returns whether it succeeded.
Yohann Ferreira
1
-4
/
+4
2012-01-16
Added several script warnings on errors.
Yohann Ferreira
1
-7
/
+10
2012-01-13
Fixed naming of MySQL build option
jurkan
1
-1
/
+1
2012-01-10
Made the game server execute the chr_respawn_accept script even
Yohann Ferreira
4
-19
/
+52
2012-01-10
Random small fixes linked to lua c++ scripting functions.
Yohann Ferreira
1
-10
/
+39
2012-01-10
Added unequip lua script functions.
Yohann Ferreira
3
-0
/
+111
2012-01-10
Added equip lua script functions.
Yohann Ferreira
3
-1
/
+87
2012-01-03
Fixed code not getting executed since it was behind a return
Erik Schilling
1
-1
/
+1
2012-01-02
Made all beings capable of having a gender
Erik Schilling
17
-56
/
+104
[next]