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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-28
Include the list of characters in the login response
Thorbjørn Lindeijer
1
-2
/
+3
2013-10-16
Fixed protocol description
Erik Schilling
1
-1
/
+1
2013-10-13
Added GPMSG_NPC_BUYSELL_RESPONSE
Thorbjørn Lindeijer
1
-0
/
+1
2013-10-01
Send the character data in a single message
Erik Schilling
1
-7
/
+7
2013-09-26
Store questlog values in the database
Erik Schilling
1
-2
/
+2
2013-09-19
Synchronized some tweaks to protocol file from the client
Thorbjørn Lindeijer
1
-4
/
+4
2013-09-19
Removed the unused OBJECT_ACTOR enum value
Thorbjørn Lindeijer
1
-9
/
+6
2013-09-19
Removed unused being state enums
Thorbjørn Lindeijer
1
-18
/
+0
2013-09-15
Fixed handling of reconnects while the old connection is still valid
Erik Schilling
1
-1
/
+2
2013-09-13
Added basic questlog support
Erik Schilling
1
-0
/
+59
2013-09-09
Send equipment data for character selection
Erik Schilling
1
-2
/
+3
2013-09-08
Actually send the info about beings using direction abilities
Erik Schilling
1
-0
/
+1
2013-09-08
Added support for direction based ability targets
Erik Schilling
1
-33
/
+34
2013-09-08
Renamed character.cpp to charactercomponent.cpp
Erik Schilling
1
-1
/
+1
2013-09-08
Cleaned up the inventory handling
Erik Schilling
2
-29
/
+17
2013-09-01
Fixed inconsistent type of hairstyle networking
Erik Schilling
1
-3
/
+3
2013-08-26
Made cooldowns of abilities scriptable
Erik Schilling
1
-3
/
+3
2013-08-26
Readded level handling
Erik Schilling
2
-1
/
+4
2013-08-26
Removed skills
Erik Schilling
2
-9
/
+3
2013-08-26
[Abilities] Removed the old autoattack system
Erik Schilling
1
-17
/
+0
2013-08-26
[Abilities] Inform other players about ability uses
Erik Schilling
1
-0
/
+2
2013-08-26
[Abilities] Added support for a global cooldown
Erik Schilling
1
-0
/
+1
2013-08-26
[Abilities] Added network message for removed ability
Erik Schilling
1
-0
/
+1
2013-08-26
[Abilities] Renamed specials to abilities
Erik Schilling
1
-4
/
+4
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
1
-10
/
+6
2013-04-30
Bumped the protocol version to 3
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-29
Single xml solution
Przemysław Grzywacz
3
-7
/
+112
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
4
-6
/
+6
2013-04-11
Converted Being into a Component
Erik Schilling
2
-7
/
+7
2013-04-11
Converted the Character class into a component
Erik Schilling
2
-10
/
+13
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
1
-1
/
+1
2013-02-24
Added possibility to reserve maps
Erik Schilling
2
-1
/
+13
2013-02-24
Made the scripts being able to install
Erik Schilling
1
-3
/
+7
2013-02-03
Modifications to allow crosscompiling with mingw
Erik Schilling
2
-0
/
+12
2013-02-01
Added emote support.
Yohann Ferreira
1
-0
/
+2
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
2
-9
/
+9
2013-01-08
Work on (Auto)Attack system.
Erik Schilling
1
-9
/
+40
2013-01-08
Rename AutoAttack to Attack
Erik Schilling
1
-1
/
+1
2012-10-11
Moved order of sending gender
Erik Schilling
1
-4
/
+4
2012-07-17
Added lua bind to send text effect particle to clients
Erik Schilling
1
-0
/
+1
2012-05-25
Fixed handling of skills
Erik Schilling
1
-1
/
+1
2012-05-05
Added debugging mode to the protocol
Thorbjørn Lindeijer
1
-5
/
+18
2012-04-19
Fixed guild support
Erik Schilling
1
-2
/
+4
2012-04-12
Fixed Configuration::initialize() to return false when failing loading
Erik Schilling
1
-2
/
+2
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
1
-3
/
+3
2012-04-04
Enhanced special support
Erik Schilling
1
-2
/
+3
2012-03-13
Fixed problems with map-bound world state variables
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-11
Removed the create_npc wrapper and the last two NPC callbacks
Thorbjørn Lindeijer
1
-2
/
+2
2012-02-25
Merged the example client and server data
Thorbjørn Lindeijer
1
-6
/
+3
2012-02-02
Added a way to specify the min and max attributes values.
Yohann Ferreira
1
-32
/
+0
[next]