Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-26 | Got rid of the default MessageOut constructor, since all messages should have | Bjørn Lindeijer | 5 | -27/+19 | |
an ID. | |||||
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 5 | -17/+144 | |
and a checkbox to enable or disable the joystick. | |||||
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 10 | -37/+20 | |
2006-08-26 | Got rid of numerous additions and substractions to the hair style and color. | Bjørn Lindeijer | 2 | -8/+8 | |
Hair style 0 was added and defined as being bald (so bald is no longer a hardcoded style). | |||||
2006-08-26 | Implemented "say around" chat. | Guillaume Melquiond | 1 | -5/+4 | |
2006-08-25 | Applied patch by mrha (Herbi), adding experience bar to the ministatus in ↵ | Bjørn Lindeijer | 2 | -8/+44 | |
the top left. | |||||
2006-08-25 | Applied patch by Matthias, adding --playername command line option. | Bjørn Lindeijer | 2 | -0/+10 | |
2006-08-24 | Added support for sticky windows as discussed with doener. Patch by AHarrison | Eugenio Favalli | 3 | -1/+42 | |
2006-08-20 | Made cancel button in register dialog go back to the login dialog and cleaned | Bjørn Lindeijer | 1 | -1/+1 | |
up two unused states. | |||||
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 6 | -15/+16 | |
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code. | |||||
2006-08-17 | the item icons are now stored in different files with more descriptive names | Philipp Sehmisch | 4 | -24/+11 | |
2006-08-14 | Some preparations towards supporting character select and response handling. | Bjørn Lindeijer | 1 | -3/+4 | |
2006-08-14 | Fix warning about jump to case label crossing an initialization. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with ↵ | Eugenio Favalli | 6 | -35/+33 | |
network code. | |||||
2006-08-13 | Fixed Guichan 0.5.0 compilation issues. | Eugenio Favalli | 1 | -2/+3 | |
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 6 | -59/+42 | |
OpenGL enabled. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 63 | -153/+153 | |
from the 0.1.0 branch. | |||||
2006-08-07 | A bunch of cleanups. | Björn Steinbrink | 2 | -54/+36 | |
2006-08-04 | Fixed character gender in selection dialog. | Guillaume Melquiond | 1 | -0/+1 | |
2006-08-02 | Removed sex choice. | Eugenio Favalli | 3 | -13/+5 | |
2006-08-02 | Ported account registration to tmwserv. There's still a ↵ | Eugenio Favalli | 4 | -18/+24 | |
disconnection/reconnection between registration and login. | |||||
2006-08-01 | Fixed compilation issues in windows. | Eugenio Favalli | 1 | -2/+2 | |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 61 | -150/+150 | |
branch). | |||||
2006-07-26 | Removed char server selection dialog, and added character visualization in ↵ | Eugenio Favalli | 2 | -193/+0 | |
character selection dialog. | |||||
2006-07-25 | Fixed Linux compiling issues and merged update system fix for Windows. | Bjørn Lindeijer | 1 | -4/+7 | |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ↵ | Eugenio Favalli | 5 | -49/+49 | |
protocol from tmwserv. | |||||
2006-07-25 | Fixed updating on Windows (rename was failing when target file existed). | Bjørn Lindeijer | 1 | -4/+7 | |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 3 | -9/+7 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-07-19 | Fixed radar dot size of local player and the color of the [TARGET] string. | Bjørn Lindeijer | 1 | -1/+2 | |
2006-07-19 | Fixed next/previous buttons behaviour in character selection dialog. | Eugenio Favalli | 1 | -1/+2 | |
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 10 | -14/+14 | |
2006-07-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 2 | -35/+23 | |
specified in the downloaded resources.txt file, and in the order in which they are mentioned (the top one being the most significant). | |||||
2006-07-12 | Fixed a warning with GCC 4.2 about string comparisons. | Bjørn Lindeijer | 1 | -18/+19 | |
2006-06-27 | Equipment window now show all the slots, and adapted visible shirts to head ↵ | Eugenio Favalli | 1 | -2/+2 | |
(middle) equipments. | |||||
2006-06-21 | Added female players. | Eugenio Favalli | 5 | -25/+21 | |
2006-05-15 | Set slider range to the real values instead of mapping the amount between ↵ | Björn Steinbrink | 1 | -4/+3 | |
[0,1] and [1,max] all the time. | |||||
2006-05-05 | Fixed some numeric conversions. | Eugenio Favalli | 1 | -2/+2 | |
2006-05-03 | FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ↵ | Eugenio Favalli | 3 | -4/+85 | |
based on peoro's patch). | |||||
2006-03-25 | Added window resize patch by peoro. | Eugenio Favalli | 1 | -9/+6 | |
2006-03-20 | Fixed an include. | Eugenio Favalli | 1 | -1/+1 | |
2006-03-19 | Fixed a memory leak and removed some whitespace noise. | Björn Steinbrink | 2 | -13/+22 | |
2006-03-19 | Removed some useless null pointer checks. | Björn Steinbrink | 3 | -13/+4 | |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 17 | -204/+131 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 17 | -131/+204 | |
2006-03-19 | Removed some duplicate initializations. | Björn Steinbrink | 6 | -45/+33 | |
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the ↵ | Björn Steinbrink | 9 | -340/+635 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". | |||||
2006-03-18 | Use the window container instead of the graphics class to calculate window ↵ | Björn Steinbrink | 4 | -18/+9 | |
positions. | |||||
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 17 | -202/+128 | |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 11 | -78/+38 | |
2006-03-09 | Made all local action listeners structs and moved them into anonymous ↵ | Björn Steinbrink | 2 | -21/+17 | |
namespaces. |