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
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
2010-12-16
Use bound values for Storage::flush() since it leaked sensitive info.
Yohann Ferreira
1
-7
/
+19
2010-12-16
Fix existing binding use in storage.cpp.
Yohann Ferreira
1
-55
/
+98
2010-12-16
Deharcoded the host and port options for each servers.
Yohann Ferreira
2
-9
/
+32
2010-12-16
Standardized the current errors thrown.
Yohann Ferreira
1
-110
/
+85
2010-12-14
Dummy commit since it seems my private repo didn't want to update
Yohann Ferreira
1
-0
/
+1
2010-12-14
Remove an outdated comment talking about subversion tagging.
Yohann Ferreira
1
-3
/
+1
2010-12-14
Removed the code preventing from being able to sync items with id < 500.
Yohann Ferreira
1
-4
/
+1
2010-12-14
Second round of small random cleanups on storage.
Yohann Ferreira
2
-63
/
+59
2010-12-14
Small random hacking cleanups.
Yohann Ferreira
1
-163
/
+189
2010-12-13
Moved storage doc from .cpp to .h and updated it.
Yohann Ferreira
2
-248
/
+311
2010-12-08
Fix many compiler warnings.
Freeyorp
1
-1
/
+1
2010-11-18
Made the server return the number of slots in the login/register responses.
Yohann Ferreira
1
-3
/
+14
2010-11-15
Upgrade database version to 12 as it should have been from the latest update.
Yohann Ferreira
1
-1
/
+1
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
13
-64
/
+64
2010-11-10
Fix code indentation in the sql related files.
Yohann Ferreira
1
-29
/
+37
2010-11-09
Fixed unregistering on the server-side.
Yohann Ferreira
2
-9
/
+20
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
2
-141
/
+141
2010-10-30
Have the PerformTransaction class automatically handle nesting
Thorbjørn Lindeijer
2
-70
/
+17
2010-10-30
Introduced a helper class for performing transactions
Thorbjørn Lindeijer
2
-14
/
+12
[prev]
[next]