Age | Commit message (Expand) | Author | Files | Lines |
2005-04-21 | Now shops get item names from the xml database | Eugenio Favalli | 1 | -1/+0 |
2005-04-20 | Added new modules to the file list. | Bjørn Lindeijer | 1 | -0/+4 |
2005-04-10 | Don't use version numbers in autogen.sh, and add two new modules to | Bjørn Lindeijer | 1 | -5/+9 |
2005-04-06 | update for trade: now on right click | Jan-Fabian Humann | 1 | -0/+2 |
2005-04-04 | starting to do the trade window, i know it's not functionable and contains a ... | Jan-Fabian Humann | 1 | -1/+3 |
2005-03-21 | Log which videodriver is being used. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-13 | Maybe now finally no more crashing in paths? Needs playtesting, I know we all | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-05 | Now you can decide how many items to drop | Jan-Fabian Humann | 1 | -0/+2 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -3/+5 |
2005-02-28 | Adding support for drop items part 2/2 | Jan-Fabian Humann | 1 | -0/+2 |
2005-02-28 | Fixed compiling on Linux, formatting updates, little changes. | Bjørn Lindeijer | 1 | -0/+2 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -0/+2 |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -1/+1 |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -1/+3 |
2005-02-16 | "make dist" now produces distributions that compile and run, upped version to | Bjørn Lindeijer | 1 | -0/+1 |
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 1 | -2/+2 |
2005-02-13 | Largely cleanups. | Bjørn Lindeijer | 1 | -4/+4 |
2005-02-13 | Done some work on autoconf usage and removed Arial font. | Bjørn Lindeijer | 1 | -48/+97 |
2005-02-13 | Should now compile on Linux again. | Bjørn Lindeijer | 1 | -2/+2 |
2005-02-13 | Don't skip corners in A* pathfinding algorithm. | Bjørn Lindeijer | 1 | -1/+0 |
2005-02-12 | Added modules and moved some files around. | Bjørn Lindeijer | 1 | -0/+1 |
2005-02-06 | Mostly making map tile data dynamically allocated. | Bjørn Lindeijer | 1 | -0/+1 |
2005-02-06 | Added files to list and removed some old tmw.ini values. | Bjørn Lindeijer | 1 | -0/+1 |
2005-02-05 | Added base64 encoding and decoding code. | Bjørn Lindeijer | 1 | -0/+1 |
2005-01-17 | Removed allegro from autoconf and added -lguichan_sdl | Mateusz Kaduk | 1 | -3/+3 |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -1/+0 |
2005-01-14 | Update after rename. | Bjørn Lindeijer | 1 | -1/+1 |
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 1 | -0/+3 |
2005-01-13 | Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog class | Bjørn Lindeijer | 1 | -0/+1 |
2005-01-08 | Some improvements to character creation and selection dialogs. | Bjørn Lindeijer | 1 | -0/+1 |
2005-01-07 | Solved the window dragging problem. | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-30 | Subclassed ListBox and TextBox for a little better visual appearance. | Bjørn Lindeijer | 1 | -0/+2 |
2004-12-30 | Cleanup, mainly removing unused code. | Bjørn Lindeijer | 1 | -1/+0 |
2004-12-29 | Ported the npc text dialog and some other small updates. | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-29 | Subclassed AllegroInput to intercept shortcuts. | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-29 | - added SDL & SDL_mixer to all makefiles | Alexander Baldeck | 1 | -1/+1 |
2004-12-28 | Ported sell dialog to Guichan. | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-28 | Added new gui for stats window | Mateusz Kaduk | 1 | -0/+1 |
2004-12-28 | Renamed stats dialog to status dialog, which it is and to make room for the | Bjørn Lindeijer | 1 | -1/+1 |
2004-12-28 | Ported buy/sell dialog, made sure mouse is only drawn once and updated build | Bjørn Lindeijer | 1 | -5/+6 |
2004-12-27 | Added radiobutton class and aqua graphic for it. | Mateusz Kaduk | 1 | -0/+1 |
2004-12-27 | Skinned background/border of scrollarea, not the scrollbars yet. | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-27 | Skinned slider, yeah! | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-26 | Ported buy dialog, which could still use visual improvement, and added | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-26 | added configuration.cpp to file.list and src/Makefile.am | Alexander Baldeck | 1 | -0/+1 |
2004-12-25 | Made image.cpp into module and done some more attempts at making graphics.cpp | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-23 | Password masking is back! | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-23 | Skinned our beautiful text field back! | Bjørn Lindeijer | 1 | -0/+1 |
2004-12-20 | Converted the progress bar and stats dialog to Guichan widgets. | Bjørn Lindeijer | 1 | -8/+9 |