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
/
chat-server
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-30
Routing party invite through the map server
Stefan Dombrowski
3
-32
/
+27
2011-05-16
Starting to fix party invite
Stefan Dombrowski
2
-7
/
+17
2011-04-02
Some ChatHandler cleanups
Thorbjørn Lindeijer
4
-121
/
+21
2011-03-31
Fixing account server crash when leaving guild
Stefan Dombrowski
1
-1
/
+3
2011-03-20
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
6
-7
/
+8
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
4
-13
/
+10
2011-03-12
Removed a bunch of silly documentation
Thorbjørn Lindeijer
4
-17
/
+0
2011-01-03
Added missing using namespace clauses. Cmake's fault, I guess. ;)
Yohann Ferreira
3
-0
/
+6
2011-01-03
Namespaced the manaserv protocol to ease the porting of the enums.
Yohann Ferreira
2
-0
/
+3
2010-12-29
protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.
Yohann Ferreira
5
-5
/
+5
2010-12-08
Fix many compiler warnings.
Freeyorp
1
-2
/
+2
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
17
-55
/
+54
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
3
-80
/
+77
2010-10-17
Synchronise defaults between configuration file and source.
Freeyorp
1
-1
/
+1
2010-06-06
More const correctness and small code cleanups
Thorbjørn Lindeijer
8
-62
/
+46
2010-06-06
Made methods of GuildManager const where appropriate
Thorbjørn Lindeijer
2
-42
/
+18
2010-06-06
Made methods of the Guild class const where appropriate
Thorbjørn Lindeijer
3
-37
/
+24
2010-05-21
Fixes based on cppcheck errors report.
Yohann Ferreira
1
-2
/
+2
2010-02-07
Update Copyright date for Manaserv.
Bertram
17
-17
/
+17
2010-01-18
Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...
Philipp Sehmisch
1
-2
/
+1
2010-01-17
Removed last traces of hardcoded access levels form game-server, begun with u...
Philipp Sehmisch
1
-1
/
+2
2009-12-06
Renamed DALStorage to Storage
Thorbjørn Lindeijer
5
-5
/
+5
2009-12-06
Moved DALStorage documentation into source file
Thorbjørn Lindeijer
1
-5
/
+5
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
17
-145
/
+132
2009-12-06
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
8
-16
/
+16
2009-12-06
A host of code style changes
Thorbjørn Lindeijer
2
-20
/
+13
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
5
-4
/
+5
2009-05-24
More code style fixes
Bjørn Lindeijer
1
-55
/
+30
2009-05-24
Made it possible to specify the host to listen on
Bjørn Lindeijer
2
-4
/
+3
2009-05-24
Fixed a few code style issues
Bjørn Lindeijer
7
-61
/
+58
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-1
/
+1
2009-04-23
Added listing all online users
David Athay
2
-0
/
+26
2009-04-23
Break from while loops when found.
David Athay
1
-5
/
+3
2009-04-23
Reworked party invites, now sends rejections and checks the invites are valid
David Athay
4
-15
/
+99
2009-03-10
Fixes for some compile warnings
Bjørn Lindeijer
1
-2
/
+4
2009-03-06
Added transactional history to game server.
David Athay
1
-1
/
+1
2009-03-05
Added transactions for chat events.
David Athay
2
-3
/
+80
2009-02-24
Made a lot of hard-coded values configuration options
Philipp Sehmisch
2
-5
/
+7
2009-01-27
Changed guild member permissions. Restricted players to owning only 1 guild.
David Athay
7
-49
/
+143
2008-12-18
Fix bug with removing players from guild
David Athay
1
-7
/
+5
2008-11-29
Updated Makefile.am and added missing include
Bjørn Lindeijer
1
-0
/
+2
2008-11-27
Fixed bug found by b_lindeijer
David Athay
1
-2
/
+3
2008-11-25
Separated out the handlers for guild and party
David Athay
4
-500
/
+578
2008-11-24
Fix crash where player is removed before hes left the party
David Athay
1
-3
/
+5
2008-11-24
Stop players inviting themselves to party
David Athay
1
-0
/
+4
2008-11-24
Change leader if leader leaves guild.
David Athay
1
-0
/
+7
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
15
-30
/
+1
2008-11-11
Removed some DOS newlines from mixed files
Bjørn Lindeijer
1
-23
/
+23
2008-11-04
Forgot to save the files before committing, sorry.
David Athay
1
-4
/
+4
2008-11-04
Added notifiying party members when a player joins or leaves the party.
David Athay
2
-0
/
+56
[next]