Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-03 | - Fixed blue, red and yellow damage fonts to work in SDL mode | Bjørn Lindeijer | 1 | -3/+10 | |
- Added two international characters to fixed font, fixed autotarget - Fixed mouse autotarget (now default for left click) - Cleaned up showing of empty right click menus | |||||
2005-07-03 | - Commenting out buddy and new skills windows | Eugenio Favalli | 1 | -3/+3 | |
- Some code cleaning - Workaround for colored text not being displayed in SDL mode (disabled) | |||||
2005-07-03 | Commiting again | José Ávila | 1 | -0/+27 | |
2005-06-17 | Updated BrowserBox to work with SDL by using the original font. (the setColor | Aaron Marks | 1 | -0/+7 | |
calls can be ignored, as they have no effect on the font when Guichan is using SDL). | |||||
2005-06-14 | Added background to minimap. Only used in Tonori Desert map for now, and its | Bjørn Lindeijer | 1 | -2/+4 | |
style is up for discussion. | |||||
2005-06-05 | Using custom focus handler to work around problem with multiple widgets | Bjørn Lindeijer | 1 | -0/+5 | |
requesting modal focus using a stack based approach. | |||||
2005-05-22 | An attemp on auto attack, not bug free for sure | Eugenio Favalli | 1 | -0/+2 | |
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -2/+9 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-01 | Catch exception to put some message through to the user. | Bjørn Lindeijer | 1 | -4/+12 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -1/+1 | |
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir | |||||
2005-05-01 | Adding safety check to walk check. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-04-30 | Some fixes to player control, also attempting to solve long walk path problem. | Bjørn Lindeijer | 1 | -2/+4 | |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -7/+6 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-18 | Ok, of course the biggest problem to solve with OpenGL integration is loading | Bjørn Lindeijer | 1 | -6/+7 | |
and rendering of images. | |||||
2005-04-08 | Updated change log and made mouse walk only work with left mouse button. | Bjørn Lindeijer | 1 | -8/+11 | |
2005-04-05 | Don't command the server to walk the character to an occupied tile, for example | Bjørn Lindeijer | 1 | -1/+1 | |
where a shopkeeper is standing. | |||||
2005-04-02 | Work around Guichan focussing bug. | Bjørn Lindeijer | 1 | -0/+9 | |
2005-03-26 | Fix mouse walk to send the correct pair of coordinates to the server. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-25 | Moved datafiles in unified structure. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -91/+10 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-13 | Fixed problem with mouse walking through GUI. | Bjørn Lindeijer | 1 | -0/+17 | |
2005-02-15 | Updated layout and contents of FAQ a bit, fixed debug path and mouse rendering | Bjørn Lindeijer | 1 | -12/+0 | |
in OpenGL mode, and some general cleanups. | |||||
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 1 | -5/+10 | |
2005-02-13 | converted font to png | Marcel W. Wysocki | 1 | -1/+1 | |
and moved to data/core/graphics/gui/ | |||||
2005-01-23 | Uninitialized variable and free/delete/delete[] mismatch fixes. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -9/+6 | |
2005-01-16 | Removed datafile and configfile and any leftover old GUI drawing code. | Bjørn Lindeijer | 1 | -243/+0 | |
2005-01-16 | Ported slider over to resource manager. | Bjørn Lindeijer | 1 | -50/+0 | |
2005-01-16 | Removed checkbox and dialog stuff. | Bjørn Lindeijer | 1 | -74/+0 | |
2005-01-16 | More GUI image location changes and chat displays longer. | Bjørn Lindeijer | 1 | -18/+0 | |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -18/+9 | |
used throughout application, cleaned up shop functions. | |||||
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 1 | -26/+0 | |
2005-01-13 | Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog class | Bjørn Lindeijer | 1 | -164/+0 | |
2005-01-13 | Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining. | Bjørn Lindeijer | 1 | -22/+0 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -3/+5 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2005-01-07 | Solved the window dragging problem. | Bjørn Lindeijer | 1 | -5/+2 | |
2005-01-06 | Dragged in some Guichan code so that we can handle things a bit different. | Bjørn Lindeijer | 1 | -13/+103 | |
2005-01-06 | Moved some GUI code into a class. | Bjørn Lindeijer | 1 | -84/+80 | |
2005-01-04 | Removed large parts of old GUI code and improved layout of a few dialogs. | Bjørn Lindeijer | 1 | -580/+153 | |
2004-12-30 | Cleanup, mainly removing unused code. | Bjørn Lindeijer | 1 | -310/+30 | |
2004-12-29 | Ported NPC list dialog to Guichan. | Bjørn Lindeijer | 1 | -8/+2 | |
2004-12-29 | Updating devcpp project file | Eugenio Favalli | 1 | -3/+0 | |
2004-12-29 | Updating devcpp project file | Eugenio Favalli | 1 | -0/+2 | |
2004-12-29 | Subclassed AllegroInput to intercept shortcuts. | Bjørn Lindeijer | 1 | -1/+2 | |
2004-12-29 | - ported sound engine to SDL_Mixer | Alexander Baldeck | 1 | -1/+1 | |
- name change from TmwSound to Sound as required by HACKING.txt - slight modification of other files using it due to interface changes - minor speedups in Configuration - makefile.static modfified to link against SDL | |||||
2004-12-27 | Added radiobutton class and aqua graphic for it. | Mateusz Kaduk | 1 | -0/+7 | |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -0/+2 | |
modules to file lists. | |||||
2004-12-26 | Ported buy dialog, which could still use visual improvement, and added | Bjørn Lindeijer | 1 | -1/+1 | |
\|-`~ to the fixed font. | |||||
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 1 | -17/+17 | |
- tmw now can read and write its ini file - some fixes in login.cpp to get it to work properly - Init method -> init - Write method -> write - minor code "beautification" in several files |