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
2023-05-15
Manage CharacterData using std::unique_ptr
Thorbjørn Lindeijer
6
-47
/
+38
2023-05-15
General code cleanups
Thorbjørn Lindeijer
5
-12
/
+9
2022-08-19
Apply C++11 fixits
Thorbjørn Lindeijer
6
-70
/
+41
2022-08-19
Apply C++11 fixits
Thorbjørn Lindeijer
15
-69
/
+58
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
4
-10
/
+11
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
6
-11
/
+11
2013-04-11
Renamed Character -> CharacterData in the accountserver
Erik Schilling
5
-23
/
+23
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
1
-1
/
+1
2013-03-25
Changed Item to a component of Actor
Thorbjørn Lindeijer
1
-1
/
+0
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
6
-15
/
+15
2012-05-05
Added debugging mode to the protocol
Thorbjørn Lindeijer
1
-5
/
+2
2012-04-19
Fixed guild support
Erik Schilling
8
-162
/
+210
2012-02-27
Fixed compilation again + some more code cleanup
Erik Schilling
2
-9
/
+10
2012-02-26
Renamed some iterators + fixed one TODO (stored guilds in a map)
Erik Schilling
2
-46
/
+23
2012-01-22
Removed logging of chat
Erik Schilling
1
-12
/
+0
2012-01-21
Made @announce fully functional
Erik Schilling
2
-38
/
+22
2011-09-29
Don't log private chat messages.
Yohann Ferreira
1
-8
/
+0
2011-06-19
Making party invite functional
Stefan Dombrowski
6
-186
/
+137
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
[next]