summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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 e...Jan-Fabian Humann5-10/+10
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
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
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
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
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
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
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer4-19/+18
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 impro...Eugenio Favalli1-2/+2
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 red...Eugenio Favalli2-6/+5
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
2005-04-19the game doesn't crash anymore when the map server is downEugenio Favalli1-0/+6
2005-04-18Fixed tileset loading to clear tilesets vector when finished.Bjørn Lindeijer2-53/+53
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer3-10/+9
2005-04-18- New hatEugenio Favalli1-1/+2
2005-04-16Updating item namesEugenio Favalli1-1/+3
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli2-115/+107