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-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
2012-01-21
Made @announce fully functional
Erik Schilling
1
-2
/
+2
2012-01-02
Made all beings capable of having a gender
Erik Schilling
2
-2
/
+39
2011-12-03
Allowed larger item amounts for mysql database.
Erik Schilling
1
-1
/
+1
2011-11-21
Allow includes in configuration file.
Erik Schilling
1
-6
/
+35
2011-11-01
Have one place where the Configuration is initialized
Thorbjørn Lindeijer
2
-6
/
+15
2011-11-01
Renamed the db update 15 to 18 as requested by Bjorn.
Yohann Ferreira
1
-1
/
+1
2011-11-01
Merge github.com:mana/manaserv
Yohann Ferreira
1
-2
/
+0
2011-11-01
dos2unix src/common/manaserv_protocol.h
Yohann Ferreira
1
-448
/
+448
2011-10-22
Officially added the being gender to the protocol.
Yohann Ferreira
1
-1
/
+13
2011-09-28
Started to fix the autoattack system.
Yohann Ferreira
1
-0
/
+11
2011-09-28
Officially added the being gender to the protocol.
Yohann Ferreira
1
-0
/
+12
2011-09-28
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
1
-1
/
+1
2011-09-09
Add persistent items support based on seeseekey's work.
Yohann Ferreira
1
-2
/
+4
2011-09-08
Merge github.com:mana/manaserv
Yohann Ferreira
1
-1
/
+1
2011-08-30
Made the db version an official pre-requisite.
Yohann Ferreira
1
-1
/
+4
2011-08-19
Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...
Yohann Ferreira
2
-20
/
+3
[next]