Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2006-02-07 | Made the being directions being stored in a bitfield. | Björn Steinbrink | 1 | -0/+32 | |
2006-02-03 | Removed some unused code. | Björn Steinbrink | 1 | -11/+0 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -106/+0 | |
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 ↵ | Björn Steinbrink | 1 | -3/+15 | |
the Gui class. | |||||
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -4/+4 | |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound ↵ | Eugenio Favalli | 1 | -51/+0 | |
not being played at startup. | |||||
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -4/+0 | |
2005-09-17 | Added PVP | Matthias Hartmann | 1 | -0/+4 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -22/+18 | |
2005-09-14 | Header cleanups. | Björn Steinbrink | 1 | -0/+1 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -136/+52 | |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ↵ | Eugenio Favalli | 1 | -3/+1 | |
paths. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -14/+17 | |
2005-07-28 | Fix an ATTACK still not being declared as being in namespace Being, cvs ↵ | Björn Steinbrink | 1 | -1/+1 | |
didn't notice the changed file... | |||||
2005-07-26 | Added Being::Type enumeration and type-aware findNode(). Fixed font not ↵ | Björn Steinbrink | 1 | -11/+19 | |
being reset after drawing speech. Target marker drawing moved into engine. | |||||
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 | 1 | -1/+2 | |
2005-07-03 | - Fixed blue, red and yellow damage fonts to work in SDL mode | Bjørn Lindeijer | 1 | -3/+3 | |
- Added two international characters to fixed font, fixed autotarget - Fixed mouse autotarget (now default for left click) - Cleaned up showing of empty right click menus | |||||
2005-06-27 | Fixed initialisation of Being*. The problem is that the attack() function is | Bjørn Lindeijer | 1 | -2/+2 | |
since recently being called with up to 8 directions while it is written to only handle 4. | |||||
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 1 | -5/+11 | |
to show current target. | |||||
2005-05-22 | Fixed little oopsie. | Bjørn Lindeijer | 1 | -3/+4 | |
2005-05-22 | This way auto attack should work with left ctrl too (also | Eugenio Favalli | 1 | -15/+14 | |
some docs updates) | |||||
2005-05-22 | An attemp on auto attack, not bug free for sure | Eugenio Favalli | 1 | -0/+23 | |
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-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -4/+4 | |
2005-04-22 | Now you can attack with right mouse button, useful when using bow, need ↵ | Eugenio Favalli | 1 | -4/+4 | |
improvements though | |||||
2005-04-18 | Fixed tileset loading to clear tilesets vector when finished. | Bjørn Lindeijer | 1 | -4/+8 | |
2005-03-25 | Fix a few more log and error calls to make sure it compiles... | Bjørn Lindeijer | 1 | -5/+6 | |
2005-03-21 | Some cleanups and button, radiobutton and checkbox now take into account | Bjørn Lindeijer | 1 | -8/+12 | |
disabled status. | |||||
2005-03-01 | This is the update for the charge bar. It resets every time an attack ↵ | Kiyoshi Kyokai | 1 | -0/+2 | |
message is sent to the server. I still haven't actually worked the timer into this. I'd appreciate it if someone would explain how. Thanks. | |||||
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -4/+5 | |
2005-01-17 | Got stuff to work with Dev-C++ | Bjørn Lindeijer | 1 | -0/+10 | |
2005-01-15 | Fixing crash on death. Death handling could still be improved though. | Bjørn Lindeijer | 1 | -2/+1 | |
2005-01-13 | Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining. | Bjørn Lindeijer | 1 | -9/+8 | |
2005-01-03 | Some indent, comment and const parameter changes. | Bjørn Lindeijer | 1 | -154/+134 | |
2004-12-11 | Removed Allegro dependency on logger, which now also produces timestamped | Bjørn Lindeijer | 1 | -3/+2 | |
categorized messages instead of using the configuration file approach. | |||||
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -22/+20 | |
2004-10-03 | *** empty log message *** | Eugenio Favalli | 1 | -1/+1 | |
2004-09-28 | *** empty log message *** | Eugenio Favalli | 1 | -31/+19 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+264 | |