Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -0/+3 |
2005-04-22 | Now you can attack with right mouse button, useful when using bow, need impro... | Eugenio Favalli | 1 | -4/+4 |
2005-04-18 | Fixed tileset loading to clear tilesets vector when finished. | Bjørn Lindeijer | 1 | -4/+8 |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -3/+4 |
2005-03-25 | Fix compile issues on Windows. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-25 | Fix a few more log and error calls to make sure it compiles... | Bjørn Lindeijer | 2 | -14/+16 |
2005-03-21 | Some cleanups and button, radiobutton and checkbox now take into account | Bjørn Lindeijer | 1 | -8/+12 |
2005-03-13 | * Moved Being public char *speech to private std::string speech | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-11 | Well, yet again the commit seems to have left some files out. | Bjørn Lindeijer | 1 | -0/+1 |
2005-03-10 | Fixed showing death bitmap when other players die and fixed the black hair | Bjørn Lindeijer | 1 | -0/+9 |
2005-03-01 | An attempt to get rid of executable permissions. | Bjørn Lindeijer | 2 | -26/+18 |
2005-03-01 | This is the update for the charge bar. It resets every time an attack message... | Kiyoshi Kyokai | 1 | -0/+2 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -1/+1 |
2005-02-20 | Added basic functionality for the new skill dialog. Class support, initializa... | Kiyoshi Kyokai | 1 | -1/+1 |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 3 | -22/+35 |
2005-02-06 | Fixing inventory (still needed to add a proper way to choose items, now creat... | Eugenio Favalli | 1 | -1/+6 |
2005-01-17 | Got stuff to work with Dev-C++ | Bjørn Lindeijer | 3 | -12/+11 |
2005-01-17 | Near SDL switch | Eugenio Favalli | 1 | -0/+3 |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 2 | -16/+3 |
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-05 | Removed bugging cancel button from npc dialog and fixed npc sprites. | Bjørn Lindeijer | 2 | -5/+7 |
2005-01-03 | Some indent, comment and const parameter changes. | Bjørn Lindeijer | 2 | -164/+177 |
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 1 | -73/+73 |
2004-12-23 | Fixed up iptostring() memory leak. | Aaron Marks | 1 | -3/+3 |
2004-12-14 | - eyecandy using indentation feature ;) | Alexander Baldeck | 1 | -18/+23 |
2004-12-13 | Whee, moving headers around! Also provided makefile.mgw for compiling with Mi... | Bjørn Lindeijer | 1 | -4/+5 |
2004-12-11 | Core sprite classes of the new graphic engine | Eugenio Favalli | 1 | -2/+2 |
2004-12-11 | Removed Allegro dependency on logger, which now also produces timestamped | Bjørn Lindeijer | 1 | -3/+2 |