Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-02 | Crash fix when re-entering the game | Thorbjørn Lindeijer | 2 | -0/+12 | |
Throw away the old layout rather than trying to reuse it and crashing cause of collisions. | |||||
2012-08-02 | Dynamically scaling background for login screen | Thorbjørn Lindeijer | 2 | -0/+47 | |
Hacked Graphics::drawRescaledImage a bit to make it work... | |||||
2012-08-02 | Made download progress colorable | Erik Schilling | 1 | -1/+2 | |
2012-08-02 | Tweaked default positions of chat and shortcut window | Thorbjørn Lindeijer | 2 | -4/+4 | |
Added some margin and made the shortcut window not movable/resizable. | |||||
2012-08-02 | Split off minimap window from mini status window and repositioned them | Thorbjørn Lindeijer | 4 | -46/+128 | |
2012-08-02 | Changed default position and size of shortcut window | Thorbjørn Lindeijer | 1 | -3/+4 | |
2012-08-02 | Revert "Changed default position and size of chat window" | Thorbjørn Lindeijer | 1 | -1/+1 | |
This does not seem like a good idea at the moment. This reverts commit 7d0ba78e45a6f8d0e99dcde2a2f06fa98dfbee83. | |||||
2012-08-02 | Changed default position and size of chat window | Thorbjørn Lindeijer | 1 | -1/+1 | |
Moved it to the top-right. | |||||
2012-08-02 | [Hack] Removed emotion button | jurkan | 1 | -1/+1 | |
2012-08-02 | Removing the need to press space twice to close a dialog (probably a hack) | jurkan | 1 | -0/+1 | |
2012-08-02 | Embedded the minimap into the mini status window | Thorbjørn Lindeijer | 4 | -91/+65 | |
2012-08-01 | Some positioning changes in the game UI | Thorbjørn Lindeijer | 8 | -50/+56 | |
Moved player status bars to the top-right, next to the window menu. Used the layout for dynamic adjustments to screen resolution. | |||||
2012-08-01 | Removed unused TabbedArea from SpecialsWindow | Thorbjørn Lindeijer | 2 | -15/+0 | |
2012-08-01 | Improved the layout of the specials window | Thorbjørn Lindeijer | 1 | -10/+8 | |
Just in case I don't get around to do anything better... | |||||
2012-08-01 | Resized minimap + fixed clip | Erik Schilling | 1 | -7/+8 | |
2012-08-01 | Fixed compile error when not compiling in C++11 mode | Thorbjørn Lindeijer | 1 | -1/+1 | |
Qualifying enum values by the name of the enumeration is a C++11 feature. | |||||
2012-08-01 | Modify the NPC Dialog to be more RPG-Like | Chuck Miller | 4 | -239/+144 | |
2012-07-31 | Removed ImageLoader and ProxyImage classes | Thorbjørn Lindeijer | 1 | -5/+0 | |
They allowed using gcn::Image, which in turns allows using gcn::Icon and gcn::ImageFont, but none of this is actually used anymore. | |||||
2012-07-30 | Hacked away the sliders in the character create dialog. Better not try ↵ | Erik Schilling | 1 | -6/+4 | |
connecting to tmwAthena server. | |||||
2012-07-26 | Removed player box from the equipment window | Thorbjørn Lindeijer | 1 | -9/+0 | |
2012-07-26 | Fixed height of item popup that shows no item | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-07-26 | Removed UI to manually increase skills | Thorbjørn Lindeijer | 2 | -19/+1 | |
2012-07-26 | Fixed the dimensions of the popup/tooltip | Thorbjørn Lindeijer | 4 | -29/+21 | |
2012-07-25 | Reduced the height of the Setup window | Thorbjørn Lindeijer | 20 | -83/+66 | |
Also removed all the hardcoded sizes of the various setup tabs. Instead, support for dynamically adjusting layout was added to the Container class. Various other places were also adapted to use the new layout support in Container. | |||||
2012-07-25 | Fixed UI layout after changing resolution in Setup dialog | Thorbjørn Lindeijer | 1 | -1/+2 | |
It was doing the relayout using the unscaled screen dimensions. | |||||
2012-07-25 | Corrected the minimum height shown in the video options | Thorbjørn Lindeijer | 1 | -1/+1 | |
Actually for me it doesn't list 640x360 anyway, but it might for some people I guess. | |||||
2012-07-22 | Replaced font with DejaVu Serif Condensed | Thorbjørn Lindeijer | 1 | -2/+2 | |
Looks nicer in the game in my opinion. | |||||
2012-07-20 | Removed options to configure particle and ambient effects | Erik Schilling | 2 | -128/+4 | |
As discussed on IRC we agreed to remove the particle and ambients effects options. They are important for the game play and should stay enabled. Also moved the remaining options right to the resolution selection since there is enough space for them now. Change is tested. Reviewed-by: bjorn. | |||||
2012-07-17 | Enabled specials window by default | Erik Schilling | 1 | -2/+1 | |
2012-07-12 | Implemented scaling in OpenGL mode | Thorbjørn Lindeijer | 4 | -6/+22 | |
The screen will be scaled up as much as possible, while keeping a minimum 'virtual' resolution of 640x360. | |||||
2012-07-09 | Fixed gender to male only | jurkan | 1 | -0/+3 | |
2012-07-06 | LPC gui theming (replaced windows through scrolls) | jurkan | 2 | -9/+9 | |
2012-05-25 | Fixed skill display for manaserv | Erik Schilling | 1 | -4/+9 | |
- shows manaserv skills at all - shows the progress bar for manaserv skills again - shows the level for this skills (server side patch needed) TODO: URGENT: Fix attributes and skills getting stored in same list. Reviewed-by: Bertram. | |||||
2012-05-21 | Merge branch '0.6' | Erik Schilling | 1 | -1/+1 | |
2012-05-10 | Corrected coordinates of window menu | jurkan | 1 | -1/+1 | |
The window menu (the row of buttons at the top right in game) was displayed 3 pixels left of where it should be, which makes the setup button jump 3 pixels left when logging in. Reviewed-by: Ablu | |||||
2012-05-07 | Merge branch '0.6' | Thorbjørn Lindeijer | 1 | -9/+9 | |
2012-05-07 | Fixed wrong offset values for tab widget drawing | jurkan | 1 | -9/+9 | |
Mantis-Issue: 423 Reviewed-by: Thorbjørn Lindeijer | |||||
2012-05-05 | Merge branch '0.6' | Thorbjørn Lindeijer | 2 | -1/+3 | |
2012-05-05 | Removed the shared base classes of MessageIn and MessageOut | Thorbjørn Lindeijer | 2 | -2/+0 | |
There wasn't a whole lot gained by sharing a common base class, and it makes extending the manaserv Message{In,Out} classes with a debugging mode unnecessarily complicated. Reviewed-by: Yohann Ferreira | |||||
2012-05-05 | Fixed compilation errors and warnings with GCC 4.7 | Thorbjørn Lindeijer | 2 | -1/+3 | |
Also, since GCC 4.7 there is a binary compatibility issue when linking with a Guichan that was not compiled in C++11 mode. This commit also allows compiling with GCC 4.7 with C++11 mode turned off. Reviewed-by: Erik Schilling | |||||
2012-04-19 | Client side fix for manaserv guild system | Erik Schilling | 1 | -2/+3 | |
- kick code untested because no kick button exists yet Reviewed-by: bjorn. | |||||
2012-04-04 | Synced specials to latest manaserv changes | Erik Schilling | 1 | -21/+20 | |
Reviewed-by: bjorn. | |||||
2012-04-02 | Merge branch '0.6' | Thorbjørn Lindeijer | 2 | -4/+3 | |
2012-04-02 | Fixed problems with using the last emotev0.6.1 | Thorbjørn Lindeijer | 1 | -3/+2 | |
The tmwa/BeingHandler was adjusting the effect id rather than the emote id, causing it to not find the last emote (and the rest of the emotes only worked correctly because the effect ids were consecutive in the same order as the emote ids). Furthermore, the EmoteShortcutContainer refused to draw the icon for the last emote due to an off-by-one error in dealing with the 1-adjusted emote ids used by the EmoteShortcut class. Also cleaned up some old remains of a player ignore strategy that used to use the two balloon emotes (this had been their original purpose). Reviewed-by: Erik Schilling | |||||
2012-04-01 | Made changes to compile on Mac OSX 10.6 and later | David Athay | 1 | -1/+1 | |
Also added Xcode project for others to compile for Mac OSX. Reviewed-by: Thorbjørn Lindeijer | |||||
2012-03-24 | Merge branch '0.6' | Thorbjørn Lindeijer | 3 | -27/+41 | |
2012-03-24 | Introduced compile-time option to disable use of C++0x | Thorbjørn Lindeijer | 2 | -3/+3 | |
This is in order to still support older compilers, in particular GCC 4.2.1, so that Mana may be compiled for Maemo 5. Reviewed-by: Yohann Ferreira | |||||
2012-03-21 | Added default ports when connecting to a custom server. | jurkan | 2 | -19/+8 | |
When creating a custom server entry, the default port is used if no other port is specified. Reviewed-by: Thorbjørn Lindeijer Mantis-issue: 464 | |||||
2012-03-18 | Fixed issues with rendering very small maps | jurkan | 1 | -24/+38 | |
Added a black background for maps that are smaller than the screen resolution and centered them on screen. Reviewed-by: Thorbjørn Lindeijer Mantis-issue: 193 | |||||
2012-03-18 | Merge branch '0.6' | Thorbjørn Lindeijer | 1 | -0/+1 | |