Age | Commit message (Expand) | Author | Files | Lines |
2006-01-22 | Make dispatchMessages actually handle more than one message per call. | Björn Steinbrink | 1 | -11/+11 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 34 | -438/+2986 |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player de... | Eugenio Favalli | 2 | -86/+0 |
2006-01-03 | moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp} | Ronny Pfannschmidt | 2 | -0/+86 |
2006-01-03 | Enabled some /commands. | Eugenio Favalli | 1 | -0/+1 |
2005-12-30 | Applied pcloud's patch that enhances chat window functionality while hidden. | Bjørn Lindeijer | 1 | -3/+3 |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration window... | Eugenio Favalli | 2 | -0/+28 |
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, smoo... | Eugenio Favalli | 1 | -0/+1 |
2005-12-29 | Removed duplicate pick up code | Björn Steinbrink | 1 | -1/+1 |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into the... | Björn Steinbrink | 2 | -3/+23 |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 5 | -72/+67 |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound no... | Eugenio Favalli | 4 | -86/+111 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 3 | -9/+8 |
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 1 | -1/+1 |
2005-09-27 | Dont crash if there is an unknown error at login. | Cedric Borgese | 3 | -19/+33 |
2005-09-26 | Now error message is displayed properly when the map server is offline. | Eugenio Favalli | 1 | -0/+2 |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -8/+5 |
2005-09-22 | fixed minor bug; changed 16 to 32 (*reminds self to test before committing*) | Duane Bailey | 1 | -1/+1 |
2005-09-22 | removed win2mac support | Duane Bailey | 5 | -45/+7 |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 4 | -17/+4 |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 4 | -17/+5 |
2005-09-17 | configure.ac: Fix typo. | Björn Steinbrink | 2 | -3/+3 |
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 3 | -7/+7 |
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 3 | -7/+7 |
2005-09-17 | 2005-09-17 Duane Bailey nayryeliab@gmail.com | Duane Bailey | 2 | -2/+3 |
2005-09-17 | Added PVP | Matthias Hartmann | 1 | -0/+4 |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 5 | -70/+41 |
2005-09-16 | Tiny error reporting improvement. | Bjørn Lindeijer | 1 | -1/+1 |
2005-09-14 | Added stream operator for char, short and long reading and writing. | Björn Steinbrink | 4 | -0/+44 |
2005-09-14 | Header cleanups. | Björn Steinbrink | 6 | -18/+16 |
2005-09-14 | Add missing cassert header. | Björn Steinbrink | 1 | -0/+2 |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 13 | -401/+937 |
2005-09-08 | Removed inclusion of malloc.h header as it doens't seem necessary and was | Bjørn Lindeijer | 1 | -3/+0 |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ... | Eugenio Favalli | 1 | -3/+1 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 2 | -15/+18 |
2005-07-28 | Fix an ATTACK still not being declared as being in namespace Being, cvs didn'... | Björn Steinbrink | 1 | -1/+1 |
2005-07-26 | Added Being::Type enumeration and type-aware findNode(). Fixed font not being... | Björn Steinbrink | 1 | -11/+19 |
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -2/+2 |
2005-07-12 | windows compilation fixes | Eugenio Favalli | 1 | -0/+1 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 3 | -3/+3 |
2005-07-03 | - Fixed blue, red and yellow damage fonts to work in SDL mode | Bjørn Lindeijer | 1 | -3/+3 |
2005-06-27 | Fixed initialisation of Being*. The problem is that the attack() function is | Bjørn Lindeijer | 1 | -2/+2 |
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 2 | -6/+12 |
2005-05-22 | Fixed little oopsie. | Bjørn Lindeijer | 2 | -3/+6 |
2005-05-22 | This way auto attack should work with left ctrl too (also | Eugenio Favalli | 2 | -16/+15 |
2005-05-22 | An attemp on auto attack, not bug free for sure | Eugenio Favalli | 2 | -0/+26 |
2005-05-21 | restoring backwards compatibility for trade by using an unused packet | Jan-Fabian Humann | 1 | -1/+1 |
2005-05-21 | first part of trade fix, second part will be serverside | Jan-Fabian Humann | 1 | -1/+2 |
2005-05-14 | Hide mouse when the application doesn't have mouse focus. | Bjørn Lindeijer | 1 | -10/+11 |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 2 | -11/+11 |