summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2005-05-16Added base for Menu and menuitem inherit from gcn::ButtonMateusz Kaduk1-0/+2
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer1-1/+1
2005-05-16Added --with-opengl option to configure and checking for guichan headersMateusz Kaduk1-2/+2
2005-05-16Added menuitemMateusz Kaduk1-0/+2
2005-05-09Added buddywindow but still need to finish gui partMateusz Kaduk1-0/+2
2005-05-08Added buddylist model, will be implmented laterMateusz Kaduk1-0/+2
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes1-1/+3
- 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-01Chat input now hides when not focussed, and doesn't allow player be controlledBjørn Lindeijer1-0/+2
by keyboard when it is.
2005-04-21Now shops get item names from the xml databaseEugenio Favalli1-1/+0
2005-04-20Added new modules to the file list.Bjørn Lindeijer1-0/+4
2005-04-10Don't use version numbers in autogen.sh, and add two new modules toBjørn Lindeijer1-5/+9
Makefile.am
2005-04-06update for trade: now on right clickJan-Fabian Humann1-0/+2
2005-04-04starting to do the trade window, i know it's not functionable and contains a ↵Jan-Fabian Humann1-1/+3
lot of bugs but ill continue tomorrow.
2005-03-21Log which videodriver is being used.Bjørn Lindeijer1-1/+1
2005-03-13Maybe now finally no more crashing in paths? Needs playtesting, I know we allBjørn Lindeijer1-1/+1
like that!
2005-03-05Now you can decide how many items to dropJan-Fabian Humann1-0/+2
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-3/+5
2005-02-28Adding support for drop items part 2/2Jan-Fabian Humann1-0/+2
2005-02-28Fixed compiling on Linux, formatting updates, little changes.Bjørn Lindeijer1-0/+2
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-0/+2
2005-02-20Separated Tiles in MetaTiles and Images.Bjørn Lindeijer1-1/+1
2005-02-19Fixed searching for zip files in Linux, fixed initialization of PhysFS to beBjørn Lindeijer1-1/+3
before it is used and added a start on the map reader.
2005-02-16"make dist" now produces distributions that compile and run, upped version toBjørn Lindeijer1-0/+1
0.0.10 for next release and some minor changes.
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-2/+2
2005-02-13Largely cleanups.Bjørn Lindeijer1-4/+4
2005-02-13Done some work on autoconf usage and removed Arial font.Bjørn Lindeijer1-48/+97
2005-02-13Should now compile on Linux again.Bjørn Lindeijer1-2/+2
2005-02-13Don't skip corners in A* pathfinding algorithm.Bjørn Lindeijer1-1/+0
2005-02-12Added modules and moved some files around.Bjørn Lindeijer1-0/+1
2005-02-06Mostly making map tile data dynamically allocated.Bjørn Lindeijer1-0/+1
2005-02-06Added files to list and removed some old tmw.ini values.Bjørn Lindeijer1-0/+1
2005-02-05Added base64 encoding and decoding code.Bjørn Lindeijer1-0/+1
2005-01-17Removed allegro from autoconf and added -lguichan_sdlMateusz Kaduk1-3/+3
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-1/+0
2005-01-14Update after rename.Bjørn Lindeijer1-1/+1
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-0/+3
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available.
2005-01-13Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog classBjørn Lindeijer1-0/+1
2005-01-08Some improvements to character creation and selection dialogs.Bjørn Lindeijer1-0/+1
2005-01-07Solved the window dragging problem.Bjørn Lindeijer1-0/+1
2004-12-30Subclassed ListBox and TextBox for a little better visual appearance.Bjørn Lindeijer1-0/+2
2004-12-30Cleanup, mainly removing unused code.Bjørn Lindeijer1-1/+0
2004-12-29Ported the npc text dialog and some other small updates.Bjørn Lindeijer1-0/+1
2004-12-29Subclassed AllegroInput to intercept shortcuts.Bjørn Lindeijer1-0/+1
2004-12-29- added SDL & SDL_mixer to all makefilesAlexander Baldeck1-1/+1
- removed JGmod from all makefiles
2004-12-28Ported sell dialog to Guichan.Bjørn Lindeijer1-0/+1
2004-12-28Added new gui for stats windowMateusz Kaduk1-0/+1
2004-12-28Renamed stats dialog to status dialog, which it is and to make room for theBjørn Lindeijer1-1/+1
real stats dialog that is currently called the skill dialog.
2004-12-28Ported buy/sell dialog, made sure mouse is only drawn once and updated buildBjørn Lindeijer1-5/+6
files.
2004-12-27Added radiobutton class and aqua graphic for it.Mateusz Kaduk1-0/+1
2004-12-27Skinned background/border of scrollarea, not the scrollbars yet.Bjørn Lindeijer1-0/+1