summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-02In game help system filesJosé Ávila12-1/+435
2005-06-01*** empty log message ***Mateusz Kaduk0-0/+0
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 Lindeijer2-6/+11
2005-05-30Fixing compiling error in winEugenio Favalli1-0/+2
2005-05-30Removed forcing inlining off.Bjørn Lindeijer1-1/+1
2005-05-29Fixing soldier with swordEugenio Favalli0-0/+0
2005-05-29Updating NPCsEugenio Favalli0-0/+0
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-27Some trivial changes and adding contact information.Joni Orponen1-10/+17
2005-05-22ChangeLog updateJan-Fabian Humann1-0/+1
2005-05-22requestTradeDialog is modal nowJan-Fabian Humann5-35/+16
2005-05-22Added slime splat by Frode.Bjørn Lindeijer0-0/+0
2005-05-22Include the test map in install process.Bjørn Lindeijer0-0/+0
2005-05-22Test map fixedEugenio Favalli0-0/+0
2005-05-22Renaming mapEugenio Favalli0-0/+0
2005-05-22Fixed little oopsie.Bjørn Lindeijer2-3/+6
2005-05-22This way auto attack should work with left ctrl too (alsoEugenio Favalli6-28/+24
some docs updates)
2005-05-22An attemp on auto attack, not bug free for sureEugenio Favalli7-23/+43
2005-05-22Added map for testersMateusz Kaduk0-0/+0
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 Lindeijer8-44/+73
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-21Removed old build system.Bjørn Lindeijer11-231/+0
2005-05-21Data fix.Bjørn Lindeijer1-1/+1
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 Lindeijer7-90/+205
tweaked the look a little, needs to be checked for opaque problem.
2005-05-21Only load resources once for player box, scroll area and text field. AlsoBjørn Lindeijer3-0/+0
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 Lindeijer2-5/+14
2005-05-20Removing double code and improving attack orientation thanks to JavilaEugenio Favalli2-24/+19
2005-05-19Made the win32 documentation up to date.Joni Orponen1-7/+15
2005-05-19Updated the .dev to contain the recently added files and also added the SDL ↵Joni Orponen1-384/+454
path into the .dev so that people won't have to manually set it for the project.
2005-05-19Updates to hacking guide were in order.Bjørn Lindeijer1-13/+22
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 Lindeijer9-237/+90
2005-05-17a little tweak to control file.Yohann Ferreira1-1/+0
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 Lindeijer5-51/+61
2005-05-16This little workaround necessary to prevent crashes for now.Bjørn Lindeijer2-3/+3