Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-30 | Fixed players not always appearing to sit when they are in fact sitting. | Bjørn Lindeijer | 2 | -6/+11 | |
2005-05-30 | Fixing compiling error in win | Eugenio Favalli | 1 | -0/+2 | |
2005-05-30 | Removed forcing inlining off. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-29 | Fixing soldier with sword | Eugenio Favalli | 0 | -0/+0 | |
2005-05-29 | Updating NPCs | Eugenio Favalli | 0 | -0/+0 | |
2005-05-28 | Applied inventory weight information patch by Javila. | Bjørn Lindeijer | 4 | -4/+26 | |
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 9 | -38/+58 | |
to show current target. | |||||
2005-05-27 | Some trivial changes and adding contact information. | Joni Orponen | 1 | -10/+17 | |
2005-05-22 | ChangeLog update | Jan-Fabian Humann | 1 | -0/+1 | |
2005-05-22 | requestTradeDialog is modal now | Jan-Fabian Humann | 5 | -35/+16 | |
2005-05-22 | Added slime splat by Frode. | Bjørn Lindeijer | 0 | -0/+0 | |
2005-05-22 | Include the test map in install process. | Bjørn Lindeijer | 0 | -0/+0 | |
2005-05-22 | Test map fixed | Eugenio Favalli | 0 | -0/+0 | |
2005-05-22 | Renaming map | Eugenio Favalli | 0 | -0/+0 | |
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 | 6 | -28/+24 | |
some docs updates) | |||||
2005-05-22 | An attemp on auto attack, not bug free for sure | Eugenio Favalli | 7 | -23/+43 | |
2005-05-22 | Added map for testers | Mateusz Kaduk | 0 | -0/+0 | |
2005-05-22 | trade: disable textfield on ok | Jan-Fabian Humann | 1 | -1/+2 | |
2005-05-22 | another trade update: trading money is possible now, left box is for money ↵ | Jan-Fabian Humann | 3 | -10/+68 | |
you send, the right label shows the money you receive. Due to stupid RO protocol money value will only be submitted when you press Ok. | |||||
2005-05-22 | Picking up now possible with Z, and fixed width of a few scroll area contents. | Bjørn Lindeijer | 8 | -44/+73 | |
2005-05-21 | Fix opacity of Window titles in OpenGL and scroll areas which broke last commit | Bjørn Lindeijer | 2 | -0/+4 | |
2005-05-21 | Numerous things: | Bjørn Lindeijer | 13 | -48/+79 | |
* Fixed two non-virtual destructor warnings showing up with GCC 4. * Fixed OpenGL inventory text drawing that broke in last commit * Removed glClear cause screen is redrawn completely anyway * Fixed updating of buttons in inventory window * Made items.xml be loaded through resource manager. | |||||
2005-05-21 | removing old trade item okay packet | Jan-Fabian Humann | 1 | -33/+0 | |
2005-05-21 | Removed old build system. | Bjørn Lindeijer | 11 | -231/+0 | |
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 | |
tweaked the look a little, needs to be checked for opaque problem. | |||||
2005-05-21 | Only load resources once for player box, scroll area and text field. Also | Bjørn Lindeijer | 3 | -0/+0 | |
tweaked the look a little, needs to be checked for opaque problem. | |||||
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 ↵ | Joni Orponen | 1 | -384/+454 | |
path into the .dev so that people won't have to manually set it for the project. | |||||
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 | |
resources once. Other widgets will follow later. | |||||
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 | |