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
2013-08-26
Added a first very basic monster ai version
Erik Schilling
1
-15
/
+0
2013-08-26
Fixed setting name of monsters
Erik Schilling
1
-2
/
+2
2013-08-26
Added tick argument to the monster update callback
Erik Schilling
1
-0
/
+1
2013-08-26
Removed the hardcoded monster AI
Erik Schilling
3
-202
/
+1
2013-08-26
Added get_monster_classes() bind
Erik Schilling
1
-2
/
+9
2013-08-26
[Abilities] Added abilities to monsters
Erik Schilling
5
-16
/
+95
2013-08-26
[Abilities] Removed the old autoattack system
Erik Schilling
21
-1367
/
+12
2013-08-26
[Abilities] Added a add_hit_taken bind
Erik Schilling
4
-30
/
+36
2013-08-26
[Abilities] Inform other players about ability uses
Erik Schilling
4
-4
/
+75
2013-08-26
[Abilities] Added support for a global cooldown
Erik Schilling
7
-4
/
+81
2013-08-26
[Abilities] Added a autoconsume option
Erik Schilling
3
-0
/
+14
2013-08-26
[Abilities] Moved the ability code into a own component
Erik Schilling
7
-246
/
+344
2013-08-26
[Abilities] Made the rechargespeed depending on attributes
Erik Schilling
4
-29
/
+24
2013-08-26
[Abilities] Only send status for actually changed abilities
Erik Schilling
2
-15
/
+17
2013-08-26
[Abilities] Added network message for removed ability
Erik Schilling
1
-1
/
+3
2013-08-26
[Abilities] Renamed set to category
Erik Schilling
5
-29
/
+29
2013-08-26
[Abilities] Renamed specials to abilities
Erik Schilling
10
-424
/
+428
2013-07-28
Allow -v for setting verbosity
Erik Schilling
1
-2
/
+2
2013-05-10
Partial rewrite and improvements of Warp object
Przemysław Grzywacz
4
-30
/
+180
2013-05-03
Maps are now configured in settings.xml too
Przemysław Grzywacz
4
-70
/
+82
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
6
-27
/
+19
2013-04-29
Single xml solution
Przemysław Grzywacz
17
-562
/
+770
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
11
-20
/
+20
2013-04-25
Fixed crash when checking whether a character is already online
Thorbjørn Lindeijer
1
-3
/
+2
2013-04-25
Simplified BeingComponent::updateDirection
Thorbjørn Lindeijer
2
-74
/
+7
2013-04-15
Moved functions to entity members where appropriate
Thorbjørn Lindeijer
3
-7
/
+21
2013-04-14
Removed NPC and character parameters from NPC functions
Thorbjørn Lindeijer
1
-0
/
+2
2013-04-14
Use a full user data for Entity references
Thorbjørn Lindeijer
2
-6
/
+17
2013-04-13
Don't try to kill the connection of a deleted character
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-12
Fixed uninitialised variable warning in valgrind
Erik Schilling
1
-0
/
+1
2013-04-12
Removed static member definitions that are no longer needed
Thorbjørn Lindeijer
6
-11
/
+1
2013-04-12
Removed CharacterData member from CharacterComponent
Thorbjørn Lindeijer
3
-9
/
+3
2013-04-12
Moved Actor into an Component
Erik Schilling
32
-369
/
+383
2013-04-11
Converted Being into a Component
Erik Schilling
39
-683
/
+841
2013-04-11
Converted the Character class into a component
Erik Schilling
32
-644
/
+1032
2013-04-10
Fixed @kill killing yourself
Erik Schilling
1
-1
/
+1
2013-04-07
Fixed undefined #defines in mingw and c++0x
Erik Schilling
1
-0
/
+3
2013-04-03
Moved the Monster class to a Component
Erik Schilling
11
-102
/
+135
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
14
-50
/
+69
2013-04-02
Removed old commandhandler approach
Erik Schilling
1
-439
/
+0
2013-04-02
Moved fighting code into a component
Erik Schilling
20
-372
/
+640
2013-03-25
Moved documentation out of class definition
Thorbjørn Lindeijer
2
-68
/
+97
2013-03-25
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
11
-138
/
+135
2013-03-25
Changed Effect to a component of Actor
Thorbjørn Lindeijer
8
-52
/
+60
2013-03-25
Changed Item to a component of Actor
Thorbjørn Lindeijer
13
-74
/
+124
2013-03-25
Changed SpawnArea and TriggerArea to components of Entity
Thorbjørn Lindeijer
10
-53
/
+185
2013-02-24
Removed mentioning of retired struct
Thorbjørn Lindeijer
1
-2
/
+0
2013-02-24
Fixed default value of the servername
Erik Schilling
1
-1
/
+1
2013-02-24
Added possibility to reserve maps
Erik Schilling
2
-18
/
+5
2013-02-21
Removed loading of script files using the statusmanager
Erik Schilling
1
-17
/
+1
[next]