Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added ↵ | Björn Steinbrink | 1 | -18/+3 | |
helper function for being creation to reduce code duplication. Some code simplifications. | |||||
2005-08-04 | Made the paths to some graphics being determined dynamically. | Björn Steinbrink | 1 | -42/+10 | |
2005-07-28 | Added an action enumeration to th Being class and removed the old #define's. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 1 | -0/+6 | |
2005-07-26 | Removed continous mouse movement | Björn Steinbrink | 1 | -29/+11 | |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -7/+23 | |
nicer approach after the release. | |||||
2005-07-23 | Allowed continous movement when holding down left mouse button | Björn Steinbrink | 1 | -11/+29 | |
2005-07-23 | Restored Being::setDestination, a pointer to the current map is now kept as ↵ | Björn Steinbrink | 1 | -3/+1 | |
a member in Being. | |||||
2005-07-23 | Removed knowledge about the engine and maps from the being class.. | Björn Steinbrink | 1 | -1/+3 | |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -2/+3 | |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -33/+94 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -1/+1 | |
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed | |||||
2005-07-13 | - Adding the wonderful new font by Bjorn to speech and player names | Eugenio Favalli | 1 | -0/+25 | |
- Way to system cursor (now you can choose the original sdl cursor in config) | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+4 | |
2005-07-11 | Introducing new font, sans serif 8. | Bjørn Lindeijer | 1 | -15/+15 | |
2005-07-09 | Add fallbacks for the font image loading code so that running tmw without doing | Rodney Dawes | 1 | -0/+24 | |
make install can work again | |||||
2005-07-09 | reverting one of my biggest errors | Eugenio Favalli | 1 | -1/+1 | |
2005-07-09 | Some win32 fixes most of all | Eugenio Favalli | 1 | -8/+1 | |
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 | |