summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer7-103/+91
notice dialog release modal focus immediately.
2005-06-05This should fix item drops at 32 sizeEugenio Favalli1-1/+1
2005-06-05Fixed equipment window to fit 32x32 itemsEugenio Favalli1-8/+8
2005-06-05Item icons now displayed as 32x32.Bjørn Lindeijer2-31/+50
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer10-36/+177
requesting modal focus using a stack based approach.
2005-06-05- Fixes for short swordEugenio Favalli3-3/+4
- New NPC - Fix for npc ids
2005-06-03A few cosmetic updates to help, and removed accounts help as that is outdatedBjørn Lindeijer2-25/+28
information.
2005-06-03Magical 1 character change in new item amount window (+ to -).Aaron Marks1-1/+1
2005-06-03Modification in help systemJosé Ávila5-17/+41
2005-06-03Added IntTextBox class (a TextBox which only accepts integers).Aaron Marks5-26/+150
Changed passive label in drop item dialog to IntTextBox.
2005-06-02In game help system filesJosé Ávila4-1/+217
2005-06-01Disabled development menu and buddy window for releaseMateusz Kaduk1-8/+8
2005-05-30Fixed players not always appearing to sit when they are in fact sitting.Bjørn Lindeijer1-5/+9
2005-05-30Fixing compiling error in winEugenio Favalli1-0/+2
2005-05-30Removed forcing inlining off.Bjørn Lindeijer1-1/+1
2005-05-28Applied inventory weight information patch by Javila.Bjørn Lindeijer4-4/+26
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer9-38/+58
to show current target.
2005-05-22requestTradeDialog is modal nowJan-Fabian Humann5-35/+16
2005-05-22Fixed little oopsie.Bjørn Lindeijer2-3/+6
2005-05-22This way auto attack should work with left ctrl too (alsoEugenio Favalli4-27/+21
some docs updates)
2005-05-22An attemp on auto attack, not bug free for sureEugenio Favalli7-23/+43
2005-05-22trade: disable textfield on okJan-Fabian Humann1-1/+2
2005-05-22another trade update: trading money is possible now, left box is for money ↵Jan-Fabian Humann3-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-22Picking up now possible with Z, and fixed width of a few scroll area contents.Bjørn Lindeijer7-43/+72
2005-05-21Fix opacity of Window titles in OpenGL and scroll areas which broke last commitBjørn Lindeijer2-0/+4
2005-05-21Numerous things:Bjørn Lindeijer13-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-21removing old trade item okay packetJan-Fabian Humann1-33/+0
2005-05-21restoring backwards compatibility for trade by using an unused packetJan-Fabian Humann2-2/+2
2005-05-21trade: you can not change trade quantities (RO protocol forbids it...)Jan-Fabian Humann1-6/+12
2005-05-21Only load resources once for player box, scroll area and text field. AlsoBjørn Lindeijer6-90/+205
tweaked the look a little, needs to be checked for opaque problem.
2005-05-21first part of trade fix, second part will be serversideJan-Fabian Humann2-2/+35
2005-05-21Fixed menu so it is working..Mateusz Kaduk4-11/+21
2005-05-20Stop drawing frames when application isn't active (ie. minimized)Bjørn Lindeijer1-5/+13
2005-05-20Removing double code and improving attack orientation thanks to JavilaEugenio Favalli1-22/+17
2005-05-19Made item amount window a modal dialog and removed support for old map format.Bjørn Lindeijer16-294/+150
2005-05-18Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0.Bjørn Lindeijer7-236/+87
2005-05-17we dont need an itemamount window if quantity in inventory is 1Jan-Fabian Humann1-3/+8
2005-05-17Alt+m for testing menu, menuitems the same as buttonMateusz Kaduk6-11/+42
2005-05-17Temporarily fixing problem with resource cleanup.Bjørn Lindeijer1-6/+14
2005-05-16Added menuMateusz Kaduk2-0/+72
2005-05-16Added base for Menu and menuitem inherit from gcn::ButtonMateusz Kaduk3-12/+48
2005-05-16Added new barber by Neko-mon and moved being logic into Being class.Bjørn Lindeijer4-45/+55
2005-05-16This little workaround necessary to prevent crashes for now.Bjørn Lindeijer2-3/+3
2005-05-16Made button, checkbox and radiobutton count their instances and only load theirBjørn Lindeijer7-49/+146
resources once. Other widgets will follow later.
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer7-4/+25
2005-05-16Added --with-opengl option to configure and checking for guichan headersMateusz Kaduk1-2/+2
2005-05-16Made a dialog from exit confirmation.Bjørn Lindeijer3-24/+26
2005-05-16Formatting updates to buddy window and menu item and made testing menu itemBjørn Lindeijer6-131/+131
visible.
2005-05-16Added menuitem classMateusz Kaduk2-0/+136
2005-05-16Added menuitemMateusz Kaduk2-0/+5