summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer29-76/+108
2005-05-14Fixed player character rendering errors in OpenGL mode.Bjørn Lindeijer1-1/+1
2005-05-13Fixed minimap transparent background to work in both SDL and OpenGL by usingBjørn Lindeijer3-54/+12
Guichan.
2005-05-12trade fixes as usual + quit dialog pops up now instead of being under other ↵Jan-Fabian Humann5-47/+72
windows
2005-05-11another trade update: selecting items is more logical now, name and desc. ↵Jan-Fabian Humann4-3/+64
are being displayed
2005-05-11first two trade items work again (itemcontainer slots 0 and 1 seem to be ↵Jan-Fabian Humann1-3/+1
reserved)
2005-05-10Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle.Bjørn Lindeijer3-62/+41
2005-05-10some trade gui changesJan-Fabian Humann2-60/+62
2005-05-10fixing a bug which occured when ItemManager's constructor calls logger (for ↵Jan-Fabian Humann5-10/+10
example if items.xml is missing)
2005-05-09Added buddywindow but still need to finish gui partMateusz Kaduk2-0/+112
2005-05-08Fixed being.h include.Bjørn Lindeijer1-1/+1
2005-05-08Added new hair style by Frode Lindeijer.Bjørn Lindeijer2-4/+3
2005-05-08Updated progressbar.cpp to check for NULL colorBar (causing seg fault).Aaron Marks1-2/+4
2005-05-07Committed radical modifications to desert map by Bertram.Bjørn Lindeijer1-1/+1
2005-05-07Now you get a confirmation dialog before exitting.Yohann Ferreira1-1/+2
2005-05-06Fixed the Progress bar that couldn't change its color anymore.Yohann Ferreira1-1/+1
2005-05-06Added item description for selected item in buy dialog.Aaron Marks2-4/+36
2005-05-06Updated inventory window resizing with item name & description.Aaron Marks1-3/+5
2005-05-05Status Window now have a button to show/hide Equipment Window.Yohann Ferreira2-1/+12
2005-05-05Inventory little bug fixed.Yohann Ferreira1-2/+2
2005-05-05Inventory will now show Active Item Name and Description.Yohann Ferreira2-8/+33
2005-05-05Now the server can be set in the login window.Yohann Ferreira2-5/+21
2005-05-05Added text wrapping to NPC dialog.Aaron Marks1-3/+22
2005-05-05- Equipped items now listed in inventory as "Eq.".Aaron Marks3-3/+21
- Depending on whether selected inventory is equipment or item the button which was previously only labeled "Use" will be labelled either: "Use", "Equip" or "Unequip".
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer10-26/+26
2005-05-01Catch exception to put some message through to the user.Bjørn Lindeijer1-4/+12
2005-05-01Fixed width of item lists in shops and fixed hitting dead monsters.Bjørn Lindeijer2-2/+2
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes2-2/+2
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir
2005-05-01this should update arrows counter when picking upEugenio Favalli2-0/+7
2005-05-01Chat input now hides when not focussed, and doesn't allow player be controlledBjørn Lindeijer4-4/+90
by keyboard when it is.
2005-05-01Adding safety check to walk check.Bjørn Lindeijer1-1/+1
2005-04-30Correctly draw window borders with GUI opacity in OpenGL mode.Bjørn Lindeijer2-17/+13
2005-04-30Some fixes to player control, also attempting to solve long walk path problem.Bjørn Lindeijer2-2/+12
2005-04-30Updated change log and made little fix.Bjørn Lindeijer1-1/+1
2005-04-29Chat command history should now be functional. Player movement will still needBjørn Lindeijer2-86/+31
to be stopped while chat box is focussed for it to work nicely though.
2005-04-29*** empty log message ***Bjørn Lindeijer2-91/+97
2005-04-28First step to chat historyMateusz Kaduk2-0/+88
2005-04-27Updated item container (fixed rendering position errors).Aaron Marks2-13/+18
Moved widgets in inventory so everything is aligned.
2005-04-26Hair style fix and text wrap fix.Bjørn Lindeijer1-1/+1
2005-04-26Corrections to scrolling chat modifications by Usiu.Bjørn Lindeijer4-53/+70
2005-04-26Added scrolling to chat but setText() works strangly and because of draw() I ↵Mateusz Kaduk2-14/+39
get message looping
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer4-19/+18
of packet.list and chatlog.txt and removed name from player chat "balloon".
2005-04-24Fixed long nicknames to be clipped to name area, and cleaned up change log.Bjørn Lindeijer1-5/+20
2005-04-24This should disable ban when using /commandsEugenio Favalli1-2/+4
2005-04-22Now you can attack with right mouse button, useful when using bow, need ↵Eugenio Favalli1-2/+2
improvements though
2005-04-22New equipment window layout and some improvements to equip managementEugenio Favalli2-11/+34
2005-04-21trying to follow Hammerbear suggestionsEugenio Favalli4-5/+9
2005-04-21Items are now displayed using database image field, this way I could also ↵Eugenio Favalli2-6/+5
reduce a lot items.png size
2005-04-21Now shops get item names from the xml databaseEugenio Favalli4-133/+2
2005-04-19A few random changes.Bjørn Lindeijer3-55/+63