summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
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
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
and rendering of images.
2005-04-18- New hatEugenio Favalli1-1/+2
- New way of loading monstersets - New monsters
2005-04-16Updating item namesEugenio Favalli1-1/+3
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli2-115/+107
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing)
2005-04-14Reduced width of playerset image from 640 to 256.Bjørn Lindeijer1-1/+1
2005-04-13getNumberOfSlotsUsed() tweaked a little. Still problems.Yohann Ferreira1-1/+1
2005-04-13Now getNumberOfSlotsUsed() return the number of different items a character has.Yohann Ferreira2-1/+21
2005-04-11Adding button pressed animation to scrollbar buttonsEugenio Favalli2-10/+29
(and fixing graphic names)
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-1/+1
and support music fading (still somthing to fix)
2005-04-11Fixing npc lists (again) please don't undo my changes another time :PEugenio Favalli1-0/+3
2005-04-10cleaning up trade a bit, itemcontainers still wont show up againJan-Fabian Humann2-61/+14
2005-04-10adding romulo's buttons to scrollbarsEugenio Favalli2-4/+25
2005-04-10adding binary version of selection.png and improving look of selectionEugenio Favalli1-7/+7
2005-04-10New selection in inventory instead of black rectangleMateusz Kaduk2-3/+6
2005-04-10Removed black outline around inventory and cleaned up some tabs.Bjørn Lindeijer1-13/+12
2005-04-10Added inventory transparencyMateusz Kaduk4-2/+13
2005-04-09Fixed up problem with inventory display.Aaron Marks3-4/+36
Added maximum width/height of window (for resizing).
2005-04-09Adding new login error messagesEugenio Favalli1-0/+13
2005-04-09Added better support for inventory (currently its resizable by dragging the topAaron Marks3-14/+53
right of the window).
2005-04-09Fixed the previous errorEugenio Favalli2-2/+29
Added "register" button
2005-04-09Added check for username length > 4 charactersEugenio Favalli1-3/+2
2005-04-08*** empty log message ***Eugenio Favalli1-0/+7
2005-04-08Updated change log and made mouse walk only work with left mouse button.Bjørn Lindeijer1-8/+11
2005-04-08quick exit fixJan-Fabian Humann1-1/+1
2005-04-08Added window resizing.Aaron Marks2-3/+61
2005-04-07trade updated: trade is now possible, but some bugs are still to be fixed by ↵Jan-Fabian Humann2-3/+73
me and zeny and different amount trading will need to be implemented
2005-04-07Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats windowBjørn Lindeijer3-5/+30
and "Up" button on skills window disable when appropriate.
2005-04-07Updates for 0.0.11a release this evening and removed action listening fromBjørn Lindeijer1-2/+2
server list to prevent crash.
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer6-22/+42
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
2005-04-07Use new Guichan widget disableing feature to disable buttons as appropriate inBjørn Lindeijer1-0/+7
character select dialog.
2005-04-06trade update: now both guys see the added itemJan-Fabian Humann2-8/+33
2005-04-06Another trade updateJan-Fabian Humann2-21/+1
2005-04-06update for trade: now on right clickJan-Fabian Humann4-3/+190