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
/
game-server
/
accountconnection.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-19
Merge branch 'master' of github.com:mana/manaserv
Yohann Ferreira
1
-6
/
+9
2011-10-19
Took interpreting the objects out of the map reader
Thorbjørn Lindeijer
1
-6
/
+9
2011-09-09
Add persistent items support based on seeseekey's work.
Yohann Ferreira
1
-6
/
+58
2011-04-03
Changed SYNC_BUFFER_SIZE to unsigned to avoid compiler warning
Thorbjørn Lindeijer
1
-2
/
+5
2011-04-02
Some cleanups related to syncing from game to account server
Thorbjørn Lindeijer
1
-10
/
+12
2011-03-18
Improved @ban command
Philipp Sehmisch
1
-1
/
+1
2011-03-06
Small fixes coming from my comment on issue #77.
Yohann Ferreira
1
-1
/
+2
2011-03-04
Implemented persistent world and map variables
Philipp Sehmisch
1
-6
/
+58
2010-12-16
Deharcoded the host and port options for each servers.
Yohann Ferreira
1
-3
/
+11
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-16
/
+16
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
1
-47
/
+47
2010-10-17
Synchronise defaults between configuration file and source.
Freeyorp
1
-1
/
+1
2010-09-22
Centralized the servers' exit values.
Yohann Ferreira
1
-6
/
+8
2010-09-19
Small fixes.
Freeyorp
1
-5
/
+1
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-4
/
+13
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-12-06
A host of code style changes
Thorbjørn Lindeijer
1
-2
/
+2
2009-11-05
Fix handeling of GameServer port
Jared Adams
1
-3
/
+1
2009-10-15
Speed code unification part 1: Made the server accept speed values in tiles p...
Bertram
1
-1
/
+3
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
1
-1
/
+0
2009-10-07
Adds server auth, also adds the "net_password" configure option
Chuck Miller
1
-0
/
+9
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-7
/
+8
2009-03-06
Added transactional history to game server.
David Athay
1
-0
/
+9
2009-02-24
Made a lot of hard-coded values configuration options
Philipp Sehmisch
1
-4
/
+4
2008-12-12
Fixed game server crash and code style
Bjørn Lindeijer
1
-27
/
+25
2008-12-01
Added new table to store online users. See mantis #553
Andreas Habel
1
-0
/
+16
2008-11-30
Add sync Buffer according to mantis #550
Andreas Habel
1
-1
/
+66
2008-11-24
Fixed character party information on game server.
David Athay
1
-2
/
+2
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-11-06
Added sending post via NPC.
David Athay
1
-9
/
+6
2008-11-05
Added version information to item database. Gameserver reports its local vers...
Andreas Habel
1
-0
/
+17
2008-10-31
Changed command system to handle commands without template magic.
David Athay
1
-25
/
+8
2008-10-26
Some cleanup and an unsuccesful attempt at fixing a crash on map server exit
Bjørn Lindeijer
1
-6
/
+20
2008-10-24
Added post callback for getting post.
David Athay
1
-1
/
+10
2008-10-21
Game Server now reconnects to Account Server. Some postal system bugs fixed.
David Athay
1
-1
/
+10
2008-09-19
Added post communication between chat and game servers.
David Athay
1
-0
/
+74
2008-07-03
Removed guild stuff from game server and added some party stuff to it.
David Athay
1
-160
/
+6
2008-01-28
Added weapon skill system and leveling system.
Philipp Sehmisch
1
-20
/
+18
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
1
-5
/
+6
2007-09-16
Added global accounting of beings.
Guillaume Melquiond
1
-1
/
+45
2007-08-31
Implemented "ban" remote command.
Guillaume Melquiond
1
-0
/
+8
2007-08-28
Implemented quest variables.
Guillaume Melquiond
1
-2
/
+29
2007-08-18
First part of a patch for completing the RPG system (character attributes) of...
Guillaume Melquiond
1
-1
/
+2
2007-08-17
Handled multiple connections by allowing client to take over characters.
Guillaume Melquiond
1
-1
/
+1
2007-07-25
Added being speed to protocol.
Guillaume Melquiond
1
-1
/
+1
2007-07-23
Commented out code unavailable from client side. Added support for NPCs.
Guillaume Melquiond
1
-1
/
+6
2007-07-07
Singleton managers do not need stateful classes. Changed them to namespace in...
Guillaume Melquiond
1
-2
/
+2
2007-07-01
Made character data persistent across logout/login.
Guillaume Melquiond
1
-0
/
+1
2007-07-01
Reverted inventory handling code to the last known working state. Simplified ...
Guillaume Melquiond
1
-2
/
+3
[next]