Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-23 | Fix some layout issues with TabbedAreas | Jared Adams | 2 | -5/+12 | |
2009-08-16 | More merges and conflict resolves | Philipp Sehmisch | 18 | -265/+519 | |
2009-08-16 | Merged changes from last month with a commit I forgot to commit before I ↵ | Philipp Sehmisch | 78 | -1868/+1636 | |
went on vacation. | |||||
2009-08-14 | Remove some uneeded code | Jared Adams | 4 | -26/+0 | |
This should've been removed earlier with the layout fixes. | |||||
2009-08-13 | Clean up Being and it's derivatives | Jared Adams | 4 | -22/+41 | |
Move stuff only needed for Players into Player (like slots and sprite limits). Move name handling into Being (no need for three copies of this code). Clean up terminology (including Map terminology). Remove hair-related variables. | |||||
2009-08-13 | Fix initial sizing issue with TabbedAreas | Jared Adams | 2 | -3/+2 | |
Also remove some commented code from ChatWindow | |||||
2009-08-10 | Fix SkillDialog's layout for points to always show | Jared Adams | 1 | -1/+1 | |
2009-08-10 | Remove layout code from ChatWindow | Jared Adams | 4 | -52/+20 | |
2009-08-10 | Add SpecialsWindow | Jared Adams | 7 | -118/+437 | |
THis replaces the MagicWindow that the TMWServ build used and will be usable going forward for eAthena. | |||||
2009-08-10 | Fix TabbedArea and ScrollArea to resize contents | Jared Adams | 6 | -32/+24 | |
Also remove that code from SkillDialog. I tried to do the same with ChatWindow, but it kept segfaulting. Will try again later. | |||||
2009-08-10 | Merge branch 'master' of git@gitorious.org:tmw/mainline | Jared Adams | 21 | -46/+61 | |
2009-08-07 | Clear tab data from SkillDialog | Jared Adams | 2 | -3/+14 | |
2009-08-07 | Gettext fixes | Kess Vargavind | 21 | -46/+61 | |
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. | |||||
2009-08-06 | Use fillRectangle instead of tiling a colored image | Thorbjørn Lindeijer | 2 | -20/+10 | |
2009-08-06 | Fixed crash on exit when the last ScrollArea gets deleted | Thorbjørn Lindeijer | 1 | -1/+1 | |
Variable name mixup. | |||||
2009-08-05 | patch for #813, adds mouse over highlight for | Maximilian Philipps | 10 | -48/+259 | |
radio buttons, tabs, checkboxes, slider and scrollbars | |||||
2009-08-02 | Don't draw the MiniStatus popup | Jared Adams | 1 | -0/+3 | |
Just draw it's contents. | |||||
2009-08-02 | Fix a crash when max hp is less than 4 | Jared Adams | 1 | -59/+66 | |
2009-08-01 | makes tab colours also configurable | Maximilian Philipps | 4 | -1/+4 | |
2009-08-01 | makes the colour for buttons and disabled buttons configurable | Maximilian Philipps | 4 | -1/+10 | |
2009-07-31 | Corrected indentation a bit. | Bertram | 1 | -17/+19 | |
2009-07-31 | (Turmfalke patch) Added a scroll lock when resizing the Chat Window and ↵ | Bertram | 1 | -0/+3 | |
taller grab point. | |||||
2009-07-31 | patch for ticket #767 | Maximilian Philipps | 2 | -0/+39 | |
bigger "hold here to drag" area for the chatbox and a scroll lock for resize | |||||
2009-07-31 | (Turmfalke patch) Show inventory window at trading start if it isn't visible. | Bertram | 1 | -1/+1 | |
Better than cancelling the trade. Fixed Mantis 800. | |||||
2009-07-30 | Fixed windows loss when changing to a lowered resolution. (Mantis 776) | Bertram | 3 | -4/+84 | |
2009-07-28 | Add some translators comments | Kess Vargavind | 2 | -0/+8 | |
2009-07-27 | Makes mX and mY in the being class private | Chuck Miller | 1 | -10/+0 | |
2009-07-26 | Fixed a '+' string operation, and attempt to resolve the Mantis 427. | Bertram | 2 | -2/+20 | |
2009-07-26 | Gettext fixes | Kess Vargavind | 17 | -55/+57 | |
And a Swedish translation of the desktop file. | |||||
2009-07-25 | Minor spelling fix | Kess Vargavind | 1 | -1/+1 | |
2009-07-25 | Fixed the XP bars strange behaviour. | Bertram | 1 | -2/+6 | |
By wrapping a bit more the values given at load time. | |||||
2009-07-25 | Fixed HP and MP bar in the Ministatus Window. | Bertram | 2 | -3/+6 | |
2009-07-24 | Fixed tmw start not crash at startup. | Bertram | 1 | -6/+3 | |
The update of ministatus window was broken because the implementation makes StatusWindow tries to access private members of ministatus... | |||||
2009-07-24 | Made the wallpaper be rescaled when necessary under SDL and OpenGL. | Bertram | 1 | -4/+23 | |
The SDL methods to rescale the wallpaper has been optimized to permit rescaling at load time while OpenGL draws directly rescaled. Does someone know how to smooth the rescaled image under OpenGL? | |||||
2009-07-24 | Remove an ifdef in StatusWindow and update MP more | Jared Adams | 3 | -35/+48 | |
Also make MiniStatus only update the bars when needed (called by StatusWindow). | |||||
2009-07-24 | Prevent translations from leaving popups useless | Jared Adams | 1 | -35/+63 | |
2009-07-23 | Clear some more support ifdefs | Jared Adams | 23 | -67/+53 | |
2009-07-21 | Merge equipment handling and fix some bugs | Jared Adams | 3 | -100/+16 | |
2009-07-21 | Stops changing to left align when updates | Chuck Miller | 1 | -1/+0 | |
2009-07-21 | Some formatting fixes | Chuck Miller | 1 | -3/+6 | |
2009-07-20 | Committed: 0000768: Progress bars smoothly scroll when the values have ↵ | Bertram | 3 | -9/+20 | |
changed from last window open. The progress bars don't smoothly update the progress when the value is set at load time now. Only the ministatus and the status window are affected by this patch, as they are the onjly ones reported as flooding the gui. | |||||
2009-07-20 | Fixed a bunch of compile errors/warnings | Thorbjørn Lindeijer | 1 | -3/+3 | |
Please turn on -Wall, and if you don't notice your warnings, also turn on -Werror. | |||||
2009-07-19 | Use the same level display format in windows | Jared Adams | 1 | -8/+2 | |
2009-07-19 | Merge StatusWindows | Jared Adams | 6 | -711/+427 | |
Also some other small merges | |||||
2009-07-19 | Apparently, this function shouldn't return anything | Thorbjørn Lindeijer | 2 | -6/+2 | |
2009-07-17 | PLEASE CHECK: Compilation fix | Kess Vargavind | 1 | -0/+4 | |
I am able to compile against tmwserv with this mini fix, but I am quite unsure what the code is supposed to look like. | |||||
2009-07-17 | Minor whitespace fix | Kess Vargavind | 1 | -4/+4 | |
2009-07-17 | fix: Invalid money display in character selection screen reported by crazy ↵ | Maximilian Philipps | 1 | -1/+4 | |
on forum | |||||
2009-07-17 | Various gettext fixes | Kess Vargavind | 11 | -61/+74 | |
* Merged a few split strings * Fixed some spellings and wordings * Turned a couple of std::cout and std::cerr into logger messages | |||||
2009-07-15 | Merge and cleanup attribute code | Jared Adams | 4 | -204/+89 | |