summaryrefslogtreecommitdiff
path: root/gameserver.cbp
AgeCommit message (Expand)AuthorFilesLines
2013-09-08Renamed character.cpp to charactercomponent.cppErik Schilling1-2/+2
2013-08-26Removed skillsErik Schilling1-2/+0
2013-08-26[Abilities] Removed the old autoattack systemErik Schilling1-6/+0
2013-08-26[Abilities] Renamed specials to abilitiesErik Schilling1-2/+2
2013-05-04Added missing files to the codeblocks projectErik Schilling1-0/+2
2013-04-13Added -std=c++0x compiler flag to the codeblocks filesPostremus1-0/+1
2013-04-02Moved fighting code into a componentErik Schilling1-0/+4
2013-03-25Changed SpawnArea and TriggerArea to components of EntityThorbjørn Lindeijer1-4/+4
2013-02-03Fixed codeblocks compile for linux with sigc++Erik Schilling1-3/+7
2013-02-01Added emote support.Yohann Ferreira1-0/+2
2013-01-08Rename AutoAttack to AttackErik Schilling1-2/+2
2013-01-05Fixed codeblocks compile for linux targetsErik Schilling1-154/+154
2012-04-14Introduced a Timeout class for counting down without countingThorbjørn Lindeijer1-0/+2
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-2/+2
2012-04-04CodeBlocks gameserver projectfile updatedPostremus1-14/+36
2011-03-20Updating C::B: Moved defines.h and manaserv_protocol.h into 'common'Stefan Dombrowski1-2/+2
2011-01-10Removing default argument values from Map definitionStefan Dombrowski1-1/+1
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-1/+1
2010-11-15Updating C::B projectStefan Dombrowski1-0/+5
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-55/+55
2010-10-20Fixed syntax error in Code::Blocks gameserver projectA.R. iceslice1-1/+1
2010-08-29Merge branch 'testing'Freeyorp1-0/+8
2010-08-17Add enet files to codeblocksStefan Dombrowski1-1/+21
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-0/+8
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch1-2/+3
2010-06-07Update Code::Blocks project filesJared Adams1-2/+2
2010-01-18Updated project filesPhilipp Sehmisch1-0/+2
2009-12-28Updated project filesPhilipp Sehmisch1-0/+3
2009-12-08Updated Code::Blocks project files. Patch by Cody Martin who doesn't want his...Philipp Sehmisch1-2/+6
2009-10-25Rebranded Code::Blocks project filesPhilipp Sehmisch1-113/+113
2009-07-30Add missing files to the Code::Blocks projectJared Adams1-0/+4
2009-05-20Fix crash caused by non-removal of target.David Athay1-3/+2
2009-04-23Reworked party invites, now sends rejections and checks the invites are validDavid Athay1-0/+1
2009-03-06Added transactional history to game server.David Athay1-108/+109
2009-02-10Removed testing.cpp because all of its functionality can now be covered by LU...Philipp Sehmisch1-109/+108
2009-01-28Moved MapContent into header file.David Athay1-0/+4
2009-01-09Removed cipher.{h,cpp} from Code::Blocks projectsBjørn Lindeijer1-1/+0
2008-11-24Updated codeblocks projectDavid Athay1-0/+3
2008-11-04Forgot to save the files before committing, sorry.David Athay1-1/+2
2008-10-31Changed command system to handle commands without template magic.David Athay1-0/+2
2008-10-24Added post callback for getting post.David Athay1-0/+3
2008-09-27Implemented getting the attack zone of weapons from the item database and imp...Philipp Sehmisch1-0/+2
2008-09-19Added post communication between chat and game servers.David Athay1-0/+1
2008-07-24Added error message when NPC is too far away.David Athay1-0/+1
2008-04-01Consolidated public and private channels into one,David Athay1-0/+1
2008-03-12Updated codeblocks project files, and added a unix targetDavid Athay1-477/+136
2007-11-19Removed useless win32 implementation of gettimeofday.Eugenio Favalli1-10/+0
2007-09-27Ported monster database.Eugenio Favalli1-12/+18
2007-09-10Dimensionless spawn points now spawn over the whole map.Eugenio Favalli1-1/+21
2007-08-27Enabled loading of npcs and scripts from map files.Eugenio Favalli1-0/+34