Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-09 | Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 | Bjørn Lindeijer | 1 | -3/+3 | |
(reverted change 3811). Somehow seems it's not drawing anything, not sure why. | |||||
2008-01-13 | Fixed non-default location music loading | David Athay | 1 | -1/+1 | |
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 1 | -3/+3 | |
2007-12-21 | Fixed inventory size not matching the size assumed by eAthena and related | Bjørn Lindeijer | 1 | -1/+1 | |
memory corruption and increased default chat log length. | |||||
2007-12-18 | Remember to delete the progressbar and label also when the game was not | Bjørn Lindeijer | 1 | -0/+2 | |
started. | |||||
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........ | |||||
2007-10-26 | Added possibility of length limitation to browserbox and used it for the ↵ | Philipp Sehmisch | 1 | -0/+1 | |
chatlog (length set by the config option "ChatLogLength"). | |||||
2007-10-23 | Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to | Bjørn Lindeijer | 1 | -0/+4 | |
0.0. Mostly memory leak fixes by Guillaume. | |||||
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -8/+11 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-08-30 | Merged equipment database with items database and got rid of the unused item | Bjørn Lindeijer | 1 | -5/+0 | |
art attribute. Removed the now unnecessary multiplication of weapon IDs with 10000. Added a fallback item icon and used it for unknown items or when an item image fails to load. | |||||
2007-08-26 | Removed home dir from config file to avoid encoding issues. | Eugenio Favalli | 1 | -3/+3 | |
2007-08-22 | Added close button and item shortcut backgrounds to files that will be | Bjørn Lindeijer | 1 | -1/+4 | |
installed. | |||||
2007-08-21 | mantis id=118 - Added Item Shortcut Bar. | Joshua Langley | 1 | -1/+5 | |
2007-07-25 | keyboard config - keyboard setup gui re-designed, fixed errors in keyboard ↵ | Joshua Langley | 1 | -3/+0 | |
config. m_id:16 | |||||
2007-07-24 | keyboard configuration - mainly documentation fixes. | Joshua Langley | 1 | -2/+1 | |
http://mantis.themanaworld.org/view.php?id=16 | |||||
2007-07-16 | (no commit message) | Joshua Langley | 1 | -0/+10 | |
2007-06-13 | Added logging of version number. | Philipp Sehmisch | 1 | -1/+7 | |
2007-06-03 | Fixed screenshot save directory on OSX.v0.0.23 | David Athay | 1 | -2/+2 | |
2007-04-05 | Unified storage of configuration, updates and screenshots in home directory. | Eugenio Favalli | 1 | -8/+6 | |
2007-03-27 | Icon loading doesn't necessarily succeed, so better not crash when it doesn't. | Bjørn Lindeijer | 1 | -3/+9 | |
2007-03-24 | Make sure that when a network error occurs, the error message is available and | Bjørn Lindeijer | 1 | -1/+6 | |
shown to the user. Also, only enable Register button when all necessary fields are filled in. | |||||
2007-03-24 | Go back to login or register state on error, depending on what the user was | Bjørn Lindeijer | 1 | -14/+16 | |
doing, and fixed the error message when registering an account that already exists. Also another crash fix following from previous commit. | |||||
2007-03-24 | Changed the order of network message handling and logic, in order to prevent an | Bjørn Lindeijer | 1 | -1/+1 | |
incoming character delete message from deleting the player character that was about to be drawn. | |||||
2007-03-22 | Use the icon included in the executable on Windows. | Bjørn Lindeijer | 1 | -1/+12 | |
2007-03-22 | Fixed problems with window icon on Windows as much as possible. | Bjørn Lindeijer | 1 | -1/+3 | |
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -1/+0 | |
2007-03-21 | Display a progress bar and connecting status for each server and display the | Bjørn Lindeijer | 1 | -12/+50 | |
version using a gcn::Label. | |||||
2007-03-20 | Reduced amount of useless logging, calculate nearest power of two in a function | Bjørn Lindeijer | 1 | -1/+1 | |
and only do the alpha check in software mode. | |||||
2007-03-18 | Added --version to the arguments, deleted the 'pink-code'. | Rogier Polak | 1 | -5/+22 | |
2007-03-14 | Renamed icons to make things easier for Debian packaging, and the "-icon" part | Bjørn Lindeijer | 1 | -1/+1 | |
was superfluous anyway. | |||||
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 1 | -3/+15 | |
2007-02-20 | Still add local "data" dir to the search path, mostly for developers. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-02-20 | Applied patch by trapdoor which makes TMW use a more standard location for the | Bjørn Lindeijer | 1 | -5/+22 | |
data on MacOS X. | |||||
2007-02-13 | Fixed the _M/_F username bug. | Philipp Sehmisch | 1 | -0/+7 | |
2007-01-17 | Changed default server. | Eugenio Favalli | 1 | -2/+2 | |
2007-01-14 | Fixed windows headers issues | Eugenio Favalli | 1 | -2/+0 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -6/+10 | |
2006-12-23 | Load the databases at the start of the LOGIN state, after the updates are | Bjørn Lindeijer | 1 | -5/+6 | |
loaded. | |||||
2006-12-12 | Added Adler32 checksum for updates | Eugenio Favalli | 1 | -3/+6 | |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 1 | -31/+2 | |
allowed for some cleanup. Had a bit of help from the patch by VictorSan. | |||||
2006-11-29 | Implemented MonsterDB namespace | Philipp Sehmisch | 1 | -0/+3 | |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -11/+13 | |
2006-11-26 | ItemDB needs to be unloaded before deleting the resource manager instance, | Bjørn Lindeijer | 1 | -3/+3 | |
since ItemInfo refers to an Image. | |||||
2006-11-26 | Equipment database namespace and support for gender specific equipment sprites | Philipp Sehmisch | 1 | -1/+5 | |
2006-11-23 | Refectored the Itemmanager class to an ItemDB namespace. | Philipp Sehmisch | 1 | -0/+6 | |
2006-11-09 | Fixed a conflict with Windows headers and updated project files | Eugenio Favalli | 1 | -1/+1 | |
2006-11-05 | Changed some printf statements to log statements. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-11-03 | Updated to the new default updatehost. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-10-28 | Reload wallpaper after updates are done. | Björn Steinbrink | 1 | -0/+4 | |
2006-09-14 | src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop ↵ | Björn Steinbrink | 1 | -0/+7 | |
and add support for saving the last used character (based on a patch by Andrew Harrison). |