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
2013-04-12
Fixed uninitialised variable warning in valgrind
Erik Schilling
1
-0
/
+1
2013-04-12
Fixed too long lua documentation
Erik Schilling
1
-21
/
+46
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
33
-408
/
+429
2013-04-11
Converted Being into a Component
Erik Schilling
49
-872
/
+1051
2013-04-11
Converted the Character class into a component
Erik Schilling
42
-760
/
+1178
2013-04-11
Renamed Character -> CharacterData in the accountserver
Erik Schilling
14
-68
/
+70
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
2
-0
/
+7
2013-04-03
Moved the Monster class to a Component
Erik Schilling
14
-123
/
+160
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
18
-53
/
+74
2013-04-02
Removed old commandhandler approach
Erik Schilling
2
-440
/
+0
2013-04-02
Moved fighting code into a component
Erik Schilling
22
-374
/
+647
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
14
-172
/
+178
2013-03-25
Changed Effect to a component of Actor
Thorbjørn Lindeijer
9
-53
/
+61
2013-03-25
Changed Item to a component of Actor
Thorbjørn Lindeijer
15
-84
/
+129
2013-03-25
Changed SpawnArea and TriggerArea to components of Entity
Thorbjørn Lindeijer
12
-61
/
+198
2013-02-24
Removed mentioning of retired struct
Thorbjørn Lindeijer
1
-2
/
+0
2013-02-24
Added Debug class for more convenient debugging output
Thorbjørn Lindeijer
1
-0
/
+34
2013-02-24
Fixed default value of the servername
Erik Schilling
2
-2
/
+3
2013-02-24
Added possibility to reserve maps
Erik Schilling
8
-31
/
+139
2013-02-24
Made the scripts being able to install
Erik Schilling
1
-3
/
+7
2013-02-24
Documented all lua binds directly in the source
Erik Schilling
1
-1341
/
+2201
2013-02-21
Removed loading of script files using the statusmanager
Erik Schilling
1
-17
/
+1
2013-02-21
Introduced Script::Context
Erik Schilling
16
-87
/
+99
2013-02-17
Monsters no longer load their script files
Erik Schilling
3
-40
/
+0
2013-02-04
Moved attribute (re)calculation to the scripts
Erik Schilling
7
-176
/
+96
2013-02-04
Random cleanup of attribute code
Erik Schilling
3
-19
/
+28
2013-02-03
Modifications to allow crosscompiling with mingw
Erik Schilling
7
-4
/
+23
2013-02-01
Silenced to Wreorder warnings.
Yohann Ferreira
2
-3
/
+3
2013-02-01
Added emote support.
Yohann Ferreira
11
-2
/
+196
2013-01-29
Silenced some eclipse warnings
Erik Schilling
8
-5
/
+21
2013-01-15
Fixed setting current map for npc update function
Erik Schilling
1
-0
/
+2
2013-01-10
Small simplification in Monster::died
Thorbjørn Lindeijer
1
-4
/
+4
2013-01-10
Used a typedef to make callback syntax more readable
Thorbjørn Lindeijer
1
-11
/
+8
2013-01-10
Small documentation updates for Point and Rectangle
Thorbjørn Lindeijer
2
-4
/
+3
2013-01-10
Removed deprecated and unused Storage::flushSkill
Thorbjørn Lindeijer
2
-19
/
+0
2013-01-10
Made sure in-inventory trigger is called at pickup
Erik Schilling
1
-1
/
+9
2013-01-09
Removed unused functor obj_name_is
Thorbjørn Lindeijer
1
-20
/
+0
2013-01-09
Replaced EventListener with signals based on libsigc++
Thorbjørn Lindeijer
19
-337
/
+150
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
55
-298
/
+286
2013-01-09
Micro-optimizations for pushing strings to Lua
Thorbjørn Lindeijer
4
-37
/
+29
2013-01-09
Added support for Lua 5.2
Thorbjørn Lindeijer
3
-1
/
+23
2013-01-08
Fixed syntax error (added missing '{')
Thorbjørn Lindeijer
1
-0
/
+1
2013-01-08
Added Vulnerabilities for monsters
Erik Schilling
3
-1
/
+28
2013-01-08
Added script binds for getting attack information
Erik Schilling
2
-8
/
+155
2013-01-08
Work on (Auto)Attack system.
Erik Schilling
16
-474
/
+617
2013-01-08
Rename AutoAttack to Attack
Erik Schilling
10
-50
/
+50
[prev]
[next]