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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-11
Made sure the map is set for trigger scripts
Erik Schilling
2
-0
/
+2
2012-07-10
Made kill count script bind capable of taking the monster name as argument
Erik Schilling
1
-2
/
+2
2012-07-08
Added bind for setting login callback
Erik Schilling
4
-0
/
+22
2012-07-07
Added script bind for getting specy id of a monster handle
Erik Schilling
1
-0
/
+12
2012-06-22
Collisiondetection: Removing commented code.
Stefan Beller
1
-118
/
+0
2012-05-25
Fixed handling of skills
Erik Schilling
4
-18
/
+10
2012-05-20
Removed no longer needed code
Erik Schilling
2
-24
/
+0
2012-05-06
Don't send NPC text as fixed-length string
Thorbjørn Lindeijer
1
-3
/
+2
2012-05-06
Some small optimizations in Lua helper functions
Thorbjørn Lindeijer
1
-6
/
+3
2012-05-06
Fixed type of returned value from MapReader::readMap
Thorbjørn Lindeijer
1
-1
/
+1
2012-05-05
Small GCC 4.7 compile fix
Thorbjørn Lindeijer
1
-0
/
+1
2012-05-05
Added debugging mode to the protocol
Thorbjørn Lindeijer
11
-99
/
+283
2012-05-01
Fix compiler error in g++ (GCC) 4.7.0
jurkan
1
-2
/
+2
2012-04-19
Fixed guild support
Erik Schilling
11
-167
/
+250
2012-04-18
Removed not needed trigger for specialupdate when INT attribute changed.
Erik Schilling
1
-4
/
+0
2012-04-14
Fixed compiler warning about non-virtual destructor
Thorbjørn Lindeijer
1
-0
/
+2
2012-04-14
Introduced a Timeout class for counting down without counting
Thorbjørn Lindeijer
11
-142
/
+221
2012-04-12
Fixed issues with server behind router
Erik Schilling
2
-3
/
+5
2012-04-12
Fixed Configuration::initialize() to return false when failing loading
Erik Schilling
1
-2
/
+2
2012-04-04
Adding monster::on_damage callback
Stefan Beller
3
-0
/
+33
2012-04-04
Added mysql update script for the special commit
Erik Schilling
1
-0
/
+11
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
28
-121
/
+119
2012-04-04
Enhanced special support
Erik Schilling
23
-172
/
+951
2012-03-26
Some general cleanups and merged Being::perform() into update()
Thorbjørn Lindeijer
9
-129
/
+117
2012-03-21
Fixed restoring of persistent floor items
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-20
Fixed finding characters by name
Thorbjørn Lindeijer
1
-1
/
+1
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
4
-31
/
+50
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
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
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
Register Lua script API functions into the global namespace
Thorbjørn Lindeijer
1
-2
/
+3
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
11
-72
/
+156
2012-03-11
Added callbacks for map/worldvar changes
Erik Schilling
6
-3
/
+104
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
15
-222
/
+443
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-05
Added @effect command
Erik Schilling
1
-0
/
+48
[prev]
[next]