Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -168/+9 | |
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. | |||||
2006-12-01 | forgot to include one file in the commit | Philipp Sehmisch | 1 | -2/+2 | |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-11-17 | Added mouse following support. | Björn Steinbrink | 1 | -1/+29 | |
2006-11-02 | Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-01 | Added support for å and Å (with help of Håkan Rönn) | Bjørn Lindeijer | 1 | -1/+1 | |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+13 | |
2006-09-09 | Removed easy targeting functionality since it interferes with walking around | Bjørn Lindeijer | 1 | -2/+3 | |
too much. Targeting can still be rather conveniently done with 'a' or the middle mouse button. | |||||
2006-09-02 | Corrected mistake in using player coordinates instead of mouse coordinates. | Bjørn Lindeijer | 1 | -2/+1 | |
2006-09-02 | Applied patch by Bernard Lidicky, adding targetting nearest monster with either | Bjørn Lindeijer | 1 | -1/+15 | |
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer). | |||||
2006-08-29 | Fixed merge issues with respect to scrolling. | Guillaume Melquiond | 1 | -2/+0 | |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -3/+7 | |
2006-08-27 | Added support for entering monsters. | Bjørn Lindeijer | 1 | -2/+4 | |
2006-08-27 | Implemented pixel-grained movements. | Guillaume Melquiond | 1 | -3/+3 | |
2006-08-27 | Changed to pixel-based coordinates for beings. | Guillaume Melquiond | 1 | -1/+1 | |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -1/+1 | |
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-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 | 1 | -4/+3 | |
OpenGL enabled. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -6/+4 | |
from the 0.1.0 branch. | |||||
2006-08-02 | Removed sex choice. | Eugenio Favalli | 1 | -0/+3 | |
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 | 1 | -6/+4 | |
branch). | |||||
2006-03-19 | Removed some useless null pointer checks. | Björn Steinbrink | 1 | -4/+1 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -2/+2 | |
2006-03-08 | Reverted changes from r2225, it broke walking code as I missed the ↵ | Björn Steinbrink | 1 | -3/+3 | |
differences between tile and being collisions. | |||||
2006-03-08 | Let the LocalPlayer decide whether it can walk to a destination. | Björn Steinbrink | 1 | -3/+3 | |
2006-02-16 | Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs ↵ | Björn Steinbrink | 1 | -3/+0 | |
to be valid real early" issue. | |||||
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 1 | -3/+3 | |
2006-02-05 | Made the player walk to items prior to picking them up. | Björn Steinbrink | 1 | -4/+0 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -22/+13 | |
2005-12-29 | ixed two little bugs | Jan-Fabian Humann | 1 | -4/+4 | |
2005-12-29 | Added the workaround suggested by Doener | Jan-Fabian Humann | 1 | -0/+3 | |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into ↵ | Björn Steinbrink | 1 | -13/+117 | |
the Gui class. | |||||
2005-10-13 | Use gcn::Font instead of gcn::ImageFont as pointer type. | Björn Steinbrink | 1 | -4/+4 | |
2005-10-10 | Introduced new window shortcuts and corrected position of job xp bar. Also | Bjørn Lindeijer | 1 | -1/+1 | |
corrected strange commit by ElvenProgrammer. | |||||
2005-10-10 | Pajarico added more international characters to the fixed font and rpg font. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -2/+5 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -6/+13 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-09-30 | Updated NEWS file for next release. | Bjørn Lindeijer | 1 | -5/+0 | |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -1/+1 | |
2005-09-18 | Applyed biggeruniverse's patch to fix memory leaks. | Eugenio Favalli | 1 | -0/+1 | |
2005-09-12 | Added SDLImageLoader class to make guichan support physfs. | Björn Steinbrink | 1 | -15/+8 | |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+1 | |
ever happen... | |||||
2005-08-28 | Create a GuiConfigListener class. | Björn Steinbrink | 1 | -9/+21 | |
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 1 | -5/+2 | |
2005-08-15 | Removed guiTop global variable. | Björn Steinbrink | 1 | -5/+4 | |
2005-08-14 | Fully removed the useOpenGL global. | Björn Steinbrink | 1 | -2/+1 | |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 1 | -0/+1 | |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵ | Björn Steinbrink | 1 | -6/+3 | |
places. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -20/+34 | |