summaryrefslogtreecommitdiff
path: root/src/net/protocol.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-08-27Got rid of no longer used protocol.cppBjørn Lindeijer1-79/+0
2006-02-07Made the being directions being stored in a bitfield.Björn Steinbrink1-0/+32
2006-02-03Removed some unused code.Björn Steinbrink1-11/+0
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-106/+0
2005-12-29Removed duplicate pick up codeBjörn Steinbrink1-1/+1
2005-12-29Added popup support to the Gui class. Moved all mouse input handling into the...Björn Steinbrink1-3/+15
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-4/+4
2005-10-16The connection should be non-blocking now and fixed the problem with sound no...Eugenio Favalli1-51/+0
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-4/+0
2005-09-17Added PVPMatthias Hartmann1-0/+4
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-22/+18
2005-09-14Header cleanups.Björn Steinbrink1-0/+1
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-136/+52
2005-08-13Updated dev-cpp project file, removed unnecessary header, fixed some include ...Eugenio Favalli1-3/+1
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-14/+17
2005-07-28Fix an ATTACK still not being declared as being in namespace Being, cvs didn'...Björn Steinbrink1-1/+1
2005-07-26Added Being::Type enumeration and type-aware findNode(). Fixed font not being...Björn Steinbrink1-11/+19
2005-07-22Merge between moi1392's branch and headCedric Borgese1-2/+2
2005-07-12windows compilation fixesEugenio Favalli1-0/+1
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+2
2005-07-03- Fixed blue, red and yellow damage fonts to work in SDL modeBjørn Lindeijer1-3/+3
2005-06-27Fixed initialisation of Being*. The problem is that the attack() function isBjørn Lindeijer1-2/+2
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer1-5/+11
2005-05-22Fixed little oopsie.Bjørn Lindeijer1-3/+4
2005-05-22This way auto attack should work with left ctrl too (alsoEugenio Favalli1-15/+14
2005-05-22An attemp on auto attack, not bug free for sureEugenio Favalli1-0/+23
2005-05-21restoring backwards compatibility for trade by using an unused packetJan-Fabian Humann1-1/+1
2005-05-21first part of trade fix, second part will be serversideJan-Fabian Humann1-1/+2
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-4/+4
2005-04-22Now you can attack with right mouse button, useful when using bow, need impro...Eugenio Favalli1-4/+4
2005-04-18Fixed tileset loading to clear tilesets vector when finished.Bjørn Lindeijer1-4/+8
2005-03-25Fix a few more log and error calls to make sure it compiles...Bjørn Lindeijer1-5/+6
2005-03-21Some cleanups and button, radiobutton and checkbox now take into accountBjørn Lindeijer1-8/+12
2005-03-01This is the update for the charge bar. It resets every time an attack message...Kiyoshi Kyokai1-0/+2
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-4/+5
2005-01-17Got stuff to work with Dev-C++Bjørn Lindeijer1-0/+10
2005-01-15Fixing crash on death. Death handling could still be improved though.Bjørn Lindeijer1-2/+1
2005-01-13Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer1-9/+8
2005-01-03Some indent, comment and const parameter changes.Bjørn Lindeijer1-154/+134
2004-12-11Removed Allegro dependency on logger, which now also produces timestampedBjørn Lindeijer1-3/+2
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-22/+20
2004-10-03*** empty log message ***Eugenio Favalli1-1/+1
2004-09-28*** empty log message ***Eugenio Favalli1-31/+19
2004-09-26*** empty log message ***Eugenio Favalli1-0/+264