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 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
*
Moved attribute (re)calculation to the scripts
Erik Schilling
2013-02-04
6
-176
/
+70
*
Random cleanup of attribute code
Erik Schilling
2013-02-04
3
-19
/
+28
*
Modifications to allow crosscompiling with mingw
Erik Schilling
2013-02-03
1
-0
/
+1
*
Silenced to Wreorder warnings.
Yohann Ferreira
2013-02-01
2
-3
/
+3
*
Added emote support.
Yohann Ferreira
2013-02-01
9
-2
/
+192
*
Silenced some eclipse warnings
Erik Schilling
2013-01-29
7
-3
/
+19
*
Fixed setting current map for npc update function
Erik Schilling
2013-01-15
1
-0
/
+2
*
Small simplification in Monster::died
Thorbjørn Lindeijer
2013-01-10
1
-4
/
+4
*
Used a typedef to make callback syntax more readable
Thorbjørn Lindeijer
2013-01-10
1
-11
/
+8
*
Small documentation updates for Point and Rectangle
Thorbjørn Lindeijer
2013-01-10
1
-1
/
+1
*
Made sure in-inventory trigger is called at pickup
Erik Schilling
2013-01-10
1
-1
/
+9
*
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
2013-01-09
13
-313
/
+134
*
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
2013-01-09
24
-160
/
+160
*
Fixed syntax error (added missing '{')
Thorbjørn Lindeijer
2013-01-08
1
-0
/
+1
*
Added Vulnerabilities for monsters
Erik Schilling
2013-01-08
3
-1
/
+28
*
Work on (Auto)Attack system.
Erik Schilling
2013-01-08
15
-465
/
+577
*
Rename AutoAttack to Attack
Erik Schilling
2013-01-08
8
-47
/
+47
*
Moved order of sending gender
Erik Schilling
2012-10-11
1
-3
/
+1
*
Extended warnings for parsing warps
Erik Schilling
2012-09-22
1
-1
/
+1
*
Fixed marking map as activated
Erik Schilling
2012-09-22
2
-19
/
+40
*
Allow map objects as warp targets
Erik Schilling
2012-09-02
3
-14
/
+57
*
Dropped .gz suffix for maps
Erik Schilling
2012-09-02
1
-2
/
+0
*
Fixed issues with removing attribute modifiers
Thorbjørn Lindeijer
2012-08-10
1
-4
/
+5
*
Allow monster name in <drop> tag
Erik Schilling
2012-08-06
1
-3
/
+17
*
Fixed the atinit function
Erik Schilling
2012-08-05
1
-0
/
+2
*
Fixed recalculation of base attributes
Erik Schilling
2012-08-05
1
-7
/
+7
*
Remove resetEffects; move it to destructor in ItemClass.
Stefan Beller
2012-08-05
2
-18
/
+20
[next]