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
/
account-server
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-26
Readded level handling
Erik Schilling
4
-10
/
+10
2013-08-26
Removed skills
Erik Schilling
6
-186
/
+7
2013-08-26
[Abilities] Made the rechargespeed depending on attributes
Erik Schilling
1
-1
/
+1
2013-08-26
[Abilities] Renamed specials to abilities
Erik Schilling
3
-41
/
+41
2013-08-25
Use std::unique_ptr for Account instance of AccountClient
Thorbjørn Lindeijer
3
-38
/
+32
2013-07-28
Allow -v for setting verbosity
Erik Schilling
1
-2
/
+2
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
4
-21
/
+18
2013-04-29
Fixed two SQL queries that broke since NULL -> nullptr replacement
Thorbjørn Lindeijer
1
-3
/
+3
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
6
-13
/
+13
2013-04-11
Converted the Character class into a component
Erik Schilling
2
-10
/
+25
2013-04-11
Renamed Character -> CharacterData in the accountserver
Erik Schilling
9
-45
/
+47
2013-02-24
Fixed default value of the servername
Erik Schilling
1
-1
/
+2
2013-02-24
Added possibility to reserve maps
Erik Schilling
3
-12
/
+119
2013-02-03
Modifications to allow crosscompiling with mingw
Erik Schilling
1
-0
/
+4
2013-01-29
Silenced some eclipse warnings
Erik Schilling
1
-2
/
+2
2013-01-10
Removed deprecated and unused Storage::flushSkill
Thorbjørn Lindeijer
2
-19
/
+0
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
7
-68
/
+56
2012-08-05
Cleaned up some world state variable testing code
Thorbjørn Lindeijer
1
-10
/
+2
2012-07-31
Fixed SQL syntax error when updating character points
Thorbjørn Lindeijer
1
-2
/
+1
2012-05-25
Fixed handling of skills
Erik Schilling
1
-8
/
+8
2012-05-05
Added debugging mode to the protocol
Thorbjørn Lindeijer
2
-10
/
+13
2012-05-01
Fix compiler error in g++ (GCC) 4.7.0
jurkan
1
-2
/
+2
2012-04-19
Fixed guild support
Erik Schilling
2
-3
/
+36
2012-04-12
Fixed issues with server behind router
Erik Schilling
1
-2
/
+2
2012-04-04
Renamed Thing to Entity
Thorbjørn Lindeijer
1
-4
/
+4
2012-04-04
Enhanced special support
Erik Schilling
3
-15
/
+47
2012-03-16
Use the guild ID when setting guild member rights
Thorbjørn Lindeijer
1
-4
/
+4
2012-03-16
Fixed remaining compiler warnings
Thorbjørn Lindeijer
1
-1
/
+1
2012-03-13
Fixed problems with map-bound world state variables
Thorbjørn Lindeijer
4
-52
/
+35
2012-03-13
Fixed initial sending of global world variables to the game server
Thorbjørn Lindeijer
1
-1
/
+2
2012-02-28
Removed unnessecary second check for same condition
Erik Schilling
1
-65
/
+62
2012-02-27
Fixed compilation again + some more code cleanup
Erik Schilling
2
-10
/
+10
2012-01-21
Made @announce fully functional
Erik Schilling
1
-0
/
+8
2011-11-07
Small cleanups in utils::Timer
Thorbjørn Lindeijer
1
-0
/
+3
2011-11-01
Removed some superfluous new character initializations
Thorbjørn Lindeijer
1
-13
/
+0
2011-11-01
Have one place where the Configuration is initialized
Thorbjørn Lindeijer
1
-44
/
+12
2011-10-19
Merge branch 'master' of github.com:mana/manaserv
Yohann Ferreira
1
-18
/
+1
2011-10-19
Have one place where the Logger is initialized
Thorbjørn Lindeijer
1
-18
/
+1
2011-09-09
Add persistent items support based on seeseekey's work.
Yohann Ferreira
4
-0
/
+238
2011-09-05
Fixed size of mapid field in mysql database.
Erik Schilling
1
-1
/
+1
2011-08-30
Made the db version an official pre-requisite.
Yohann Ferreira
2
-6
/
+10
2011-08-30
Added missing sql update scripts.
Yohann Ferreira
1
-1
/
+1
2011-08-11
Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...
Yohann Ferreira
1
-15
/
+27
2011-08-10
login with random hash
Stefan Beller
2
-3
/
+64
2011-07-27
Begun Applying the new equipment slot handling design.
Yohann Ferreira
1
-15
/
+27
2011-06-14
Fixing storing of changed passwords
Stefan Dombrowski
1
-2
/
+2
2011-05-30
Routing party invite through the map server
Stefan Dombrowski
1
-0
/
+5
2011-04-13
Fixed swapping of equipment and inventory slots
Thorbjørn Lindeijer
1
-3
/
+4
2011-04-13
Fixed equipment duplication when updating it.
Yohann Ferreira
1
-1
/
+7
2011-04-02
Some cleanups related to syncing from game to account server
Thorbjørn Lindeijer
1
-7
/
+3
[next]