index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
game-server
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed on being inform message
Erik Schilling
2013-05-12
1
-1
/
+1
*
Fixed setting name of monsters
Erik Schilling
2013-05-11
1
-2
/
+2
*
Added tick argument to the monster update callback
Erik Schilling
2013-05-11
1
-0
/
+1
*
Removed the hardcoded monster AI
Erik Schilling
2013-05-11
3
-202
/
+1
*
Added get_monster_classes() bind
Erik Schilling
2013-05-11
1
-2
/
+9
*
[Abilities] Added abilities to monsters
Erik Schilling
2013-05-11
5
-16
/
+95
*
[Abilities] Removed the old autoattack system
Erik Schilling
2013-05-08
21
-1367
/
+12
*
[Abilities] Added a add_hit_taken bind
Erik Schilling
2013-05-08
4
-30
/
+36
*
[Abilities] Inform other players about ability uses
Erik Schilling
2013-05-08
4
-4
/
+75
*
[Abilities] Added support for a global cooldown
Erik Schilling
2013-05-08
7
-4
/
+81
*
[Abilities] Added a autoconsume option
Erik Schilling
2013-05-08
3
-0
/
+14
*
[Abilities] Moved the ability code into a own component
Erik Schilling
2013-05-08
7
-246
/
+344
*
[Abilities] Made the rechargespeed depending on attributes
Erik Schilling
2013-05-08
4
-29
/
+24
*
[Abilities] Only send status for actually changed abilities
Erik Schilling
2013-05-08
2
-15
/
+17
*
[Abilities] Added network message for removed ability
Erik Schilling
2013-05-08
1
-1
/
+3
*
[Abilities] Renamed set to category
Erik Schilling
2013-05-08
5
-29
/
+29
*
[Abilities] Renamed specials to abilities
Erik Schilling
2013-05-08
10
-424
/
+428
*
Maps are now configured in settings.xml too
Przemysław Grzywacz
2013-05-03
4
-70
/
+82
*
Fixed a bunch of cppcheck warnings
Erik Schilling
2013-05-02
6
-27
/
+19
*
Single xml solution
Przemysław Grzywacz
2013-04-29
17
-562
/
+770
*
Use nullptr instead of NULL everywhere
Erik Schilling
2013-04-27
11
-20
/
+20
*
Fixed crash when checking whether a character is already online
Thorbjørn Lindeijer
2013-04-25
1
-3
/
+2
*
Simplified BeingComponent::updateDirection
Thorbjørn Lindeijer
2013-04-25
2
-74
/
+7
*
Moved functions to entity members where appropriate
Thorbjørn Lindeijer
2013-04-15
3
-7
/
+21
*
Removed NPC and character parameters from NPC functions
Thorbjørn Lindeijer
2013-04-14
1
-0
/
+2
*
Use a full user data for Entity references
Thorbjørn Lindeijer
2013-04-14
2
-6
/
+17
*
Don't try to kill the connection of a deleted character
Thorbjørn Lindeijer
2013-04-13
1
-1
/
+1
*
Fixed uninitialised variable warning in valgrind
Erik Schilling
2013-04-12
1
-0
/
+1
*
Removed static member definitions that are no longer needed
Thorbjørn Lindeijer
2013-04-12
6
-11
/
+1
*
Removed CharacterData member from CharacterComponent
Thorbjørn Lindeijer
2013-04-12
3
-9
/
+3
*
Moved Actor into an Component
Erik Schilling
2013-04-12
32
-369
/
+383
*
Converted Being into a Component
Erik Schilling
2013-04-11
39
-683
/
+841
*
Converted the Character class into a component
Erik Schilling
2013-04-11
32
-644
/
+1032
*
Fixed @kill killing yourself
Erik Schilling
2013-04-10
1
-1
/
+1
*
Fixed undefined #defines in mingw and c++0x
Erik Schilling
2013-04-07
1
-0
/
+3
*
Moved the Monster class to a Component
Erik Schilling
2013-04-03
11
-102
/
+135
*
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
2013-04-02
14
-50
/
+69
*
Removed old commandhandler approach
Erik Schilling
2013-04-02
1
-439
/
+0
*
Moved fighting code into a component
Erik Schilling
2013-04-02
20
-372
/
+640
*
Moved documentation out of class definition
Thorbjørn Lindeijer
2013-03-25
2
-68
/
+97
*
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
2013-03-25
11
-138
/
+135
*
Changed Effect to a component of Actor
Thorbjørn Lindeijer
2013-03-25
8
-52
/
+60
*
Changed Item to a component of Actor
Thorbjørn Lindeijer
2013-03-25
13
-74
/
+124
*
Changed SpawnArea and TriggerArea to components of Entity
Thorbjørn Lindeijer
2013-03-25
10
-53
/
+185
*
Removed mentioning of retired struct
Thorbjørn Lindeijer
2013-02-24
1
-2
/
+0
*
Fixed default value of the servername
Erik Schilling
2013-02-24
1
-1
/
+1
*
Added possibility to reserve maps
Erik Schilling
2013-02-24
2
-18
/
+5
*
Removed loading of script files using the statusmanager
Erik Schilling
2013-02-21
1
-17
/
+1
*
Introduced Script::Context
Erik Schilling
2013-02-21
9
-42
/
+25
*
Monsters no longer load their script files
Erik Schilling
2013-02-17
3
-40
/
+0
[next]