summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer3-9/+8
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer1-1/+1
2005-09-27Dont crash if there is an unknown error at login.Cedric Borgese3-19/+33
2005-09-26Now error message is displayed properly when the map server is offline.Eugenio Favalli1-0/+2
2005-09-26Added a nicer handling of when you get disconnected from the server.Eugenio Favalli1-8/+5
2005-09-22fixed minor bug; changed 16 to 32 (*reminds self to test before committing*)Duane Bailey1-1/+1
2005-09-22removed win2mac supportDuane Bailey5-45/+7
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer4-17/+4
2005-09-19Got rid of writeSet() calls.Eugenio Favalli4-17/+5
2005-09-17configure.ac: Fix typo.Björn Steinbrink2-3/+3
2005-09-172005-09-17 Duane Bailey <nayryeliab@gmail.com>Duane Bailey3-7/+7
2005-09-172005-09-17 Duane Bailey <nayryeliab@gmail.com>Duane Bailey3-7/+7
2005-09-172005-09-17 Duane Bailey nayryeliab@gmail.comDuane Bailey2-2/+3
2005-09-17Added PVPMatthias Hartmann1-0/+4
2005-09-17Completed transition to use MessageOut.Eugenio Favalli5-70/+41
2005-09-16Tiny error reporting improvement.Bjørn Lindeijer1-1/+1
2005-09-14Added stream operator for char, short and long reading and writing.Björn Steinbrink4-0/+44
2005-09-14Header cleanups.Björn Steinbrink6-18/+16
2005-09-14Add missing cassert header.Björn Steinbrink1-0/+2
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink13-401/+937
2005-09-08Removed inclusion of malloc.h header as it doens't seem necessary and wasBjørn Lindeijer1-3/+0
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 Steinbrink2-15/+18
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 Lindeijer3-3/+3
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 Lindeijer2-6/+12
2005-05-22Fixed little oopsie.Bjørn Lindeijer2-3/+6
2005-05-22This way auto attack should work with left ctrl too (alsoEugenio Favalli2-16/+15
2005-05-22An attemp on auto attack, not bug free for sureEugenio Favalli2-0/+26
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-14Hide mouse when the application doesn't have mouse focus.Bjørn Lindeijer1-10/+11
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer2-11/+11
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-0/+3
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-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-3/+4
2005-03-25Fix compile issues on Windows.Bjørn Lindeijer1-1/+1
2005-03-25Fix a few more log and error calls to make sure it compiles...Bjørn Lindeijer2-14/+16
2005-03-21Some cleanups and button, radiobutton and checkbox now take into accountBjørn Lindeijer1-8/+12
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-1/+1
2005-03-11Well, yet again the commit seems to have left some files out.Bjørn Lindeijer1-0/+1
2005-03-10Fixed showing death bitmap when other players die and fixed the black hairBjørn Lindeijer1-0/+9
2005-03-01An attempt to get rid of executable permissions.Bjørn Lindeijer2-26/+18
2005-03-01This is the update for the charge bar. It resets every time an attack message...Kiyoshi Kyokai1-0/+2