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-17
Made skill related function capable of taking the skill name as parameter
Erik Schilling
5
-9
/
+43
2012-03-17
Added map update function, moved schedules there to keep map context
Erik Schilling
5
-44
/
+81
2012-03-16
Use the guild ID when setting guild member rights
Thorbjørn Lindeijer
1
-4
/
+4
2012-03-16
Fixed remaining compiler warnings
Thorbjørn Lindeijer
6
-11
/
+11
2012-03-16
Fixed Inventory::unequipItem function
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-16
Fixed fastRemoveOne when the element isn't found
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-16
Fixed the version in the createTables.sql scripts
Thorbjørn Lindeijer
3
-6
/
+5
2012-03-15
Fixed createTables scripts
Erik Schilling
2
-6
/
+6
2012-03-14
Updated enet to 1.3.3
Thorbjørn Lindeijer
3
-2
/
+10
2012-03-14
Added chr_kick() lua bind
Erik Schilling
1
-2
/
+16
2012-03-14
Added being_get_mapid lua bind
Erik Schilling
1
-2
/
+18
2012-03-14
Added get_character_by_name lua bind
Erik Schilling
5
-48
/
+43
2012-03-13
Fixed problems with map-bound world state variables
Thorbjørn Lindeijer
10
-64
/
+134
2012-03-13
SQLite: Fixed SqLiteDataProvider::processSql handling of multiple rows
Thorbjørn Lindeijer
1
-5
/
+7
2012-03-13
Added some convenience wrappers to libmana.lua
Thorbjørn Lindeijer
1
-0
/
+25
2012-03-13
Fixed initial sending of global world variables to the game server
Thorbjørn Lindeijer
1
-1
/
+2
2012-03-13
Added script bind to set walkmask for beings
Erik Schilling
9
-28
/
+63
2012-03-11
Removed "mana." from script function documentation
Thorbjørn Lindeijer
1
-102
/
+99
2012-03-11
Converted two Lua scripts from DOS to UNIX line endings
Thorbjørn Lindeijer
2
-132
/
+132
2012-03-11
Register Lua script API functions into the global namespace
Thorbjørn Lindeijer
19
-224
/
+225
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
13
-119
/
+165
2012-03-11
Removed deprecated NPC helper functions
Thorbjørn Lindeijer
9
-77
/
+68
2012-03-11
Added callbacks for map/worldvar changes
Erik Schilling
7
-3
/
+148
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
[prev]
[next]