Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-15 | Tagged the 0.0.22.2 release. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-23 | Merged 0.0 changes from revision 3035 to 3065 to trunk. | Bjørn Lindeijer | 1 | -3/+1 | |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -4/+6 | |
2007-01-07 | Synchronized player attributes with wiki Attributes page and removed Job XP. | Bjørn Lindeijer | 1 | -10/+8 | |
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 1 | -8/+12 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -32/+19 | |
2006-11-05 | Merged 0.0 changes from revision 2800 to 2825 to trunk. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-05 | Use \n instead of std::endl when writing to stdout. | Björn Steinbrink | 1 | -13/+12 | |
2006-11-04 | src/main.cpp: Restore the homeDir config entry (temporarily). | Björn Steinbrink | 1 | -3/+5 | |
Initialize the logger before libxml2. | |||||
2006-11-04 | Add a libxml2 init wrapper. | Björn Steinbrink | 1 | -18/+20 | |
Use a null-logger function instead of /dev/null to quieten libxml2. Actually initialize libxml2 before using it to load the configuration. | |||||
2006-11-02 | Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+4 | |
2006-11-02 | Removed some cruft that was needed for eAthena. | Björn Steinbrink | 1 | -20/+13 | |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -54/+46 | |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -51/+57 | |
2006-09-02 | Fixed crash when using short versions of server and port command line options | Bjørn Lindeijer | 1 | -5/+11 | |
and made sure cancelling the account server connect shows the server dialog. | |||||
2006-08-30 | Added a first version of the server dialog with an unskinned dropdown. ↵ | Yohann Ferreira | 1 | -20/+61 | |
Upgraded also the connection window a bit to handle Cancelling more gracefully. | |||||
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -3/+22 | |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -24/+24 | |
2006-08-26 | Got rid of numerous additions and substractions to the hair style and color. | Bjørn Lindeijer | 1 | -1/+1 | |
Hair style 0 was added and defined as being bald (so bald is no longer a hardcoded style). | |||||
2006-08-20 | Fixed selection of player character and implemented sending of game and chat | Bjørn Lindeijer | 1 | -13/+10 | |
server tokens. It gets you in the game (or what's left of it), but not on any map yet. | |||||
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -85/+104 | |
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-14 | Completed porting of character creation/deletion, fixed some issues with ↵ | Eugenio Favalli | 1 | -18/+21 | |
network code. | |||||
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 1 | -20/+9 | |
OpenGL enabled. | |||||
2006-08-02 | Ported account registration to tmwserv. There's still a ↵ | Eugenio Favalli | 1 | -4/+24 | |
disconnection/reconnection between registration and login. | |||||
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -3/+5 | |
branch). | |||||
2006-07-27 | Modified client version to be an int. | Eugenio Favalli | 1 | -1/+1 | |
2006-07-26 | Removed char server selection dialog, and added character visualization in ↵ | Eugenio Favalli | 1 | -39/+2 | |
character selection dialog. | |||||
2006-07-25 | Added support for writing log to standard output. | Bjørn Lindeijer | 1 | -60/+77 | |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ↵ | Eugenio Favalli | 1 | -31/+29 | |
protocol from tmwserv. | |||||
2006-07-24 | Fixed the loading of updates and made skipping the update process also skip thev0.0.20 | Bjørn Lindeijer | 1 | -6/+12 | |
loading of updates. | |||||
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -8/+13 | |
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 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -9/+3 | |
2006-07-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 1 | -9/+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-03 | Fixed visible equipment initialization and hack to see 2 kinds of visible ↵ | Eugenio Favalli | 1 | -6/+11 | |
equipments. | |||||
2006-06-21 | Added female players. | Eugenio Favalli | 1 | -5/+10 | |
2006-05-12 | You can now see the shirt when equipping a top equipment. | Eugenio Favalli | 1 | -0/+5 | |
2006-05-03 | FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ↵ | Eugenio Favalli | 1 | -1/+1 | |
based on peoro's patch). | |||||
2006-05-03 | Increased fps limit granularity and cleaned some code, fixed some xml ↵ | Eugenio Favalli | 1 | -25/+0 | |
library name in Dev-C++ project file, switched version to 0.0.20. | |||||
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -4/+3 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -3/+4 | |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -4/+3 | |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -9/+5 | |
2006-03-13 | Fixed skip update option. | Eugenio Favalli | 1 | -1/+1 | |
2006-03-09 | Made all local action listeners structs and moved them into anonymous ↵ | Björn Steinbrink | 1 | -9/+5 | |
namespaces. | |||||
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers ↵ | Björn Steinbrink | 1 | -5/+3 | |
using STL algorithms. | |||||
2006-03-06 | Small fixes before releasing. | Eugenio Favalli | 1 | -1/+0 | |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 1 | -6/+27 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -3/+3 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -32/+36 | |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the ↵ | Björn Steinbrink | 1 | -7/+27 | |
config, it's not its job to do so. |