Age | Commit message (Expand) | Author | Files | Lines |
2005-05-21 | Data fix. | Bjørn Lindeijer | 1 | -1/+1 |
2005-05-21 | restoring backwards compatibility for trade by using an unused packet | Jan-Fabian Humann | 2 | -2/+2 |
2005-05-21 | trade: you can not change trade quantities (RO protocol forbids it...) | Jan-Fabian Humann | 1 | -6/+12 |
2005-05-21 | Only load resources once for player box, scroll area and text field. Also | Bjørn Lindeijer | 7 | -90/+205 |
2005-05-21 | Only load resources once for player box, scroll area and text field. Also | Bjørn Lindeijer | 3 | -0/+0 |
2005-05-21 | first part of trade fix, second part will be serverside | Jan-Fabian Humann | 2 | -2/+35 |
2005-05-21 | Fixed menu so it is working.. | Mateusz Kaduk | 4 | -11/+21 |
2005-05-20 | Stop drawing frames when application isn't active (ie. minimized) | Bjørn Lindeijer | 2 | -5/+14 |
2005-05-20 | Removing double code and improving attack orientation thanks to Javila | Eugenio Favalli | 2 | -24/+19 |
2005-05-19 | Made the win32 documentation up to date. | Joni Orponen | 1 | -7/+15 |
2005-05-19 | Updated the .dev to contain the recently added files and also added the SDL p... | Joni Orponen | 1 | -384/+454 |
2005-05-19 | Updates to hacking guide were in order. | Bjørn Lindeijer | 1 | -13/+22 |
2005-05-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 16 | -294/+150 |
2005-05-18 | Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0. | Bjørn Lindeijer | 9 | -237/+90 |
2005-05-17 | a little tweak to control file. | Yohann Ferreira | 1 | -1/+0 |
2005-05-17 | we dont need an itemamount window if quantity in inventory is 1 | Jan-Fabian Humann | 1 | -3/+8 |
2005-05-17 | Alt+m for testing menu, menuitems the same as button | Mateusz Kaduk | 6 | -11/+42 |
2005-05-17 | Temporarily fixing problem with resource cleanup. | Bjørn Lindeijer | 1 | -6/+14 |
2005-05-16 | Added menu | Mateusz Kaduk | 2 | -0/+72 |
2005-05-16 | Added base for Menu and menuitem inherit from gcn::Button | Mateusz Kaduk | 3 | -12/+48 |
2005-05-16 | Added new barber by Neko-mon and moved being logic into Being class. | Bjørn Lindeijer | 5 | -51/+61 |
2005-05-16 | This little workaround necessary to prevent crashes for now. | Bjørn Lindeijer | 2 | -3/+3 |
2005-05-16 | Made button, checkbox and radiobutton count their instances and only load their | Bjørn Lindeijer | 7 | -49/+146 |
2005-05-16 | Fixed install process to include new GUI graphics. | Bjørn Lindeijer | 2 | -1/+5 |
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 8 | -19/+38 |
2005-05-16 | Forgot about that macro | Mateusz Kaduk | 1 | -1/+2 |
2005-05-16 | Added --with-opengl option to configure and checking for guichan headers | Mateusz Kaduk | 2 | -2/+24 |
2005-05-16 | Made a dialog from exit confirmation. | Bjørn Lindeijer | 3 | -24/+26 |
2005-05-16 | Formatting updates to buddy window and menu item and made testing menu item | Bjørn Lindeijer | 6 | -131/+131 |
2005-05-16 | Added menuitem class | Mateusz Kaduk | 2 | -0/+136 |
2005-05-16 | Added menuitem | Mateusz Kaduk | 6 | -0/+5 |
2005-05-15 | Remove PKGBUILD for Arch Linux which can be found in AUR instead. | Bjørn Lindeijer | 1 | -17/+0 |
2005-05-15 | Ignore generated Makefile.in and Makefile. | Bjørn Lindeijer | 4 | -0/+8 |
2005-05-15 | better monsterset management | Eugenio Favalli | 4 | -13/+6 |
2005-05-15 | New monsters | Eugenio Favalli | 0 | -0/+0 |
2005-05-15 | Small fixes | Mateusz Kaduk | 2 | -2/+8 |
2005-05-15 | Using guichan ListModel | Mateusz Kaduk | 4 | -33/+33 |
2005-05-14 | Added framerate limiter, off by default (0 means no limit) | Bjørn Lindeijer | 6 | -6/+43 |
2005-05-14 | Hide mouse when the application doesn't have mouse focus. | Bjørn Lindeijer | 5 | -43/+27 |
2005-05-14 | Fixed .dev, GUI groups and updated Debian repository links. | Bjørn Lindeijer | 3 | -4/+7 |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 29 | -76/+108 |
2005-05-14 | Updated .dev fie. | Bjørn Lindeijer | 1 | -3/+43 |
2005-05-14 | Fixed player character rendering errors in OpenGL mode. | Bjørn Lindeijer | 4 | -12/+15 |
2005-05-13 | Fixed minimap transparent background to work in both SDL and OpenGL by using | Bjørn Lindeijer | 7 | -100/+14 |
2005-05-12 | trade fixes as usual + quit dialog pops up now instead of being under other w... | Jan-Fabian Humann | 7 | -50/+76 |
2005-05-12 | Deallocation of itemDb in main.cpp. | Aaron Marks | 2 | -2/+5 |
2005-05-11 | another trade update: selecting items is more logical now, name and desc. are... | Jan-Fabian Humann | 6 | -7/+68 |
2005-05-11 | first two trade items work again (itemcontainer slots 0 and 1 seem to be rese... | Jan-Fabian Humann | 1 | -3/+1 |
2005-05-10 | Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle. | Bjørn Lindeijer | 5 | -66/+45 |
2005-05-10 | A few notes about the desert map. | Yohann Ferreira | 1 | -1/+3 |