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
/
game-server
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-17
Merge branch 'master' into lpc2012
Erik Schilling
4
-11
/
+70
2012-07-17
Added lua binds for issuing request of quest variable + bind for trying to re...
Erik Schilling
3
-11
/
+67
2012-07-17
Added script binds to get full monster anger list + drop anger of monsters
Erik Schilling
1
-0
/
+3
2012-07-17
Fixed resistance calculation not damaging the damage handling
Erik Schilling
1
-1
/
+1
2012-07-13
Fixed the atinit function
Erik Schilling
1
-0
/
+2
2012-07-11
Fixed small bug in attack core. warmup and cooldown was mixed
Erik Schilling
1
-2
/
+4
2012-07-11
Made sure the map is set for trigger scripts
Erik Schilling
1
-0
/
+1
2012-07-11
Made sure the map is set for trigger scripts
Erik Schilling
1
-0
/
+1
2012-07-08
Added bind for setting login callback
Erik Schilling
3
-0
/
+14
2012-07-08
Added bind for setting login callback
Erik Schilling
3
-0
/
+14
2012-07-07
Added Vulnerabilities for monsters
Erik Schilling
3
-1
/
+28
2012-07-07
Work on (Auto)Attack system.
Erik Schilling
13
-461
/
+571
2012-07-07
Rename AutoAttack to Attack
Erik Schilling
8
-47
/
+47
2012-06-22
Collisiondetection: Removing commented code.
Stefan Beller
1
-118
/
+0
2012-05-25
Fixed handling of skills
Erik Schilling
2
-9
/
+1
2012-05-06
Fixed type of returned value from MapReader::readMap
Thorbjørn Lindeijer
1
-1
/
+1
2012-05-05
Added debugging mode to the protocol
Thorbjørn Lindeijer
2
-0
/
+5
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
10
-142
/
+219
2012-04-12
Fixed issues with server behind router
Erik Schilling
1
-1
/
+3
2012-04-04
Adding monster::on_damage callback
Stefan Beller
2
-0
/
+24
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
19
-90
/
+88
2012-04-04
Enhanced special support
Erik Schilling
8
-101
/
+713
2012-03-26
Some general cleanups and merged Being::perform() into update()
Thorbjørn Lindeijer
7
-114
/
+104
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
2
-4
/
+16
2012-03-17
Added map update function, moved schedules there to keep map context
Erik Schilling
3
-29
/
+35
2012-03-16
Fixed remaining compiler warnings
Thorbjørn Lindeijer
5
-10
/
+10
2012-03-16
Fixed Inventory::unequipItem function
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-14
Added get_character_by_name lua bind
Erik Schilling
4
-48
/
+25
2012-03-13
Added script bind to set walkmask for beings
Erik Schilling
8
-28
/
+21
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
5
-30
/
+100
2012-03-11
Added callbacks for map/worldvar changes
Erik Schilling
4
-0
/
+77
2012-03-10
Moved the managing of NPC script coroutines into C++
Thorbjørn Lindeijer
8
-68
/
+102
2012-03-10
Removed space before ;
Erik Schilling
1
-1
/
+1
2012-03-05
Added @effect command
Erik Schilling
1
-0
/
+48
2012-03-05
Added lua function for getting pvp status of map
Erik Schilling
1
-2
/
+2
2012-03-05
Added possibility to make a being attack an other being
Erik Schilling
3
-28
/
+28
2012-03-03
Removed the last direct call to global script function
Thorbjørn Lindeijer
2
-7
/
+15
2012-03-03
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
10
-90
/
+139
2012-03-03
Added further missing callbacks
Erik Schilling
4
-14
/
+68
2012-03-02
Converted functions called by LuaScript to callbacks
Thorbjørn Lindeijer
4
-9
/
+11
2012-03-02
Use callbacks for handling character death and respawn
Thorbjørn Lindeijer
2
-5
/
+33
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
14
-160
/
+89
2012-02-28
Fixed bug with erasing the last status effect
Thorbjørn Lindeijer
1
-3
/
+9
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
1
-1
/
+1
2012-02-26
Some random code cleanup
Erik Schilling
1
-33
/
+25
[prev]
[next]