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
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
2011-03-30
Fixing selection of a character if lower slots are empty
Stefan Dombrowski
1
-1
/
+1
2011-03-24
Rely more on the functionality in XML::Document
Thorbjørn Lindeijer
1
-9
/
+2
2011-03-20
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
4
-6
/
+6
2011-03-20
Use of uint64_t requires including C99 header stdint.h
Thorbjørn Lindeijer
1
-0
/
+2
2011-03-20
General cleanups and code style fixes
Thorbjørn Lindeijer
5
-106
/
+88
2011-03-18
Improved @ban command
Philipp Sehmisch
2
-2
/
+5
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
3
-11
/
+13
2011-03-15
Moved some file-global variables into the AccountHandler
Thorbjørn Lindeijer
1
-42
/
+40
2011-03-15
Introduced an AttributeValue class for convenience and readability
Thorbjørn Lindeijer
3
-29
/
+43
2011-03-14
Made the "No game server for map" error message report the map ID
Philipp Sehmisch
1
-1
/
+1
2011-03-12
Removed a bunch of silly documentation
Thorbjørn Lindeijer
3
-17
/
+2
2011-03-09
Prevented a potential crash in storage::getAllWorldStateVars()
Yohann Ferreira
1
-2
/
+10
2011-03-04
Implemented persistent world and map variables
Philipp Sehmisch
3
-3
/
+98
2011-02-21
Remove obsolete reset of SIGSEGV handling
Stefan Dombrowski
1
-3
/
+0
2011-02-19
Removing dublicate deinitialize of enet
Stefan Dombrowski
1
-3
/
+0
2011-02-16
Removing unused variable configPathChanged
Stefan Dombrowski
1
-3
/
+0
2011-02-11
Fix the GP base and mod values for newly created characters.
Yohann Ferreira
1
-0
/
+11
2011-01-26
Add an heartbeat time flag in the statistics file.
Yohann Ferreira
1
-2
/
+13
2011-01-11
Made the servers report their protocol version.
Yohann Ferreira
2
-3
/
+6
2011-01-09
Removed the superfluous point struct.
Yohann Ferreira
3
-4
/
+5
2011-01-03
Namespaced the manaserv protocol to ease the porting of the enums.
Yohann Ferreira
2
-0
/
+4
2010-12-29
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Yohann Ferreira
2
-2
/
+2
2010-12-29
Made the server handle properly the characters slots.
Yohann Ferreira
7
-68
/
+212
2010-12-27
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
1
-1
/
+1
2010-12-17
Fixed a compiler warning.
Philipp Sehmisch
1
-1
/
+1
2010-12-16
Added last missing try catch implementation in storage.cpp
Yohann Ferreira
1
-103
/
+175
[next]